@charset "UTF-8";
/* ==================
	MV
==================*/
.mb_40 {
    margin-bottom: 40px;
}
.mv_wrap {
    position: relative;
    overflow: hidden;
}
.mv-ttl {
    font-weight: bold;
    color: #0A0000;
    font-feature-settings: 'palt';
}
.mvImg_wrap {
    width: 100%;
}
.mvImg_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mvslide_wrap {
    height: auto;
    box-sizing: border-box;
}
.mvslide_wrap .splide__slide a {
    background: #fff;
    display: inline-block;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.mvslide_wrap .splide__pagination li {
    width: 9px;
    height: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.splide__pagination__page {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    background: #fff;
    cursor: pointer;
}
.splide__pagination__page.is-active {
    background: #005BAC;
}
.menu_wrap {
    background: #005BAC;
    display: flex;
    justify-content: center;
}
.menuLst_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menuLst_wrap li a {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.menuLst_wrap li a .menuLst-txt {
    position: relative;
    color: #004DA0;
    font-weight: bold;
}
:root {
    --icn01: url(../svg/icn_car.svg) no-repeat center;
    --icn02: url(../svg/icn_house.svg) no-repeat center;
    --icn03: url(../svg/icn_GLTD.svg) no-repeat center;
    --icn04: url(../svg/icn_heart.svg) no-repeat center;
    --icn05: url(../svg/icn_medical.svg) no-repeat center;
    --icn06: url(../svg/icn_net.svg) no-repeat center;
    --icn07: url(../svg/icn_carphone.svg) no-repeat center;
}
/* ホバー時 */
:root {
    --icn01_wh: url(../svg/icn_car_wh.svg) no-repeat center;
    --icn02_wh: url(../svg/icn_house_wh.svg) no-repeat center;
    --icn03_wh: url(../svg/icn_GLTD_wh.svg) no-repeat center;
    --icn04_wh: url(../svg/icn_heart_wh.svg) no-repeat center;
    --icn05_wh: url(../svg/icn_medical_wh.svg) no-repeat center;
    --icn06_wh: url(../svg/icn_net_wh.svg) no-repeat center;
    --icn07_wh: url(../svg/icn_carphone_wh.svg) no-repeat center;
}
/* ==================
	active
==================*/
.page_wrap {
	background: #F4FAFF;
}
.content-ttl .is-icn {
	position: relative;
    display: inline-block;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1;
}
.content-ttl .is-icn::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.page_wrap .content_wrap:nth-child(1) .content-ttl .is-icn::before {
    background: var(--icn01);
}
.page_wrap .content_wrap:nth-child(2) .content-ttl .is-icn::before {
    background: var(--icn02);
}
.page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
    background: var(--icn03);
}
.page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
    background: var(--icn04);
}
.page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
    background: var(--icn05);
}
.page_wrap .content_wrap:nth-child(6) .content-ttl .is-icn::before {
    background: var(--icn06);
}
.page_wrap .content_wrap:nth-child(7) .content-ttl .is-icn::before {
    background: var(--icn07);
}
.content_box {
    border-bottom: none;
    background: #fff;
}
.dscImg_wrap {
    background: #F4FAFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.dscTxt_wrap {
    background: #EDF7FD;
    text-align: center;
    color: #005BAC;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.dscTxt_wrap.ver2,
.dscTxt_wrap.ver3,
.dscTxt_wrap.ver4 {
    align-items: center;
}
.is-red {
    color: #EA1D4D;
}
.dscTxt_wrap .is-red.is-per {
    font-family: 'Roboto', sans-serif;
}
.dscTxt_wrap .is-kome {
    position: relative;
}
.dscLst_wrap {
    display: flex;
    align-items: center;
}
.dscLst_wrap li {
    font-weight: bold;
    color: #005BAC;
}
.dscLst_wrap li .is-dot {
    position: relative;
}
.dscLst_wrap li .is-dot::before {
    position: absolute;
    content: '';
    background: #005BAC;
    border-radius: 50%;
    left: 0;
    z-index: 9;
}
.discount-txt {
    color: #434343;
    position: relative;
    border-bottom: 1px solid #005BAC;
    margin-top: 10px;
    margin-bottom: 20px;
    font-feature-settings: 'palt';
    letter-spacing: 0.025em;
}
.discount_in .sttl {
    color: #005BAC;
    font-weight: bold;
}
.discount_in .sttl .is-red {
    display: block;
}
.quote-ttl {
    font-weight: bold;
    color: #0A0000;
}
.quoteLst-txt {
    color: #0A0000;
}
.quoteBtn_wrap a {
    position: relative;
    background: #fff;
    border: 1px solid #005BAC;
    color: #005BAC;
    font-weight: bold;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.quoteBtn_wrap a::before {
    position: absolute;
    content: '';
    background: url(../svg/act_arw_right.svg) no-repeat center / 100% auto;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.discount_in .quoteBtn_wrap a {
    margin: 0 auto;
}
.detailBtn_wrap a {
    background: #005BAC;
    border: 1px solid #005BAC;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    color: #fff;
}
.detailBtn_wrap a::before {
    position: absolute;
    content: '';
    background: url(../svg/act_arw_right_dtl.svg) no-repeat center / 100% auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.quoteLst_wrap .quoteLst-atn {
    color: #0A0000;
}
.accordion_ttl {
    background: #005BAC;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border: none;
}
.accordion_ttl .is-arw {
    position: relative;
}
.accordion_ttl .is-arw::before {
    position: absolute;
    content: '';
    background: url(../svg/act_arw_btm.svg) no-repeat center / 100% auto;
    width: 16px;
    height: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.accordion_ttl.is-open .is-arw::before {
    background: url(../svg/act_arw_top.svg) no-repeat center / 100% auto;
}
.acc_wrap {
    display: none;
}
.acc_in {
    background: #fff;
    border: 1px solid #005BAC;
}
.accImg_wrap {
    text-align: center;
}
.accImg_wrap img {
    width: 100%;
    height: auto;
}
.attention-txt,
.attention-txt2,
.sqLst_wrap li,
.add-txt {
    color: #434343;
}
.attention-txt:last-child,
.attention-txt2:last-child {
    margin-bottom: 0;
}
.is-point {
    position: relative;
    text-align: center;
}
.is-point::before {
    position: absolute;
    content: '';
    background: #005BAC;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 0;
}
.is-point > span {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #005BAC;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
}
.acc_box {
    text-align: center;
}
.acc_box .attention-txt {
    display: inline-block;
    text-align: center;
}
.page_wrap .content_wrap:first-child .acc_box .attention-txt {
    text-align: left;
}
.accLst_wrap {
    display: flex;
    flex-wrap: wrap;
}
.accLst_wrap .accLst_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDF7FD;
}
.accLst_wrap .accLst_ttl .is-ttl {
    color: #005BAC;
    font-weight: bold;
    line-height: 1;
}
.accLst_wrap .accLst_txt {
    color: #434343;
}
.accLst_wrap.ver2 .accLst_ttl {
    background: #F2FAFF;
}
.accLst_wrap.ver2 .accLst_ttl .is-ttl {
    color: #0A0000;
}
.accLst_wrap.ver3 li {
    text-align: center;
}
.accLst_wrap .accLst_ttl .is-ttl .is-fz {
    display: block;
}
.sqLst_wrap li .is-square {
    position: relative;
    padding-left: 0.5em;
}
.sqLst_wrap li .is-square::before {
    position: absolute;
    content: '';
    background-color: #434343;
    width: 4px;
    height: 4px;
    top: 7px;
    left: 0;
    z-index: 9;
}
.quote_wrap .quote-sttl {
    color: #005BAC;
    font-weight: bold;
    line-height: 1;
}
.optionLst_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.optionLst_wrap li {
    background: #F4FAFF;
    border-radius: 50%;
    color: #005BAC;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
.optionLst_wrap li.is-fz {
    font-size: 12px;
    font-feature-settings: 'palt';
}
.checkLst_wrap li {
    position: relative;
}
.checkLst_wrap li::before {
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        to right,
        #DEDED3 0px,
        #DEDED3 2px,
        transparent 2px,
        transparent 4px
    );
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.checkLst_wrap.ver2 li:first-child {
    padding-top: 0;
}
.checkLst_wrap.ver2 li:last-child::before {
    display: none;
}
.checkLst_wrap .is-check {
    position: relative;
    font-weight: bold;
    display: block;
}
.checkLst_wrap .is-check::before {
    position: absolute;
    content: '';
    background: url(../svg/act_check.svg) no-repeat center / 100% auto;
    left: 0;
    top: 0;
    z-index: 9;
}
.onlineLst_wrap dt {
    width: 100%;
    background: #EDF7FD;
    box-sizing: border-box;
    font-weight: bold;
    color: #005BAC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.onlineLst_wrap .is-icn {
    line-height: 0;
}
.onlineLst_wrap .typeLst_wrap li a,
.insurance-btn {
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.onlineLst_wrap .typeLst_wrap li a .online-txt,
.insurance-btn .online-txt {
    color: #434343;
    white-space: nowrap;
}
.infoFlx_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoFlx_wrap a {
    display: inline-block;
}
.quoteBtn_wrap.is-center a {
    margin: 20px 0 40px;
}
/* ==================
    float
==================*/
.floatBtn_wrap {
    position: fixed;
    background: #fff;
    right: 0;
    top: 65%;
    z-index: 9;
}
.floatBtn_wrap a {
    background: #EA1D4D;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}
/* ==================
    ob
==================*/
.ob .mvslide_wrap {
    background: rgba(245, 157, 104, 0.75);
}
.ob .menu_wrap {
    background: #F59D68;
}
.ob .page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
    background: var(--icn04);
}
.ob .page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
    background: var(--icn05);
}
.ob .page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
    background: var(--icn06);
}
#GLTD.content-ttl,
#group.content-ttl {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.content-ttl .label {
    font-size: 20px;
    padding: 14px 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background: #005BAC;
    color: #fff;
    font-weight: bold;
}
.dscLst_wrap.mb-0 {
    margin-bottom: 0;
}
.attention-txt2.is-ver2,
.attention-txt2.is-ver4,
.add-txt {
    position: relative;
    padding-left: 2em;
    box-sizing: border-box;
}
.add-txt {
    margin-top: 30px;
}
.attention-txt2.is-ver4 {
    display: inline-block;
}
.attention-txt2.is-ver3 {
    max-width: 946px;
    width: 100%;
    margin: 0 auto;
    padding-left: 2em;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.attention-txt2 .is-add,
.add-txt .is-add {
    position: absolute;
    top: 0;
    left: 0;
}
.insurance-form {
    margin: 0;
}
@media only screen and (min-width: 896px) {
    /* ==================
        MV
    ==================*/
    .mv_in {
        max-width: 1200px;
        margin: 0 auto;
    }
    .mv_box {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 60px);
        padding: 0 20px;
        gap: 0 15px;
    }
    .mv-ttl {
        font-size: 36px;
    }
    .mvImg_wrap {
        height: 390px;
    }
    .mvslide_wrap {
        width: 52.75%;
        min-width: 550px;
        padding: 35px 30px 20px;
        background: rgba(0, 91, 172, .75);
        border-radius: 10px;
        top: 0;
        right: 0;
    }
    .mvslide_wrap .splide__slide a img {
        transition: all 0.2s ease-out;
    }
    .mvslide_wrap .splide__slide a:hover img {
        opacity: 0.8;
    }
    .splide__pagination {
        gap: 0 7px;
        margin-top: 10px;
    }
    .menu_wrap {
        padding: 40px 70px 40px 50px;
    }
    .menuLst_wrap {
        gap: 22px 20px;
        max-width: 1180px;
        margin: 0 auto;
    }
    .menuLst_wrap li {
        width: calc((100% - (20px * 3)) / 4);
        height: 50px;
    }
    .menuLst_wrap li a {
        width: 100%;
        height: 100%;
        padding: 0 13px;
        border: 1px solid #004DA0;
        box-sizing: border-box;
    }
    .menuLst_wrap li a .menuLst-txt {
        transition: all 0.2s ease-out;
    }
    .menuLst_wrap li a:hover {
        background: #004DA0;
        border: 1px solid #fff;
    }
    .menuLst_wrap li a:hover .menuLst-txt {
        color: #fff;
    }
    .menuLst_wrap li a .menuLst-txt {
        font-size: 14px;
        padding-left: 33px;
    }
    .menuLst_wrap li a .menuLst-txt::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        transition: all 0.2s ease-out;
    }
    .menuLst_wrap li:nth-child(1) a .menuLst-txt::before {
        background: var(--icn01);
        width: 28px;
        height: 19px;
    }
    .menuLst_wrap li:nth-child(2) a .menuLst-txt::before {
        background: var(--icn02);
        width: 25px;
        height: 24px;
    }
    .menuLst_wrap li:nth-child(3) a .menuLst-txt::before {
        background: var(--icn03);
        width: 20px;
        height: 26px;
    }
    .menuLst_wrap li:nth-child(4) a .menuLst-txt::before {
        background: var(--icn04);
        width: 21px;
        height: 28px;
    }
    .menuLst_wrap li:nth-child(5) a .menuLst-txt::before {
        background: var(--icn05);
        width: 29px;
        height: 22px;
    }
    .menuLst_wrap li:nth-child(6) a .menuLst-txt::before {
        background: var(--icn06);
        width: 27px;
        height: 25px;
    }
    .menuLst_wrap li:nth-child(7) a .menuLst-txt::before {
        background: var(--icn07);
        width: 22px;
        height: 24px;
    }
    .menuLst_wrap li:nth-child(1) a:hover .menuLst-txt::before {
        background: var(--icn01_wh);
    }
    .menuLst_wrap li:nth-child(2) a:hover .menuLst-txt::before {
        background: var(--icn02_wh);
    }
    .menuLst_wrap li:nth-child(3) a:hover .menuLst-txt::before {
        background: var(--icn03_wh);
    }
    .menuLst_wrap li:nth-child(4) a:hover .menuLst-txt::before {
        background: var(--icn04_wh);
    }
    .menuLst_wrap li:nth-child(5) a:hover .menuLst-txt::before {
        background: var(--icn05_wh);
    }
    .menuLst_wrap li:nth-child(6) a:hover .menuLst-txt::before {
        background: var(--icn06_wh);
    }
    .menuLst_wrap li:nth-child(7) a:hover .menuLst-txt::before {
        background: var(--icn07_wh);
    }
    /* ==================
        active
    ==================*/
    .page_wrap {
        padding-bottom: 153px;
    }
    .content_wrap {
        padding: 100px 15px 0;
    }
    .content_in {
        max-width: 1200px;
        margin: 0 auto;
    }
    .content-ttl {
        margin-bottom: 17px;
    }
    .content-ttl .is-icn {
        font-size: 28px;
        padding-left: 90px;
    }
    .content-ttl .is-icn::before {
        width: 90px;
        height: 60px;
    }
    .page_wrap .content_wrap:nth-child(1) .content-ttl .is-icn::before {
        background-size: 60px auto;
    }
    .page_wrap .content_wrap:nth-child(2) .content-ttl .is-icn::before {
        background-size: 58px auto;
    }
    .page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
        background-size: 42px auto;
    }
    .page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
        background-size: 57px auto;
    }
    .page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
        background-size: 61px auto;
    }
    .page_wrap .content_wrap:nth-child(6) .content-ttl .is-icn::before {
        background-size: 35px auto;
    }
    .page_wrap .content_wrap:nth-child(7) .content-ttl .is-icn::before {
        background-size: 29px auto;
    }
    .content_box {
        border: 1px solid #197FD9;
        padding: 30px 60px 42px;
    }
    .discount_wrap {
        display: flex;
        justify-content: flex-end;
        gap: 0 65px;
        flex-direction: row-reverse;
    }
    .dscImg_wrap {
        width: 335px;
        height: 200px;
    }
    .content_wrap.fire_wrap .dscImg_wrap.ver2 img {
        margin-bottom: 12px
    }
    .content_wrap.info_wrap .dscImg_wrap.ver2 img {
        margin-bottom: 15px
    }
    .dscTxt_wrap {
        width: 663px;
        height: 84px;
        font-size: 26px;
        margin-bottom: 28px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .dscTxt_wrap.ver3 {
        height: 100px;
        line-height: 1.231;
    }
    .dscTxt_wrap.ver4 {
        height: 147px;
        align-items: center;
        line-height: 1.385;
    }
    .dscTxt_wrap .is-red.is-per {
        font-size: 50px;
        padding-left: 10px;
    }
    .dscTxt_wrap .is-fz {
        font-size: 30px;
    }
    .dscTxt_wrap .is-kome {
        font-size: 12px;
        top: -20px;
        right: -12px;
    }
    .dscLst_wrap {
        gap: 0 40px;
        margin-bottom: 15px;
    }
    .dscLst_wrap li {
        font-size: 18px;
        white-space: nowrap;
    }
    .dscLst_wrap li .is-dot {
        padding-left: 20px;
    }
    .dscLst_wrap li .is-dot::before {
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
    }
    .discount-txt {
        font-size: 16px;
        line-height: 1.875;
        padding-bottom: 21px;
        margin-bottom: 25px;
    }
    .discount_in .sttl {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .discount_in .sttl.ver2 {
        margin-top: 24px;
        font-size: 26px;
        line-height: 1;
    }
    .discount_in .sttl .is-red {
        font-size: 14px;
        line-height: 1.357;
        margin-top: 4px;
    }
    .quote-ttl {
        font-size: 20px;
        line-height: 1.35;
    }
    .quoteLst_wrap {
        padding-top: 15px;
        display: flex;
        gap: 0 60px;
        align-items: flex-start;
    }
    .quoteLst-txt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .quoteBtn_wrap a {
        width: 320px;
        height: 52px;
        font-size: 16px;
    }
    .quoteBtn_wrap a::before {
        right: 20px;
        transition: all 0.2s ease-out;
    }
    .quoteBtn_wrap a:hover {
        background: #005BAC;
        color: #fff;
    }
    .quoteBtn_wrap a:hover::before {
        background: url(../svg/act_arw_right_wh.svg) no-repeat center / 100% auto;
    }
    .quoteBtn_wrap a .is-icn {
        padding-right: 24px;
    }
    .discount_in .quoteBtn_wrap {
        margin-top: 24px;
    }
    .detailBtn_wrap a {
        border-radius: 6px;
        width: 250px;
        height: 70px;
        margin: 18px auto 0;
        font-size: 20px;
    }
    .detailBtn_wrap a:hover {
        background: #fff;
        border: 1px solid #005BAC;
        color: #005BAC;
    }
    .detailBtn_wrap a:hover::before {
        background: url(../svg/act_arw_right_dtl_bl.svg) no-repeat center / 100% auto;
    }
    .detailBtn_wrap a::before {
        right: 50px;
        width: 9px;
        height: 16px;
        transition: all 0.2s ease-out;
    }
    .quoteLst_wrap .quoteLst-atn {
        font-size: 11px;
        margin-top: 8px;
    }
    .accordion_ttl {
        font-size: 20px;
        padding: 20px 0;
        transition: opacity 0.2s ease-out;
        cursor: pointer;
    }
    .accordion_ttl:hover {
        opacity: 0.8;
    }
    .accordion_ttl .is-arw {
        padding-right: 25px;
    }
    .acc_in {
        padding: 38px 50px 60px;
    }
    .accImg_wrap {
        margin: 0 auto 28px;
    }
    .page_wrap .content_wrap.car_wrap .accImg_wrap {
        max-width: 936px;
    }
    .page_wrap .content_wrap.fire_wrap .accImg_wrap {
        max-width: 350px;
    }
    .page_wrap .content_wrap.group_wrap .accImg_wrap {
        max-width: 529px;
    }
    .attention-txt,
    .attention-txt2 {
        font-size: 12px;
        line-height: 1.667;
        margin-bottom: 13px;
    }
    .add-txt {
        font-size: 12px;
        line-height: 1.667;
    }
    .page_wrap .acc_box {
        margin-bottom: 10px;
    }
    .page_wrap .content_wrap:first-child .acc_box {
        text-align: left;
    }
    .page_wrap .content_wrap:first-child .acc_box .attention-txt {
        padding-left: 85px;
        text-align: left;
    }
    .is-point {
        margin-bottom: 26px;
    }
    .is-point > span {
        padding: 8px 25px;
        font-size: 20px;
    }
    .accLst_wrap {
        gap: 30px 54px;
        margin-bottom: 54px;
    }
    .accLst_wrap li {
        width: 330px;
    }
    .accLst_wrap .accLst_ttl {
        gap: 0 15px;
        padding: 28px 10px 29px;
        box-sizing: border-box;
        height: 84px;
    }
    .accLst_wrap.ver2 .accLst_ttl {
        height: 110px;
    }
    .accLst_wrap .accLst_ttl.ver2 img {
        padding-bottom: 5px;
    }
    .accLst_wrap .accLst_ttl .is-ttl {
        font-size: 16px;
    }
    .accLst_wrap .accLst_txt {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.714;
    }
    .accLst_wrap.ver2 {
        gap: 20px 40px;
    }
    .accLst_wrap.ver2 li {
        width: calc(50% - 20px);
    }
    .accLst_wrap.ver2 .accLst_ttl .is-ttl {
        font-size: 18px;
        line-height: 1.778;
    }
    .accLst_wrap .accLst_ttl .is-ttl .is-fz {
        margin-top: 8px;
        font-size: 12px;
    }
    .sqLst_wrap {
        font-size: 12px;
        line-height: 1.667;
        margin-bottom: 13px;
    }
    .quote_wrap .quote-sttl {
        margin-bottom: 16px;
    }
    .optionLst_wrap {
        gap: 10px 17px;
        margin-bottom: 50px;
    }
    .optionLst_wrap li {
        width: 104px;
        height: 104px;
        font-size: 16px;
        line-height: 1.5;
    }
    .optionLst_wrap.ver2 {
        gap: 10px;
        margin: 50px 0 30px;
    }
    .checkLst_wrap {
        margin: 20px 0 30px;
    }
    .active .checkLst_wrap li {
        max-width: 470px;
    }
    .active .checkLst_wrap.ver2 li {
        max-width: 100%;
    }
    .checkLst_wrap li {
        padding: 14px 0 15px;
    }
    .checkLst_wrap .is-check {
        padding-left: 40px;
        font-size: 18px;
    }
    .checkLst_wrap .is-fz {
        font-size: 14px;
    }
    .checkLst_wrap .is-check::before {
        width: 23px;
        height: 25px;
    }
    .checkLst_wrap.ver2 li {
        padding: 30px 0 24px;
    }
    .checkLst_wrap.ver2 li:last-child {
        padding: 30px 0 0;
    }
    .checkLst_wrap.ver2 li .is-check {
        margin-bottom: 24px;
    }
    .onlineLst_wrap dt {
        padding: 22px 10px 16px;
        font-size: 18px;
        line-height: 1;
    }
    .onlineLst_wrap .is-icn {
        padding-right: 7px;
    }
    .onlineLst_wrap .typeLst_wrap {
        display: flex;
        align-items: center;
        gap: 0 28px;
        padding: 43px 0 55px;
    }
    .onlineLst_wrap .typeLst_wrap li a,
    .insurance-btn {
        width: 230px;
        height: 130px;
        padding: 24px;
    }
    .onlineLst_wrap .typeLst_wrap li a:hover,
    .insurance-btn:hover {
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    }
    .onlineLst_wrap .typeLst_wrap li a .online-txt,
    .insurance-btn .online-txt {
        font-size: 14px;
        line-height: 1;
    }
    .infoFlx_wrap {
        gap: 0 74px;
    }
    .infoFlx_wrap.is-pdg {
        padding-left: 150px;
    }
    .infoFlx_wrap a:hover {
        opacity: 0.8;
    }
    .info-txt {
        margin-bottom: 25px;
    }
    /* ==================
        float
    ==================*/
    .floatBtn_wrap {
        width: 40px;
        height: 198px;
    }
    .floatBtn_wrap a {
        font-size: 14px;
    }
    .floatBtn_wrap a:hover {
        opacity: 0.8;
    }
    /* ==================
        ob
    ==================*/
    .ob .menu_wrap {
        background: #F59D68;
    }
    .ob .menuLst_wrap {
        max-width: 885px;
    }
    .ob .menuLst_wrap li {
        width: calc((100% - (20px * 2)) / 3);
    }
    .ob .menuLst_wrap li a {
        border: none;
    }
    .ob .menuLst_wrap li a:hover {
        border: none;
    }
    .ob .menuLst_wrap .ver2 {
        width: 344px;
        padding-left: 68px;
    }
    .ob .menuLst_wrap li:nth-child(3) a .menuLst-txt::before {
        background: var(--icn04);
        width: 21px;
        height: 28px;
    }
    .ob .menuLst_wrap li:nth-child(4) a .menuLst-txt::before {
        background: var(--icn05);
        width: 29px;
        height: 22px;
    }
    .ob .menuLst_wrap li:nth-child(5) a .menuLst-txt::before {
        background: var(--icn06);
        width: 27px;
        height: 25px;
    }
    .ob .menuLst_wrap li:nth-child(3) a:hover .menuLst-txt::before {
        background: var(--icn04_wh);
    }
    .ob .menuLst_wrap li:nth-child(4) a:hover .menuLst-txt::before {
        background: var(--icn05_wh);
    }
    .ob .menuLst_wrap li:nth-child(5) a:hover .menuLst-txt::before {
        background: var(--icn06_wh);
    }
    .ob .page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
        background-size: 57px auto;
    }
    .ob .page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
        background-size: 61px auto;
    }
    .ob .page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
        background-size: 35px auto;
    }
    .insurance-btn {
        cursor: pointer;
    }
}
@media only screen and (min-width: 1300px) {
    .menuLst_wrap li.is-pdlf a .menuLst-txt {
            padding-left: 24px;
        }
}
@media (min-width: 896px) and (max-width: 1299px) {
    .mv-ttl {
        font-size: 2.769vw;
    }
    .menuLst_wrap li {
        width: calc((100% - (20px * 2)) / 3);
    }
    .discount_wrap {
        gap: 0 5vw;
    }
    .dscImg_wrap {
        width: 25.769vw;
        height: 15.385vw;
    }
    .dscImg_wrap img {
        width: 25.769vw;
        height: 13.385vw;
        object-fit: contain;
    }
    .content_wrap.group_wrap .dscImg_wrap {
        align-items: flex-start;
    }
    .dscTxt_wrap {
        width: 51vw;
        font-size: 23px;
    }
    .dscLst_wrap {
        gap: 0 3.077vw;
    }
    .dscLst_wrap li .is-dot {
        padding-left: 1.538vw;
    }
    .dscLst_wrap li .is-dot::before {
        width: 1vw;
        height: 1vw;
    }
    .content_wrap.info_wrap .quoteBtn_wrap a {
        width: 24.615vw;
        height: auto;
    }
    .content_wrap.info_wrap .quoteBtn_wrap a .is-icn {
        padding: 10px 40px 10px 15px;
    }
}
@media (min-width: 896px) and (max-width: 1300px) {
    .mvslide_wrap {
        min-width: 470px;
    }
    .menuLst_wrap li {
        width: calc((100% - 20px) / 2);
    }
    .accLst_wrap.ver2 .accLst_ttl .is-ttl {
        font-size: 17px;
    }
}
@media (min-width: 896px) and (max-width: 1050px) {
    #GLTD.content-ttl,
    #group.content-ttl {
        flex-direction: column;
        align-items: flex-start;
    }
    .content-ttl .label {
        margin-left: 90px;
    }
}
@media only screen and (max-width: 896px) {
    .page_wrap {
        padding-bottom: 80px;
    }
    /* ==================
        MV
    ==================*/
    .mv {
        background: #005BAC;
    }
    .mv-ttl {
        position: absolute;
        font-size: 24px;
        top: 108px;
        left: calc(50% - 155px);
    }
    .mvImg_wrap {
        height: 285px;
    }
    .mvImg_wrap img {
        object-position: top left;
    }
    .mvslide_wrap {
        width: 100%;
        padding: 26px 20px 20px;
        background: #005BAC;
    }
    .splide__pagination {
        gap: 0 7px;
        margin-top: 13px;
    }
    .menu_wrap {
        padding: 20px 10px 34px;
    }
    .menuLst_wrap {
        gap: 10px;
    }
    .menuLst_wrap li {
        width: calc((100% - 10px) / 2);
    }
    .menuLst_wrap li a {
        padding: 10px 6px 11px;
        justify-content: center;
    }
    .menuLst_wrap li a .menuLst-txt {
        font-size: 12px;
        font-feature-settings: 'palt';
        text-align: center;
        letter-spacing: 0.01em;
    }
    .splide__pagination__page.is-active {
        background: #87E4FA;
    }
    /* ==================
        active
    ==================*/
    .content_wrap {
        padding-top: 80px;
    }
    .content_in {
        padding: 0 20px;
    }
    .content-ttl {
        margin-bottom: 10px;
    }
    .content-ttl .is-icn {
        font-size: 20px;
        padding-left: 45px;
        line-height: 1.375;
    }
    .content-ttl .is-icn::before {
        width: 37px;
        height: 34px;
    }
    .page_wrap .content_wrap:nth-child(1) .content-ttl .is-icn::before {
        background-size: 32px auto;
    }
    .page_wrap .content_wrap:nth-child(2) .content-ttl .is-icn::before {
        background-size: 29px auto;
    }
    .page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
        background-size: 21px auto;
    }
    .page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
        background-size: 34px auto;
    }
    .page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
        background-size: 36px auto;
    }
    .page_wrap .content_wrap:nth-child(6) .content-ttl .is-icn::before {
        background-size: 26px auto;
    }
    .content-ttl .is-icn .sp-fz {
        font-size: 16px;
        display: block;
    }
    .content_box {
        border: 1px solid #3297D7;
        padding: 20px 15px 15px;
    }
    .dscImg_wrap {
        width: 100%;
        height: 135px;
        margin-bottom: 20px;
    }
    .content_wrap.fire_wrap .dscImg_wrap.ver2 img {
        margin-bottom: 16px
    }
    .content_wrap.info_wrap .dscImg_wrap.ver2 img {
        margin-bottom: 20px
    }
    .dscTxt_wrap {
        width: 100%;
        height: 60px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .dscTxt_wrap .is-red.is-per {
        font-size: 35px;
    }
    .dscTxt_wrap .is-fz {
        font-size: 20px;
    }
    .dscTxt_wrap .is-kome {
        font-size: 8px;
        top: -21px;
        right: -1px;
    }
    .dscLst_wrap {
        flex-wrap: wrap;
        gap: 0 2em;
        margin-bottom: 27px;
    }
    .dscLst_wrap li {
        font-size: 16px;
    }
    .dscLst_wrap li .is-dot {
        padding-left: 15px;
        display: inline-block;
    }
    .dscLst_wrap li .is-dot::before {
        top: 7px;
        width: 10px;
        height: 10px;
    }
    .discount-txt {
        font-size: 12px;
        line-height: 1.667;
        padding-bottom: 19px;
        margin-bottom: 30px;
    }
    .discount_in .sttl {
        font-size: 16px;
        line-height: 2;
        margin-top: 7px;
        margin-bottom: 16px;
        text-align: center;
    }
    .discount_in .sttl.ver2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .discount_in .sttl .is-red {
        font-size: 11px;
        line-height: 1.357;
        margin-top: 2px;
        font-feature-settings: 'palt';
    }
    .quote-ttl {
        font-size: 18px;
        line-height: 1.333;
        margin-bottom: 20px;
    }
    .quote_wrap {
        text-align: center;
    }
    .quoteLst_wrap li {
        margin-bottom: 20px;
    }
    .quoteLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .quoteLst-txt {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .quoteBtn_wrap a {
        font-size: 16px;
        line-height: 1.5;
        padding: 13px 10px;
    }
    .quoteBtn_wrap a::before {
        right: 20px;
    }
    .quoteBtn_wrap a .is-icn {
        padding-right: 20px;
    }
    .discount_in .quoteBtn_wrap a {
        margin-bottom: 15px;
    }
    .dscTxt_wrap.ver2,
    .dscTxt_wrap.ver3 {
        height: 70px;
    }
    .dscTxt_wrap.ver4 {
        height: 140px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .detailBtn_wrap a {
        border-radius: 4px;
        width: 100%;
        height: 53px;
        margin-top: 35px;
    }
    .detailBtn_wrap a {
        padding-right: 13px;
        font-size: 16px;
    }
    .detailBtn_wrap a::before {
        right: 20px;
        width: 7px;
        height: 14px;
    }
    .quoteLst_wrap .quoteLst-atn {
        font-size: 12px;
        margin-top: 9px;
    }
    .accordion_ttl {
        font-size: 20px;
        padding: 20px 0;
    }
    .accordion_ttl .is-arw {
        padding-right: 23px;
    }
    .acc_in {
        padding: 36px 20px 20px;
    }
    .acc_box {
        margin-bottom: 40px;
    }
    .accImg_wrap {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .page_wrap .content_wrap.car_wrap .accImg_wrap {
        max-width: 287px;
    }
    .page_wrap .content_wrap.fire_wrap .accImg_wrap {
        max-width: 193px;
    }
    .page_wrap .content_wrap.group_wrap .accImg_wrap {
        max-width: 279px;
    }
    .attention-txt,
    .attention-txt2,
    .add-txt {
        font-size: 11px;
        line-height: 1.545;
    }
    .add-txt {
        margin: 20px 0 5px;
        text-align: left;
    }
    .page_wrap .content_wrap .acc_box {
        text-align: left;
        max-width: 308px;
        margin: 0 auto 40px;
    }
    .page_wrap .content_wrap .acc_box .attention-txt {
        text-align: left;
    }
    .is-point {
        margin-bottom: 18px;
    }
    .is-point::before {
        max-width: 890px;
    }
    .is-point > span {
        padding: 8px 19px;
        font-size: 20px;
    }
    .accLst_wrap {
        gap: 20px 30px;
        margin-bottom: 18px;
        justify-content: center;
    }
    .accLst_wrap li {
        max-width: 310px;
        margin: 0 auto;
    }
    .accLst_wrap .accLst_ttl {
        gap: 0 15px;
        width: 310px;
        box-sizing: border-box;
        height: 70px;
        padding: 0 10px;
        position: relative;
    }
    .accLst_wrap .accLst_ttl .accIcn_wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    .accLst_wrap .accLst_ttl .is-ttl {
        font-size: 16px;
        line-height: 1.556;
        text-align: center;
    }
    .accLst_wrap .accLst_ttl .is-ttl .is-fz {
        margin-top: 2px;
        font-size: 13px;
        line-height: 1.2;
    }
    .accLst_wrap.ver2 .accLst_ttl {
        margin-bottom: 0;
    }
    .sqLst_wrap {
        font-size: 11px;
        line-height: 1.545;
    }
    .accLst_wrap .accLst_txt {
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.714;
    }
    .quote_wrap .quote-sttl {
        margin-bottom: 10px;
    }
    .optionLst_wrap {
        gap: 10px 30px;
        margin-bottom: 38px;
    }
    .optionLst_wrap li {
        width: 120px;
        height: 120px;
        font-size: 20px;
        line-height: 1.3;
    }
    .optionLst_wrap.ver2 {
        gap: 10px 15px;
        margin-bottom: 5px;
    }
    .optionLst_wrap.ver2 li {
        width: 90px;
        height: 90px;
    }
    .checkLst_wrap {
        margin: 10px 0 15px;
    }
    .checkLst_wrap li {
        padding: 14px 0 15px;
    }
    .checkLst_wrap .is-check {
        padding-left: 26px;
        font-size: 18px;
    }
    .checkLst_wrap .is-fz {
        font-size: 14px;
    }
    .checkLst_wrap .is-check::before {
        width: 19px;
        height: 20px;
    }
    .checkLst_wrap.ver2 li {
        padding: 25px 0 20px;
    }
    .checkLst_wrap.ver2 li:last-child {
        padding: 25px 0 0;
    }
    .checkLst_wrap.ver2 li .is-check {
        margin-bottom: 15px;
    }
    .onlineLst_wrap dt {
        padding: 9px 10px 9px;
        font-size: 18px;
        line-height: 1.444;
    }
    .onlineLst_wrap .is-icn {
        padding-right: 9px;
    }
    .onlineLst_wrap .typeLst_wrap {
        padding: 20px 0 40px;
    }
    .onlineLst_wrap .typeLst_wrap li {
        margin-bottom: 20px;
    }
    .onlineLst_wrap .typeLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .onlineLst_wrap .typeLst_wrap li a,
    .insurance-btn {
        width: 230px;
        height: 130px;
        padding: 24px;
        margin: 0 auto;
    }
    .onlineLst_wrap .typeLst_wrap li a .online-txt,
    .insurance-btn .online-txt {
        font-size: 14px;
        line-height: 1;
    }
    .infoFlx_wrap {
        flex-wrap: wrap;
        gap: 15px 20px;
    }
    .info-txt {
        margin-bottom: 15px;
    }
    /* ==================
        float
    ==================*/
    .floatBtn_wrap {
        width: 45px;
        height: 150px;
        top: 35%;
    }
    .floatBtn_wrap a {
        font-size: 12px;
    }
    /* ==================
        ob
    ==================*/
    .ob .mvslide_wrap {
        background: #F59D68;
    }
    .ob .splide__pagination__page.is-active {
        background: #005BAC;
    }
    .ob .page_wrap .content_wrap:nth-child(3) .content-ttl .is-icn::before {
        background-size: 34px auto;
    }
    .ob .page_wrap .content_wrap:nth-child(4) .content-ttl .is-icn::before {
        background-size: 36px auto;
    }
    .ob .page_wrap .content_wrap:nth-child(5) .content-ttl .is-icn::before {
        background-size: 26px auto;
    }
    #GLTD.content-ttl,
    #group.content-ttl {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    .content-ttl .label {
        font-size: 14px;
        padding: 9px;
        margin-left: 45px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 550px) {
    .menuLst_wrap li a {
        min-height: 58px;
    }
}
@media only screen and (max-width: 389px) {
    .accLst_wrap {
        display: block;
        width: 100%;
    }
    .accLst_wrap li {
        width: 100%;
        margin-bottom: 20px;
    }
    .accLst_wrap li:last-child {
        margin-bottom: 0;
    }
    .accLst_wrap .accLst_ttl {
        width: 100%;
    }
    .accLst_wrap .accLst_ttl .is-ttl.ver2 {
        padding-left: 45px;
    }
    .dscTxt_wrap {
        font-size: max(16px, 5.128vw);
        height: max(49px, 15.385vw);
    }
    .dscTxt_wrap.ver2,
    .dscTxt_wrap.ver3 {
        height: 17.949vw;
    }
    .dscTxt_wrap .is-red.is-per {
        font-size: max(29px, 8.974vw);
    }
    .dscTxt_wrap .is-fz {
        font-size: max(16px, 5.128vw);
    }
    .infoFlx_wrap img {
        width: 100%;
        height: auto;
    }
    .optionLst_wrap {
        gap: 10px;
    }
    .optionLst_wrap li {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .optionLst_wrap li.is-fz {
        font-size: 10px;
    }
}
@media only screen and (max-width: 374px) {
    .menuLst_wrap li {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    .quoteBtn_wrap a {
        font-size: 13px;
    }
    .discount_in .sttl {
        font-size: 14px;
    }
}
@media only screen and (max-width: 340px) {
    .mv-ttl {
        font-size: 23px;
        left: calc(50% - 150px);
    }
    .dscTxt_wrap .is-kome {
        top: -16px;
    }
    .discount_in .sttl {
        font-size: 13px;
    }
}