@charset "UTF-8";
.ecCt-txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 2.5;
}
.read_wrap {
    padding: 0 0 120px;
}
.read_wrap.ver2 {
    padding: 120px 0 0;
}
.read-txt {
    font-size: 25px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin: 0 0 40px 0;
    text-align: center;
}
.read-btn {
    margin: 0 auto;
}
.ec_in {
    padding: 120px 0;
    background: #F3F6F5;
}
.ec_in.ver2 {
    background: #fff;
    padding: 120px 0 0;
}
.ecTtl_wrap {
    margin: 0 0 60px;
}
.ecTtl-ttl {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    text-align: center;
}
.ecDet_in {
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 60px;
}
.ecDet_in:last-child {
    margin: 0;
}
.ecDetTtl_wrap {
    background: #222;
    height: 80px;
    width: 100%;
    display: table;
}
.ecDetTtl-ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.ecDet_ct {
    background: #fff;
    position: relative;
    padding: 60px 80px 60px 80px;
}
.ecDet_ct:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    margin: 0 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #222 transparent transparent transparent;
}
.ecDetList_wrap {
    margin: 0 0 25px 0;
}
.ecDetList_wrap li {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding: 0 0 0 21px;
    position: relative;
}
.ecDetList_wrap li:last-child {
    margin: 0 0 0 0;
}
.ecDetList_wrap li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 18px;
    color: #1C4A40;
}
.ecDet-txt {
    margin: 0 0 50px 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}
.ecDet-txt:last-child {
    margin: 0 0 0 0;
}
.ecDetImg-img {
    text-align: center;
}
.ecDetPnt_wrap {
    background: #F3F6F5;
    position: relative;
    border-radius: 8px;
    padding: 35px 20px 20px 20px;
}
.ecDetPnt_wrap:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 9;
    width: 130px;
    height: 45px;
    background: url(/cmn5/svg/ec_label_point.svg?1) no-repeat center top;
    background-size: 100% auto;
}
.ecDetPnt-txt {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 14px;
    line-height: 2;
}
/*PC*/
@media (min-width: 767px) {
    .ecMv_wrap {
        width: 100%;
        background:#F3F6F5 url(/cmn5/img/ec_main_img5n1.png) no-repeat center bottom;
    }
    .ecMv_bg {
        width: 800px;
        height: 440px;
        margin: 0 auto;
    }
    .ecMv_ttl {
        padding: 50px 0 0;
        width: 352px;
    }
    .ec-btn {
        margin-top: 30px;
    }
    .ecMv-en {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 16px;
        line-height: 1.6;
        color: #1C4A40;
        margin-bottom: 13px;
    }
    .ecMv-en span {
        display: inline-block;
        position: relative;
        padding-left: 24px;
    }
    .ecMv-en span:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .ecMv-sb {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 32px;
        line-height: 1;
        padding: 0 0 10px;
    }
    .ecMv-label {
        width: 240px;
        border: 2px solid #222;
        border-radius: 50px;
        height: 50px;
        display: table;
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        color: #fff;
        background: #222;
        margin: 20px auto 0;
        box-sizing: border-box;
    }
    .ecMv-label span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .ecMvDet_wrap {
        padding: 120px 0 80px;
    }
    .ecMvDet-ttl {
        font-size: 26px;
        line-height: 1;
        text-align: center;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        margin-bottom: 60px;
    }
    .ecMvDet_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ecMvDet_wrap ul li {
        width: 22%;
        line-height: 1;
        font-size: 16px;
        font-weight: 500;
        font-variation-settings: "wght" 500;
        box-sizing: border-box;
        text-align: center;
        background: #222;
        color: #fff;
        padding: 14px 0;
        border-radius: 8px;
    }
    .read_wrap.ver2 {
        width: 1000px;
    }
    .ecDet_wrap {
        width: 900px;
        margin: 0 auto;
    }
    .ecDet_ct {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .ecDet_flx {
        width: 390px;
    }
    .ecDet_flx.is-img {
        width: 290px;
    }
    .ecCt_wrap {
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse;
    }
    .ecCt-img {
        width: 480px;
    }
    .ecCt-img source,
    .ecCt-img img {
        border-radius: 16px;
    }
    .ecCt_in {
        width: 560px;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .ecCt-img {
        width: 42%;
    }
    .ecCt-img source,
    .ecCt-img img {
        width: 100%;
        height: auto;
    }
    .ecCt_in {
        width: 54%;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .ecMvDet_wrap ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ecMvDet_wrap ul li {
        width: 48%;
        margin-top: 20px;
    }
    .ecMvDet_wrap ul li:nth-child(-n+2) {
        margin-top: 0;
    }
}
/*SP*/
@media only screen and (max-width: 767px) {
    .ecMv_wrap {
        width: 100%;
        background:#F3F6F5 url(/cmn5/img/sp/ec_main_img5n1.png) no-repeat right bottom;
        background-size: 375px auto;
    }
    .ecMv_bg {
        width: 100%;
        height: 328px;
        margin: 0;
    }
    .ecMv_ttl {
        padding: 68px 0 0 20px;
        width: 188px;
    }
    .ec-btn {
        margin-top: 20px;
        height: 44px;
    }
    .ecMv-en {
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 14px;
        line-height: 1.57;
        color: #1C4A40;
        margin-bottom: 4px;
    }
    .ecMv-en span {
        display: inline-block;
        position: relative;
        padding-left: 22px;
    }
    .ecMv-en span:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .ecMv-sb {
        font-size: 17px;
        line-height: 1;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        text-align: center;
        padding: 0 0 6px;
    }
    .ecMv-label {
        width: 145px;
        border: 1px solid #222;
        border-radius: 25px;
        height: 25px;
        display: table;
        font-size: 14px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        color: #fff;
        background: #222;
        margin: 35px auto 0;
    }
    .ecMv-label span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: 1;
    }
    .ecMv_btn ul {
        text-align: center;
        letter-spacing: -0.40em;
    }
    .ecMv_btn ul li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        margin: 0 4px;
    }
    .ecMvDet_wrap {
        padding: 60px 20px 40px;
    }
    .ecMvDet-ttl {
        line-height: 1;
        font-size: 18px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .ecMvDet_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ecMvDet_wrap ul li {
        width: 49%;
        line-height: 1;
        font-size: 14px;
        font-weight: 500;
        font-variation-settings: "wght" 500;
        margin-top: 10px;
        background: #222;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        border-radius: 8px;
    }
    .ecMvDet_wrap ul li:nth-child(-n+2) {
        margin-top: 0;
    }
    .read_wrap {
        padding: 0 20px 60px;
    }
    .read_wrap.ver2 {
        padding: 50px 20px 0;
        background: #fff;
    }
    .read-txt {
        text-align: center;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 20px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .ec_in {
        padding: 60px 20px;
    }
    .ec_in.ver2 {
        padding: 60px 20px 0;
    }
    .ec_in:last-child {
        margin: 0 0 0 0;
    }
    .ecTtl_wrap {
        margin: 0 0 25px 0;
    }
    .ecTtl-ttl {
        font-size: 20px;
        text-align: center;
        margin: 0 0 30px;
    }
    .ecDet_in {
        margin: 0 0 30px 0;
        overflow: hidden;
    }
    .ecDet_in:last-child {
        margin: 0 0 0 0;
    }
    .ecDetTtl_wrap {
        background: #222;
        height: 60px;
        width: 100%;
        display: table;
    }
    .ecDetTtl-ttl {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .ecDet_ct {
        position: relative;
        padding: 30px 17px 30px 17px;
    }
    .ecDet_ct:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 9;
        margin: 0 0 0 -6.5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6.5px 0 6.5px;
        border-color: #222 transparent transparent transparent;
    }
    .ecDetList_wrap {
        margin: 0 0 22px 0;
    }
    .ecDetList_wrap li {
        margin: 0 0 7px 0;
        font-size: 15px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        padding: 0 0 0 15px;
        position: relative;
        line-height: 1.3;
    }
    .ecDetList_wrap li:last-child {
        margin: 0 0 0 0;
    }
    .ecDetList_wrap li span {
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 9;
        font-size: 12px;
        color: #1C4A40;
    }
    .ecDet-txt {
        font-size: 14px;
        margin: 0 0 40px 0;
        line-height: 1.8;
    }
    .ecDet-txt:last-child {
        margin: 0 0 0 0;
    }
    .ecDetImg_wrap {
        margin: 0 0 60px 0;
    }
    .ecDetImg_wrap:last-child {
        margin: 0 0 0 0;
    }
    .ecDetImg-img {
        text-align: center;
    }
    .ecDetImg-img img {
        width: 100%;
        max-width: 273px;
    }
    .ecDetPnt_wrap {
        background: #f4f6f7;
        position: relative;
        padding: 26px 20px 22px 20px;
    }
    .ecDetPnt_wrap:before {
        content: "";
        position: absolute;
        top: -15px;
        left: 12px;
        z-index: 9;
        width: 94px;
        height: 35px;
    }
    .ecDetPnt-txt {
        line-height: 1.7857142;
        font-size: 15px;
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .ecCt-img {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        box-sizing: border-box;
        margin: 0 -20px;
    }
    .ecCt-img source,
    .ecCt-img img {
        border-radius: 0;
        width: 100%;
        height: auto;
    }
    .ecCt_in {
        padding: 30px 0 0;
    }
    .ecCt-txt {
        margin: 0 0 45px 0;
        font-size: 14px;
        line-height: 1.9;
    }
    .ecCt-txt:last-child {
        margin: 0 0 0 0;
    }
}
@media only screen and (max-width: 340px) {
    .ecMv_wrap {
        background: url(/cmn5/img/sp/ec_main_img5n1.png) no-repeat right -20px top;
        background-size: 375px auto;
    }
    .ecMv_ttl {
        padding: 54px 0 0 10px;
    }
    .ecMv-sb {
        font-size: 14px;
    }
    .ecMv-ttl {
        width: 160px;
        height: 33px;
    }
    .ecMv-ttl span {
        padding: 33px 0 0 0;
    }
    .ecMv-ttl {
        margin: 0 0 10px 0;
    }
    .ecMv-ttl span {
        font-size: 17px;
    }
    .ecDetTtl-ttl {
        font-size: 14px;
    }
    .ecMvDet-ttl {
        font-size: 17px;
    }
    .ecMvDet_wrap ul li {
        font-size: 12px;
    }
    .read-txt {
        font-size: 13px;
    }
    .ecTtl-ttl {
        font-size: 16px;
    }
}
