@charset "UTF-8";

/* fadeIn */
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: .8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}


/* ====================
m7
==================== */
.m7 {
    padding: 0 2.6%;
}

.section__topic {
    color: #223148;
    font-family: Roboto;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 40px;
}

.section__topic img {
    width: 30px;
    margin-right: 5px;
}

.plan__tittle {
    color: #223148;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 30px;
}

.plan__content img {
    display: block;
    margin: 30px auto 0;
    width: 93.3vw;
}

.plan__txt1 {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
}

.plan__time, .plan__price {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
}

.plan__time__box, .plan__price__box {
    padding: 3px 10px;
    background-color: #F4F3F3;
    margin-right: 10px;
}

.plan__txt2 {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
}

.plan__txt2__mini {
    font-family:  "Noto Serif JP";
    font-size: 1.4rem;
    line-height: 25px;
    margin-top: 20px;
}

.plan__txt3 {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
}

.plan__btn {
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.5rem;
    line-height: 30px;
    padding: 15px 24px;
    background: #2F486B;
    border-radius: 10px;
    position: relative;
    width: 93vw;
    margin: 30px auto 0;
    text-align: left;
}

.plan__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 20px;
    background-color: #FFF;
}

.plan__btn::after {
    content: '→';
    position: absolute;
    right: 31px;
    top: 16px;
    font-family: Roboto;
    font-size: 1.6rem;
    color: #2F486B;
}

.plan__btn20 {
    margin-top: 20px;
}

.plan__subTittle1, .plan__subTittle2  {
    color: #223148;
    font-family: Roboto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
}

.plan__subTittle1 {
    margin-top: 30px;
}

.plan__subTittle2 {
    margin-top: 50px;
}

/* m7 pc ボタンサイズ変更用 */
@media screen and (min-width: 500px) {
    .plan__btn {
        max-width: 500px;
        margin: 30px 0 0;
        text-align: left;
    }
}

/* m7 pc */
@media screen and (min-width: 769px) {
    .section__topic {
        font-size: 3rem;
        margin-top: 70px;
        display: flex;
        align-items: center;
    }

    .m7 {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 30px;
    }

    .section__topic img {
        width: 50px;
        margin-right: 20px;
    }

    .plan__tittle {
        font-size: 2.8rem;
        margin-top: 50px;
    }

    .plan__content {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .plan__content img {
        width: 46.6%;
        margin: 0 50px 0 0;
    }

    .plan__txt1 {
        margin: 0;
    }

    .plan__txt2, .plan__txt3 {
        margin-top: 40px;
    }

    .plan__time {
        margin-top: 50px;
    }

    .plan__price {
        margin-top: 10px;
    }

    .plan__txt2__mini {
        font-size: 1.5rem;
        margin-top: 50px;
    }

    .plan__btn {
        font-size: 2rem;
        line-height: 30px;
        padding: 25px 43px;
        position: relative;
        width: 550px;
        margin: 30px 0 0;
        text-align: left;
    }
    
    .plan__btn::before {
        content: '';
        right: 20px;
        width: 40px;
        height: 40px;
    }
    
    .plan__btn::after {
        content: '→';
        position: absolute;
        right: 27px;
        top: 26px;
        font-size: 2.5rem;
    }

    .plan__subTittle1, .plan__subTittle2 {
        font-size: 2.2rem;
    }

    .btn__content {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 50px;
        margin-top: 30px;
    }

    .plan__btn20 {
        margin-top: 0;
    }

}/* 769px pc */

/* ====================
leuk
==================== */
.leuk {
    padding: 0 2.6% 50px;
}

.section__topic__mini {
    font-size: 1.2rem;
}

/* leuk pc */
@media screen and (min-width: 769px) {
    .leuk {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 30px 70px;
    }

    .section__topic__mini {
        font-size: 2rem;
        margin-top: 7px;
        margin-left: 8px;
    }

} /* 769px pc */ 
