@charset "utf-8";

.h3_about{
    font-size: 2rem;
    margin: 50px auto;
    line-height: 1.4;
}

.h3_about span{
    color: #004d40;
    font-size: 1rem;
}

.about-lead{
    justify-content: space-between;
    margin-bottom: 100px;
}

.about-lead .left{
    width: calc(100% / 2 - 5px);
}

.about-lead .right{
    width: calc(100% / 2 - 5px);
}

.point-wrap{
    background: #EEF5E8;
    padding: 100px 0;
}

.point-wrap h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.point-lead{
    text-align: center;
}

.point-box h4{
    text-align: center;
    margin: 80px auto 20px;
    font-size: 1.2rem;
}

.point-list{
    justify-content: space-between;
    align-items: stretch;
}

.point-item{
    width: calc(100% / 3 - 20px);
    text-align: center;
}

.point-txt{
    margin-top: 10px;
    font-weight: bold;
}

.merit{
    margin-top: 100px;
    margin-bottom: 50px;
}

.merit h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.merit h3 span{
    font-size: 1rem;
}

.merit_box{
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.merit_item{
    width: calc(100% / 3 - 20px);
    margin-bottom: 50px;
}

.price h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
}

.yagi_price{
    margin: 0 auto 50px;
}

.yagi_price .detail {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yagi_price .detail::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/price/yagi_price01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 5px;
}

.yagi_price .monthly {
    background: #fff;
    border: 5px solid #0F9934;
    border-radius: 10px;
    width: 48%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}

.yagi_price .monthly h4 {
    color: #004D40;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
}

.yagi_price .monthly .memo {
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto 10px;
    padding: 0 30px;
}

.yagi_price .monthly .memo__list {
    margin-left: 30px;
    padding: 0 30px;
}

.yagi_price .monthly .memo__list .item {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
}

.yagi_price .monthly .memo__list .item::before {
    position: absolute;
    content: url(../img/price/check_icon.svg);
    width: 20px;
    height: 20px;
    left: -25px;
    top: 2px;
}

.yagi_price .addition {
    border: none;
}

.yagi_price__item {
    font-weight: bold;
    border-bottom: 1px solid #EFF8F8;
}

.yagi_price__item:last-child {
    border-bottom: none;
}

.yagi_price__item .category {
    padding: 10px 0;
}

.yagi_price__item .category li {
    width: 50%;
    text-align: center;
}

.yagi_price .point{
    flex-wrap: nowrap;
    justify-content: space-between;
}

.yagi_price .point .point_item{
    width: calc(100% / 3 - 5px);
    background: #EEF5E8;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 15px;
    font-weight: bold;
    color: #004D40;
}

.yagi_price .point .point_item span{
    font-size: 1.2rem;
}

.yagi_price .price-memo{
    font-size: 0.8rem;
    margin-top: 10px;
    padding-left: 50px;
}

.yagi_price .price-memo .price-memo-item{
    position: relative;
    margin-bottom: 5px;
}

.yagi_price .price-memo .price-memo-item::before{
    position: absolute;
    content: "※";
    left: -15px;
}

.detail-price{
    text-align: center;
    margin-bottom: 80px;
}

.detail-price-link{
    padding: 15px 40px;
    background: #004D40;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}

.merit-h4{
    font-size: 1.2rem;
    /*text-align: center;*/
    color: #0F9934;
    margin: 10px auto;
}

.flow h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.flow{
    background: #EEF5E8;
    padding: 50px 0 70px;
    margin-bottom: 100px;
}

.flow_step{
    justify-content: space-between;
}

body{
    counter-reset: number 0;
}

.flow-item{
    position: relative;
    width: calc(100% / 3 - 10px);
    background: #fff;
    padding: 20px;
    border-radius: 0 20px 0 20px;
}

.flow-item::before{
    position: absolute;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 4rem;
    font-weight: bold;
    right: 20px;
    top: -50px;
    color: #0F9934;
    opacity: 0.5;
}

.flow-ti{
    font-size: 1.2rem;
    color: #0F9934;
    margin-bottom: 20px;
}

.review{
    margin-bottom: 100px;
}

.review h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.review_list{
    justify-content: space-between;
    align-items: stretch;
}

.review_list .review_item{
    width: calc(100% / 3 - 10px);
}

.review_list .review_img{
    border-radius: 0 20px 0 20px;
}

.review_ti{
    font-size: 1.1rem;
    color: #004D40;
    font-weight: bold;
    padding-top: 10px;
}

.detailed{
    background: #EEF5E8;
    padding: 80px 80px 60px;
    margin-bottom: 100px;
}

.detailed h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.detailed .detailed_list{
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.detailed .detailed_item{
    width: calc(100% / 2 - 10px);
    border-radius: 50px;
    border: 2px solid #004D40;
    background: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    color: #004D40;
}

.detailed .detailed_link{
    display: block;
    padding: 15px;
}

.faq_container .faq_list{
    border-top: 2px solid #0F9934;
    padding: 25px 25px 25px 100px;
}

.faq_container .faq_list:first-child{
    border-top: none;
}

.faq_container .faq_list .faq_question{
    margin-bottom: 20px;
    position: relative;
    color: #0F9934;
    font-size: 1.2rem;
}

.faq_container .faq_list .faq_question::before{
    position: absolute;
    content: "Q";
    font-size: 50px;
    left: -60px;
    top: -30px;
    color: #0F9934;
}

.faq h3{
    font-size: 1.6rem;
    color: #004D40;
    padding-bottom: 30px;
    text-align: center;
}

.flow_cv{
    text-align: center;
    margin: 50px 0 0;
    flex-wrap: wrap;
    justify-content: center;
}

.flow_cv .cv-btn{
    border: 2px solid #0F9934;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    color: #0F9934;
}

@media screen and (max-width: 640px) {

    .h3_about{
        margin: 50px 0 30px;
    }

    .h3_about span{
        display: block;
        line-height: 1.5;
    }

    .about-lead .left{
        width: 100%;
        margin-bottom: 20px;
    }

    .about-lead .right{
        width: 100%;
    }

    .point-box h4{
        margin-top: 50px;
    }

    .point-item{
        width: 100%;
    }

    .point-txt{
        margin-bottom: 30px;
        font-size: 1.1rem;
    }

    .merit_item{
        width: 100%;
        margin-bottom: 30px;
    }

    .yagi_price .point .point_item{
        width: 100%;
        margin-bottom: 10px;
    }

    .yagi_price .monthly {
        width: 100%;
    }

    .yagi_price .monthly .memo {
        margin-top: 40px;
    }

    .yagi_price .addition {
        margin-top: 30px;
    }

    .yagi_price .detail{
        margin-top: 50px;
    }

    .yagi_price .detail::after {
        bottom: -70px;
    }

    .flow-item{
        width: 100%;
        margin-bottom: 10px;
    }

    .review_list{
        flex-wrap: wrap;
    }

    .review_list .review_item{
        width: calc(100% / 2 - 10px);
        margin-bottom: 10px;
    }

    .faq_container .faq_list{
        padding: 0;
    }

    .faq_container .faq_list .faq_question{
        padding: 25px 25px 0 80px;
        font-size: 1.2rem;
    }

    .faq_container .faq_list .faq_question::before{
        left: 20px;
        top: 50%;
        margin-top: -40px;
    }

    .faq_container .faq_list .faq_answer{
        padding: 0 25px 25px;
    }

    .detailed{
        padding: 80px 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .detailed .detailed_item{
        width: calc(100% / 2 - 10px);
    }
}