@charset "UTF-8";
.lst_wrap{
    background: #E9F3F2;
    padding: 48px 0 74px;
    margin-bottom: 70px;
}
.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;
    height: 100%;
}
.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;
}
.lst_cnt .box .add_term {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1;
}
.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: 0 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;
}
.max-374 {
    display: none;
}
.qrcnt_in {
    margin-left: 26px;
}
.net_lst .qrcnt .qrcnt_in .txt {
    margin-top: 0;
}
@media (min-width: 896px) {
    .net_lst li a:hover{
        opacity: .8;
    }
    .net_lst .qrcnt {
        width: 50%;
        margin-left: 0;
    }
    .net_lst .qrbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .qrbox .qr {
        padding-left: 20px;
    }
    .net_lst .add {
        position: relative;
        padding-left: 3em;
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .net_lst .add span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .net_lst .qrcnt .txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
    }
    .qrcnt_warp {
        display: flex;
    }
    .net_lst .qrcnt.is-ver2 {
        width: 100%;
        margin-left: 26px;
    }
    .net_lst li.emp {
        width: 200px;
    }
}
@media (min-width: 896px) {
    @media (max-width: 1350px) {
        .group-btn {
            width: 480px;
        }
        .group-btn a {
            padding-left: 190px;
        }
    }
}
@media (max-width: 896px) {
    .lst_wrap{
        padding: 25px 15px 35px;
    }
    .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 .add.ver2 {
        line-height: 1.5;
        margin: -3px 0 7px;
    }
    .lst_cnt .box .disc{
        font-size: 12px;
    }
    .lst_cnt .box .disc span{
        font-size: 20px;
    }
    .group_btn li {
        width: 100%;
        margin-bottom: 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;
    }
    .net_lst {
        margin: 0;
        gap: 20px 0;
    }
    .net_lst li {
        margin: 0;
        width: calc(50% - 10px);
        text-align: center;
    }
}
@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: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) {
    .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;
    }
    .max-374 {
        display: block;
    }
}
