.moduleCcBack2School {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeader {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding: 64% 0 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeaderWrapper {
    left: 0;
    position: absolute;
    top: calc(-20px + (180 - 20)*((100vw - 320px)/(2000 - 320)));
    width: 100%;
    z-index: 2;
}
.ccBack2SchoolHeaderWrapperInner {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeaderTitleContainer {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeaderTitle {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeaderTitleImage {
    float: left;
    position: relative;
}
.ccBack2SchoolHeaderTitleImage.mobile {
    display: none;
}
.ccBack2SchoolHeaderTitleImage img {
    display: block;
    float: left;
    height: auto;
    max-width: 100%;
    position: relative;
    width: 55vw;
}
.ccBack2SchoolHeaderTitle::before {
    background-color: #1b222b;
    border-radius: 30px;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}
.ccBack2SchoolHeaderMessageContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccBack2SchoolHeaderMessage {
    float: left;
    position: relative;
}
.ccBack2SchoolHeaderMessage img {
    display: block;
    float: left;
    height: auto;
    max-width: 30vw;
    position: relative;
}
.ccBack2SchoolButtonContainer {
    bottom: calc(10px + (170 - 10)*((100vw - 320px)/(2000 - 320)));
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.ccBack2SchoolButton {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.redButton {
    background-color: #ec0641;
    border: 2px solid #ec0641;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    padding: 12px 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.redButton:hover {
    background-color: #fff;
    border-color: #ec0641;
    color: #ec0641;
}
.ccBack2SchoolDetailsContainer {
    background-color: #fff;
    float: left;
    padding: calc(60px + (120 - 60)*((100vw - 320px)/(2000 - 320))) 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsContainerInner {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsTitle {
    color: #00244c;
    float: left;
    font-size: calc(26px + (36 - 26)*((100vw - 320px)/(2000 - 320)));
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccBack2SchoolDetailsTitle::before {
    background-color: #007aff;
    border-radius: 30px;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
}
.ccBack2SchoolDetailsMainContainer {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsImageContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 50%;
}
.ccBack2SchoolDetailsImage {
    float: left;
    position: relative;
}
.ccBack2SchoolDetailsImage img {
    display: block;
    float: left;
    height: auto;
    max-width: 100%;
    position: relative;
}
.ccBack2SchoolDetailsListContainer {
    float: left;
    position: relative;
    width: 50%;
}
.ccBack2SchoolDetailsList {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsListItem {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 10px 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsListItemIconContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 110px;
}
.ccBack2SchoolDetailsListItemIcon {
    float: left;
    position: relative;
}
.ccBack2SchoolDetailsListItemIcon img {
    display: block;
    float: left;
    height: auto;
    max-width: 100%;
    position: relative;
}
.ccBack2SchoolDetailsListItemTextContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    position: relative;
    width: calc(100% - 110px);
}
.ccBack2SchoolDetailsListItemText {
    color: #657786;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    width: 100%;
}
.ccBack2SchoolDetailsListItemText p {
    margin: 0;
}
.ccBack2SchoolFooter {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding: calc(60px + (100 - 60)*((100vw - 320px)/(2000 - 320))) 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterTitleContainer {
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterTitleContainerInner {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterTitle {
    color: #fff;
    font-size: calc(20px + (32 - 20)*((100vw - 320px)/(2000 - 320)));
    font-weight: 700;
    float: left;
    line-height: 1.3;
    position: relative;
    text-align: center;
    width: 100%;
}
.ccBack2SchoolFooterMessageContainer {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 -30px;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterMessage {
    float: left;
    position: relative;
}
.ccBack2SchoolFooterMessage img {
    display: block;
    float: left;
    height: auto;
    max-width: 100%;
    position: relative;
}
.ccBack2SchoolFooterButton {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterNoteContainer {
    float: left;
    margin: 20px 0 0;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterNoteContainerInner {
    float: left;
    position: relative;
    width: 100%;
}
.ccBack2SchoolFooterNote {
    color: #fff;
    float: left;
    font-size: calc(10px + (14 - 10)*((100vw - 320px)/(2000 - 320)));
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 100%;
}
@media (max-width: 1200px) {
    .ccBack2SchoolHeader {
        padding: 74% 0 0;
    }
    .ccBack2SchoolHeaderWrapper {
        top: calc(-20px + (185 + 20)*((100vw - 320px)/(2000 - 320)));
    }
    .ccBack2SchoolHeaderTitleImage img {
        width: 65vw;
    }
    .ccBack2SchoolHeaderMessage img {
        max-width: 40vw;
    }
    .ccBack2SchoolDetailsImageContainer {
        margin: 30px 0 0;
        order: 2;
        width: 100%;
    }
    .ccBack2SchoolDetailsImage {
        max-width: 320px;
    }
    .ccBack2SchoolDetailsListContainer {
        order: 1;
        width: 100%;
    }
    .ccBack2SchoolDetailsList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .ccBack2SchoolDetailsListItem {
        max-width: 620px;
    }
}
@media (max-width: 860px) {
    .ccBack2SchoolHeader {
        padding: 90% 0 0;
    }
    .ccBack2SchoolHeaderWrapper {
        top: calc(-20px + (260 + 20)*((100vw - 320px)/(2000 - 320)));
    }
    .ccBack2SchoolHeaderTitleImage img {
        width: 80vw;
    }
    .ccBack2SchoolHeaderMessage img {
        max-width: 60vw;
    }
    .ccBack2SchoolButtonContainer {
        bottom: calc(10px + (270 - 10)*((100vw - 320px)/(2000 - 320)));
    }
}
@media (max-width: 680px) {
    .ccBack2SchoolFooterMessageContainer {
        display: block;
    }
    .ccBack2SchoolFooterMessage {
        margin-left: -15vw;
        width: 130vw;
    }
}
@media (max-width: 620px) {
    .ccBack2SchoolHeader {
        padding: 120% 0 0;
    }
    .ccBack2SchoolHeaderWrapper {
        top: 80px;
    }
    .ccBack2SchoolHeaderTitleImage img {
        width: 100%;
    }
    .ccBack2SchoolHeaderMessage img {
        max-width: 100%;
    }
    .ccBack2SchoolButtonContainer {
        bottom: calc(50px + (270 - 50)*((100vw - 320px)/(2000 - 320)));
    }
}
@media (max-width: 580px) {
    .redButton {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 15px;
    }
}
@media (max-width: 520px) {
    .ccBack2SchoolHeaderTitleImage.desktop {
        display: none;
    }
    .ccBack2SchoolHeaderTitleImage.mobile {
        display: block;
        max-width: 60vw;
    }
}
@media (max-width: 480px) {
    .ccBack2SchoolHeaderWrapper {
        top: 50px;
    }
    .ccBack2SchoolHeaderTitleContainer {
        margin: 0 0 -20px;
    }
    .ccBack2SchoolDetailsListItem {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
        max-width: 320px;
    }
    .ccBack2SchoolDetailsListItemTextContainer {
        margin: 10px 0 0;
        padding-left: 0;
        width: 100%;
    }
    .ccBack2SchoolDetailsListItemText {
        text-align: center;
    }
    .ccBack2SchoolDetailsImage {
        max-width: 60%;
    }
    .ccBack2SchoolFooterMessage {
        margin-left: -25vw;
        width: 150vw;
    }
}