@charset "utf-8";


/* コンテナターミナル業務
-------------------------------*/

.biz_ttl01{
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: solid 1px #e10000;
}
.biz_ttl01 .ja{
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #e10000;
}
.biz_ttl01 .en{
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    color: #000;
}
.biz_ttl02{
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    padding: 25px;
    background-color: #f2f2f2;
    margin-bottom: 50px;
}
.biz_ttl02 p{
    text-indent: -1em;
    margin-left: 1em;
    font-weight: 500;
}
.biz_ttl03{
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    color: #e10000;
    margin-bottom: 120px;
}

.biz_ttl02 p span{
    color: #e10000;
    padding-right: 3px;
}
img.kd-maru{
    border-radius: 30px;
}
.biz_info_table{
    width: 100%;
    margin-bottom: 100px;
}
.biz_info_table th{
    width: 165px;
    padding: 45px 0 45px 20px;
    border-bottom: solid 2px #e10000;
    font-size: 20px;
    font-weight: 500;
    color: #e10000;
    vertical-align: top;
}
.biz_info_table td{
    width: calc(100% - 165px);
    padding: 45px 40px;
    border-bottom: solid 2px #ccc;
    font-size: 19px;
    font-weight: 500;
}

.biz_info_table tr:first-child th{
    border-top: solid 2px #e10000;
}
.biz_info_table tr:first-child td{
    border-top: solid 2px #ccc;
}
.biz_info_table td .g-map-btn{
    margin-top: 30px;
}

@media screen and (max-width:910px){
    .biz_ttl01{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .biz_ttl01 .ja{
        font-size: 22px;
    }
    .biz_ttl01 .en{
        margin-top: 5px;
        font-size: 14px;
    }
    .biz_ttl02{
        font-size: 18px;
        padding: 18px;
        margin-bottom: 30px;
    }
    .biz_ttl03{
        font-size: 30px;
        margin-bottom: 50px;
    }

    img.kd-maru{
        border-radius: 3vw;
    }
    .biz_info_table{
        margin-bottom: 50px;
    }
    .biz_info_table th{
        width: 130px;
        padding: 20px 0 20px 10px;
        font-size: 17px;
    }
    .biz_info_table td{
        width: calc(100% - 130px);
        padding: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .biz_info_table td .g-map-btn{
        margin-top: 20px;
    }
    
    
}
@media screen and (max-width:640px){
    .biz_ttl01{
        padding-bottom: 15px;
    }
    .biz_ttl01 .ja{
        font-size: 19px;
    }
    .biz_ttl01 .en{
        margin-top: 0px;
        font-size: 13px;
    }
    .biz_ttl02{
        font-size: 16px;
        padding: 15px;
    }
        .biz_ttl03{
        font-size: 20px;
        margin-bottom: 30px;
    }

    .biz_info_table th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        font-size: 15px;
        background-color: #f2f2f2;
        border-bottom: none;
    }
    .biz_info_table td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .biz_info_table tr:first-child th{
        border-top: solid 2px #ccc;
    }
    .biz_info_table tr:first-child td{
        border-top: none;
    }
    .biz_info_table td .g-map-btn{
        margin-top: 10px;
    }
    .biz_info_table td .g-map-btn img{
        width: 180px;
        height: auto;
    }
    
}



.biz_con_item01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.biz_con_item01:last-child{
    margin-bottom: 0;
}
.biz_con_item01 .txt{
    width: 57%;
    line-height: 2.8;
}
.biz_con_item01 .txt.wide{
    width: 100%;
}
.biz_con_item01 .img{
    width: 37%;
}
.biz_con_item02{
    margin-bottom: 80px;
}
.biz_con_item03{
    line-height: 2.8;

}
.biz_con_item04{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_con_item04 li{
    width: 48%;
}



.biz_con_item05{
    margin-bottom: 100px;
}
.biz_con_item05 .txt1{
    margin-left: 50px;
    width: 160px;
    background-color: #e10000;
    border-radius: 17px 17px 0 0;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.biz_con_item05 .txt2 a{
    border: solid 5px #e10000;
/*    background-color: #e10000;*/
    background-color: #fff;
/*    color: #fff;*/
    color: #e10000;
    border-radius: 20px;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_con_item05 .txt2 dl{
    width: calc(100% - 265px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_con_item05 .txt2 dl dt{
    width: 100%;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}
.biz_con_item05 .txt2 dl dt span{
    padding-right: 40px;
    background: url(../img/business/icon_tab.png) right center no-repeat;
}
.biz_con_item05 .txt2 dl dd{
    width: 48%;
    margin-top: 12px;
    font-size: 19px;
    line-height: 1.6;
}
.biz_con_item05 .txt2.col2 dl dd{
    width: 100%;
}
.biz_con_item05 .txt2 dl dd br.sp{
    display: none;
}

.biz_con_item05 .txt2 .img{
    width: 253px;
}
.biz_con_item05 .txt2 .img img{
    border: solid 1px #ccc;
}
.biz_con_item06{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.biz_con_item06 .txt{
    width: 50%;
    line-height: 2.8;
}
.biz_con_item06 .img{
    width: 47%;
}
.biz_con_item07{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_con_item07 li{
    width: 48%;
    max-width: 450px;
    height: 110px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/business/icon_tel.png);
}
.biz_con_item07 li.tel{
    padding-left: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.biz_con_item07.bus li.tel{
    max-width: initial;
    max-width: auto;
}

.biz_con_item07 li.mail{
    background-image: url(../img/business/icon_mail.png);

}
.biz_con_item07 li.mail a{
    width: 100%;
    height: 100%;
    padding-left: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
        font-weight: 500;
    font-size: 19px;
}

@media screen and (max-width:1400px){
    .biz_con_item01 .txt{
        line-height: 1.8;
    }
    .biz_con_item03{
        line-height: 1.8;
    }
    .biz_con_item05 .txt2 dl dd br.sp{
        display: inline-block;
    }
    .biz_con_item06 .txt{
        line-height: 1.8;
    }
}

@media screen and (max-width:910px){
    .biz_con_item01 .txt{
        width: 100%;
        margin-bottom: 20px;
    }
    .biz_con_item01 .img{
        width: 100%;
        text-align: center;
    }
    
    .biz_con_item05 .txt2 a{
        padding: 30px;
        align-items: center;
        border-width: 3px;

    }
    .biz_con_item05 .txt2 dl dt{
        font-size: 20px;
    }
    .biz_con_item05 .txt2 dl dd{
        width: 100%;
        font-size: 15px;
    }
    .biz_con_item06 .txt{
        width: 100%;
    }
    .biz_con_item06 .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .biz_con_item07 li{
        height: 85px;
        background-size: 60px auto;
    }
    .biz_con_item07 li.tel{
        padding-left: 70px;
    }
    .biz_con_item07 li.mail a{
        padding-left: 70px;
            font-size: 16px;

    }
}

@media screen and (max-width:640px){
    .biz_con_item01{
        margin-bottom: 50px;
    }
    .biz_con_item02{
        margin-bottom: 40px;
    }
    .biz_con_item04{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .biz_con_item05{
        margin-bottom: 60px;
    }
    .biz_con_item05 .txt1{
        margin-left: auto;
        margin-right: auto;
        width: 160px;
        border-radius: 10px 10px 0 0;
        padding-top: 3px;
        font-size: 16px;
    }
    .biz_con_item05 .txt2 a{
        border-radius: 10px;
    }
    
    .biz_con_item05 .txt2 dl{
        width: 100%;
    }
    .biz_con_item05 .txt2 dl dt{
        font-size: 18px;
    }
    .biz_con_item05 .txt2 dl dt span{
        padding-right: 30px;
        background-size: 18px;
        height: auto;
    }
    .biz_con_item05 .txt2 .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .biz_con_item05 .txt2 .img img{
        width: 180px;
        height: auto;
    }
    .biz_con_item07 li{
        width: 100%;
        background-size: 50px auto;
    }
    .biz_con_item07 li.tel{
        padding-left: 60px;
    }
    .biz_con_item07 li.mail a{
        padding-left: 60px;
    }
}

@media screen and (max-width:480px){
    .biz_con_item04 li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

}








/* 一般貨物
-------------------------------*/

.geca01{
    margin-bottom: 80px;
}
.geca01 .biz_ttl01{
    padding-bottom: 0;
    border-bottom: none;
}
.geca01 p{
    line-height: 2.5;
}
.geca02{
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 50px 50px 10px 50px;
}
.geca02 .biz_ttl01{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
}
.geca02 ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.geca02 ul li{
    width: 31%;
    margin-bottom: 70px;
}
.geca02 ul li:empty{
    margin: 0;
}
.geca02 ul li dl{
    margin-top: 10px;
}
.geca02 ul li dl dt{
    font-size: 25px;
    line-height: 1.5;
    font-weight: 700;
    color: #e10000;
}
.geca02 ul li dl dd{
    line-height: 2.5;
}

.geca03{
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.geca03 .txt{
    width: calc(100% - 550px);
    padding-left: 40px;
    line-height: 2.5;
}
.geca03 .txt .sub2{
    color: #e10000;
    margin-top: 10px;
}
.geca03 .img{
    width: 500px;
}
.geca04{
    width: 100%;
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.geca04:last-child{
    margin-bottom: 0;
}
.geca04 li{
    width: 31%;
}
.geca04.wide{
    max-width: initial;
    max-width: auto;
}
.biz_ttl01.no-bg{
    padding-bottom: 0;
    border-bottom: none;
}

.page-slug-biz_freight_transportation .biz_ttl01{
    margin-bottom: 20px;
}

.biz_ttl02.no-bg{
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px;
}
.biz_ttl02.no-bg p{
    text-indent: 0;
    margin-left: 0;
}

.geca03 dl.toku1 dt{
    color: #e10000;
    font-size: 22px;
    line-height: 1.6;
}
.geca03 dl.toku1 dd{
    font-size: 19px;
    margin-bottom: 40px;
}
.geca03 .toku2{
    background-color: #f2f2f2;
    padding: 15px;
}


.biz_ttl01 .ja .juryo{
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0;
    color: #000;
    padding-left: 1em;
}


@media screen and (max-width:1400px){
    .geca01 p{
        line-height: 1.8;
    }
    .geca02 ul li dl dd{
        line-height: 1.5;
        margin-top: 10px;
    }

    .geca03 .txt{
        width: 60%;
        padding-left: 0;
        line-height: 1.8;
    }
    .geca03 .img{
        width: 35%;
    }

}

@media screen and (max-width:910px){
    .geca01{
        margin-bottom: 50px;
    }
    .geca02{
        border-radius: 3.3vw;
        padding: 30px 30px 10px 30px;
    }
    .geca02 ul li{
        margin-bottom: 50px;
    }
    .geca02 ul li dl{
        margin-top: 10px;
    }
    .geca02 ul li dl dt{
        font-size: 20px;
    }
    .geca03 .txt{
        width: 100%;
    }
    .geca03 .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .geca03{
        margin-bottom: 50px;
    }
    .geca04{
        margin-bottom: 50px;
    }
    
    .geca03 dl.toku1 dt{
        font-size: 18px;
    }
    .geca03 dl.toku1 dd{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .geca03 .toku2{
        padding: 10px;
    }
}
@media screen and (max-width:640px){
    .geca02 ul li{
        width: 47%;
        margin-bottom: 30px;
    }
    .geca02 ul li dl dt{
        font-size: 18px;
    }
    .geca04 li{
        width: 48%;
        margin-bottom: 20px;
    }
    .geca04 li:empty{
        display: none;
    }
    .geca03 dl.toku1 dt{
        font-size: 17px;
    }
    .biz_ttl01 .ja .juryo{
        padding-left:0;
    }

}

@media screen and (max-width:480px){
    .geca02{
        padding: 30px 20px 10px 20px;
    }
    .geca02 ul li{
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .geca02 ul li dl dd{
        margin-top: 5px;
    }

}

@media screen and (max-width:420px){
    .geca04 li{
        width: 100%;
    }
}





.roro_item01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}
.roro_item01 li{
    width: 48%;
    margin-bottom: 50px;
}
.roro_item01 li p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
.roro_item01 li p.sub{
    text-align: center;
    color: #112e73;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: -10px;
}
.roro_item01 li p.sub span{
    font-size: 20px;
    margin-left: 1em;
}

.roro_item02{
    line-height: 2.5;
}

.biz_con_item05.kanren .txt1 {
    width: 320px;
}
.biz_con_item05.kanren .txt2 a {
    align-items: center;
}
.biz_con_item05.kanren .txt2 dl {
    width: 45%;
    display: block;
}
.biz_con_item05.kanren .txt2 .img {
    width: 48%;
}

@media screen and (max-width:1400px){
    .roro_item02{
        line-height: 1.8;
    }
}
@media screen and (max-width:910px){
    .roro_item01{
        margin-top: 30px;
    }
    .roro_item01 li p.sub{
        font-size: 22px;
    }
    .roro_item01 li p.sub span{
        font-size: 16px;
    }
}
@media screen and (max-width:640px){
    .roro_item01 li{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .roro_item01 li p{
        margin-top: 10px;
        font-size: 14px;
    }
    .roro_item01 li p.sub{
        font-size: 20px;
        margin-bottom: 0;
    }
    .biz_con_item05.kanren .txt1 {
        width: 250px;
    }
    .biz_con_item05 .txt2.col2 dl {
        width: 100%;
    }
    .biz_con_item05 .txt2.col2 .img {
        width: 100%;
    }
    .biz_con_item05 .txt2.col2 .img img {
        width: 100%;
        height: auto;
    }
}







.launch-news-cont{
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 30px 50px 50px 50px;
}
.launch-news-cont .sub1{
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: #e10000;
    margin-bottom: 20px;
}
.launch-news-cont .inner{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
}
.launch-news-cont .inner .time{
    line-height: 1.8;
}
.launch-news-cont .inner .pdf{
    width: 100%;
    margin-top: 50px;
}
.launch-news-cont .inner .pdf a{
    width: 100%;
    display: flex;
    border: solid 1px #999;
}
.launch-news-cont .inner .pdf a .sub2{
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e10000;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
}
.launch-news-cont .inner .pdf a .sub3{
    width: calc(100% - 50px);
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: #e10000;
    padding: 10px;
}
.launch-news-cont .inner .pdf a .sub3 span{
    display: inline-block;
    padding-right: 60px;
    position: relative;
    font-weight: 500;
}
.launch-news-cont .inner .pdf a .sub3 span:after{
    position: absolute;
    right: 0;
    top: calc(50% - 25px);
    width: 38px;
    height: 50px;
    background: url(../img/business/icon_pdf.png) right center no-repeat;
    content: "";
}
.launch-news-cont .inner .pdf2{
    width: 80%;
    max-width: 380px;
    margin: 30px auto;
}
@media screen and (max-width:1200px){
    .launch-news-cont .inner .pdf a .sub3{
        line-height: 1.3;
    }
    
}
@media screen and (max-width:910px){
    .launch-news-cont{
        width: 100%;
        border-radius: 3vw;
        padding: 40px 20px;
    }
    .launch-news-cont .sub1{
        font-size: 30px;
    }
    .launch-news-cont .inner{
        border-radius: 2vw;
        padding: 20px;
    }

    .launch-news-cont .inner .pdf a .sub2{
        width: 40px;
        font-size: 16px;
        line-height: 1;
    }
    .launch-news-cont .inner .pdf a .sub3{
        width: calc(100% - 40px);
        height: auto;
        min-height: 80px;
        font-size: 20px;
    }
    .launch-news-cont .inner .pdf a .sub3 span{
        padding-right: 45px;
    }
}
@media screen and (max-width:640px){

    .launch-news-cont{
        padding: 20px;
    }
    .launch-news-cont .inner .pdf{
        margin-top: 30px;
    }
    
    .launch-news-cont .inner .pdf a .sub3{
        font-size: 18px;
    }
    .launch-news-cont .inner .pdf a .sub3 span:after{
        top: calc(50% - 20px);
        height: 40px;
        background-size: contain;
        content: "";
    }
}
@media screen and (max-width:480px){
    .launch-news-cont .inner .pdf a .sub2{
        width: 30px;
        font-size: 15px;
    }
    .launch-news-cont .inner .pdf a .sub3{
        width: calc(100% - 30px);
        font-size: 16px;
    }
}





.cont_ship_data{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont_ship_data .txt{
    width: 58%;
}
.cont_ship_data .img{
    width: 38%;
    text-align: center;
}
.cont_ship_data .img img.ship_logo{
    border: solid 1px #ccc;
    margin-bottom: 20px;
}
.cont_ship_data .txt .biz_info_table{
    margin-bottom: 0;
}
.cont_ship_data .txt .biz_info_table th {
    width: 215px;
}
.cont_ship_data .txt .biz_info_table a{
    color: #e10000;
    text-decoration: underline;
}
.cont_ship_data .txt .biz_info_table a:hover{
    text-decoration: none;
}

@media screen and (max-width:910px){
    .cont_ship_data .txt{
        width: 100%;
    }
    .cont_ship_data .img{
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cont_ship_data .img img{
        width: 48%;
        height: auto;
    }
    .cont_ship_data .img img.ship_logo{
        margin-bottom: 0;
    }
    .cont_ship_data .txt .biz_info_table th {
        width: 170px;
    }
    
}
@media screen and (max-width:640px){
    .cont_ship_data .txt .biz_info_table th {
        width: 100%;
    }
}

@media screen and (max-width:420px){
    .cont_ship_data .img img{
        width: 100%;
        height: auto;
    }
    .cont_ship_data .img img.ship_logo{
        margin-bottom: 10px;
    }
}





/* 通関業 倉庫業 通運業
-------------------------------*/

.ind-1 li{
    text-indent: -1em;
    margin-left: 1em;
}
.sec_sub_cont{
    background-color: #f2f2f2;
    margin-bottom: 30px;
}
.sec_sub_cont .biz_ttl02{
    margin-bottom: 0;
}

.sec_sub_cont .sub2{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    line-height: 2;
}

.sec_flow_cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_flow_cont .fig_in{
    width: 49%;
    border: solid 1px #999;
    padding: 40px;
}
.sec_flow_cont .fig_in .img a{
    display: block;
    position: relative;
}

.sec_flow_cont .fig_in .img a:after{
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 70px;
    height: 70px;
    background: url(../img/business/icon_plus.png) center no-repeat;
    background-size: contain;
    content: "";
}
.btn_soko_map{
    margin-top: -30px;
}
.btn_soko_map a{
    width: 530px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #999;
    color: #f00;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.btn_soko_map a span{
    display: inline-block;
    width: 90%;
    text-align: left;
    background: url(../img/business/arrow_red.png) right center no-repeat;
}
.btn_soko_map a:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    transition: 0.3s;
    content:"";
}
.btn_soko_map a:hover{
    color: #fff;
}
.btn_soko_map a:hover span{
    background-image:  url(../img/business/arrow_white.png);
}
.btn_soko_map a:hover:before{
    width: 100%;
    height: 100%;
    background-color: #e10000;
}
@media screen and (max-width:910px){
    br.sec_pc{
        display: none;
    }

    .sec_sub_cont{
        margin-bottom: 20px;
    }
    .sec_sub_cont .sub2{
        line-height: 1.8;
    }
    
    .sec_flow_cont .fig_in{
        padding: 20px;
    }
    .sec_flow_cont .fig_in .img a:after{
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }
    .btn_soko_map a{
        width: 58vw;
        height: 12vw;
        font-size: 3.3vw;
    }
    .btn_soko_map a span{
        background-size: 2.8vw auto;
    }
}

@media screen and (max-width:640px){

    .sec_sub_cont .sub2{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        font-size: 15px;
    }
    .sec_flow_cont .fig_in{
        width: 100%;
        margin-bottom: 20px;
    }
    .btn_soko_map{
        margin-top: -50px;
    }
    .btn_soko_map a{
        width: 90%;
        max-width: 300px;
        height: 60px;
        font-size: 18px;
    }
    .btn_soko_map a span{
        background-size: 2.8vw auto;
    }
}


.cont_soko_data{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont_soko_data .txt{
    width: 58%;
}
.cont_soko_data .img{
    width: 38%;
    text-align: center;
}
.cont_soko_data .img img:not(:last-child){
    margin-bottom: 15px;
}
.cont_soko_data .txt .biz_info_table{
    margin-bottom: 0;
}
.cont_soko_data .txt .biz_info_table .map_btn{
    margin-top: 20px;
}
.cont_soko_data .txt .biz_info_table .map_btn a img{
    transition: 0.3s;
} 
.cont_soko_data .txt .biz_info_table .map_btn a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.f_red{
    color: #e10000;
}

.cont_soko_data_2{
    width: 100%;
    border: solid 1px #999;
}
.cont_soko_data_2 tr{
    border-bottom: solid 1px #999;
}
.cont_soko_data_2 th{
    padding: 15px;
    text-align: center;
    background-color: #f2f2f2;
}
.cont_soko_data_2 td{
    padding: 15px;
    text-align: center;
}
.cont_soko_data_2 tr th:not(:first-child),
.cont_soko_data_2 tr td:not(:first-child){
    border-left: solid 1px #999;
}
.cont_soko_data_2 td a{
    text-decoration: underline;
    padding-right: 25px;
    background: url(../img/business/icon_pin.png) right center no-repeat;
}
.cont_soko_data_2 td a:hover{
    text-decoration: none;
}


#cto01,
#cto02,
#cto03,
#cto04,
#cto05,
#cto-ro01,
#cto-ro02,
#soko01,
#soko02,
#soko03,
#soko04,
#soko05,
#soko06{
    padding-top: 80px;
    margin-top: -80px;
}

@media screen and (max-width:910px){
    .cont_soko_data .txt{
        width: 100%;
    }
    .cont_soko_data .img{
        width: 100%;
        margin-top: 30px;
    }
    .cont_soko_data .img img{
        width: 50%;
        height: auto;
    }
    .cont_soko_data_2 th{
        padding: 10px 5px;

    }
    .cont_soko_data_2 td{
        padding: 10px 5px;
    }
}
@media screen and (max-width:640px){
    .cont_ship_data .txt .biz_info_table th {
        width: 100%;
    }
    .cont_soko_data_2{
        font-size: 14px;
        line-height: 1.6;
    }
    .cont_soko_data_2 td a{
        padding-right: 0;
        background: none;
    }

}

@media screen and (max-width:420px){
    .cont_soko_data .img img{
        width: 100%;
        height: auto;
    }
}




/* エコレールマーク */
.biz_con_item05.ecorail{
    margin-bottom: 0;
}
.biz_con_item05.ecorail .txt1 {
    width: 320px;
}
.biz_con_item05.ecorail .txt2 {
    border-radius: 20px;
    border: solid 5px #e10000;
    color: #e10000;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_con_item05.ecorail .txt2 .cap {
    width: calc(100% - 260px);
    line-height: 1.8;
}
.biz_con_item05.ecorail .txt2 .img {
    width: 230px;
}

@media screen and (max-width:1200px){
    .biz_con_item05.ecorail .txt2 .cap br.pc{
        display: none;
    }
}
@media screen and (max-width:910px){
    .biz_con_item05.ecorail .txt2 {
        padding: 20px;
    }
}
@media screen and (max-width:640px){
    .biz_con_item05.ecorail .txt1 {
        width: 250px;
    }
    .biz_con_item05.ecorail .txt2 {
        border-radius: 10px;
        border-width: 3px;
    }
    .biz_con_item05.ecorail .txt2 .cap {
        width: 100%;
    }
    .biz_con_item05.ecorail .txt2 .img {
        width: 100%;
    }
    .biz_con_item05.ecorail .txt2 .img img {
        max-width: 80%;
        height: auto;
    }
}


.btn_toi_more{
    margin-top: 20px;
}
.btn_toi_more a{
    display: inline-block;
    min-width: 227px;
    padding: 13px 60px 13px 20px;
    background-color: #e10000;
    background-image: url(../img/business/arrow_siro.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #fff;
    font-weight: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s;
}
.btn_toi_more a:hover{
    background-position: calc(100% - 8px) center;
}


.btn_toi_more a:not(:last-child){
    margin-right: 5px;
}
.geca02 ul li p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.biz_tuun_img1{
    width: 100%;
    max-width: 1190px;
    margin: 80px auto 40px;
}
.biz_tuun_img2{
    width: 100%;
    max-width: 1190px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_tuun_img2 li{
    width: 32%;
}
@media screen and (max-width:910px){
    .biz_tuun_img1{
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:640px){
    .biz_tuun_img1{
        overflow: auto;
    }
    .biz_tuun_img1 img{
        max-width: none;
        width: 700px;
        height: auto;
    }
}
@media screen and (max-width:420px){
    .biz_tuun_img2 li{
        width: 100%;
        margin-bottom: 20px;
    }
}




/* 貨物自動車運送事業 */
.roro_item01.bft .bft-video video{
    width: 100%;
    max-width: 590px;
    aspect-ratio:1.5 / 1;
    object-fit: cover;
    border-radius: 30px;
}

@media screen and (max-width: 910px) {
    .roro_item01.bft .bft-video video{
        border-radius: 3vw;
    }
}

/* よくある質問
-------------------------------*/
.yokuaru_qa{
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.yokuaru_qa details{
    width: 100%;
    margin-bottom: 50px;
}
.yokuaru_qa details summary{
    display: block;
    width: 100%;
    padding: 15px 30px;
    background-color: #f2f2f2;
    background-image: url(../img/business/icon_open.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer;
}
.yokuaru_qa details[open] summary{
    background-image: url(../img/business/icon_close.png);
}
.yokuaru_qa details .txt{
    padding: 15px 30px;
    background-color: #fff;
    border: solid 1px #f2f2f2;
}
.yokuaru_qa dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yokuaru_qa dl dt{
    width: 32px;
    color: #e10000;
    font-weight: 500;
    font-size: 30px;
}
.yokuaru_qa dl dd{
    width: calc(100% - 36px);
    font-weight: 500;
    line-height: 1.6;
}

.yokuaru_qa .txt dl{
    align-items: flex-start;
}
.yokuaru_qa .txt dl dd{
    padding-top: 15px;
}
/* 開閉アニメーションをつける */
.yokuaru_qa details {
    /* アコーディオンの中身のスタイル  */
    &::details-content {
        transition:
            height 0.4s,
            opacity 0.4s,
            content-visibility 0.4s allow-discrete;
        height: 0;
        opacity: 0;
        overflow: clip;
    }

    /* アコーディオンの中身のスタイル（開いている時） */
    &[open]::details-content {
        opacity: 1;
    }

    /* アコーディオンが開いた時のスタイル */
    &[open] .icon {
        transform: rotate(180deg);
    }
}

@supports (interpolate-size: allow-keywords) {
    :root {
        interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
    }
    .yokuaru_qa details[open]::details-content {
        height: auto;
    }
}

/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
    .yokuaru_qa details[open]::details-content {
        height: 165px;
        overflow-y: scroll;
    }
}
@media screen and (max-width:640px){
    .yokuaru_qa details{
        margin-bottom: 30px;
    }
    .yokuaru_qa details summary{
        padding: 15px 30px 15px 15px;
        background-size: 18px auto;
        background-position: calc(100% - 10px) center;
        font-size: 16px;
    }
    .yokuaru_qa details .txt{
        padding: 15px;
    }
    .yokuaru_qa dl dt{
        width: 28px;
        font-size: 20px;
    }
    .yokuaru_qa dl dd{
        width: calc(100% - 28px);
        font-size: 15px;
    }
    .yokuaru_qa .txt dl dd{
        padding-top: 5px;
    }
}









.biz_con_item07.taxi{
    max-width: 1230px;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.biz_con_item07.taxi li{
        max-width: initial;
    max-width: auto;
    min-height: 85px;
}
.biz_con_item07 li.tel a.num{
    color: #e10000;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}
.btn_soko_map.taxi {
    margin-top: 30px;
}


.geca02 ul li.anzen_txt_sub{
    display: flex;
    align-items: center;
}
.geca02 ul li.anzen_txt_sub p{
    font-size: 23px;
    line-height: 2;
    font-weight: 500;
}

@media screen and (max-width:1200px){
    .biz_con_item07 li.tel a.num{
        font-size: 4.1vw;
    }
    .geca02 ul li.anzen_txt_sub p{
        font-size: 20px;
        line-height: 1.8;
    }
}
@media screen and (max-width:910px){
    .biz_con_item07.taxi{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .biz_con_item07 li.tel a.num{
        font-size: 32px;
    }
    .geca02 ul li.anzen_txt_sub p{
        font-size: 18px;
        line-height: 1.8;
    }

}
@media screen and (max-width:640px){
    .biz_con_item07.taxi{
        margin-bottom: 20px;
    }

    .geca02 ul li.anzen_txt_sub p{
        font-size: 17px;
    }

}

/* 観光タクシー事業
-------------------------------*/
.kanko-course-img{
    text-align: center;
    margin-bottom: 30px;
}
.kanko-course-img:last-child{
    margin-bottom: 0;
}
.kanko-course-pdf{
    text-align: center;
}
@media screen and (max-width:640px){
    .kanko-course-img{
        overflow: auto;
    }
    .kanko-course-img img{
        max-width: none;
        width: 700px;
        height: auto;
    }
}


.kanko-course-item{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
/*    background-color: rgba(225,0,0,0.1);
    border-radius: 20px;
    padding: 40px;*/
    margin-bottom: 40px;
}
.kanko-course-item:last-child{
    margin-bottom: 0;
}
.kanko-course-item .sp{
    display: none;
}


.kanko-course-item .name{
    color: #e10000;
    margin-bottom: 30px;
}
.kanko-course-item .name span{
    display: inline-block;
}
.kanko-course-item .name span.n1{
    font-size: 30px;
}
.kanko-course-item .name span.n2{
    font-size: 20px;
}
.kanko-course-item .name span.time{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #e10000;
    border-radius: 20px;
    padding: 3px 15px;
    color: #fff;
}
.kanko-course-item .name span.yen{
    font-size: 30px;
}
.kanko-course-item .detail{
    width: 420px;
} 
.kanko-course-item .img{
    width: calc(100% - 470px);
} 

@media screen and (max-width:910px){
    .kanko-course-item{
/*        padding: 30px;*/
    }
    .kanko-course-item .name span.n1{
        font-size: 20px;
    }
    .kanko-course-item .name span.n2{
        font-size: 16px;
    }
    .kanko-course-item .name span.yen{
        font-size: 20px;
    }
    .kanko-course-item .detail{
        width: 100%;
    } 
    .kanko-course-item .img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    } 


}
@media screen and (max-width:640px){
    .kanko-course-item{
    /*    padding: 20px;
        border-radius: 10px;*/
        margin-bottom: 30px;
    }
    .kanko-course-item .pc{
        display: none;
    }
    .kanko-course-item .sp{
        display: block;
        text-align: center;
    }

    
    .kanko-course-item .name span.n1{
        font-size: 18px;
    }
    .kanko-course-item .name span.n2{
        font-size: 15px;
    }
    .kanko-course-item .name span.time{
        font-size: 15px;
    }
    .kanko-course-item .name span.yen{
        font-size: 20px;
    }

}


















/* バス事業
-------------------------------*/
.kanko_bus_cat{
    margin-bottom: 100px;
}
.kanko_bus_item01{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kanko_bus_item01 li{
    width: 49%;
    margin-bottom: 50px;
}
.kanko_bus_item02{
    width: 100%;
    font-size: 20px;
    border: solid 1px #000;
    margin-bottom: 50px;
}
.kanko_bus_item02 tr:not(:last-child){
    border-bottom: solid 1px #000;
}
.kanko_bus_item02 th{
    width: 200px;
    background-color: #f2f2f2;
    text-align: center;
    padding: 15px;
    border-right: solid 1px #000;
    font-weight: 500;
}
.kanko_bus_item02 td{
    padding: 15px;
}

.kanko_bus_pdf a{
    width: 530px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #999;
    color: #f00;
    font-size: 30px;
    font-weight: 500;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.kanko_bus_pdf a span {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 60px;
    background: url(../img/business/icon_pdf.png) right center no-repeat;
}
.kanko_bus_pdf a:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    content: "";
    transition: 0.3s;
}
.kanko_bus_pdf a:hover:before{
    background-color: rgba(255,0,0,0.2);
    width: 100%;
    height: 100%;
}


.com_bus_link{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.com_bus_link li{
    width: 31%;
    margin-bottom: 20px;
}
.com_bus_link li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.com_bus_link li a:hover{
    opacity: 1;
}
.com_bus_link li a:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    content: "";
    transition: 0.3s;
}
.com_bus_link li a:hover:before{
    background-color:#eee;
    width: 100%;
    height: 100%;
}



@media screen and (max-width:910px){
    .kanko_bus_item02{
        font-size: 16px;
    }
    .kanko_bus_item02 th{
        width: 150px;
        padding: 10px 0;
    }
    .kanko_bus_item02 td{
        padding: 10px;
    }
}
@media screen and (max-width:840px){
    .com_bus_link li{
        width: 48%;
    }
}

@media screen and (max-width:640px){
    .kanko_bus_item01 li{
        width: 100%;
        margin-bottom: 20px;
    }
    .kanko_bus_item02{
        margin-bottom: 30px;
        font-size: 15px;
    }
    .kanko_bus_item02 th{
        width: 100px;
    }
    .kanko_bus_pdf a {
        width: 90%;
        max-width: 300px;
        height: 60px;
        font-size: 18px;
    }
    .kanko_bus_pdf a span {
        padding-right: 30px;
        background-size: 20px auto;
    }
}
@media screen and (max-width:420px){

    .kanko_bus_item02 th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border-right: none;
        border-bottom: solid 1px #ccc;
        text-align: left;
    }
    .kanko_bus_item02 td{
        display: inline-block;
        width: 100%;
    }
    .com_bus_link li{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 15px;
    }
}


/* お問い合わせ */
.biz_contact_table{
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 30px 30px; /* 左右、上下 */
}
.biz_contact_table th{
    width: 280px;
    padding-top: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
}
.biz_contact_table th.required{
    position: relative;
}
.biz_contact_table th.required:after{
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
    width: 70px;
    height: 34px;
    background-color: #e10000;
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    content: "必須";
}


.biz_contact_table input{
    width: 100%;
    padding: 15px;
    background-color: #f2f2f2;
    border: solid 1px #999;
    border-radius: 5px;
}
.biz_contact_table .wpcf7-list-item input{
    width: auto;
}
.biz_contact_table .wpcf7-list-item-label{
    padding-left: 0.5em;
    margin-right: 2em;
}
.biz_contact_table textarea{
    width: 100%;
    height: 300px;
    padding: 15px;
    background-color: #f2f2f2;
    border: solid 1px #999;
    border-radius: 5px;
    resize: vertical;
}
input.wpcf7-submit{
    display: block;
    margin: 30px auto;
    width: 80%;
    max-width: 390px;
    height: 90px;
    border:none; 
    background-color: #e10000;
    border-radius: 45px;
    background-image: url(../img/business/arrow_siro.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
input.wpcf7-submit:hover{
    opacity: 0.7;
}

@media screen and (max-width:910px){
    .biz_contact_table{
        border-spacing: 20px 20px; /* 左右、上下 */
    }
    .biz_contact_table th{
        width: 200px;
        font-size: 18px;
    }
    .biz_contact_table th.required:after{
        top: calc(50% - 14px);
        width: 50px;
        height: 28px;
        font-size: 14px;
    }
}
@media screen and (max-width:640px){
    .biz_contact_table{
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .biz_contact_table th{
        display: inline-block;
        width: 200px;
        font-size: 16px;
        padding-top: 3px;
        padding-bottom: 10px;
    }
    .biz_contact_table td{
        display: inline-block;
        width: 100%;
    }
    .biz_contact_table textarea{
        height: 200px;
    }
    input.wpcf7-submit{
        height: 70px;
        font-size: 18px;
    }
}




/* 店舗情報 */

.roro_item01 li p.sub2 {
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
}
.roro_item01 li .sub3{
    text-align: left;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
}
.roro_item01 li .sub3 dt{
    width: 7em;
}
.roro_item01 li .sub3 dd{
    width: calc(100% - 7em);
    line-height: 1.3e;
}

.biz_shop_more{
    width: 100%;
    max-width: 1050px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_shop_more li{
    width: 23%;
}
.biz_shop_more li dl{
    margin-top: 20px;
}
.biz_shop_more li dl dt{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.biz_shop_more li dl dt span{
    display: block;
    font-size: 15px;
    line-height: 1.2;
}
.biz_shop_more li dl dd{
    font-size: 15px;
    line-height: 1.5;
}

.biz_shop_hoken{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_shop_hoken .bnr{
    width: 47.5%;
    text-align: center;
}
.biz_shop_hoken .bnr .img{
    width: 100%;
    height: 363px;
    border: solid 1px #b3b3b3;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.biz_shop_hoken .bnr p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: underline;
}
.biz_shop_hoken .bnr:hover p{
    text-decoration: none;
}

.biz_shop_toiawase{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_shop_toiawase li{
    width: 49%;
    padding-left: 140px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/business2/biz_img269.png);
}
.biz_shop_toiawase li.bg_g{
    background-image: url(../img/business2/biz_img270.png);
}
.biz_shop_toiawase li .cap{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.biz_shop_toiawase li .tel a{
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
    color: #e10000;
}
.biz_shop_toiawase li.bg_g .tel a{
    color: #666;
}
.biz_shop_toiawase li .fax{
    font-size: 19px;
    line-height: 1.5;
}

@media screen and (max-width:1470px){
    .biz_shop_hoken .bnr .img{
        height: 24.4vw;
    }
    .biz_shop_hoken .bnr .img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width:1200px){
    .biz_shop_toiawase li{
        padding-left: 130px;
    }
    .biz_shop_toiawase li .tel a{
        font-size: 4.1vw;
    }
}

@media screen and (max-width:910px){
    .roro_item01 li p.sub2 {
        font-size: 17px;
    }
    .roro_item01 li .sub3{
        margin-top: 10px;
    }
    .biz_shop_more{
        margin-top: -30px;
    }
    .biz_shop_more li dl dt{
        font-size: 18px;
    }

    .biz_shop_more li dl dt span{
        font-size: 13px;
    }
    .biz_shop_hoken .bnr .img{
        border-radius: 3vw;
    }
    .cont_soko_data .img.gaikan img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .biz_shop_hoken .bnr p{
        margin-top: 10px;
        font-size: 16px;
    }
    .biz_shop_toiawase li{
        width: 100%;
        margin-bottom: 20px;
    }
    .biz_shop_toiawase li .cap{
        font-size: 18px;
    }
    .biz_shop_toiawase li .tel a{
        font-size: 40px;
    }
}
@media screen and (max-width:640px){
    .biz_shop_more li{
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .biz_shop_more li img{
        width: 120px;
        height: auto;
    }
    .biz_shop_more li dl{
        width: calc(100% - 140px);
        margin-top: 0;
    }
    .biz_shop_more li dl dt{
        margin-bottom: 5px;
    }

    .biz_shop_hoken .bnr{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .biz_shop_hoken .bnr .img{
        height: 140px;
    }

    .biz_shop_toiawase li{
        padding-left: 100px;
        background-size: 80px auto;
    }
    .biz_shop_toiawase li .cap{
        font-size: 16px;
    }
    .biz_shop_toiawase li .tel a{
        font-size: 30px;
    }
}

@media screen and (max-width:420px){
    .biz_shop_more li img{
        width: 90px;
        height: auto;
    }
    .biz_shop_more li dl{
        width: calc(100% - 110px);
        margin-top: 0;
    }
    .biz_shop_toiawase li{
        padding-left: 90px;
        background-size: 70px auto;
    }
    
}





/* ツアー情報 
-------------------------------*/
.kanko-course-pdf.biz_tour_taxi{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.biz_tour_logo{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.biz_tour_logo ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.biz_tour_logo ul li:nth-child(1){
    width: 55%;
    font-size: 15px;
    line-height: 1.5;
}
.biz_tour_logo ul li:nth-child(2){
    width: 40%;
}
.biz_tour_cancel table{
    width: 100%;
    border: solid 1px #000;
    font-size: 20px;
    line-height: 1.3;
}
.biz_tour_cancel table thead tr{
    background-color: #f2f2f2;
    border-bottom: solid 1px #000;
}
.biz_tour_cancel table td{
    width: calc(100% / 6);
    padding: 15px 5px;
    text-align: center;
}
.biz_tour_cancel table td:not(:last-child){
    border-right: solid 1px #000;
}
.biz_tour_cancel table thead td{
    font-weight: 500;
}
.biz_tour_cancel_txt{
    margin-top: 40px;
}
.biz_tour_cancel_txt a{
    color: #e10000;
    text-decoration: underline;
}
.biz_tour_cancel_txt a:hover{
    text-decoration: none;
}

.biz_con_item07.taxi li.bg-no {
    background-image: none;
}

.biz_tour_banners{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_tour_banners li{
    width: 48%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
.biz_tour_banners li a{
    display: block;
    margin-top: 10px;
}


.kanko_tour_lead{
    position: relative;
}
.link_line_qr{
    position: absolute;
    top: -90px;
    left: 660px;
    width: 100%;
    max-width: 380px;
    border: solid 1px #999;
    padding: 20px;
    text-align: center;
}
.link_line_qr dt{
    color: #e10000;
    font-size: 120%;
}
.link_line_qr dd{
    line-height: 1.4;
}
.link_line_qr dd.img{
    margin-top: 10px;
    margin-bottom: 20px;
}
.link_line_qr dd.img img{
    width: 140px;
    height: auto;
}


@media screen and (max-width:1300px){
    .biz_tour_cancel table{
        font-size: 16px;
    }

}
@media screen and (max-width:1100px){
    .link_line_qr{
        position: static;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .link_line_qr dd.img img{
        width: 100px;
        height: auto;
    }
}
@media screen and (max-width:910px){

    .biz_tour_logo ul li:nth-child(1){
        font-size: 12px;
    }   
    .biz_tour_cancel table td{
        padding: 10px 5px;
    }
    .biz_tour_banners li{
        font-size: 16px;
    }
    
}
    
@media screen and (max-width:640px){
    .biz_tour_logo{
        max-width: 300px;
        margin-top: 30px;
    }
    .biz_tour_logo ul{
        display: block;
    }

    .biz_tour_logo ul li:nth-child(1){
        width: 100%;
        font-size: 10px;
    }
    .biz_tour_logo ul li:nth-child(2){
        width: 70%;
        margin: 10px auto 0;
    }
    
    .biz_tour_cancel{
        width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }
    .biz_tour_cancel table{
        width: 700px;
    }
    .biz_tour_cancel_txt{
        margin-top: 20px;
    }
    .biz_tour_banners{
        width: 80%;
        max-width: 400px;
    }

    .biz_tour_banners li{
        width: 100%;
        margin-bottom: 20px;
        
    }
}


/* ツアー情報 詳細 
-------------------------------*/
.biz_tour_plan{
    position: relative;
}
.biz_tour_plan:not(:last-child){
    margin-bottom: 100px;
}
.biz_tour_plan .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.biz_tour_plan .img{
    width: 31%;
}
.biz_tour_plan .img img{
    width: 100%;
    aspect-ratio:1 / 0.75;
    object-fit: cover;
}
.biz_tour_plan .txt{
    width: 64%;
}
.biz_tour_plan .txt table{
    width: 100%;
    border: solid 1px #000;
    font-size: 20px;
    margin-bottom: 40px;
}
.biz_tour_plan .txt table tr:not(:last-child){
    border-bottom: solid 1px #000;
}

.biz_tour_plan .txt table th{
    width: 200px;
    text-align: center;
    font-weight: 500;
    padding: 15px 5px;
    border-right: solid 1px #000;
    background-color: #f2f2f2;

}
.biz_tour_plan .txt table td{
    text-align: left;
    padding: 15px;
}

.biz_tour_plan .txt .to_detail a{
    width: 100%;
    max-width: 600px;
    height: 110px;
    border: solid 1px #808080;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #e10000;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}
.biz_tour_plan .txt .to_detail a:hover {
    color: #fff;
}

.biz_tour_plan .txt .to_detail a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-color: #e10000;
    content: "";
    width: 0;
    height: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.biz_tour_plan .txt .to_detail a:hover::before {
    width: 100%;
    height: 100%;
}

.biz_tour_plan .txt .to_detail a span{
    padding-right: 60px;
    background: url(../img/business/arrow_red.png) right center no-repeat;
}
.biz_tour_plan .txt .to_detail a:hover span{
    background-image: url(../img/business/arrow_white.png);
}

.biz_tour_plan .txt .request{
    display: inline-block;
    padding: 1em 3em;
    background-color: #e10000;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.biz_tour_plan .request.full {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-image: url(../img/business2/sold_out.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}


.tour_no_item{
    width: 100%;
    padding: 120px 0;
    text-align: center;
}
@media screen and (max-width:1400px){

    .biz_tour_plan .txt table{
        font-size: 16px;
    }
    .biz_tour_plan .txt .to_detail a{
        font-size: 20px;
    }
}

@media screen and (max-width:910px){
    .biz_tour_plan:not(:last-child){
        margin-bottom: 60px;
    }
    .biz_tour_plan .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .biz_tour_plan .img img{
        max-width: 420px;
    }
    .biz_tour_plan .txt{
        width: 100%;
    }
    .biz_tour_plan .txt table{
        margin-bottom: 30px;
    }

    .biz_tour_plan .txt .to_detail a{
        max-width: 500px;
        height: 90px;
        margin: auto;
    }
}
@media screen and (max-width:640px){
    .biz_tour_plan .txt table th{
        width: 7em;
    }
    .biz_tour_plan .txt .to_detail a{
        height: 80px;
        font-size: 16px;
    }
}

@media screen and (max-width:420px){
    .biz_tour_plan .txt table{
        font-size: 15px;
    }
    .biz_tour_plan .txt table th{
        padding: 10px 5px;
    }
    .biz_tour_plan .txt table td{
        padding: 10px;
    }

}


main#single-tours {
    padding-top: 90px;
}


/* お申込みフォーム */
.biz_tours_entry table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 30px 30px; /* 左右、上下 */
    font-size: 20px;
}
.biz_tours_entry th{
    width: 280px;
    padding-top: 10px;
    text-align: left;
    font-weight: 500;
    vertical-align: top;
}

.biz_tours_entry input{
    padding: 15px;
    background-color: #f2f2f2;
    border: solid 1px #999;
    border-radius: 5px;
}
.biz_tours_entry td.course_title  input{
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.biz_tours_entry td.course_id,
.biz_tours_entry td.course_location{
    display: none !important;
}


.biz_tours_entry td .name-1 input,
.biz_tours_entry td .name-1-end input,
.biz_tours_entry td .name-1-kana input,
.biz_tours_entry td .name-1-kana-end input,
.biz_tours_entry td .name-2 input,
.biz_tours_entry td .name-2-end input,
.biz_tours_entry td .name-2-kana input,
.biz_tours_entry td .name-2-kana-end input,
.biz_tours_entry td .name-3 input,
.biz_tours_entry td .name-3-end input,
.biz_tours_entry td .name-3-kana input,
.biz_tours_entry td .name-3-kana-end input,
.biz_tours_entry td .name-4 input,
.biz_tours_entry td .name-4-end input,
.biz_tours_entry td .name-4-kana input,
.biz_tours_entry td .name-4-kana-end input,
.biz_tours_entry td .name-5 input,
.biz_tours_entry td .name-5-end input,
.biz_tours_entry td .name-5-kana input,
.biz_tours_entry td .name-5-kana-end input,
.biz_tours_entry td .name-6 input,
.biz_tours_entry td .name-6-end input,
.biz_tours_entry td .name-6-kana input,
.biz_tours_entry td .name-6-kana-end input,
.biz_tours_entry td .name-7 input,
.biz_tours_entry td .name-7-end input,
.biz_tours_entry td .name-7-kana input,
.biz_tours_entry td .name-7-kana-end input,
.biz_tours_entry td .name-8 input,
.biz_tours_entry td .name-8-end input,
.biz_tours_entry td .name-8-kana input,
.biz_tours_entry td .name-8-kana-end input{
    width: 200px;
    margin-left: 10px;
    margin-right: 20px;
}

.biz_tours_entry td .age-1 input,
.biz_tours_entry td .age-2 input,
.biz_tours_entry td .age-3 input,
.biz_tours_entry td .age-4 input,
.biz_tours_entry td .age-5 input,
.biz_tours_entry td .age-6 input,
.biz_tours_entry td .age-7 input,
.biz_tours_entry td .age-8 input{
    width: 150px;
    margin-right: 10px;
}

.biz_tours_entry td .postal-code-1-1 input,
.biz_tours_entry td .postal-code-1-2 input,
.biz_tours_entry td .postal-code-2-1 input,
.biz_tours_entry td .postal-code-2-2 input,
.biz_tours_entry td .postal-code-3-1 input,
.biz_tours_entry td .postal-code-3-2 input,
.biz_tours_entry td .postal-code-4-1 input,
.biz_tours_entry td .postal-code-4-2 input,
.biz_tours_entry td .postal-code-5-1 input,
.biz_tours_entry td .postal-code-5-2 input,
.biz_tours_entry td .postal-code-6-1 input,
.biz_tours_entry td .postal-code-6-2 input,
.biz_tours_entry td .postal-code-7-1 input,
.biz_tours_entry td .postal-code-7-2 input,
.biz_tours_entry td .postal-code-8-1 input,
.biz_tours_entry td .postal-code-8-2 input{
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
}
.biz_tours_entry td .address-1 input,
.biz_tours_entry td .address-2 input,
.biz_tours_entry td .address-3 input,
.biz_tours_entry td .address-4 input,
.biz_tours_entry td .address-5 input,
.biz_tours_entry td .address-6 input,
.biz_tours_entry td .address-7 input,
.biz_tours_entry td .address-8 input{
    width: 100%;
    margin-top: 10px;
}
.biz_tours_entry td .tel-1-1 input,
.biz_tours_entry td .tel-1-2 input,
.biz_tours_entry td .tel-1-3 input,
.biz_tours_entry td .tel-2-1 input,
.biz_tours_entry td .tel-2-2 input,
.biz_tours_entry td .tel-2-3 input,
.biz_tours_entry td .tel-3-1 input,
.biz_tours_entry td .tel-3-2 input,
.biz_tours_entry td .tel-3-3 input,
.biz_tours_entry td .tel-4-1 input,
.biz_tours_entry td .tel-4-2 input,
.biz_tours_entry td .tel-4-3 input,
.biz_tours_entry td .tel-5-1 input,
.biz_tours_entry td .tel-5-2 input,
.biz_tours_entry td .tel-5-3 input,
.biz_tours_entry td .tel-6-1 input,
.biz_tours_entry td .tel-6-2 input,
.biz_tours_entry td .tel-6-3 input,
.biz_tours_entry td .tel-7-1 input,
.biz_tours_entry td .tel-7-2 input,
.biz_tours_entry td .tel-7-3 input,
.biz_tours_entry td .tel-8-1 input,
.biz_tours_entry td .tel-8-2 input,
.biz_tours_entry td .tel-8-3 input{
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
}
.biz_tours_entry td .email-1 input,
.biz_tours_entry td .email-2 input,
.biz_tours_entry td .email-3 input,
.biz_tours_entry td .email-4 input,
.biz_tours_entry td .email-5 input,
.biz_tours_entry td .email-6 input,
.biz_tours_entry td .email-7 input,
.biz_tours_entry td .email-8 input{
    width: 100%;
}

.biz_tours_entry td .comment input{
    margin-top: 5px;
    width: 100%;
}
.biz_tours_entry td select{
        padding: 15px;
    background-color: #f2f2f2;
    border: solid 1px #999;
    border-radius: 5px;
}

.biz_tours_entry .second_table{
    padding-top: 30px;
    margin-top: 30px;
    border-top: dashed 1px #999;
}
.biz_tours_entry .second_table p:first-child{
    font-weight: 500;
    font-size: 20px;
    color: #112e73;
}
.supplement span{
    display: inline-block;
    color:transparent;
    width: 70px;
    background: url(../img/business2/icon_hissu.png) center center/contain no-repeat;
}
.biz_tours_entry th{
    position: relative;
    padding-right: 80px;
}
.biz_tours_entry th span{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color:transparent;
    width: 70px;
    height: 100%;
    background: url(../img/business2/icon_hissu.png) center center/contain no-repeat;
}

.biz_tours_entry .kiyaku {
    height: 300px;
    overflow: auto;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 1em;
    border: solid 1px #999;
}

.biz_tours_entry .kiyaku p {
    padding: 2px 1em;
}

.biz_tours_entry .kiyaku p.k_title1 {
    color: #e10000;
    margin-top: 1em;
    font-weight: bold;
    font-size: 25px;
}

.biz_tours_entry .kiyaku p.k_title2 {
    background-color: #efefef;
    padding: 10px 1em;
    margin-top: 2em;
    font-size: 20px;
    font-weight: 500;
    margin-bottom:1em ;
    color: #000;
}

.biz_tours_entry .doui {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.biz_tours_entry .doui .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
  width: 70px;
    height: 25px;
    background: url(../img/business2/icon_hissu.png) center center/contain no-repeat;
}

.biz_tours_entry input.wpcf7c-btn-confirm,
.biz_tours_entry input.wpcf7c-elm-step2,
.biz_tours_entry input.wpcf7c-btn-back{
    display: block;
    margin: 30px auto;
    width: 80%;
    max-width: 390px;
    height: 90px;
    border:none; 
    background-color: #e10000;
    border-radius: 45px;
    background-image: url(../img/business/arrow_siro.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}
.biz_tours_entry input.wpcf7c-btn-confirm:hover{
    opacity: 0.7;
}

@media screen and (max-width:1200px){
    .biz_tours_entry table{
        font-size: 16px;
    }
    .biz_tours_entry th{
        width: 230px;
    }
    .biz_tours_entry td .name-1 input,
    .biz_tours_entry td .name-1-end input,
    .biz_tours_entry td .name-1-kana input,
    .biz_tours_entry td .name-1-kana-end input,
    .biz_tours_entry td .name-2 input,
    .biz_tours_entry td .name-2-end input,
    .biz_tours_entry td .name-2-kana input,
    .biz_tours_entry td .name-2-kana-end input,
    .biz_tours_entry td .name-3 input,
    .biz_tours_entry td .name-3-end input,
    .biz_tours_entry td .name-3-kana input,
    .biz_tours_entry td .name-3-kana-end input,
    .biz_tours_entry td .name-4 input,
    .biz_tours_entry td .name-4-end input,
    .biz_tours_entry td .name-4-kana input,
    .biz_tours_entry td .name-4-kana-end input,
    .biz_tours_entry td .name-5 input,
    .biz_tours_entry td .name-5-end input,
    .biz_tours_entry td .name-5-kana input,
    .biz_tours_entry td .name-5-kana-end input,
    .biz_tours_entry td .name-6 input,
    .biz_tours_entry td .name-6-end input,
    .biz_tours_entry td .name-6-kana input,
    .biz_tours_entry td .name-6-kana-end input,
    .biz_tours_entry td .name-7 input,
    .biz_tours_entry td .name-7-end input,
    .biz_tours_entry td .name-7-kana input,
    .biz_tours_entry td .name-7-kana-end input,
    .biz_tours_entry td .name-8 input,
    .biz_tours_entry td .name-8-end input,
    .biz_tours_entry td .name-8-kana input,
    .biz_tours_entry td .name-8-kana-end input{
        width: 38%;
        max-width: 200px;
        margin-left: 5px;
        margin-right: 10px;
    }

    .biz_tours_entry td .age-1 input,
    .biz_tours_entry td .age-2 input,
    .biz_tours_entry td .age-3 input,
    .biz_tours_entry td .age-4 input,
    .biz_tours_entry td .age-5 input,
    .biz_tours_entry td .age-6 input,
    .biz_tours_entry td .age-7 input,
    .biz_tours_entry td .age-8 input{
        width: 120px;
        margin-right: 10px;
    }

    .biz_tours_entry td .postal-code-1-1 input,
    .biz_tours_entry td .postal-code-1-2 input,
    .biz_tours_entry td .postal-code-2-1 input,
    .biz_tours_entry td .postal-code-2-2 input,
    .biz_tours_entry td .postal-code-3-1 input,
    .biz_tours_entry td .postal-code-3-2 input,
    .biz_tours_entry td .postal-code-4-1 input,
    .biz_tours_entry td .postal-code-4-2 input,
    .biz_tours_entry td .postal-code-5-1 input,
    .biz_tours_entry td .postal-code-5-2 input,
    .biz_tours_entry td .postal-code-6-1 input,
    .biz_tours_entry td .postal-code-6-2 input,
    .biz_tours_entry td .postal-code-7-1 input,
    .biz_tours_entry td .postal-code-7-2 input,
    .biz_tours_entry td .postal-code-8-1 input,
    .biz_tours_entry td .postal-code-8-2 input{
        width: 35%;
        max-width: 200px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .biz_tours_entry td .tel-1-1 input,
    .biz_tours_entry td .tel-1-2 input,
    .biz_tours_entry td .tel-1-3 input,
    .biz_tours_entry td .tel-2-1 input,
    .biz_tours_entry td .tel-2-2 input,
    .biz_tours_entry td .tel-2-3 input,
    .biz_tours_entry td .tel-3-1 input,
    .biz_tours_entry td .tel-3-2 input,
    .biz_tours_entry td .tel-3-3 input,
    .biz_tours_entry td .tel-4-1 input,
    .biz_tours_entry td .tel-4-2 input,
    .biz_tours_entry td .tel-4-3 input,
    .biz_tours_entry td .tel-5-1 input,
    .biz_tours_entry td .tel-5-2 input,
    .biz_tours_entry td .tel-5-3 input,
    .biz_tours_entry td .tel-6-1 input,
    .biz_tours_entry td .tel-6-2 input,
    .biz_tours_entry td .tel-6-3 input,
    .biz_tours_entry td .tel-7-1 input,
    .biz_tours_entry td .tel-7-2 input,
    .biz_tours_entry td .tel-7-3 input,
    .biz_tours_entry td .tel-8-1 input,
    .biz_tours_entry td .tel-8-2 input,
    .biz_tours_entry td .tel-8-3 input{
        width: 25%;
        max-width: 200px;
    }
    .biz_tours_entry .second_table p:first-child{
        font-size: 18px;
    }
    .biz_tours_entry th{
        padding-right: 60px;
    }
    .biz_tours_entry th span{
        width: 50px;
    }

    .biz_tours_entry .kiyaku p.k_title1 {
        font-size: 20px;
    }

    .biz_tours_entry .kiyaku p.k_title2 {
        font-size: 16px;
    }


}


@media screen and (max-width:910px){
    .biz_tours_entry table{
        border-spacing: 20px 20px; /* 左右、上下 */
        font-size: 16px;
    }
    .biz_tours_entry th{
        width: 200px;
        font-size: 18px;
    }
}
@media screen and (max-width:640px){
    .biz_tours_entry table{
        border-spacing: 0 20px; /* 左右、上下 */
    }
    .biz_tours_entry th{
        display: inline-block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        background-color: #f2f2f2;
    }
    .biz_tours_entry td{
        display: inline-block;
        width: 100%;
        padding-top: 5px;
    }

    .biz_tours_entry th span {
        position: static;
        margin-left: 10px;
    }
    .biz_tours_entry input{
        padding: 10px;
    }

    .biz_tours_entry td select{
            padding: 10px;
    }
    .biz_tours_entry .kiyaku p {
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    .biz_tours_entry .kiyaku p.k_title1 {
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 1em;
        }
        .biz_tours_entry .kiyaku p.k_title2 {
        padding: 10px 1em;
        font-size: 16px;
    }


    .biz_tours_entry input.wpcf7c-btn-confirm,
.biz_tours_entry input.wpcf7c-elm-step2,
.biz_tours_entry input.wpcf7c-btn-back{
        height: 70px;
        font-size: 18px;
    }
}









/* 保険代理店業
-------------------------------*/

.biz_hoken_lead{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_hoken_lead .txt{
    width: 60%;
}
.biz_hoken_lead .img{
    width: 37%;
}
.biz_con_item07.hoken li{
    width: 100%;
    max-width: initial;
    max-width: auto;
    height: auto;
    background-position: left top;
    margin-bottom: 40px;
} 
.biz_con_item07.hoken li .info2{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.biz_con_item07.hoken li .info3{
    font-size: 15px;
}

.biz_hoken_pack{
    width: 100%;
    background-color: #e10000;
    border-radius: 30px;
    padding: 55px 40px;
}
.biz_hoken_pack .sub{
    color: #fff;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
}
.biz_hoken_pack .sub2{
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.biz_hoken_pack ul{
    width: 1005;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_hoken_pack ul li{
    width: 24%;
}
.biz_hoken_pack ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio:3 / 2.5;
    border: solid 1px #999;
    border-radius: 30px;
    background-color: #fff;
    padding: 10px;
}
.biz_hoken_pack ul li.bg-no a{
    border-color:#fff;
    border-radius: 0;
    padding: 0;
}
.biz_hoken_pack2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biz_hoken_pack2:not(:last-child){
    margin-bottom: 80px;
}
.biz_hoken_pack2 li{
    width: 48%;
}
.biz_hoken_pack2 li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.biz_hoken_pack2 li a .img{
    width: 100%;
    aspect-ratio:1 / 0.6;
    border: solid 1px #999;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}
.biz_hoken_pack2 li a span{
    display: block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: underline;
}
.biz_hoken_pack2 li a:hover span{
    text-decoration: none;
}
.biz_hoken_pack2.x3 li{
    width: 31%;
}
.biz_hoken_notice{
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 35px;
}
.biz_hoken_notice .sub{
    text-align: center;
    color: #e10000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.biz_hoken_notice .inner{
    background-color: #fff;
    border-radius: 20px;
    padding: 60px;
    text-align: left;
}
.biz_hoken_notice .date{
    color: #e10000;
    font-size: 25px;
    margin-bottom: 20px;
}

.biz_hoken_notice .post-content{
    line-height: 1.8;
}
.biz_hoken_notice .post-content p{
    margin-bottom: 15px;
}

.biz_hoken_policy{
    width: 90%;
    max-width: 1320px;
    margin: 0 auto 50px;
}

.biz_hoken_policy details summary{
    display: block;
    width: 100%;
    padding: 15px 100px 15px 40px;
    background-image: url(../img/business/icon_open_w.png);
    background-position: calc(100% - 40px) center;
    background-repeat: no-repeat;
    background-color: #e10000;
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
    cursor: pointer;
}
.biz_hoken_policy details[open] summary{
    background-image: url(../img/business/icon_close_w.png);
}
.biz_hoken_policy details .txt{
    padding: 15px;
    background-color: #fff;
    border: solid 1px #ccc;
}
.pre-txt{
    text-align: center;
    padding: 100px 0;
}



@media screen and (max-width:910px){
    .biz_hoken_lead{
        margin-bottom: 50px;
    }
    .biz_hoken_lead .txt{
        width: 100%;
    }
    .biz_hoken_lead .img{
        width: 100%;
        text-align: center;
    }
    .biz_hoken_pack{
        border-radius: 20px;
        padding: 30px;
    }
    .biz_hoken_pack .sub{
        font-size: 18px;
    }
    .biz_hoken_pack ul li a{
        border-radius: 20px;
    }

    .biz_hoken_pack2:not(:last-child){
        margin-bottom: 50px;
    }

    .biz_hoken_pack2 li a .img{
        border-radius: 20px;
    }
    .biz_hoken_pack2 li a span{
        font-size: 16px;
    }
    .biz_hoken_notice{
        border-radius: 20px;
        padding: 20px;
    }
    .biz_hoken_notice .sub{
        font-size: 25px;
    }
    .biz_hoken_notice .inner{
        border-radius: 10px;
        padding: 20px;
    }
    .biz_hoken_notice .date{
        font-size: 16px;
    }
    .biz_hoken_policy{
        margin-bottom: 30px;
    }
    .biz_hoken_policy details summary{
        padding-left: 20px;
        padding-right: 60px;
        background-position: calc(100% - 20px) center;
        background-size: 20px auto;
        font-size: 20px;
    }
    
}
@media screen and (max-width:640px){
    .biz_con_item07.hoken li{
        margin-bottom: 20px;
    } 
    .biz_con_item07.hoken li .info2{
        border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .biz_con_item07.hoken li .info3{
        font-size: 14px;
    }
    .biz_hoken_pack{
        padding: 20px;
    }
    .biz_hoken_pack .sub{
        font-size: 16px;
    }
    .biz_hoken_pack ul li{
        width: 48%;
        margin-bottom: 10px;
    }
    .biz_hoken_pack ul li a{
        border-radius: 10px;
        aspect-ratio:auto;
    }
    .biz_hoken_pack2{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .biz_hoken_pack2 li{
        width: 100%;
        margin-bottom: 30px;
    }
    .biz_hoken_pack2 li a .img{
        border-radius: 10px;
    }
    .biz_hoken_pack2.x3{
        width: 100%;
    }
    .biz_hoken_pack2.x3 li{
        width: 48%;
        margin-bottom: 10px;
    }
    .biz_hoken_pack2.x3 li a span {
        font-size: 14px;
        text-align: left;
    }
    
    .biz_hoken_notice .sub{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .biz_hoken_notice .inner{
        font-size: 15px;
    }
    .biz_hoken_policy details summary{
        padding-left: 15px;
        padding-right: 50px;
        background-position: calc(100% - 10px) center;
        font-size: 16px;
    }
}
@media screen and (max-width:420px){
    .biz_hoken_pack ul li{
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .biz_hoken_pack2.x3{
        width: 80%;
        margin: auto;
    }
    .biz_hoken_pack2.x3 li{
        width: 100%;
    }
    
    

}

/* お客様の声 */
.customer_voice{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    position: relative;
}
.customer_voice .cv_txt{
    width: calc(100% - 130px);
    border: solid 2px #e10000;
    border-radius: 20px;
    padding: 30px;
    line-height: 2;
    padding-left: 120px;
    margin-left: auto;
}
.customer_voice.ic-r .cv_txt{
    margin-left: 0;
    padding-left: 30px;
    padding-right: 120px;
}
.customer_voice .cv_icon{
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 3;
}
.customer_voice.ic-r .cv_icon{
    left: auto;
    right: 0;
}
@media screen and (max-width:910px){
    .customer_voice{
        margin-top: 10vw;
        margin-bottom: 10vw;
    }
    .customer_voice .cv_txt{
        width: calc(100% - 14vw);
        line-height: 1.8;
        padding-left: 9vw;
    }
    .customer_voice.ic-r .cv_txt{
        padding-right: 9vw;
    }
    .customer_voice .cv_icon{
        top: -5vw;
        width: 20vw
    }

}
@media screen and (max-width:640px){
    /* .customer_voice .cv_txt{
        width: 100%;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 20vw;
        font-size: 15px;
        border-radius: 10px;
    }
    .customer_voice.ic-r .cv_txt{
        padding-right: 10px;
        padding-left: 20vw;
    }
    
    
    .customer_voice .cv_icon{
        left: -10px;
    }
    .customer_voice.ic-r .cv_icon{
        right: auto;
        left: -10px;
    } */
}



/* 個人情報保護に関する基本方針
-------------------------------*/
.biz_hoken_policy .privacy-policy{
    font-size: 15px;
}
.biz_hoken_policy .privacy-policy p {
    margin-bottom: 8px;
    text-align: left;
}
.biz_hoken_policy .privacy-policy dl dt {
    margin-bottom: 4px;
}
.biz_hoken_policy .privacy-policy dl dd {
    margin-bottom: 8px;
}
.biz_hoken_policy .privacy-policy dl dd ul {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #C9CACA;
}

.biz_hoken_policy .privacy-policy dl dd .insurer {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #C9CACA;
}

.biz_hoken_policy .privacy-policy dl dd ul.noborder {
    margin: auto;
    padding: 0 1em;
    border: none;
}
.biz_hoken_policy .privacy-policy .sublist {
    padding: 0 1em;
    margin-bottom: 8px;
}


/* 勧誘方針
-------------------------------*/
.biz_hoken_policy .kanyu-wrap {
    margin-bottom: 30px;
    font-size: 15px;
}
.biz_hoken_policy .kanyu-wrap h4 {
    margin: 6px 0;
    color: #e10000;
    font-size: 17px;
    font-weight: 700;
}
.biz_hoken_policy .kanyu-wrap:last-child{
    margin-bottom: 0;
}




/*お客さま本位の業務運営方針
-------------------------------*/

.biz_hoken_policy .txt.unei{
    font-size: 15px;
}
.biz_hoken_policy .txt.unei p {
    margin-bottom: 8px;
}
.biz_hoken_policy .unei-wrap {
    margin-bottom: 30px;
    font-size: 15px;
}
.biz_hoken_policy .unei-wrap h4 {
    margin: 6px 0;
    color: #e10000;
    font-size: 17px;
    font-weight: 700;
}
.biz_hoken_policy .txt.unei p a{
    text-decoration: underline;
}
.biz_hoken_policy .txt.unei p a:hover{
    text-decoration: none;
}
.biz_hoken_policy .txt.unei .schedule{
    width: 100%;
    border: solid 1px #d1171a;
    font-size: 14px;
    line-height: 1.2;
    table-layout: fixed;
}
.biz_hoken_policy .txt.unei .schedule thead{
    background-color: #ffe1dc;
}
.biz_hoken_policy .txt.unei .schedule thead tr{
    border-bottom: solid 1px #d1171a;
}
.biz_hoken_policy .txt.unei .schedule td{
    text-align: center;
    padding: 15px 5px;
}
.biz_hoken_policy .txt.unei .schedule td:not(:first-child){
    border-left: solid 1px #d1171a;
}

.biz_hoken_policy .txt.unei .schedule td:last-child{
    border-left-style: double;
    border-left-width: 3px;
}

@media screen and (max-width:910px){
    .schedule_box{
        width: 100%;
        overflow: auto;
    }
    .biz_hoken_policy .txt.unei .schedule{
        min-width: 760px;
        font-size: 13px;
    }
}

/* 警備業認定証 */
.security-label{
    text-align: center;
}
.security-label img{
    width: 100%;
    max-width: 540px;
    height: auto;
}





@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}




@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}




@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}




@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}













































