@charset "UTF-8";
.anaSv_wrap {
    padding: 80px 0;
}
.anaSv_ttl {
    font-size: 26px;
    color: #006C60;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 500;
}
.anaSv_ttl span {
    font-size: 34px;
    font-weight: 700;
}
.anaSv_lst {
    padding-top: 30px;
    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: 50px;
}
.anaSv_lst li {
    width: 500px;
    border: 1px solid #006C60;
    padding: 27px 0;
    box-sizing: border-box;
    position: relative;
}
.anaSv_lst .box dt {
    font-size: 22px;
    color: #006C60;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 600;
    margin-bottom: 18px;
}
.anaSv_lst .box dd {
    font-size: 18px;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 500;
}
.anaSv_lst .box dd .img {
    text-align: center;
}
.anaSv_lst .box dd .txt {
    padding-top: 20px;
}
.anaSv_box {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.anaSv_box .box {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding-right: 48px;
}
.anaSv_box .box .txt {
    font-size: 18px;
    margin-bottom: 20px;
}
.anaSv_box .box .lst li {
    font-size: 18px;
    line-height: 1;
    color: #006C60;
    font-weight: 600;
    padding-left: 2em;
    margin-bottom: 18px;
    position: relative;
}
.anaSv_box .box .lst li:last-child {
    margin-bottom: 0;
}
.anaSv_box .box .lst li:before {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    top: -1px;
    border-left: 4px solid #006C60;
    border-bottom: 4px solid #006C60;
    transform: rotate(-45deg);
}
.anaSt_wrap {
    background: #E9F3F2;
    padding: 80px 0;
}
.anaSt_ttl {
    font-size: 18px;
    color: #006C60;
    text-align: center;
    letter-spacing: .025em;
    font-weight: 500;
}
.anaSt_ttl span {
    font-size: 34px;
    font-weight: 700;
}
.anaSt_box {
    border: 1px solid #006C60;
    padding: 70px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 35px;
}
.anaSt_img {
    text-align: center;
    margin-bottom: 58px;
}
.anaSt_lst li {
    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: 58px;
}
.anaSt_lst li:last-child {
    margin-bottom: 0;
}
.anaSt_lst li .ttl {
    font-size: 22px;
    line-height: 1;
    color: #006C60;
    font-weight: 700;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 2.4em;
    position: relative;
}
.anaSt_lst li .ttl:before {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #006C60;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
}
.anaSt_lst li:nth-child(1) .ttl:before {
    content: 'A';
}
.anaSt_lst li:nth-child(2) .ttl:before {
    content: 'B';
}
.anaSt_lst li:nth-child(3) .ttl:before {
    content: 'C';
}
.anaSt_lst .box {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    box-sizing: border-box;
    padding-left: 45px;
}
.anaSt_lst .box dt {
    font-size: 20px;
    color: #006C60;
    font-weight: 700;
    margin-bottom: .6em;
}
.anaSt_lst .box dd {
    font-size: 18px;
    font-weight: 400;
}
.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;
}
.anaLs_wrap {
    padding: 80px 0;
}
.singleBtn_wrap {
    display: flex;
    justify-content: center;
}
@media (min-width: 896px) {
    .anaSv_lst li:first-child:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-left: 38px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-left: 24px solid #006C60;
    }
}
@media (max-width: 896px) {
    .anaSv_wrap {
        padding: 35px 15px;
    }
    .anaSv_ttl {
        font-size: 14px;
    }
    .anaSv_ttl span {
        font-size: 18px;
    }
    .anaSv_lst {
        padding: 0 15px;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .anaSv_lst li {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 56px;
    }
    .anaSv_lst li:last-child {
        margin-bottom: 0;
    }
    .anaSv_lst li:first-child:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        margin-top: 20px;
        border: 10px solid transparent;
        border-top: 18px solid #006C60;
    }
    .anaSv_lst .box dt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .anaSv_lst .box dd {
        font-size: 12px;
    }
    .anaSv_lst .box dd .img {
        text-align: center;
    }
    .anaSv_lst .box dd .img source,
    .anaSv_lst .box dd .img img {
        width: 100%;
        max-width: 160px;
        height: auto;
    }
    .anaSv_lst .box dd .txt {
        padding-top: 10px;
        line-height: 1.4;
    }
    .anaSv_box {
        margin-bottom: 30px;
    }
    .anaSv_box .img {
        width: 100%;
        text-align: center;
    }
    .anaSv_box .img source,
    .anaSv_box .img img {
        width: 100%;
        max-width: 315px;
        height: auto;
    }
    .anaSv_box .box {
        width: 100%;
        padding: 15px 15px 0;
    }
    .anaSv_box .box .txt {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .anaSv_box .box .lst li {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .anaSv_box .box .lst li:before {
        width: 14px;
        height: 8px;
        top: -1px;
        border-left: 2px solid #006C60;
        border-bottom: 2px solid #006C60;
    }
    .anaSt_wrap {
        padding: 35px 15px;
    }
    .anaSt_ttl {
        font-size: 12px;
    }
    .anaSt_ttl span {
        font-size: 18px;
    }
    .anaSt_box {
        padding: 25px 15px;
        margin-top: 15px;
    }
    .anaSt_img {
        text-align: center;
        margin-bottom: 30px;
    }
    .anaSt_img source,
    .anaSt_img img {
        width: 100%;
        max-width: 275px;
        height: auto;
    }
    .anaSt_lst li {
        margin-bottom: 30px;
    }
    .anaSt_lst li .ttl {
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 2em;
    }
    .anaSt_lst li .ttl:before {
        display: block;
        width: 22px;
        height: 22px;
        font-size: 12px;
        padding-top: 5px;
    }
    .anaSt_lst li .img {
        width: 100%;
    }
    .anaSt_lst li .img source,
    .anaSt_lst li .img img {
        width: 100%;
        max-width: 275px;
        height: auto;
    }
    .anaSt_lst .box {
        width: 100%;
        padding: 15px 0 0;
    }
    .anaSt_lst .box dt {
        font-size: 14px;
        margin-bottom: 0.4em;
    }
    .anaSt_lst .box dd {
        font-size: 12px;
    }
    .group_btn li {
        width: 100%;
        margin-bottom: 15px;
    }
    .group_btn li:last-child {
        margin-bottom: 0;
    }
    .anaLs_wrap {
        padding: 35px 15px;
    }
    .group-btn {
        width: 100%;
    }
}
@media screen and (min-width: 896px) and (max-width:1350px) {
    .anaSv_lst li {
        width: 460px;
    }
    .group-btn {
        width: 480px;
    }
    .group-btn a {
        padding-left: 190px;
    }
    .group-btn .tx span {
        font-size: 24px;
    }
}
@media screen and (min-width: 660px) and (max-width:896px) {
    .anaSv_lst li {
        width: 46%;
        margin-bottom: 0;
    }
    .group_btn li {
        width: 49%;
        margin-bottom: 15px;
    }
    .group-btn {
        width: 100%;
    }
    .anaSt_lst li .img {
        width: 275px;
    }
    .anaSt_lst .box {
        width: -webkit-calc(100% - 275px);
        width: calc(100% - 275px);
        padding-left: 20px;
    }
}
@media (max-width: 374px) {
    .anaSv_box .box {
        padding: 15px 0 0;
    }
}