.top-btn_wrap{
    display: flex;
}
.top-btn_wrap .c-btn{
    width: 220px;
    height: 60px;
}
.top-btn_wrap .c-btn a{
    padding-right: 18px;
}
.top-btn_wrap .c-btn a::before{
    right: 18px;
    width: 15px;
    background: url(../svg/arrow_blue-d.svg) no-repeat center / 100% auto;
}
.dantai .c-btn a{
    border: 2px solid #004DA0;
    color: #004DA0;
    box-shadow: none;
    line-height: 1.357;
    font-size: 14px;
    font-weight: 600;
}
.dantai .c-btn.is-red a{
    background: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
}
.dantai .c-btn.is-blk a{
    border: 2px solid #000;
    color: #000;
}
.ins-ttl{
    font-size: 24px;
    font-weight: 600;
    padding-left: 65px;
    line-height: 1.333;
    position: relative;
}
.ins-ttl::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.ins_wrap {
    margin-bottom: 105px;
}
.ins_wrap:nth-of-type(3) {
    margin-bottom: 0;
}
.ins_wrap:nth-of-type(1) .ins-ttl::before{
    width: 45px;
    height: 39px;
    background: url(../svg/dantai_h-icon01.svg) no-repeat center / 100% auto;
}
.ins_wrap:nth-of-type(2) .ins-ttl::before{
    width: 41px;
    height: 31px;
    background: url(../svg/dantai_h-icon02.svg) no-repeat center / 100% auto;
    margin-left: 5px;
}
.ins_wrap:nth-of-type(3) .ins-ttl::before{
    width: 42px;
    height: 42px;
    background: url(../svg/dantai_h-icon03.svg) no-repeat center / 100% auto;
    margin-left: 5px;
}
.ins_in{
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 37px 45px 50px;
    margin-top: 23px;
}
.ins-txt{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.182;
    margin-bottom: 15px;
}
.discount_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    margin-bottom: 35px;
}
.discount_wrap p{
    font-size: 18px;
    font-weight: 600;
    width: 183px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1EFE9;
    border-radius: 22px;
}
.insCont-ttl{
    font-size: 18px;
    color: #FFFFFF;
    background-color: #004DA0;
    border-radius: 17px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.insCont_in{
    margin: 33px auto 26px;
}
.insCont-txt p{
    font-size: 18px;
    font-weight: 600;
    color: #004DA0;
    line-height: 1.333;
}
.insCont-model_wrap{
    margin-top: 24px;
}
.insCont-model_in:not(:last-child){
    margin-bottom: 26px;
}
.insCont-model_in dt{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 72px;
}
.insCont-model_in dt span{
    width: 60px;
    height: 33px;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateY(-50%);
}
.ver-a{
    background-color: #F28900;
}
.ver-f{
    background-color: #05A5CD;
}
.ver-x{
    background-color: #926AB1;
}
.insCont-model_in dd{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
}
.option-ttl{
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 600;
    color: #004DA0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 264px;
    height: 35px;
    border: 2px solid #004DA0;
    border-radius: 18px;
    margin: 0 auto;
    box-sizing: border-box;
}
.option-list li{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3125;
    padding-left: 25px;
    margin-bottom: 7px;
    position: relative;
}
.option-list li:last-child{
    margin-bottom: 0;
}
.option-list li::before{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #004DA0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ins-btn_wrap .c-btn a{
    padding-right: 10px;
    text-align: center;
}
.ins-btn_wrap .c-btn a::before{
    right: 18px;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.ins-btn_wrap .c-btn.is-pdf a::before{
    right: 12px;
    width: 19px;
    height: 22px;
    background: url(../svg/pdf_blue.svg) no-repeat center / 100% auto;
}
.ins-btn_wrap .c-btn.is-blk a::before{
    background: url(../svg/arrow_black-r.svg) no-repeat center / 100% auto;
}
.ins-btn_wrap .c-btn.is-pdf.is-blk a::before{
    background: url(../svg/pdf_bla.svg) no-repeat center / 100% auto;
}
.ins-annotation{
    font-size: 14px;
    line-height: 1.214;
    margin-top: 18px;
}
.compensation_in:not(:last-child){
    margin-bottom: 17px;
}
.compensation_in dt{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 28px;
    margin-bottom: 6px;
    position: relative;
}
.compensation_in dt::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #004DA0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.compensation_in dd{
    font-size: 16px;
    line-height: 1.25;
    padding-left: 28px;
}
.ins_wrap:last-of-type{
    margin-top: 100px;
}
.annotation-list_wrap{
    margin-top: 40px;
}
.annotation-list_wrap li{
    padding-left: 29px;
    font-size: 12px;
    position: relative;
    line-height: 1.666;
}
.annotation-list_wrap li:not(:last-child){
    margin-bottom: 6px;
}
.annotation-list_wrap li span{
    width: 29px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.insBtn_wrap {
    margin: 38px auto 0;
}
.insBtn-btns {
    width: 310px;
}
.insBtn-btns a {
    height: 57px;
    text-align: center;
    padding-right: 10px;
}
.insBtn-btns.c-btn a::before {
    right: 18px;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.insBtn-btns.c-btn.is-pdf a::before {
    right: 12px;
    width: 19px;
    height: 22px;
    background: url(../svg/pdf_blue.svg) no-repeat center / 100% auto;
}
.insBtn_bnr {
    margin: 38px 0 30px;
}
.insBtn-bnr {
    width: 310px;
    text-align: center;
}
.insBtn-txt {
    color: #004DA0;
    margin-bottom: 5px;
    font-weight: bold;
}
.insBtn-bnr a {
    display: inline-block;
}
.insBtn-btn {
    width: 252px;
    height: 57px;
    margin: 0 auto;
}
.insBtn-btn.is-big {
    margin: 0 auto;
    margin-top: 60px;
    width: 400px;
    height: 69px;
}
.insBtn-btn.is-ver2 {
    margin-top: 20px;
}
.insBtn-btn a {
    height: 100%;
    text-align: center;
    padding-right: 10px;
}
.insBtn-btn.is-big a {
    background: #004DA0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.insBtn-btn.c-btn a::before {
    right: 18px;
    width: 10px;
    height: 14px;
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
}
.insBtn-btn.c-btn.is-red a::before {
    background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
}
.insBtn-btn.c-btn.is-big a::before {
    background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
}
/* PC */
@media (min-width: 896px){
    .dantai .c-m-ttl{
        font-size: 24px;
    }
    .top-btn_wrap{
        justify-content: space-between;
        width: 730px;
        margin: 0 auto 61px;
    }
    .dantai_wrap{
        max-width: 820px;
        margin: 37px auto 69px;
    }
    .insCont_in{
        display: flex;
        justify-content: space-between;
        width: 690px;
    }
    .insCont-txt{
        width: 432px;
    }
    .option_bx{
        margin: 30px auto 64px;
        width: 690px;
    }
    .option_in{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .ins-btn_wrap{
        display: flex;
        justify-content: space-between;
        margin: 38px auto 0;
        width: 534px;
    }
    .ins-btn_wrap.ver2{
        margin: 51px auto 0;
    }
    .ins-btn_wrap .c-btn{
        width: 252px;
        height: 57px;
    }
    .dantai .c-faqs_wrap{
        padding: 62px 0 0;
    }
    .insCont_wrap.ver2{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 690px;
        margin: 0 auto;
    }
    .compensation_wrap{
        width: 273px;
    }
    .compensation_wrap.ver2{
        width: 431px;
    }
    .insCont-img.c-sp{
        display: none;
    }
    .ins_wrap:first-of-type .discount_wrap {
        gap: 0 15px;
    }
    .ins-annotation{
        text-align: center;
    }
    .dantai .c-btn a:hover{
        color: #fff;
        background-color: #004DA0;
        opacity: 1;
    }
    .dantai .c-btn.is-blk a:hover{
        color: #fff;
        background-color: #000;
    }
    .top-btn_wrap .c-btn a:hover::before{
        background: url(../svg/arrow_white-d.svg) no-repeat center / 100% auto;
    }
    .ins-btn_wrap .c-btn a:hover::before{
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
    .ins-btn_wrap .c-btn.is-pdf a:hover::before{
        background: url(../svg/pdf_wh.svg) no-repeat center / 100% auto;
    }
    .insCont-model_in dd{
        width: 431px;
    }
    .insBtn_wrap {
        width: 640px;
    }
    .insBtn_in {
        display: flex;
        justify-content: space-between;
    }
    .insBtn_in.ver2 {
        justify-content: center;
    }
    .insBtn_bnr {
        display: flex;
        justify-content: space-between;
    }
    .insBtn-btns.c-btn a:hover::before {
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
    .insBtn-btns.is-pdf.c-btn a:hover::before {
        background: url(../svg/pdf_wh.svg) no-repeat center / 100% auto;
    }
    .insBtn-btn.c-btn a:hover::before {
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
    .insBtn-btn.c-btn.is-red a:hover {
        background: #fff;
        color: #ff0000;
    }
    .insBtn-btn.c-btn.is-red a:hover::before {
        background: url(../svg/arrow_red-r.svg) no-repeat center / 100% auto;
    }
    .insBtn-btn.is-big a:hover {
        background: #fff;
        color: #004DA0;
    }
    .insBtn-btn.is-big a:hover::before {
        background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    }
    .m-btn_wrap.is-ver2 {
        margin-top: 45px;
        display: flex;
        justify-content: center;
    }
}
/* SP */
@media (max-width: 896px){
    .insCont-img.c-pc{
        display: none;
    }
    img.dantai-img {
        width: 100%;
        height: auto;
    }
    .dantai .c-m-ttl{
        font-size: 17px;
    }
    .dantai_wrap{
        padding: 0 15px;
        margin: 20px 0 33px;
    }
    .top-btn_wrap{
        flex-wrap: wrap;
        justify-content: center;
        gap: 17px 4%;
        margin-bottom: 43px;
    }
    .top-btn_wrap .c-btn{
        width: 48%;
        height: 49px;
    }
    .top-btn_wrap .c-btn a{
        padding-right: 15px;
    }
    .dantai .c-btn a{
        line-height: 1.346;
        font-size: 13px;
    }
    .top-btn_wrap .c-btn a::before{
        right: 11px;
        width: 13px;
    }
    .ins-ttl{
        font-size: 16px;
        padding-left: 57px;
        line-height: 1.343;
    }
    .ins_wrap:nth-of-type(1) .ins-ttl::before{
        width: 38px;
        height: 33px;
    }
    .ins_wrap:nth-of-type(3) .ins-ttl::before{
        width: 33px;
        height: 25px;
        margin-left: 3px;
    }
    .ins_wrap:nth-of-type(4) .ins-ttl::before{
        width: 32px;
        height: 31px;
        margin-left: 3px;
    }
    .ins_in{
        border-radius: 3px;
        padding: 25px 15px 18px;
        margin-top: 14px;
    }
    .ins-txt{
        font-size: 14px;
        line-height: 1.357;
        margin-bottom: 11px;
    }
    .discount_wrap{
        gap: 0 6px;
        margin-bottom: 17px;
    }
    .discount_wrap p{
        font-size: 12px;
        width: 28%;
        height: 31px;
        border-radius: 15px;
    }
    .discount-img{
        width: 72%;
    }
    .discount-img.ver2{
        width: 52%;
    }
    .insCont-ttl{
        font-size: 17px;
    }
    .insCont_in{
        margin: 9px 0 20px;
    }
    .insCont-txt p{
        font-size: 13px;
        line-height: 1.346;
        margin-bottom: 11px;
    }
    .insCont-model_wrap{
        margin-top: 16px;
    }
    .insCont-model_in:not(:last-child){
        margin-bottom: 17px;
    }
    .insCont-model_in dt{
        font-size: 16px;
        padding-left: 63px;
    }
    .insCont-model_in dt span{
        width: 50px;
        height: 28px;
        border-radius: 2px;
        font-size: 15px;
    }
    .insCont-model_in dd{
        font-size: 13px;
        line-height: 1.462;
        margin-top: 8px;
    }
    .option-ttl{
        font-size: 15px;
        line-height: 1.3125;
        width: 67%;
        height: 34px;
        border-radius: 17px;
    }
    .option_bx{
        margin: 18px 0 38px;
    }
    .option-list{
        margin-top: 13px;
    }
    .option-list li{
        font-size: 13px;
        line-height: 1.346;
        padding-left: 20px;
        margin-bottom: 6px;
    }
    .option-list li::before{
        width: 12px;
        height: 12px;
    }
    .ins-btn_wrap .c-btn a{
        padding-right: 15px;
    }
    .ins-btn_wrap .c-btn a::before{
        width: 9px;
    }
    .ins-btn_wrap{
        margin-top: 25px;
    }
    .ins-btn_wrap.ver2{
        margin-top: 33px;
    }
    .ins-btn_wrap .c-btn{
        height: 60px;
    }
    .ins-btn_wrap .c-btn:not(:last-child){
        margin-bottom: 20px;
    }
    .ins-btn_wrap .c-btn a{
        font-size: 15px;
    }
    .ins-annotation{
        font-size: 12px;
        line-height: 1.417;
        margin-top: 20px;
        padding-left: 15px;
        position: relative;
    }
    .ins-annotation span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .dantai .c-faqs_wrap{
        padding: 29px 0 93px;
    }
    .compensation_wrap{
        margin: 14px 0 0;
    }
    .compensation_in{
        margin-bottom: 12px;
    }
    .compensation_in dt{
        font-size: 15px;
        line-height: 1.333;
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .compensation_in dt::before{
        width: 12px;
        height: 12px;
    }
    .compensation_in dd{
        font-size: 13px;
        line-height: 1.231;
        padding-left: 20px;
    }
    .ins_wrap:last-of-type{
        margin-top: 105px;
    }
    .annotation-list_wrap{
        margin-top: 23px;
    }
    .annotation-list_wrap li{
        padding-left: 27px;
        font-size: 12px;
        line-height: 1.417;
    }
    .annotation-list_wrap li:not(:last-child){
        margin-bottom: 16px;
    }
    .annotation-list_wrap li span{
        width: 22px;
        height: 15px;
    }
    .insBtn_wrap {
        margin: 28px 0 0;
    }
    .insBtn-btns {
        width: 100%;
        margin-bottom: 20px;
    }
    .insBtn-btns:last-child {
        margin-bottom: 0;
    }
    .insBtn-btns a {
        height: 60px;
        text-align: center;
        padding-right: 15px;
        font-size: 15px;
    }
    .insBtn-btns.c-btn a::before {
        width: 9px;
    }
    .insBtn_bnr {
        margin: 25px 0 25px;
    }
    .insBtn-bnr {
        width: 100%;
        margin-bottom: 20px;
    }
    .insBtn-bnr:last-child {
        margin-bottom: 0;
    }
    .insBtn-bnr img {
        max-width: 100%;
        height: auto;
    }
    .insBtn-btn {
        width: 100%;
        height: 60px;
        margin: 0;
    }
    .insBtn-btn a {
        padding-right: 15px;
        font-size: 15px;
    }
    .insBtn-btn.c-btn a::before {
        width: 9px;
    }
    .insBtn-btn.is-big {
        margin-top: 40px;
        width: 100%;
        height: 60px;
    }
    .insBtn-btn.is-big a {
        font-size: 16px;
    }
    .m-btn_wrap.is-ver2 {
        margin-top: 10px;
    }
    .m-btn_wrap.is-ver2 img {
        width: 100%;
        height: auto;
    }
    .recommendation-img {
        display: flex;
        justify-content: center;
    }
    .m-btn_wrap.is-ver2 img.active-img.is-ver3 {
        width: 170px;
    }
}
@media (max-width: 374px){
    .top-btn_wrap .c-btn a{
        padding-right: 11px;
        font-size: 12px;
    }
    .top-btn_wrap .c-btn a::before{
        right: 5px;
        width: 12px;
    }
    .option-ttl{
        font-size: 13px;
    }
    .ins-txt{
        font-size: 13px;
    }
}
