@charset "UTF-8";
.main_wrap {
    margin: 0 0 170px 0;
}
.slider_wrap {
    width: 1140px;
    margin: 0 auto 40px auto;
}
.mainsec_wrap {
    margin: 60px 0 0 0;
}
.c-main-ttl {
    line-height: 1.5;
    margin: 0 0 50px 0;
}
.pageSec_link {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.pageSec_link li {
    display: table;
    width: 25%;
    height: 50px;
    border-left: 1px solid #BEBEBE;
    box-sizing: border-box;
}
body.ob .pageSec_link li {
    width: 33.3333%;
}
.pageSec_link li:last-child {
    border-right: 1px solid #BEBEBE;
}
.pageSec_link li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.c-page_link li a span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 50px;
}
.c-page_link li.ank2 a span {
    padding: 0 0 0 45px;
}
.c-page_link li.ank4 a span {
    padding: 0 0 0 40px;
}
.c-page_link li a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 23px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_car.svg?date=20211116") no-repeat 0 0;
}
.c-page_link li.ank1 a span:before {
    width: 30px;
    height: 24px;
    background: url("../svg/icn_car.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-page_link li.ank2 a span:before {
    width: 27px;
    height: 24px;
    background: url("../svg/icn_house.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-page_link li.ank3 a span:before {
    width: 28px;
    height: 28px;
    background: url("../svg/icn_caution.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-page_link li.ank4 a span:before {
    width: 26px;
    height: 24px;
    background: url("../svg/icn_hospital.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance_wrap {
    margin: 30px 0 0 0;
}
.insurance_in {
    padding: 70px 0 0 0;
    margin: 70px 0 0 0;
    border-top: 1px solid #BEBEBE;
}
.insurance_in:first-child {
    margin: 0;
    border-top: 0;
}
.insurance_in:last-child {
    padding: 70px 0 70px 0;
    margin: 70px 0 60px 0;
    border-bottom: 1px solid #BEBEBE;
}
.insurance_ct {
    margin: 0 0 40px 0;
}
.sec_left {
    float: left;
}
.sec_right {
    float: right;
}
.insurance-ttl {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #021861;
    padding: 0 0 0 75px;
}
.insurance_in.ver1 .insurance-ttl {
    padding: 0 0 0 75px;
}
.insurance-ttl:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 39px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_car.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance_in.ver1 .insurance-ttl:before {
    width: 50px;
    height: 40px;
    background: url("../svg/icn_car.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance_in.ver2 .insurance-ttl:before {
    width: 50px;
    height: 44px;
    background: url("../svg/icn_house.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance_in.ver3 .insurance-ttl:before {
    width: 50px;
    height: 50px;
    background: url("../svg/icn_caution.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance_in.ver4 .insurance-ttl:before {
    width: 45px;
    height: 42px;
    background: url("../svg/icn_hospital.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.insurance-txt {
    font-size: 18px;
    line-height: 1;
    margin: 25px 0 0 0;
}
.insurance-head {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 30px 0 30px 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.insurance-head.ver2 {
    margin: 40px 0 35px 0;
}
.insurance-head span.fs-red {
    font-size: 48px;
    color: #E43C00;
    padding: 0 0 0 20px;
}
.insurance-head span.fs-mdl {
    font-size: 42px;
    padding: 0 0 0 20px;
}
.insurance-head span.red {
    color: #E43C00;
}
.insurance-head span.km1 {
    position: relative;
}
.insurance-head span.km1:before {
    content: "※1";
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 10;
    font-size: 22px;
}
.kms2 span {
    position: relative;
}
.kms2 span:before {
    content: "※2";
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 10;
    font-size: 10px;
}
.pdfList-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px 0;
}
.pdfList_wrap {
    width: 747px;
    padding: 35px 40px 40px 40px;
    margin: 0 0 55px 0;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}
.pdfList_wrap.is-ver2 {
    width: 100%;
}
.pdf_list {
    padding: 0 0 30px 10px;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #BEBEBE;
}
.pdf_list:last-child {
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
}
.hoken-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #02185F;
}
.hokenCmpy_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 20px 0 0 0;
}
.hokenCmpy_in {
    margin: 0 90px 0 0;
}
.hokenCmpy_in:last-child {
    margin: 0;
}
.hokenCmpy-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.hokenCmpy_pdf {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 20px 0 0 0;
}
.hokenCmpy_pdf li {
    margin: 0 55px 0 0;
}
.hokenCmpy_pdf li:last-child {
    margin: 0;
}
.hokenCmpy_pdf li a {
    display: block;
}
.hokenCmpy-link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 0 25px 0 0;
    margin: 20px 0 0 0;
}
@media (min-width:896px) {
    .hokenCmpy_pdf li a:hover .hokenCmpy-link {
        color: #021861;
    }
}
.hokenCmpy-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 16px;
    top: 50%;
    right: 0;
    margin-top: -9px;
    z-index: 10;
    background: url("../svg/icn_pdf_blue.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.caution_txtlist  {
    margin: 0 0 35px 0;
}
.is-mt {
    margin-top: 50px;
}
.insurance-head.is-ver2 {
    position: relative;
    padding: 0 0 30px 0;
    font-size: 30px;
    display: inline-block;
}
.insurance-head.is-ver2::before,
.insurance-head.is-ver2::after {
    position: absolute;
    font-size: 22px;
    bottom: 0;
}
.insurance-head.is-ver2::before {
    content: "団体扱割引";
    left: 58px;
}
.insurance-head.is-ver2::after {
    content: "一時払でさらに";
    right: 0;
}
.insurance-head.is-ver2 span.fs-red {
    padding: 0 10px 0 20px;
}
.insurance-head.is-ver2 span.fs-sml {
    padding: 0 0 0 20px;
}
.insurance-head.is-ver2 span.fs-km1 {
    position: relative;
}
.insurance-head.is-ver2 span.fs-km1::before {
    content: "※1";
    position: absolute;
    top: 0;
    right: -38px;
    z-index: 10;
    font-size: 22px;
}
.c-btn-txt.ta-c {
    text-align: center;
}
@media (max-width: 896px) {
    .main_wrap {
        margin: 0 0 70px 0;
    }
    .slider_wrap {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .mainsec_wrap {
        margin: 50px 0 0 0;
    }
    .c-main-ttl {
        line-height: 1.2;
        margin: 0 0 30px 0;
    }
    .pageSec_link li {
        width: 50%;
        height: 30px;
        margin: 25px 0 0 0;
    }
    body.ob .pageSec_link li {
        width: 50%;
    }
    .pageSec_link li:nth-child(2n) {
        border-right: 1px solid #BEBEBE;
    }
    .pageSec_link li:nth-child(-n+2) {
        margin: 0;
    }
    .c-page_link li a span {
        font-size: 12px;
        line-height: 1.4;
        padding: 0 0 0 35px;
    }
    .c-page_link li.ank2 a span {
        padding: 0 0 0 35px;
    }
    .c-page_link li.ank4 a span {
        padding: 0 0 0 35px;
    }
    .c-page_link li a span:before {
        width: 24px;
        height: 18px;
    }
    .c-page_link li.ank1 a span:before {
        width: 24px;
        height: 18px;
    }
    .c-page_link li.ank2 a span:before {
        width: 22px;
        height: 20px;
    }
    .c-page_link li.ank3 a span:before {
        width: 24px;
        height: 24px;
    }
    .c-page_link li.ank4 a span:before {
        width: 21px;
        height: 20px;
    }
    .insurance_wrap {
        margin: 0;
    }
    .insurance_in {
        padding: 45px 0 0 0;
        margin: 45px 0 0 0;
    }
    .insurance_in:last-child {
        padding: 45px 0 45px 0;
        margin: 45px 0 35px 0;
    }
    .insurance_ct {
        margin: 0 0 16px 0;
    }
    .sec_left {
        float: none;
    }
    .sec_right {
        display: none;
        float: none;
    }
    .insurance-ttl {
        font-size: 20px;
        padding: 0 0 0 45px;
    }
    .insurance_in.ver1 .insurance-ttl {
        padding: 0 0 0 45px;
    }
    .insurance-ttl:before {
        width: 24px;
        height: 18px;
    }
    .insurance_in.ver1 .insurance-ttl:before {
        width: 24px;
        height: 18px;
    }
    .insurance_in.ver2 .insurance-ttl:before {
        width: 22px;
        height: 20px;
    }
    .insurance_in.ver3 .insurance-ttl:before {
        width: 24px;
        height: 24px;
    }
    .insurance_in.ver4 .insurance-ttl:before {
        width: 21px;
        height: 20px;
    }
    .insurance_img {
        margin: 16px 0 0 0;
    }
    .insurance_img img {
        width: 100%;
    }
    .insurance-txt {
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .insurance-head {
        margin: 20px 0 20px 0;
        font-size: 16px;
    }
    .insurance-head.ver2 {
        margin: 20px 0 10px 0;
    }
    .insurance-head span.fs-red {
        font-size: 34px;
        padding: 0 0 0 5px;
    }
    .insurance-head span.fs-mdl {
        font-size: 28px;
        padding: 0 0 0 10px;
    }
    .insurance-head span.km1:before {
        right: -26px;
        font-size: 16px;
    }
    .pdfList-ttl {
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    .pdfList_wrap {
        width: 100%;
        padding: 20px 15px;
        margin: 0 0 35px 0;
    }
    .pdf_list {
        padding: 0 0 33px 0;
        margin: 0 0 33px 0;
    }
    .hoken-name {
        font-size: 16px;
    }
    .hokenCmpy_wrap {
        display: block;
    }
    .hokenCmpy_in {
        text-align: center;
        margin: 0 0 40px 0;
    }
    .hokenCmpy-name {
        text-align: left;
    }
    .hokenCmpy_pdf {
        display:block;
        margin: 25px 0 0 0;
    }
    .hokenCmpy_pdf li {
        margin: 0 0 33px 0;
    }
    .hokenCmpy_pdf li a {
        display: inline-block;
    }
    .hokenCmpy-link {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0 0 0;
    }
    .caution_txtlist  {
        margin: 0 0 12px 0;
    }
    .is-mt {
        margin-top: 20px;
    }
    .insurance-head.is-ver2 {
        font-size: 24px;
        padding: 0 0 20px 0;
    }
    .insurance-head.is-ver2 span.fs-red {
        padding: 0 5px 0 5px;
    }
    .insurance-head.is-ver2 span.fs-sml {
        padding: 0 5px 0 10px;
    }
    .insurance-head.is-ver2::before,
    .insurance-head.is-ver2::after {
        font-size: 16px;
    }
    .insurance-head.is-ver2::before {
        left: 36px;
    }
    .insurance-head.is-ver2 span.fs-km1::before {
        font-size: 16px;
        right: -28px;
    }
}
@media (max-width: 374px) {
    .c-main-ttl {
        font-size: 18px;
    }
    .c-page_link li a span {
        font-size: 11px;
    }
    .c-page_link li.ank4 a span {
        padding: 0 0 0 30px;
    }
    .insurance-txt {
        font-size: 12px;
    }
    .insurance-head {
        font-size: 15px;
    }
    .insurance-head span.fs-red {
        font-size: 30px;
    }
    .insurance-head span.fs-mdl {
        font-size: 26px;
        padding: 0 0 0 10px;
    }
    .insurance-head span.km1:before {
        font-size: 14px;
    }
}
