@charset "UTF-8";
.news_wrap {
    padding-top: 54px;
}
.newsLst_wrap ul {
    width: 792px;
    height: 260px;
    overflow-y: scroll;
    padding-right: 76px;
    box-sizing: border-box;
}
.newsLst_wrap ul li {
    line-height: 1.6;
    width: 100%;
    padding: 0 8px 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #DEDEDE;
    box-sizing: border-box;
}
.insur_wrap {
    overflow: hidden;
    padding-top: 100px;
}
.insur_in {
    position: relative;
}
.insur_in::after {
    position: absolute;
    z-index: 9;
    content: "";
    top: 0;
    left: 50%;
    margin-left: 146px;
    width: 574px;
    height: 352px;
    background: url(../img/top_img01.jpg) no-repeat center / 100% auto;
}
.group_wrap {
    background: #F5F7FA;
    padding: 70px 0;
    margin-top: 50px;
}
h3.is-train {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-left: 65px;
    position: relative;
}
h3.is-train::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 38px;
    height: 48px;
    background: url(../svg/train_icon01.svg) no-repeat center / 100% auto;
}
.group-txt {
    margin-top: 40px;
}
.groupLst_wrap {
    margin-top: 60px;
}
.groupLst_wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -25px;
}
.groupLst_wrap ul li {
    width: calc((100% - 50px) / 3);
    margin: 25px 25px 0 0;
}
.groupLst-cnt_wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    padding: 32px;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.16);
}
.groupLst-cnt_wrap.is-car {
    background: #fff url(../svg/insurance_icon01.svg) no-repeat top 94px center / 104px 67px;
}
.groupLst-cnt_wrap.is-fire {
    background: #fff url(../svg/insurance_icon02.svg) no-repeat top 86px center / 90px 81px;
}
.groupLst-cnt_wrap.is-group {
    background: #fff url(../svg/insurance_icon03.svg) no-repeat top 82px center / 109px 94px;
}
.groupLst-cnt_wrap.is-medical {
    background: #fff url(../svg/insurance_icon04.svg) no-repeat top 97px center / 96px 73px;
}
.groupLst-cnt_wrap.is-golf {
    background: #fff url(../svg/insurance_icon05.svg) no-repeat top 90px center / 87px 86px;
}
.groupLst-cnt_wrap.is-life {
    background: #fff url(../svg/insurance_icon06.svg) no-repeat top 88px center / 70px 90px;
}
.groupLst-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.groupLst-txt {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.2;
    color: #004DA0;
    font-weight: bold;
    border-radius: 30px;
    margin-top: 135px;
    background: #F5F7FA;
}
.groupLst-txt-add {
    font-size: 12px;
    vertical-align: top;
}
.groupAdd_wrap {
    margin-top: 65px;
}
.group_wrap .c-btn_wrap {
    margin-top: 60px;
    justify-content: space-between;
}
.groupAdd_wrap ul {
    margin-top: -7px;
}
.groupAdd_wrap ul li {
    padding-left: 37px;
    position: relative;
    font-size: 12px;
    margin-top: 7px;
}
.groupAdd_wrap ul li span {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.other_wrap {
    padding: 100px 0;
    position: relative;
}
.other_wrap::before {
    background: url(../img/top_img08.jpg) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -732px;
    content: "";
    z-index: 9;
    width: 574px;
    height: 324px;
}
h3.is-apart {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    padding-left: 117px;
    position: relative;
}
h3.is-apart::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 42px;
    background: url(../svg/header_icon03.svg) no-repeat center / 100% auto;
}
h3.is-apart::after {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 62px;
    width: 30px;
    height: 61px;
    background: url(../svg/header_icon04.svg) no-repeat center / 100% auto;
}
.other-txt {
    margin-top: 40px;
    line-height: 1.7;
}
.other_ct .c-btn_wrap {
    margin-top: 36px;
}
.top .groupLst-annot{
    font-size: 12px;
    margin-top: 10px;
}
@media (min-width: 896px) {
    .news_in {
        display: flex;
        justify-content: space-between;
    }
    .newsLst_wrap ul li {
        display: flex;
        font-size: 14px;
    }
    .newsLst_wrap ul li .data {
        margin-right: 38px;
    }
    .newsLst_wrap ul li a:hover {
        color: #004DA0;
    }
    .news_in .c-ttl {
        margin-top: 40px;
    }
    .newsLst_wrap ul li:first-child {
        margin-top: 40px;
    }
    .groupLst_wrap ul li:nth-child(3n) {
        margin-right: 0;
    }
    .otehr_in {
        min-height: 324px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .other_ct {
        width: 100%;
        max-width: 650px;
    }
    .groupLst-cnt_wrap.is-life .groupLst-txt,
    .groupLst-cnt_wrap.is-group .groupLst-txt,
    .groupLst-cnt_wrap.is-medical .groupLst-txt {
        font-size: 16px;
    }
    .other_wrap::before {
        transform: translateY(-50%);
    }
    .top .c-btn_wrap.ver2{
        justify-content: left;
    }
    .other_ct .c-btn_wrap.ver2:not(:first-child){
        margin-top: 30px;
    }
    .c-btn_wrap.ver2 .c-btn {
        width: 206px;
    }
    .c-btn_wrap.ver2 .c-btn a {
        font-size: 15px;
        padding-right: 10px;
    }
    .c-btn_wrap.ver2 .c-btn a::before {
        right: 13px;
        width: 7px;
        height: 10px;
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
}
@media only screen and (max-width:896px) {
    .news_wrap {
        padding-top: 50px;
    }
    .newsLst_wrap ul {
        width: 100%;
        height: 265px;
        padding-right: 13px;
        margin-top: 12px;
        font-size: 13px;
        box-sizing: border-box;
    }
    .newsLst_wrap ul li:first-child {
        margin-top: 15px;
    }
    .newsLst_wrap ul li .news-ttl {
        margin-top: 7px;
    }
    .newsLst_wrap ul li {
        padding: 0 15px 13px;
        margin-bottom: 13px;
    }
    .news-ttl a {
        line-height: 1.5;
    }
    .insur_wrap {
        padding-top: 75px;
    }
    .group_wrap {
        margin-top: 55px;
        padding: 172px 0 40px;
    }
    .insur_in::after {
        top: 100px;
        left: 50%;
        margin-left: -100px;
        width: 287px;
        height: 176px;
        background: url(../img/sp/top_img01.jpg) no-repeat center / 100% auto;
    }
    h3.is-train {
        font-size: 17px;
        padding-left: 40px;
    }
    h3.is-train::before {
        width: 25px;
        height: 32px;
    }
    .group-txt {
        margin-top: 19px;
    }
    .groupLst_wrap {
        margin-top: 24px;
    }
    .groupLst_wrap ul {
        margin-top: -15px;
    }
    .groupLst_wrap ul li {
        width: calc((100% - 15px) / 2);
        margin: 15px 15px 0 0;
    }
    .groupLst_wrap ul li:nth-child(2n) {
        margin-right: 0;
    }
    .groupLst-cnt_wrap {
        padding: 17px 8px;
    }
    .groupLst-ttl {
        font-size: 15px;
    }
    .groupLst-txt {
        font-size: 12px;
        height: 43px;
        border-radius: 22px;
        margin-top: 75px;
        line-height: 1.4;
    }
    .groupLst-txt-add {
        font-size: 10px;
    }
    .groupLst-cnt_wrap.is-car {
        background: #fff url(../img/sp/top_img02.png) no-repeat top 46px center / 68px 44px;
    }
    .groupLst-cnt_wrap.is-fire {
        background: #fff url(../img/sp/top_img03.png) no-repeat top 42px center / 57px 52px;
    }
    .groupLst-cnt_wrap.is-group {
        background: #fff url(../img/sp/top_img04.png) no-repeat top 44px center / 68px 58px;
    }
    .groupLst-cnt_wrap.is-medical {
        background: #fff url(../img/sp/top_img05.png) no-repeat top 44px center / 61px 46px;
    }
    .groupLst-cnt_wrap.is-golf {
        background: #fff url(../img/sp/top_img06.png) no-repeat top 43px center / 56px 55px;
    }
    .groupLst-cnt_wrap.is-life {
        background: #fff url(../img/sp/top_img07.png) no-repeat top 42px center / 45px 57px;
    }
    .group_wrap .c-btn_wrap {
        margin-top: 32px;
    }
    .groupAdd_wrap {
        margin-top: 45px;
    }
    .groupAdd_wrap ul li {
        padding-left: 25px;
    }
    .other_wrap::before {
        background: url(../img/sp/top_img08.jpg) no-repeat center / 100% auto;
        top: 42px;
        left: 50%;
        margin-left: -188px;
        width: 287px;
        height: 162px;
    }
    .other_wrap {
        padding: 225px 0 43px;
    }
    h3.is-apart {
        font-size: 17px;
        padding-left: 82px;
        line-height: 1.4;
    }
    h3.is-apart::before {
        width: 35px;
        height: 29px;
    }
    h3.is-apart::after {
        left: 44px;
        width: 21px;
        height: 58px;
    }
    .other-txt {
        margin-top: 15px;
        line-height: 1.4;
    }
    .other_ct .c-btn_wrap {
        margin-top: 24px;
    }
    .top .groupLst-annot{
        font-size: 11px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 374px) {
    .groupLst-ttl {
        font-size: 12px;
    }
}
