body {
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/grade-3th/bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    body::before {
        background: url(../../images/grade-3th/bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.header_main {
    box-shadow: 0 0 10px 0 #b0a2d0;
}

.header_sub {
    border-bottom: 10px solid #5f2981;
    background: #7f90c8;
}

@media screen and (max-width: 768px) {
    .header_sub {
        border-bottom: 1.5vw solid #5f2981;
    }
}

.content_box {
    box-shadow: 0 0 10px 0 #b0a2d0;
}

.title {
    background-color: #efe6f3;
}

.title .lc-time {
    background-color: #ffffff;
}

.week-item {
    background-color: #7f90c8;
}

.date-box .date {
    color: #7f90c8;
}

.participate-button {
    background: linear-gradient(to bottom, #ffffff 40%, #efe6f3 100%);
    border: 2px solid #7f90c8;
}

.recorded-class-title-link {
    background-color: #5f2981;
    box-shadow: 0 3px 0 #2e014b;
}

.recorded-class-title-link:hover {
    box-shadow: 0 1px 0 #2e014b;
}

.recorded-class-item {
    background-color: #7f90c8;
}

@media screen and (max-width: 768px) {
    .test-content-title-sub {
        background-color: #efe6f3;
    }
}

.week-item.disabled .participate-button {
    background: #efe6f3;
}

/* rec */

.toc_list {
    background-color: #5f2981;
}

.toc_list_1 li a.active, .toc_list_1 li a:hover {
    background-color: #5f2981;
}

.toc_list_1 li a {
    color: #5f2981;
}

.toc_list_2 li a {
    background-color: #efe6f3;
}

.week-date {
    border: 3px solid #7f90c8;
    color: #7f90c8;
}

.back-to-top a {
    background-color: #5f2981;
}

.header_sub_title .icon-03 {
    width: 91px;
    top: -20px;
}

@media screen and (max-width: 1132px) {
    .header_sub_title .icon-03 {
        left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .header_sub_title .icon-03 {
        width: 12.4vw;
        top: -31%;
    }
}

/* 春の色 */
body.spring .week-block {
    background-color: #7f91c8 !important;
}
body.spring .week-date {
    border: 3px solid #7f91c8 !important;
    color: #7f91c8 !important;
}
/* 秋の色 */
body.autumn .week-block {
    background-color: #8a43b9 !important;
}
body.autumn .week-date {
    border: 3px solid #8a43b9 !important;
    color: #8a43b9 !important;
}
/* 冬の色 */
body.winter .week-block {
    background-color: #602a83 !important;
}
body.winter .week-date {
    border: 3px solid #602a83 !important;
    color: #602a83 !important;
}