.section-class_info {
    background-color: #CEEAE5;
    padding-bottom: 15px;
    max-width: 1920px;
    margin: auto;
    @media (max-width: 768px) {
        min-height: 450px;
    }
}

.section-class_info_pc__header--img {
    display: none;
}

.section-class_info__subject {
    background-color: #38BAA7;
    margin: 11px 4%;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
}

@media (min-width:768px) {
    .section-class_info__subject {
        width: 600px;
    }
}

@media (min-width:1000px) {
    .section-class_info__subject {
        width: 648px;
    }
}

@media (min-width:1440px) {
    .section-class_info__subject {
        width: 45vw;
        max-width: 864px;
    }
}

.section-class_info__subject:nth-of-type(1) {
    background-color: #F2B51C;
}

.section-class_info__subject:nth-of-type(2) {
    background-color: #3E9EDD;
}

.section-class_info__subject:nth-of-type(3) {
    background-color: #F07EB1;
}

.section-class_info__subject:nth-of-type(4) {
    background-color: #9C7EF0;
}

.section-class_info__subject:nth-of-type(5) {
    background-color: #76CC52;
}

.section-class_info__subject:nth-of-type(6) {
    background-color: #6D6C7A;
}

.c_margin_english {
    margin-top: 8vw;
}

.c_margin_etc {
    margin-bottom: 4vw;
}

.section-class_info__subject--title {
    color: white;
    padding: 3vw;
    position: relative;
    font-size: 4vw;
    font-weight: 500;
}

.section-class_info__level {
    /* background-color: #E8F9F6; */
    border-radius: 0vw 0vw 3vw 3vw;
}

.section-class_info__level.english {
    background-color: #FFFBF1;
}
.section-class_info__level.math {
    background-color: #EBF3F9;
}
.section-class_info__level.japanese {
    background-color: #FFF3F8;
}
.section-class_info__level.science {
    background-color: #F1EBFF;
}
.section-class_info__level.social-studies {
    background-color: #F3FFEE;
}
.section-class_info__level.etc {
    background-color: #F2F2F2;
}

.section-class_info__level__title {
    /* color: #2E948C; */
    padding: 14px 16px;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

.section-class_info__level__title.english {
    color: #F2B51C;
}
.section-class_info__level__title.math {
    color: #3E9EDD;
}
.section-class_info__level__title.japanese {
    color: #F07EB1;
}
.section-class_info__level__title.science {
    color: #9C7EF0;
}
.section-class_info__level__title.social-studies {
    color: #76CC52;
}
.section-class_info__level__title.etc {
    color: #6D6C7A;
}

.section-class_info__content--wrapper {
    padding-bottom: 3vw;
}

.c_border.english {
    border-top: 1.5px solid #F2B51C;
}
.c_border.math {
    border-top: 1.5px solid #3E9EDD;
}
.c_border.japanese {
    border-top: 1.5px solid #F07EB1;
}
.c_border.science {
    border-top: 1.5px solid #9C7EF0;
}
.c_border.social-studies {
    border-top: 1.5px solid #76CC52;
}
.c_border.etc {
    border-top: 1.5px solid #6D6C7A;
}

@media (min-width: 768px) {
    .c_border.english {
        border-top: 2.5px solid #F2B51C;
    }
    .c_border.math {
        border-top: 2.5px solid #3E9EDD;
    }
    .c_border.japanese {
        border-top: 2.5px solid #F07EB1;
    }
    .c_border.science {
        border-top: 2.5px solid #9C7EF0;
    }
    .c_border.social-studies {
        border-top: 2.5px solid #76CC52;
    }
    .c_border.etc {
        border-top: 2.5px solid #6D6C7A;
    }
}

.section-class_info__content--wrapper__individual {
    margin-bottom: 3vw;
}

.section-class_info__content {
    margin: 0 5vw;
    /* background-color: #0DA793;
    border: 0.5vw solid #0DA793; */
    border-radius: 8px;
}

.section-class_info__content.english {
    background-color: #F2B51C;
    border: 1.6px solid #F2B51C;
}
.section-class_info__content.math {
    background-color: #3E9EDD;
    border: 1.6px solid #3E9EDD;
}
.section-class_info__content.japanese {
    background-color: #F07EB1;
    border: 1.6px solid #F07EB1;
}
.section-class_info__content.science {
    background-color: #9C7EF0;
    border: 1.6px solid #9C7EF0;
}
.section-class_info__content.social-studies {
    background-color: #76CC52;
    border: 1.6px solid #76CC52;
}
.section-class_info__content.etc {
    background-color: #6D6C7A;
    border: 1.6px solid #6D6C7A;
}

@media (min-width: 768px) {
    .section-class_info__content.english {
        background-color: #F2B51C;
        border: 2.5px solid #F2B51C;
    }
    .section-class_info__content.math {
        background-color: #3E9EDD;
        border: 2.5px solid #3E9EDD;
    }
    .section-class_info__content.japanese {
        background-color: #F07EB1;
        border: 2.5px solid #F07EB1;
    }
    .section-class_info__content.science {
        background-color: #9C7EF0;
        border: 2.5px solid #9C7EF0;
    }
    .section-class_info__content.social-studies {
        background-color: #76CC52;
        border: 2.5px solid #76CC52;
    }
    .section-class_info__content.etc {
        background-color: #6D6C7A;
        border: 2.5px solid #6D6C7A;
    }
}

.section-class_info__content--title {
    color: white;
    padding: 2.5vw;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.2;
}

.section-class_info__content--body {
    background-color: white;
    border-radius: 2vw;
}

.section-class_info__content--body__upper {
    background-color: white;
    display: flex;
    padding-bottom: 20px;
    border-radius: 0px 0vw 1.3vw 1.3vw;
}

.section-class_info__content--body__upper--left__title {
    /* color: #188C83; */
    font-size: 3.6vw;
    font-weight: 600;
    padding: 4vw 0 1.2vw 0;
    margin-left: 2.2vw;
    margin-right: 2vw;
    /* border-bottom: 0.4vw dashed #188C83; */
}

.section-class_info__content--body__upper--left__title.english {
    color: #F2B51C;
    border-bottom: 1.5px dashed #F2B51C;
}
.section-class_info__content--body__upper--left__title.math {
    color: #3E9EDD;
    border-bottom: 1.5px dashed #3E9EDD;
}
.section-class_info__content--body__upper--left__title.japanese {
    color: #F07EB1;
    border-bottom: 1.5px dashed #F07EB1;
}
.section-class_info__content--body__upper--left__title.science {
    color: #9C7EF0;
    border-bottom: 1.5px dashed #9C7EF0;
}
.section-class_info__content--body__upper--left__title.social-studies {
    color: #76CC52;
    border-bottom: 1.5px dashed #76CC52;
}
.section-class_info__content--body__upper--left__title.etc {
    color: #6D6C7A;
    border-bottom: 1.5px dashed #6D6C7A;
}

.section-class_info__content--body__upper--left {
    flex-grow: 2;
}

.section-class_info__content--body__upper--left__list {
    color: black;
    padding: 1vw 2vw 2vw 3vw;
}

.class_info_green.english {
    color: #F2B51C;
}
.class_info_green.math {
    color: #3E9EDD;
}
.class_info_green.japanese {
    color: #F07EB1;
}
.class_info_green.science {
    color: #9C7EF0;
}
.class_info_green.social-studies {
    color: #76CC52;
}
.class_info_green.etc {
    color: #6D6C7A;
}


.section-class_info__content--body__upper--img {
    width: 100px;
    height: auto;
    margin: 13px 7px auto auto;
}

.section-class_info__content--body__lower {
    background-color: white;
    border-radius: 6px;
}

.section-class_info__content--body__lower--title {
    /* color: #188C83; */
    font-size: 3.6vw;
    font-weight: 600;
    padding: 4vw 0vw 1.2vw 0vw;
    margin-left: 2.2vw;
    margin-right: 2.2vw;
    /* border-bottom: 0.4vw dashed #188C83; */
}

.section-class_info__content--body__lower--title.english {
    color: #F2B51C;
    border-bottom: 1.5px dashed #F2B51C;
}
.section-class_info__content--body__lower--title.math {
    color: #3E9EDD;
    border-bottom: 1.5px dashed #3E9EDD;
}
.section-class_info__content--body__lower--title.japanese {
    color: #F07EB1;
    border-bottom: 1.5px dashed #F07EB1;
}
.section-class_info__content--body__lower--title.science {
    color: #9C7EF0;
    border-bottom: 1.5px dashed #9C7EF0;
}
.section-class_info__content--body__lower--title.social-studies {
    color: #76CC52;
    border-bottom: 1.5px dashed #76CC52;
}
.section-class_info__content--body__lower--title.etc {
    color: #6D6C7A;
    border-bottom: 1.5px dashed #6D6C7A;
}

@media (min-width: 768px) {
    .section-class_info__content--body__lower--title.english {
        color: #F2B51C;
        border-bottom: 2.5px dashed #F2B51C;
    }
    .section-class_info__content--body__lower--title.math {
        color: #3E9EDD;
        border-bottom: 2.5px dashed #3E9EDD;
    }
    .section-class_info__content--body__lower--title.japanese {
        color: #F07EB1;
        border-bottom: 2.5px dashed #F07EB1;
    }
    .section-class_info__content--body__lower--title.science {
        color: #9C7EF0;
        border-bottom: 2.5px dashed #9C7EF0;
    }
    .section-class_info__content--body__lower--title.social-studies {
        color: #76CC52;
        border-bottom: 2.5px dashed #76CC52;
    }
    .section-class_info__content--body__lower--title.etc {
        color: #6D6C7A;
        border-bottom: 2.5px dashed #6D6C7A;
    }
}

.section-class_info__content--body__lower--content {
    font-size: 1rem;
    font-weight: 400;
    padding: 1.2vw 2.5vw 3vw 2.5vw;
}

.for_margin {
    display: block;
    clear: left;
    width: 4vw;
    height: 4vw;
}

/*---------------------
    js用
---------------------*/
.c_hide {
    display: none;
}

.section-class_info__subject--title::before,
.section-class_info__subject--title::after {
    position: absolute;
    top: 50%;
    translate: 0% -50%;
    right: 20px;
    content: '';
    display: inline-block;
    width: 1.5px;
    height: 12px;
    background-color: white;
    transition: all .5s ease;
}
.section-class_info__subject--title::after{    
    transform: rotate(90deg);
}
.section-class_info__subject--title.c_move::before{ /*　c_moveというクラスがついたら形状変化　*/
    transform: rotate(90deg);
}

.section-class_info__level__title::after {
    position: absolute;
    right: 3.5vw;
    content: "〉";
    /* color: #0DA793; */
    transition: all .5s ease;
    transform: rotate(90deg);
    transform-origin: 20% center;
}

.section-class_info__level__title.english::after {
    color: #F2B51C;
}
.section-class_info__level__title.math::after {
    color: #3E9EDD;
}
.section-class_info__level__title.japanese::after {
    color: #F07EB1;
}
.section-class_info__level__title.science::after {
    color: #9C7EF0;
}
.section-class_info__level__title.social-studies::after {
    color: #76CC52;
}
.section-class_info__level__title.etc::after {
    color: #6D6C7A;
}

.section-class_info__level__title.c_move::after { /*　c_moveというクラスがついたら形状変化　*/
    transform: rotate(270deg);
}

@media (max-width: 767px) {
    .section-class_info__content--body__upper--left__list--left li {
        font-size: 1.1rem !important;
    }
    .section-class_info__content--body__upper--left__list--right li {
        font-size: 1.1rem !important;
    }
}

@media (min-width: 768px) {
    .section-class_info__header {
        display: flex;
        justify-content: center;
    }

    .section-class_info_pc__header--img {
        display: block;
        width: 100%;
    }

    .section-class_info_sp__header--img {
        display: none;
    }

    .section-class_info__subject {
        margin: 14px auto;
        border-radius: 17px;
    }

    .section-class_info__subject--title {
        padding: 14px 23px;
        font-size: 2rem;
        font-weight: 500;
    }

    .section-class_info__level {
        border-radius: 0vw 0vw 17px 17px;
    }

    .section-class_info__level__title {
        padding: 12px 18px;
        font-size: 1.7rem;
        font-weight: 600;
    }

    .c_border {
        border-top: 0.1vw solid #0DA793;
    }

    .section-class_info__content {
        margin: 0 2vw;
        border: 0.2vw solid #0DA793;
        border-radius: 14px;
    }

    .section-class_info__content--wrapper {
        padding-bottom: 0.5vw;
    }

    .section-class_info__content--title {
        padding: 10px 15px;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .section-class_info__content--body__upper {
        border-radius: 0px 0vw 0.9vw 0.9vw;
    }

    .section-class_info__content--body__upper--left__title {
        font-size: 1.6rem;
        font-weight: 600;
        padding: 13px 0px;
        margin-left: 20px;
    }

    .section-class_info__content--body__upper--img {
        width: 120px;
        height: auto;
        margin: 1.2vw 2vw auto auto;
    }

    .section-class_info__content--body__upper--left__list {
        padding: 10px 0px;
        margin-left: 20px;
        display: flex;
    }

    .section-class_info__content--body__upper--left__list li {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .section-class_info__content--body__upper--left__list--left {
        /*width: 70%;*/
        padding-right: 3%;
        flex-grow: 1;
    }

    .section-class_info__content--body__upper--left__list--right {
        max-width: 50%;
        padding-right: 2%;
        flex-grow: 1;
    }

    .section-class_info__content--body__lower--title {
        font-size: 2rem;
        font-weight: 600;
        padding: 13px 0px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .section-class_info__content--body__lower {
        border-radius: 12px;
    }

    .section-class_info__content--body__lower--content {
        font-size: 1.6rem;
        padding: 15px 22px 21px 22px;
    }

    .section-class_info__subject--title::before, .section-class_info__subject--title::after {
        right: 25px;
        width: 2px;
        height: 12px;
    }

    .section-class_info__level__title::after {
        right: 1.5vw;
    }

    .c_margin_english {
        margin-top: 3vw;
    }

    .c_margin_etc {
        margin-bottom: 5vw;
    }
    .section-class_info__content--body__upper--left__title.english {
        color: #F2B51C;
        border-bottom: 2.5px dashed #F2B51C;
    }
    .section-class_info__content--body__upper--left__title.math {
        color: #3E9EDD;
        border-bottom: 2.5px dashed #3E9EDD;
    }
    .section-class_info__content--body__upper--left__title.japanese {
        color: #F07EB1;
        border-bottom: 2.5px dashed #F07EB1;
    }
    .section-class_info__content--body__upper--left__title.science {
        color: #9C7EF0;
        border-bottom: 2.5px dashed #9C7EF0;
    }
    .section-class_info__content--body__upper--left__title.social-studies {
        color: #76CC52;
        border-bottom: 2.5px dashed #76CC52;
    }
    .section-class_info__content--body__upper--left__title.etc {
        color: #6D6C7A;
        border-bottom: 2.5px dashed #6D6C7A;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .section-class_info__subject--title {
        padding: 1.7vw;
        font-size: 1.6rem;
        font-weight: 500;
    }

    .section-class_info__content--body__upper--left__title {
        padding: 1.6vw 16vw 0.7vw 0vw;
    }

    .section-class_info__content--body__upper--left__list--left {
        width: 100%;
    }

    .section-class_info__content--body__upper--left__list--right {
        width: 100%;
    }

    
}

@media (min-width: 1440px) {
    .section-class_info__level__title {
        padding: 16px 21px;
        font-size: 2.1rem;
        font-weight: 600;
    }
    .section-class_info__content--title {
        padding: 20px 25px;
        font-size: 2.1rem;
        font-weight: 500;
    }
    .section-class_info__content--body__upper--left__title {
        font-size: 2rem;
        font-weight: 600;
        padding: 13px 0px;
        margin-left: 20px;
    }
    .section-class_info__content--body__upper--img {
        width: 150px;
        height: auto;
    }
    .section-class_info__subject {
        margin: 20px auto;
    }
    .section-class_info__subject--title::before, .section-class_info__subject--title::after {
        right: 33px;
        width: 3px;
        height: 19px;
    }
    .c_margin_english {
        margin-top: 35px;
    }
}