@charset "utf-8";
.topics_wrap {
    background: #fff;
}
.topics_in {
    padding: 74px 0;
}
.topTtl_wrap {
    text-align: center;
}
.topTtl_wrap .ttl {
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #004d8a;
}
.topTtl_wrap .ttl.is-inoac span {
    padding: 0 88px;
    position: relative;
}
.topTtl_wrap .ttl.is-inoac span:before,
.topTtl_wrap .ttl.is-inoac span:after {
    content: '';
    display: block;
    width: 58px;
    height: 55px;
    position: absolute;
    top: -14px;
    z-index: 1;
}
.topTtl_wrap .ttl.is-inoac span:before {
    left: 0;
    background: url(../img/inoac01.png?2) no-repeat center;
}
.topTtl_wrap .ttl.is-inoac span:after {
    right: 0;
    background: url(../img/inoac02.png?) no-repeat center;
}
.topTtl_wrap .en {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 20px;
}
.topics_box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}
.topics_lst {
    font-size: 14px;
    overflow-y: scroll;
    height: 198px;
}
.topics_lst li {
    font-size: 14px;
    text-align: left;
    color: #000;
    position: relative;
    padding: 20px 8px;
    padding-left: 125px;
    border-bottom: 1px solid #dedede;
}
.topics_lst .date {
    position: absolute;
    left: 8px;
}
.topics_lst .ttl a {
    color: #004D8A;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.insurance_wrap {
    background: #F5F7FA;
}
.insurance_in {
    padding: 74px 0 40px;
}
.insuranceCnt_wrap {
    margin-top: 50px;
}
.insuranceCnt_ttl {
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.insuranceCnt_blue {
    margin-top: 16px;
    text-align: center;
}
.insuranceCnt_blue span {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #004d8a;
    background: #fff;
    font-weight: 600;
    border: 2px solid #004d8a;
    padding: 14px 0 10px;
    max-width: 300px;
    width: 100%;
    border-radius: 100vh;
}
.insuranceCnt_blue + .insuranceCnt_read {
    margin-top: 32px;
}
.insuranceCnt_read {
    text-align: center;
    color: #000;
    margin-top: 16px;
}
.insuranceCnt_lnk {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin-top: 36px;
}
.insuranceCnt_lnk li {
    width: 100%;
    max-width: 358px;
}
.insuranceCnt_lnk li a {
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.insuranceCnt_lnk li a:before {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_arw_r_hw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.insuranceCnt_lnk li .txt {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    box-sizing: border-box;
}
.insuranceCnt_lnk .is-blue a {
    background: #004D8A;
}
.insuranceCnt_lnk .is-green a {
    background: #0A643C;
}
.insuranceBox_wrap {
    margin-top: 50px;
}
.insuranceBox_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.insuranceBox_lst li {
    background: #fff;
    width: 230px;
    height: 200px;
    text-align: center;
    padding-top: 18px;
    box-sizing: border-box;
}
.insuranceBox_lst .txt {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    font-weight: 600;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.insuranceBox_lst .txt span {
    display: block;
    width: 100%;
    font-size: 12px;
}
.insuranceBox_lst .img {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.read_wrap {
    margin-top: 112px;
}
.read_wrap .txt {
    font-size: 12px;
    color: #555;
}
.read_wrap.is-ver2 {
    margin-top: 30px;
    display: flex;
    justify-content: end;
}
@media screen and (min-width:896px) and (max-width:1080px) {
    .read_wrap {
        padding: 0 40px;
    }
    .insuranceBox_lst {
        padding: 0 40px;
        gap: 16px 1.333%;
    }
    .insuranceBox_lst li {
        width: 24%;
    }
    .insuranceBox_lst .txt span {
        font-size: 10px;
    }
}
@media (min-width: 896px) {
    .topics_lst .ttl a:hover {
        text-decoration: underline;
    }
    .insuranceCnt_lnk li a:hover {
        opacity: .8;
    }
    .topics_lst .ttl a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .splide__slide a.slide_btn {
        display: inline-block;
    }
    .topics_in {
        padding: 38px 15px;
    }
    .topTtl_wrap .ttl {
        font-size: 22px;
    }
    .topTtl_wrap .ttl.is-inoac span {
        padding: 0 56px;
    }
    .topTtl_wrap .ttl.is-inoac span:before,
    .topTtl_wrap .ttl.is-inoac span:after {
        width: 44px;
        height: 41px;
        top: -12px;
    }
    .topTtl_wrap .ttl.is-inoac span:before {
        background: url(../img/sp/inoac01.png?2) no-repeat center / 100% auto;
    }
    .topTtl_wrap .ttl.is-inoac span:after {
        background: url(../img/sp/inoac02.png?2) no-repeat center / 100% auto;
    }
    .topTtl_wrap .en {
        font-size: 12px;
        margin-top: 8px;
    }
    .topics_box {
        margin-top: 20px;
    }
    .topics_lst {
        font-size: 14px;
        overflow-y: scroll;
        max-height: 260px;
        height: 100%;
    }
    .topics_lst li {
        font-size: 13px;
        padding: 14px 14px;
    }
    .topics_lst .date {
        position: static;
        margin-bottom: 2px;
    }
    .insurance_in {
        padding: 40px 15px 25px;
    }
    .insuranceCnt_wrap {
        margin-top: 25px;
    }
    .insuranceCnt_ttl {
        font-size: 16px;
    }
    .insuranceCnt_blue {
        margin-top: 10px;
        text-align: center;
    }
    .insuranceCnt_blue span {
        font-size: 15px;
        padding: 9px 0 7px;
        max-width: 220px;
    }
    .insuranceCnt_blue + .insuranceCnt_read {
        margin-top: 16px;
    }
    .insuranceCnt_read {
        font-size: 14px;
        margin-top: 16px;
    }
    .insuranceCnt_lnk {
        flex-wrap: wrap;
        gap: 22px 0;
        max-width: 690px;
        margin: 0 auto;
        margin-top: 24px;
    }
    .insuranceCnt_lnk li {
        width: 100%;
        max-width: none;
    }
    .insuranceCnt_lnk li a {
        font-size: 14px;
        border-radius: 3px;
    }
    .insuranceCnt_lnk li a:before {
        width: 8px;
        height: 10px;
    }
    .insuranceCnt_lnk li .img img {
        width: 86px;
        height: auto;
    }
    .insuranceCnt_lnk li .txt {
        width: -webkit-calc(100% - 86px);
        width: calc(100% - 86px);
    }
    .insuranceBox_wrap {
        margin-top: 50px;
    }
    .insuranceBox_lst {
        max-width: 690px;
        margin: 0 auto;
        gap: 12px 4%;
    }
    .insuranceBox_lst li {
        width: 48%;
        height: 100%;
        aspect-ratio: 11 / 9;
        padding-top: 2.667vw;
    }
    .insuranceBox_lst .txt {
        font-size: 4vw;
        line-height: 1.4;
        height: 9.6vw;
        font-feature-settings: "palt";
    }
    .insuranceBox_lst .txt span {
        font-size: 2.133vw;
    }
    .insuranceBox_lst .img {
        width: 100%;
        margin-top: 4vw;
    }
    .insurance01 {
        width: 15.467vw;
        height: auto;
    }
    .insurance02 {
        width: 15.467vw;
        height: auto;
    }
    .insurance03 {
        width: 13.867vw;
        height: auto;
    }
    .insurance04 {
        width: 14.4vw;
        height: auto;
    }
    .insurance05 {
        width: 17.333vw;
        height: auto;
    }
    .insurance06 {
        width: 10.667vw;
        height: auto;
    }
    .insurance07 {
        width: 16.533vw;
        height: auto;
    }
    .insurance08 {
        width: 19.2vw;
        height: auto;
    }
    .read_wrap {
        margin-top: 56px;
    }
}
@media screen and (min-width:670px) and (max-width:896px) {
    .insuranceBox_lst .txt {
        font-size: clamp(15px, 3.6vw, 28px);
        height: clamp(28px, 9.6vw, 76px);
    }
    .insuranceBox_lst .txt span {
        font-size: 1.6vw;
        font-size: clamp(8px, 1.6vw, 14px);
    }
    .insuranceBox_lst .img {
        margin-top: 2.4vw;
    }
    .insurance07 {
        max-width: 132px;
    }
}