@charset "utf-8";

/*MV*/
#wrapper_unattendeddelivery .mainvisual {
    margin-bottom: 20px;
    position: relative;
}

#wrapper_unattendeddelivery .mainvisual img {
    height: auto;
}

#wrapper_unattendeddelivery .mainvisual .txtAtra {
    height: 100%;
    width: 540px;
    position: absolute;
    top: 0; 
    bottom: 0;
    right: 50px;
}

#wrapper_unattendeddelivery .mainvisual .wrap_txt {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

#wrapper_unattendeddelivery .mainvisual .tit {
    font-size: 48px;
    margin: 0 0 24px;
    color: #0d675d;
    letter-spacing: 0.2em;
}

#wrapper_unattendeddelivery .mainvisual .tit span {
    background: #009d9f;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    padding: 12px 0px 6px 8px;
    margin-right: 10px;
}

#wrapper_unattendeddelivery .mainvisual .txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 0;
}

/*tab*/
.tab_list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tab_list>li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 80px;
    font-size: 32px;
    color: #fff;
    background-color: #00b900;
    border-radius: 47px 47px 0 0;
}
.tab_list>li+li{
    margin-left: 2%;
}
.tab_list>li.active{
    color: #000;
    background-color: #e1fad9;
}

/*汎用*/
.pc_none{
    display: none!important;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

#wrapper_unattendeddelivery .block + .block {
    margin-top: 80px;
}

#wrapper_unattendeddelivery .block p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}

#wrapper_unattendeddelivery .normalH2 {
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 32px;
    margin: 0 0 60px;
}

#wrapper_unattendeddelivery .normalH2:before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #00b900;
}

.contents_width{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.contents_ttl{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.contents_ttl .fzS{
    font-size: 28px;
    font-weight: normal;
}

.textLink{
    font-size: 20px!important;
}

/*特徴*/
#wrapper_unattendeddelivery .features_fukidashi {
    margin-bottom: 60px;
}

#wrapper_unattendeddelivery .features_fukidashi p {
    position: relative;
    background: #00b900;
    font-size: 32px;
    font-weight: bold;
    padding: 31px 0 25px;
    color: #fff;
    text-align: center;
    border-bottom: 6px solid #008e00;
}

#wrapper_unattendeddelivery .features_fukidashi p:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 56px 0 56px;
    border-color: #008e00 transparent transparent transparent;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#wrapper_unattendeddelivery .features_fukidashi p:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 56px 0 56px;
    border-color: #00b900 transparent transparent transparent;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#wrapper_unattendeddelivery .features_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 58px;
}

#wrapper_unattendeddelivery .features_box_item {
    width: 350px;
    padding: 0 25px;
    text-align: center;
    position: relative;
}

#wrapper_unattendeddelivery .features_box_item .wrap_tit {
    position: relative;
    height: 144px;
}
#wrapper_unattendeddelivery .features_box_item .wrap_tit:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: #ebfaeb;
    width: 144px;
    height: 144px;
    border-radius: 50%;
}

#wrapper_unattendeddelivery .block .features_summary {
    text-align: center;
    font-size: 28px;
}

#wrapper_unattendeddelivery .features_box_item .num {
    background: #00b900;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 18px 0;
    margin: 28px 0 10px;
    z-index: 1;
    position: relative;
    border-bottom: 4px solid #008e00;
}

#wrapper_unattendeddelivery .features_box_item .tit {
    font-size: 28px;
    font-weight: bold;
    color: #00b900;
    letter-spacing: 0.1em;
    z-index: 1;
    position: relative;
    margin: 0;
}

#wrapper_unattendeddelivery .features_box_item .content {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 26px;
}

#wrapper_unattendeddelivery .features_box_item .txt {
    margin-bottom: 32px;
}

#wrapper_unattendeddelivery .features_box_item .img {
    position: relative;
    bottom: 0;
    padding-right: 8px;
}

#wrapper_unattendeddelivery .features_box_item .img img {
    box-shadow: 8px 8px 0px 0px #dff8df;
}

#wrapper_unattendeddelivery .features_box .border {
    width: 1px;
    height: 60px;
    background: #dcdcdc;
    top: 224px;
    position: relative;
}

#wrapper_unattendeddelivery .block .features_chui {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #d50813;
    margin-top: 60px;
}


#wrapper_unattendeddelivery .orange_block {
    background: url(../img/bg_orange.png) 0 0 repeat;
    padding: 80px;
}

#wrapper_unattendeddelivery .inner_orange_block + .inner_orange_block {
    margin-top: 60px;
} 

#wrapper_unattendeddelivery .normalH2.normalH2_orange:before {
    background: #f17905;
}

#wrapper_unattendeddelivery .otodoke_image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}

#wrapper_unattendeddelivery .otodoke_image_img {
    width: 536px;
    margin-right: 20px;
}

#wrapper_unattendeddelivery .otodoke_image_detail {
    width: 532px;
    background: #fff;
    padding: 32px 24px 28px;
}

#wrapper_unattendeddelivery .otodoke_image_detail ul {
    font-size: 18px;
    line-height: 1.8;
    list-style-type: disc;
    padding-left: 30px;
}

#wrapper_unattendeddelivery .otodoke_image_detail_type {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 36px 0 12px;
    padding-right: 7px;
}

#wrapper_unattendeddelivery .otodoke_image_detail_type div + div {
    margin-left: 10px;
}

#wrapper_unattendeddelivery .otodoke_image_detail_type img {
    max-width: 160px;
    height: auto;
    border-radius: 50%;
    box-shadow: 7px 7px 0px 0px #fbe1c8;
}

#wrapper_unattendeddelivery .otodoke_image_detail_type .txt {
    text-align: center;
    color: #f17905;
    margin-top: 23px;
}

#wrapper_unattendeddelivery .otodoke_setsumei {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#wrapper_unattendeddelivery .otodoke_setsumei div {
    width: 356px;
    height: auto;
    position: relative;
}

#wrapper_unattendeddelivery .otodoke_setsumei div + div {
    margin-left: 20px;
}

#wrapper_unattendeddelivery .otodoke_setsumei .img {
    margin-bottom: 24px;
    padding-right: 8px;
}

#wrapper_unattendeddelivery .otodoke_setsumei .img img {
    box-shadow: 8px 8px 0px 0px #fbe1c7;
}

#wrapper_unattendeddelivery .otodoke_setsumei .fukidashi {
    position: absolute;
    top: -14px;
    left: -7px;
}

#wrapper_unattendeddelivery .otodoke_setsumei .fukidashi img {
    width: 166px;
    height: auto;
}

#wrapper_unattendeddelivery .otodoke_chui {
    background: #fffce1;
    padding: 50px 60px;
    text-align: center;
}

#wrapper_unattendeddelivery .otodoke_chui .tit {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

#wrapper_unattendeddelivery .otodoke_chui .txt {
    text-align: left;
    list-style-type: disc;
    margin-left: 40px;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: bold;
    color: #d50813;
}

#wrapper_unattendeddelivery .otodoke_chui .txt li + li {
    margin-top: 8px;
}

#wrapper_unattendeddelivery .block.contact_block .contact_btn {
    display: block;
    margin: 46px auto 0;
    text-align: center;
}

#wrapper_unattendeddelivery .block.contact_block .contact_btn a {
    display: inline-block;
    background: #d50813 url(../img/ico_arw.png) right 40px center no-repeat;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding: 25px 0;
    width: 800px;
    border-radius: 80px;
    box-shadow: 0px 6px 0px 0px #830606;
    transition: all .2s;
}

#wrapper_unattendeddelivery .block.contact_block .contact_btn a:hover {
    text-decoration: none;
    background-color: #f01a1a;
}

#wrapper_unattendeddelivery .block.contact_block .touroku {
    margin-top: 52px;
    text-align: center;
}

#wrapper_unattendeddelivery .block.contact_block .touroku .btn {
    margin-top: 20px;
}

#wrapper_unattendeddelivery .block.contact_block .touroku .btn a {
    display: inline-block;
    border: solid 2px #dcdcdc;
    padding: 8px 84px 4px;
    color: #025dc4;
    text-decoration: underline;
    border-radius: 30px;
    background: url(../img/arw_black.png) right 20px center no-repeat;
}

#wrapper_unattendeddelivery .block.faq_block {
    background: #f8f8f8;
    padding: 80px;
    margin-bottom: 15px;
}

#wrapper_unattendeddelivery .inner_faq_block {
    background: #ffffff;
    padding: 80px;
    box-shadow: 0px 0px 35px 0px #dedede;
}

#wrapper_unattendeddelivery .faq_box + .faq_box {
    margin-top: 40px;
}

#wrapper_unattendeddelivery .faq_box_txt div {
    display: -webkit-box;
    display: flex;
}

#wrapper_unattendeddelivery .faq_box_txt .question .icon {
    display: block;
    width: 56px;
    height: 56px;
    background: #00b900;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    border: solid 2px #00b900;
    margin-right: 28px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

#wrapper_unattendeddelivery .faq_box_txt .answer {
    margin-top: 20px;
}

#wrapper_unattendeddelivery .faq_box_txt .answer .icon {
    display: block;
    width: 56px;
    height: 56px;
    background: #fff;
    color: #00b900;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    border: solid 2px #00b900;
    margin-right: 28px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

#wrapper_unattendeddelivery .faq_box_txt .txt {
    width: calc(100% - 88px);
    margin-top: 14px;
}

#wrapper_unattendeddelivery .faq_block .kiyaku {
    margin-top: 40px;
    text-align: right;
}

#wrapper_unattendeddelivery .faq_block .kiyaku a {
    color: #025dc4;
    text-decoration: underline;
}

#wrapper_unattendeddelivery .faq_block .kiyaku a:hover {
    text-decoration: none;
}

/* ボタン */
.contact_btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
}

.contact_btn a {
    display: inline-block;
    background: #d50813 url(/contents/static/info/unattendeddelivery/img/ico_arw.png) right 40px center no-repeat;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding: 25px 0;
    width: 100%;
    border-radius: 80px;
    box-shadow: 0px 6px 0px 0px #830606;
    transition: all .2s;
    text-decoration: none;
}

.contact_btn a:hover {
    text-decoration: none;
    background-color: #f01a1a;
}