@charset "UTF-8";
.mv_wrap {
    background: #F0F1F5;
}
.mv_in {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mv_txt{
    width: -webkit-calc(100% - 598px);
    width: calc(100% - 598px);
    box-sizing: border-box;
    padding-right: 44px;
}
.mv_txt .ttl{
    font-size: 52px;
    line-height: 1;
    color: #3B499F;
    letter-spacing: .025em;
    font-weight: bold;
    position: relative;
    padding-left: 103px;
}
.mv_txt .ttl:before {
    content: '';
    display: block;
    width: 87px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    background: url(../svg/car_icn01_2.svg) no-repeat center;
    background-size: auto 100%;
}
.mv_txt .box{
    padding-top: 35px;
}
.mv_txt .mds{
    width: 420px;
    height: 88px;
    background: #3B499F;
    padding: 0 32px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 40px;
    position: relative;
}
.mv_txt .mds:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #3B499F;
}
.mv_txt .mds span {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: .14em;
    font-weight: 500;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.mv_txt .lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mv_txt .lst li{
    width: 50%;
    font-size: 18px;
    line-height: 1;
    color: #3B499F;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
.mv_txt .lst li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/car_list.svg) no-repeat center;
    background-size: 100% auto;
}
@media (min-width: 896px) {
    .mv_txt .lst li:nth-child(-n+2){
        margin-top: 0;
    }
}
.cv_wrap{
    background: #3B499F;
    padding: 50px 0;
}
.cv_wrap .ttl{
    font-size: 24px;
    line-height: 1;
    color: #fff;
    letter-spacing: .025em;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.cv_wrap .ttl:first-child{
    margin-top: 0;
}
.cv_wrap .lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cv_wrap .lst li{
    margin: 0 20px;
}
.cv_wrap .lst li:first-child{
    margin-left: 0;
}
.cv_wrap .lst li:last-child{
    margin-right: 0;
}
.car_btn{
    width: 340px;
    background-color: #fff;
}
.car_btn a{
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    border: 1px solid #3B499F;
    position: relative;
}
.car_btn a:before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    background: url(../svg/arw_l_blu.svg) no-repeat center center;
    background-size: 100% auto;
}
.car_btn.is-win a:before {
    width: 14px;
    height: 14px;
    background: url(../svg/car_window.svg) no-repeat center center;
    background-size: 100% auto;
}
.car_btn .txt{
    font-size: 18px;
    line-height: 1.2;
    color: #3B499F;
    text-align: center;
    font-weight: bold;
}
.car_btn.ver2{
    width: 450px;
}
.car_btn.ver2 a{
    height: 80px;
}
.car_btn.ver2 .txt{
    font-size: 20px;
}
.car_btn.ver2 .txt span{
    font-size: 14px;
}
.cv_wrap .lst li .add{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    letter-spacing: .025em;
    text-align: center;
    margin-top: .8em;
}
@media (min-width: 896px) {
    .car_btn a:hover{
        background-color: #d2d9f9;
    }
}
.dtl_wrap {
    background-color: #fff;
}
.dtl_in {
    padding: 70px 0 56px;
}
.dtl_mds {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    color: #3B499F;
    margin-bottom: 20px;
}
.dtl_mds span {
    color: #F60700;
}
.dtl_ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.dtl_img {
    padding-top: 70px;
    text-align: center;
}
.dtl_wrap .btnlst {
    padding: 30px 0 0 0;
}
.dtl_wrap .btnlst .c-btn {
    margin: 0 auto;
}
.dtl_wrap .btnlst .c-btn a {
    background: #3B499F;
}
.dtl-lst{
    padding: 30px 0 0 0;
}
.dtl-lst li{
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 3em;
    margin-bottom: .5em;
}
.dtl-lst li:last-child{
    margin-bottom: 0;
}
.dtl-lst li span{
    position: absolute;
    left: 0;
    top: 0;
}
.worri_wrap{
    background: #E8EFF5;
    padding: 80px 0 0;
}
.worri_in{
    background: url(../img/car_bg.png) no-repeat center bottom 38px;
    position: relative;
}
.worri_wrap .ttl{
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    color: #3B499F;
}
.worri_wrap .lst li{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    color: #3B499F;
}
@media (min-width: 896px) {
    .worri_wrap .lst li{
        position: absolute;
    }
    .worri_wrap .lst li:nth-child(1){
        bottom: 314px;
        left: 170px;
    }
    .worri_wrap .lst li:nth-child(2){
        bottom: 284px;
        right: 196px;
    }
    .worri_wrap .lst li:nth-child(3){
        bottom: 102px;
        left: 146px;
    }
    .worri_wrap .lst li:nth-child(4){
        bottom: 110px;
        right: 132px;
    }
}
.worri_wrap .img{
    text-align: center;
    padding-top: 120px;
}
.rsn_wrap{
    background: #F5F7FA;
    padding: 80px 0;
}
.rsn_ttl {
    margin-bottom: 40px;
}
.rsn_ttl .mds {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
    color: #3B499F;
    margin-bottom: 20px;
}
.rsn_ttl .mds span {
    position: relative;
    padding: 0 2em;
}
.rsn_ttl .mds span:before,
.rsn_ttl .mds span:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 18px;
    background: #3B499F;
}
.rsn_ttl .mds span:before {
    left: 0;
    transform:rotate(45deg);
}
.rsn_ttl .mds span:after {
    right: 0;
    transform:rotate(-45deg);
}
.rsn_ttl .ttl {
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .025em;
    text-align: center;
}
.rsn_cntls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rsn_cntfl {
    width: 300px;
    margin: 0 20px;
    margin-top: 40px;
}
@media (min-width: 896px) {
    .rsn_cntfl:nth-child(-n+3){
        margin-top: 0;
    }
}
.rsn_cntfl dl {
    background: #fff;
    border: 1px solid #3B499F;
    padding: 20px;
    padding-top: 120px;
}
.rsn_cntfl dt {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    color: #3B499F;
    margin-bottom: 16px;
    position: relative;
}
.rsn_cntfl dt:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.rsn_cntfl.n1 dt:before{
    background: url(../svg/ins_icn07_blu.svg)no-repeat center;
    background-size: 100% auto;
}
.rsn_cntfl.n2 dt:before{
    background: url(../svg/ins_icn14_blu.svg)no-repeat center;
    background-size: auto 100%;
}
.rsn_cntfl.n3 dt:before{
    background: url(../svg/ins_icn11_blu.svg)no-repeat center;
    background-size: auto 100%;
}
.rsn_cntfl.n4 dt:before{
    background: url(../svg/ins_icn08_blu.svg)no-repeat center;
    background-size: 100% auto;
}
.rsn_cntfl.n5 dt:before{
    background: url(../svg/ins_icn10_blu.svg)no-repeat center;
    background-size: auto 100%;
}
.rsn_cntfl dd {
    height: 86px;
}
.rsn_cntfl.n4 dd,
.rsn_cntfl.n5 dd {
    height: 120px;
}
.rsn_cntfl dd .come {
    color: #333;
    font-size: 10px;
    vertical-align: top;
}
.rsn_cntfl dd span {
    color: #e70505;
}
.rsn_cntfl .add{
    font-size: 12px;
    text-align: left;
    margin-top: .4em;
}
.lst_wrap{
    background: #E9F3F2;
    padding: 80px 0;
}
.lst_ttl{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 40px;
    color: #006C60;
    letter-spacing : .025em;
    text-align: center;
    font-weight: 500;
}
.lst_cnt{
    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;
    margin-bottom: 40px;
}
.lst_cnt li{
    width: 250px;
}
.lst_cnt .box{
    background: #fff;
    border: 1px solid #006C60;
    text-align: center;
    color: #006C60;
}
.lst_cnt .box dt{
    font-size: 20px;
    line-height: 1;
    letter-spacing: .05em;
    font-weight: 700;
    padding: 14px 0;
    border-bottom: 1px solid #006C60;
}
.lst_cnt .box dd{
    padding-bottom: 18px;
}
.lst_cnt .box .img{
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 16px;
}
.lst_cnt .box .add{
    font-size: 12px;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
    margin-bottom: 10px;
}
.lst_cnt .box .disc{
    font-size: 14px;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
}
.lst_cnt .box .disc span{
    font-size: 30px;
    vertical-align: top;
}
.group_btn{
    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;
}
.net_wrap{
    padding: 70px 0 40px;
}
.net_in{
    border: 1px solid #006C60;
    padding: 45px 60px;
}
.net_ttl{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    color: #006C60;
    letter-spacing: .025em;
    text-align: center;
    font-weight: 500;
}
.net_txt{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
}
.net_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-left: -26px;
}
.net_lst li {
    margin-left: 26px;
    margin-left: 2.66%;
    margin-top: 50px;
}
.net_lst li a {
    display: block;
}
.net_lst li .txt {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 16px;
    color: #006C60;
    letter-spacing: .025em;
}
.net_lst li .txt span {
    font-size: 16px;
}
.last_txt{
    padding-bottom: 54px;
}
.last_txt ul li{
    position: relative;
    padding-left: 3em;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.last_txt ul li:last-child{
    margin-bottom: 0;
}
.last_txt ul li span{
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 896px) {
    .net_lst li a:hover{
        opacity: .8;
    }
}

/*modal-window*/
.modal-open{
    color: #006C60;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    z-index: 999999;
}
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1100px;
    width: 90%;
    z-index: 999999;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    background-color: #006C60;
    border-radius: 20px;
    cursor: pointer;
}
.modalClose_in {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}
.modalClose_in:before,
.modalClose_in:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 9999999;
    background-color: #fff;
    width: 3px;
    height: 22px;
}
.modalClose_in:before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.modalClose_in:after {
    transform: translate(-50%,-50%) rotate(45deg);
}
.modal_content{
    background: #fff;
    text-align: left;
    padding: 30px;
    top: 50%;
    left: 50%;
    max-height: 380px;
    overflow-y: scroll;
}
.modalCnt_wrap{
    margin:0 0 30px;
}
.modalCnt_wrap:last-of-type {
    margin: 0;
}
.modalCnt-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #006C60;
    margin: 0 0 15px;
    line-height: 1;
}
.modalCnt_txt .req dt {
    flex-shrink: 0;
    font-weight: bold;
}
.modalCnt_txt .req .sbj {
    padding-left: 1em;
}
@media (min-width: 896px) {
    @media (max-width: 1350px) {
        .mv_txt .mds {
            width: auto;
        }
        .mv_txt .mds span {
            font-size: 18px;
        }
        .mv_txt .lst li {
            font-size: 15px;
        }
        .car_btn {
            width: 300px;
        }
        .worri_wrap .lst li:nth-child(1) {
            left: 124px;
        }
        .worri_wrap .lst li:nth-child(2) {
            right: 148px;
        }
        .worri_wrap .lst li:nth-child(3) {
            left: 94px;
        }
        .worri_wrap .lst li:nth-child(4) {
            right: 82px;
        }
        .rsn_cntfl {
            width: 290px;
        }
        .group-btn {
            width: 480px;
        }
        .group-btn a {
            padding-left: 190px;
        }
        .mv_txt .ttl {
            font-size: 48px;
        }
        .mv_txt .mds span {
            font-size: 17px;
        }
    }
    /*modal-window*/
    .modalCnt_txt .req dl {
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
    }
}
@media (max-width: 896px) {
    .mv_in {
        height: auto;
        display: block;
        position: relative;
    }
    .mv_txt{
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(255, 255, 255, .9);
        width: 56%;
        min-width: 210px;
        padding: 10px;
        border-radius: 5px;
        z-index: 6;
    }
    .mv_txt .ttl{
        font-size: 22px;
        font-size: 1.6em;
        line-height: 1.4;
        padding-left: 48px;
        margin-bottom: 5px;
    }
    .mv_txt .ttl:before {
        width: 44px;
        height: 21px;
    }
    .mv_txt .box{
        padding-top: 0;
    }
    .mv_txt .mds{
        width: 100%;
        height: 50px;
        padding: 0;
        border-radius: 4px;
        margin-bottom: 10px;
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .mv_txt .mds:before {
        margin-left: -6px;
        border: 6px solid transparent;
        border-top: 6px solid #3B499F;
    }
    .mv_txt .mds span {
        font-size: 11px;
        font-size: .8em;
    }
    .mv_txt .lst {
        display: block;
    }
    .mv_txt .lst li{
        width: 100%;
        font-size: 14px;
        font-size: 1em;
        padding-left: 20px;
        margin-top: 12px;
    }
    .mv_txt .lst li:before {
        width: 14px;
        height: 14px;
    }
    .mv_img {
        text-align: center;
    }
    .mv_img img {
        width: 100%;
        height: auto;
    }
    .cv_wrap{
        padding: 30px 15px;
    }
    .cv_wrap .ttl{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .cv_wrap .lst{
        display: block;
    }
    .cv_wrap .lst li{
        margin: 0 0 14px;
    }
    .cv_wrap .lst li:last-child{
        margin: 0;
    }
    .car_btn{
        width: 100%;
    }
    .car_btn a{
        height: 60px;
    }
    .car_btn a:before {
        right: 15px;
    }
    .car_btn .txt{
        font-size: 16px;
    }
    .car_btn.ver2{
        width: 100%;
    }
    .car_btn.ver2 a{
        height: 60px;
    }
    .car_btn.ver2 .txt{
        font-size: 16px;
    }
    .car_btn.ver2 .txt span{
        font-size: 12px;
    }
    .cv_wrap .lst li .add {
        font-size: 10px;
        margin-top: .8em;
        letter-spacing: -0.01em;
    }
    .dtl_in {
        padding: 30px 15px;
    }
    .dtl_mds {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .dtl_ttl {
        font-size: 30px;
    }
    .dtl_img {
        padding-top: 20px;
    }
    .dtl_img img {
        width: 100%;
        height: auto;
        max-width: 345px;
    }
    .dtl_wrap .btnlst {
        padding-top: 20px;
    }
    .dtl-lst{
        padding: 20px 0 0 0;
    }
    .worri_wrap{
        padding: 30px 15px 0;
    }
    .worri_in{
        background: none;
    }
    .worri_wrap .ttl{
        font-size: 20px;
    }
    .worri_wrap .lst{
        padding: 20px 0 0 0;
        border-bottom: 1px solid #BCBCBC;
    }
    .worri_wrap .lst li{
        font-size: 16px;
        text-align: left;
        border-top: 1px solid #BCBCBC;
        padding: 10px 0;
        padding-left: 2em;
        position: relative;
    }
    .worri_wrap .lst li:before {
        content: '';
        display: block;
        width: 16px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 16px;
        border-left: 2px solid #3B499F;
        border-bottom: 2px solid #3B499F;
        transform: rotate(-45deg);
    }
    .worri_wrap .img{
        padding-top: 20px;
    }
    .worri_wrap .img img {
        width: 100%;
        height: auto;
        max-width: 129px;
    }
    .rsn_wrap{
        padding: 30px 15px;
    }
    .rsn_ttl {
        margin-bottom: 20px;
    }
    .rsn_ttl .mds {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rsn_ttl .mds span {
        padding: 0 1.6em;
    }
    .rsn_ttl .mds span:before,
    .rsn_ttl .mds span:after {
        width: 20px;
        top: 12px;
    }
    .rsn_ttl .ttl {
        font-size: 20px;
    }
    .rsn_cntfl {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .rsn_cntfl:first-child{
        margin-top: 0;
    }
    .rsn_cntfl dl {
        padding: 15px;
        padding-top: 100px;
    }
    .rsn_cntfl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rsn_cntfl dt:before {
        top: -80px;
    }
    .rsn_cntfl dd {
        height: auto;
    }
    .rsn_cntfl.n4 dd,
    .rsn_cntfl.n5 dd {
        height: auto;
    }
    .lst_wrap{
        padding: 30px 15px;
    }
    .lst_ttl{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 18px;
        letter-spacing : 0;
    }
    .lst_cnt{
        margin-bottom: 25px;
    }
    .lst_cnt li{
        width: 49%;
        margin-top: 20px;
    }
    .lst_cnt li:nth-child(-n+2){
        margin-top: 0;
    }
    .lst_cnt .box dt{
        font-size: 15px;
        letter-spacing: 0;
        padding: 9px 0;
    }
    .lst_cnt .box dd{
        padding-bottom: 14px;
    }
    .lst_cnt .box .img{
        height: 42px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .lst_cnt .box .add{
        font-size: 12px;
        line-height: 1;
        letter-spacing: .025em;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .lst_cnt .box .disc{
        font-size: 12px;
    }
    .lst_cnt .box .disc span{
        font-size: 20px;
    }
    .group_btn li:last-child {
        margin-bottom: 0;
    }
    .net_wrap{
        padding: 24px 15px 20px;
    }
    .net_in{
        padding: 24px 15px 30px;
    }
    .net_ttl{
        font-size: 18px;
        margin-bottom: 14px;
        letter-spacing: 0;
    }
    .net_txt{
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .last_txt{
        padding: 0 15px;
        padding-bottom: 38px;
    }
    .last_txt ul li{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    .group_btn li {
        width: 49%;
    }
    .group-btn .tx span {
        font-size: 1rem;
    }
    /*modal-window*/
    .modal-open{
        cursor: pointer;
    }
    .modal-container{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,0,0,50%);
        padding: 0;
        overflow: auto;
        display: none;
        box-sizing: border-box;
        z-index: 999999;
    }
    .modal-container:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 1100px;
        width: 85%;
        height: auto;
        max-height: 70vh;
    }
    .modal-close {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        font-size: 40px;
        color: #fff;
        background-color: #006C60;
        border-radius: 20px;
        cursor: pointer;
    }
    .modalClose_in {
        position: relative;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
    }
    .modalClose_in:before,
    .modalClose_in:after {
        z-index: 9999999;
        width: 2px;
        height: 18px;
    }
    .modal_content{
        background: #fff;
        text-align: left;
        padding: 25px 20px;
        top: 50%;
        left: 50%;
        max-height: 60vh;
        height: auto;
        overflow-y: scroll;
    }
    .modalCnt_wrap{
        margin:0 0 30px;
    }
    .modalCnt_wrap:last-of-type {
        margin: 0;
    }
    .modalCnt-ttl {
        font-size: 16px;
        margin: 0 0 15px;
    }
}
@media (max-width: 650px) {
    .group_btn li {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .net_lst {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }
    .net_lst li {
        margin: 25px 0 0;
    }
    .net_lst li:nth-child(-n+2) {
        margin: 0;
    }
    .net_lst li .txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
    }
    .net_lst li .txt span {
        font-size: 12px;
    }
}
@media (max-width: 374px) {
    .mv_txt{
        left: 10px;
        min-width: 206px;
    }
    .net_lst li {
        width: 49%;
    }
    .net_lst li .img img,
    .net_lst li .img source{
        max-width: 145px;
        width: 100%;
        height: auto;
    }
    .lst_cnt .box dt {
        font-size: 13px;
    }
    .lst_cnt .box .disc span {
        font-size: 18px;
    }
    .cv_wrap .lst li .add.ver2 {
        text-align: left;
        line-height: 1.3;
    }
}
@media screen and (min-width: 600px) and (max-width:896px) {
    .mv_img {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 280px;
    }
    .mv_img img,
    .mv_img source {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        z-index: 5;
    }
    .mv_txt .lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mv_txt .lst li {
        width: 50%;
    }
}