@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background: url(../img/insurance/bgTitTop.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/insurance/bgTitTop_sp.jpg) center top / cover no-repeat;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secIndexIn{
    padding: 75px 0 150px;
}
@media only screen and (max-width:767px){
    .secIndexIn{
        padding: 27px 0 54px;
    }
}

/* secMerit */
.secMerit{
    margin-top: 66px;
}
.secMerit .secMeritList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.secMerit .meritItem{
    width: 49.305%;
    min-height: 240px;
    padding: 49px 60px 38px 50px;
    border: 1px solid var(--dpc01);
    background: var(--dpc06);
}
.secMerit .meritItem:nth-child(2n){
    margin-left: 1.39%;
}
.secMerit .meritItem:nth-child(n+3){
    margin-top: 30px;
}
.secMerit .meritItem .head{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--dpc02);
}
.secMerit .meritItem .tit{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 10px;
}
.secMerit .meritItem .txt{
    font-size: 14px;
    font-weight: 350;
    line-height: 2;
    letter-spacing: 0.3px;
    margin-top: 10px;
}

@media only screen and (max-width:767px){
    .secMerit{
        margin-top: 23px;
    }
    .secMerit .secMeritList{
        display: block;
        margin-top: 20px;
    }
    .secMerit .meritItem{
        width: 100%;
        min-height: 0;
        padding: 28px 17px 23px;
    }
    .secMerit .meritItem:nth-child(2n){
        margin-left: 0;
    }
    .secMerit .meritItem:nth-child(n+3),
    .secMerit .meritItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secMerit .meritItem .head{
        font-size: 12px;
        letter-spacing: 0.6px;
    }
    .secMerit .meritItem .tit{
        font-size: 14px;
        letter-spacing: 0.7px;
    }
    .secMerit .meritItem .txt{
        font-size: 12px;
        line-height: 1.833;
        letter-spacing: 0.6px;
    }
}

/* secRoadService */
.secRoadService{
    background: var(--dpc05);
    padding: 60px 0 50px;
    text-align: center;
    margin-top: 60px;
}
.secRoadService .tit{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.secRoadService .boxJafRS{
    width: 740px;
    height: 240px;
    background: var(--dpc06);
    padding: 45px 0 0;
    margin: 40px auto 0;
}
.secRoadService .boxJafRS .subTit{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.secRoadService .boxJafRS .txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.4px;
    margin-top: 16px;
}
.secRoadService .boxJafRS .telLink{
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 4.4px;
    margin-top: 16px;
    display: inline-block;
    text-decoration: none;
    color: var(--dpc01);
}
.secRoadService .boxIC{
    margin-top: 50px;
}
.secRoadService .boxIC .icList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.secRoadService .boxIC .icItem{
    width: 390px;
    padding: 30px 0 23px;
    border-left: 1px solid var(--dpc03);
}
.secRoadService .boxIC .icItem:first-child{
    border-left: none;
}
.secRoadService .boxIC .icItem .telLink{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.84px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    color: var(--dpc01);
}
.secRoadService .boxIC .icItem .boxBtn{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -3px auto 0;
}
.secRoadService .boxIC .icItem .boxBtn .btnLink{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 30px 0 0;
    background: var(--dpc06);
    border: 1px solid var(--dpc03);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 4px;
    width: 160px;
    height: 52px;
    text-decoration: none;
    color: var(--dpc01);
}
.secRoadService .boxIC .icItem .boxBtn .btnLink:nth-child(2){
    margin-left: 10px;
}
.secRoadService .boxIC .icItem .boxBtn .btnLink:hover{
    border: 1px solid var(--dpc01);
}
.secRoadService .boxIC .icItem .boxBtn .btnLink .txt{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.65px;
    position: relative;
}
.secRoadService .boxIC .icItem .boxBtn .btnLink .txt::after{
    content: "";
    background: url(../img/insurance/iconLink.gif) center / contain no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: -8px;
    right: -14px;
}
.secRoadService .txtNote{
    font-size: 13px;
    font-weight: 350;
    letter-spacing: 1.3px;
    margin-top: 28px;
}
@media only screen and (max-width:767px){
    .secRoadService{
        padding: 30px 0 27px;
        margin-top: 30px;
    }
    .secRoadService .tit{
        font-size: 13px;
        letter-spacing: 0.3px;
    }
    .secRoadService .boxJafRS{
        width: 100%;
        height: auto;
        padding: 24px 0;
        margin: 29px auto 0;
    }
    .secRoadService .boxJafRS .subTit{
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .secRoadService .boxJafRS .txt{
        font-size: 11px;
        font-weight: 350;
        line-height: 1.727;
        letter-spacing: 0.3px;
        margin-top: 10px;
    }
    .secRoadService .boxJafRS .telLink{
        font-size: 26px;
        letter-spacing: 1.3px;
        margin-top: 9px;
    }
    .secRoadService .boxIC{
        margin-top: 0;
    }
    .secRoadService .boxIC .icList{
        display: block;
    }
    .secRoadService .boxIC .icItem{
        width: 100%;
        padding: 20px 0;
        border-left: none;
        border-bottom: 1px solid var(--dpc03);
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    .secRoadService .boxIC .icItem .boxTxtWrap{
        width: 44.643%;
        min-width: 150px;
    }
    .secRoadService .boxIC .icItem .boxImg{
        height: 35px;
        max-width: 100%;
        margin: 0 auto;
    }
    .secRoadService .boxIC .icItem .imgRC{
        width: auto;
        height: 100%;
    }
    .secRoadService .boxIC .icItem .telLink{
        font-size: 22px;
        letter-spacing: 0;
        margin-top: 11px;
    }
    .secRoadService .boxIC .icItem .boxBtn{
        display: block;
        margin: 0;
        width: 48.214%;
        margin-left: 7.143%;
        max-width: 164px;
    }
    .secRoadService .boxIC .icItem .boxBtn .btnLink{
        margin: 0;
        width: 100%;
        height: 36px;
    }
    .secRoadService .boxIC .icItem .boxBtn .btnLink:nth-child(2){
        margin-left: 0;
        margin-top: 4px;
    }
    .secRoadService .boxIC .icItem .boxBtn .btnLink .txt{
        font-size: 11px;
        letter-spacing: 0.55px;
        display: inline-block;
        padding: 3px 10px 0 0;
    }
    .secRoadService .boxIC .icItem .boxBtn .btnLink .txt::after{
        background: url(../img/insurance/iconLink_sp.gif) center / contain no-repeat;
        width: 7px;
        height: 6px;
        top: 0;
        right: 0;
    }
    .secRoadService .txtNote{
        font-size: 11px;
        line-height: 1.727;
        letter-spacing: 0.55px;
        margin-top: 16px;
    }
}

/* secSkyplus */
.secSkyplus{
    margin-top: 130px;
}
.secSkyplus .boxTit{
    text-align: center;
    color: var(--dpc06);
    padding-top: 126px;
    height: 340px;
    background: url(../img/insurance/imgSkyplus.jpg) center / cover no-repeat;
    position: relative;
}
.secSkyplus .boxTit::after{
    content: "";
    width: 1px;
    height: 60px;
    background: var(--dpc03);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.secSkyplus .boxTit .tit{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 6px;
}
.secSkyplus .boxTit .subTit{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-top: 37px;
}
.secSkyplus .secCmnTxtCont{
    margin-top: 55px;
}
.secSkyplus .boxTwoCards{
    margin: 50px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1210px;
}
.secSkyplus .boxTwoCards .boxCard{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 47.107%;
    height: 270px;
    border: 1px solid var(--dpc01);
    background: var(--dpc06);
    padding-bottom: 4px;
}
.secSkyplus .boxTwoCards .boxImgPlus{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 5.786%;
}
.secSkyplus .boxTwoCards .boxCard .boxIcon{
    -webkit-order: 1;
    order: 1;
}
.secSkyplus .boxTwoCards .boxCard .tit{
    -webkit-order: 2;
    order: 2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 29px;
}
.secSkyplus .boxTwoCards .boxCard .txt{
    -webkit-order: 3;
    order: 3;
    font-size: 18px;
    font-weight: 350;
    line-height: 1.666;
    letter-spacing: 1.8px;
    margin-top: 14px;
    text-align: center;
}
.secSkyplus .boxTwoCards .boxCard .boxTag{
    -webkit-order: 4;
    order: 4;
    margin-top: 13px;
    text-align: center;
}
.secSkyplus .boxTwoCards .boxCard .boxTag .tag{
    display: inline-block;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    background: var(--dpc05);
    text-align: center;
    border-radius: 25px;
    padding: 18px 0;
}
.secSkyplus .boxTwoCards .boxCard .boxTag .tag:nth-child(2){
    margin-left: 10px;
}
.secSkyplus .boxYoutube{
    margin-top: 60px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secSkyplus{
        margin-top: 60px;
    }
    .secSkyplus .boxTit{
        padding-top: 70px;
        height: 220px;
        background: url(../img/insurance/imgSkyplus_sp.jpg) center / cover no-repeat;
    }
    .secSkyplus .boxTit::after{
        height: 30px;
        bottom: -15px;
    }
    .secSkyplus .boxTit .tit{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .secSkyplus .boxTit .subTit{
        font-size: 14px;
        line-height: 1.786;
        letter-spacing: 0.3px;
        margin-top: 15px;
    }
    .secSkyplus .secCmnTxtCont{
        margin-top: 34px;
    }
    .secSkyplus .boxTwoCards{
        margin: 23px auto 0;
    }
    .secSkyplus .boxTwoCards .boxCard{
        width: 45.671%;
        height: 240px;
        padding-bottom: 0px;
    }
    .secSkyplus .boxTwoCards .boxImgPlus{
        width: 8.658%;
    }
    .secSkyplus .boxTwoCards .boxImgPlus img{
        width: 65.517%;
        height: auto;
    }
    .secSkyplus .boxTwoCards .boxCard .boxIcon.iconHeart img{
        width: 29px;
        height: auto;
    }
    .secSkyplus .boxTwoCards .boxCard .boxIcon.iconCar img{
        width: 55px;
        height: auto;
    }
    .secSkyplus .boxTwoCards .boxCard .tit{
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.7px;
        margin-top: 10px;
        text-align: center;
    }
    .secSkyplus .boxTwoCards .boxCard .txt{
        font-size: 12px;
        line-height: 1.583;
        letter-spacing: 0.6px;
        margin-top: 6px;
    }
    .secSkyplus .boxTwoCards .boxCard .boxTag{
        margin-top: 8px;
        width: 100%;
    }
    .secSkyplus .boxTwoCards .boxCard .boxTag .tag{
        display: block;
        width: 83%;
        min-width: 127px;
        margin: 0 auto;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.55px;
        border-radius: 15px;
        padding: 10px 0 9px;
    }
    .secSkyplus .boxTwoCards .boxCard .boxTag .tag:nth-child(2){
        margin-left: auto;
        margin-top: 4px;
    }
    .secSkyplus .boxYoutube{
        margin-top: 30px;
        height: 0;
        padding-top: 56.418%;
        position: relative;
    }
    .secSkyplus .boxYoutube iframe{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
    }
}

/* secSpOverview */
.secSpOverview{
    margin-top: 80px;
}
.secSpOverview .mainTit{
    background: var(--dpc05);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 27px 23px;
}
.secSpOverview .overviewBody{
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secSpOverview{
        margin-top: 30px;
    }
    .secSpOverview .mainTit{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.3px;
        padding: 14px 15px;
    }
    .secSpOverview .overviewBody{
        margin-top: 20px;
    }
}

/* overviewTable */
.secSpOverview .overviewTable dl{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid var(--dpc04);
}
.secSpOverview .overviewTable dl:first-child{
    border-top: 1px solid var(--dpc04);
}
.secSpOverview .overviewTable dt{
    width: 254px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.8px;
    padding: 35px 23px;
}
.secSpOverview .overviewTable dd{
    width: calc(100% - 254px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.8px;
    padding: 35px 23px 35px 0;
}
.secSpOverview .overviewTable .fStrong{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
}
.secSpOverview .overviewTable .txt + .txt{
    margin-top: 14px;
}
.secSpOverview .overviewTable .txtNote{
    font-size: 14px;
    font-weight: 350;
    line-height: 1.785;
    letter-spacing: 1.4px;
    margin-top: 14px;
}
.secSpOverview .overviewTable .txt + .itemList{
    margin-top: 5px;
}
@media only screen and (max-width:767px){
    .secSpOverview .overviewTable dl{
        display: block;
        padding: 15px 10px;
    }
    .secSpOverview .overviewTable dt{
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.65px;
        padding: 0 0 8px;
    }
    .secSpOverview .overviewTable dd{
        width: 100%;
        font-size: 12px;
        font-weight: 350;
        line-height: 1.666;
        letter-spacing: 0.6px;
        padding: 0;
    }
    .secSpOverview .overviewTable .fStrong{
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.6px;
    }
    .secSpOverview .overviewTable .txt + .txt{
        margin-top: 5px;
    }
    .secSpOverview .overviewTable .txtNote{
        font-size: 10px;
        line-height: 1.8;
        letter-spacing: 1.4px;
        margin-top: 5px;
    }
    .secSpOverview .overviewTable .txt + .itemList{
        margin-top: 5px;
    }
}

/* otherInsurance */
.otherInsurance{
    padding: 62px 0 60px;
    border-bottom: 1px solid var(--dpc04);
}
.otherInsurance .tit{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.111;
    letter-spacing: 2.7px;
}
.otherInsurance .boxBtn{
    margin: 29px auto 0;
    width: 500px;
}
.otherInsurance .aBtnLink{
    width: 100%;
    height: 80px;
    color: var(--dpc01);
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}
.otherInsurance .boxNote{
    margin: 60px auto 0;
    background: var(--dpc05);
    padding: 45px 50px;
}
.otherInsurance .noteList .noteItem{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.846;
    letter-spacing: 0.65px;
}
.otherInsurance .noteList .noteItem + .noteItem{
    margin-top: 9px;
}
@media only screen and (max-width:767px){
    .otherInsurance{
        padding: 35px 0 31px;
    }
    .otherInsurance .tit{
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.65px;
    }
    .otherInsurance .boxBtn{
        margin: 16px auto 0;
        width: 100%;
    }
    .otherInsurance .aBtnLink{
        width: 100%;
        height: 60px;
        font-size: 13px;
        letter-spacing: 0.65px;
    }
    .otherInsurance .boxNote{
        margin: 30px auto 0;
        padding: 26px 19px;
    }
    .otherInsurance .noteList .noteItem{
        font-size: 11px;
        line-height: 1.818;
        letter-spacing: 0;
    }
    .otherInsurance .noteList .noteItem + .noteItem{
        margin-top: 9px;
    }
}

/* insurancePolicy */
.insurancePolicy{
    padding: 45px 23px;
    border-bottom: 1px solid var(--dpc04);
}
.insurancePolicy .ipSubTit{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-top: 21px;
    margin-left: -7px;
}
.insurancePolicy .policyList{
    margin-top: 31px;
}
.insurancePolicy .policyItem{
    margin-top: 28px;
}
.insurancePolicy .policyItem:first-child{
    margin-top: 0;
}
.insurancePolicy .policyItem dt{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.733;
    letter-spacing: 1.5px;
    margin-left: -7px;
}
.insurancePolicy .policyItem dd{
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.65px;
    margin-top: 7px;
}
.insurancePolicy .txtEnd{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.5px;
    margin-top: 29px;
}

@media only screen and (max-width:767px){
    .insurancePolicy{
        padding: 27px 0 0;
        border-bottom: none;
    }
    .insurancePolicy .ipSubTit{
        font-size: 13px;
        font-weight: 350;
        line-height: 1.846;
        letter-spacing: 0.65px;
        margin-top: 14px;
        margin-left: -6px;
    }
    .insurancePolicy .policyList{
        margin-top: 14px;
    }
    .insurancePolicy .policyItem{
        margin-top: 17px;
    }
    .insurancePolicy .policyItem dt{
        font-size: 13px;
        letter-spacing: 0.65px;
        margin-left: -6px;
    }
    .insurancePolicy .policyItem dd{
        font-size: 12px;
        font-weight: 350;
        line-height: 1.833;
        letter-spacing: 0.6px;
        margin-top: 3px;
    }
    .insurancePolicy .txtEnd{
        font-size: 13px;
        font-weight: 350;
        line-height: 1.846;
        letter-spacing: 0.65px;
        margin-top: 10px;
    }
}