@charset "utf-8";

#icon-nth8{background-color: #1d2087 !important;}

.marker {
    background-image: linear-gradient(transparent 55%, #ffed00 0%);
}

#course-head {
    padding-left: 10px;
    padding-right: 10px;
}

#course-head,
#course-body3 {
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #fffccc;
}
#course-body3 {
    margin-top: 20px;
    padding-top: 70px;
}

#course-body1,
#course-body2 {
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 70px;
}

#course-msg,
#course-s,
#course-b,
#course-q {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#course-msg {
    flex-flow: row-reverse;
    align-items: center;
}

.msg-box,
.img-box-forPC {
    position: relative;
    max-width: 500px;
    width: 48%;
}

#course-msg .msg-box {
    margin-top: 0px;
}

.img-box .c-img {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.msg-box p {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.img-box-forSP {
    display: none;
}
/*-- standerd 1:2 --*/
/*-- basic 1:3 --*/
#course-s,
#course-b {
    width: calc(100% - 60px);
    padding-left: 50px;
    padding-right: 10px;
}

.img-box-forPC .b-img {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
}

.img-box-forPC .b-mark {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: -50px;
}

.img-box-forSP h3 {
    font-size: 22px;
    text-align: center;
    background-color: #f15a24;
    margin-bottom: 15px;
    color: white;
}

.img-box-forSP h3 span {
    font-size: 26px;
    color: #fff000;
}
/*-- quality 1:1 --*/

#course-q {
    flex-direction: row-reverse;
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-right: 50px;
}

.img-box-forPC .q-img {
    margin-right: auto;
    margin-left: 0;
    width: 100%;
}

.img-box-forPC .q-mark {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    right: -50px;
}

#course-msg h2 {
    font-size: 26px;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

h2.harf {
    font-size: 24px;
    text-align: center;
    max-width: 980px;
    background-color: #1d2087;
    color: white;
    padding: 6px 6px 6px 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

h2.harf span {
    white-space: nowrap;
}

#course-foot {
    max-width: 1000px;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

h5.note {
    display: none;
}

#course-foot .noteA {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

#course-foot hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #1d2087;
    margin: 30px auto 30px auto;
}

#course-foot .noteC {
    margin: 30px auto 20px auto;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #1d2087;
}

@media screen and (max-width: 720px) {
    #course-msg,
    #course-b,
    #course-s,
    #course-q {
        display: block;
    }
    .msg-box,
    .img-box {
        position: relative;
        max-width: 1008px;
        width: 100%;
    }
    #course-msg .msg-box {
        margin-top: 20px;
    }
    .img-box-forPC {
        display: none;
    }
    .img-box-forSP {
        display: block;
    }
    #course-b,
    #course-s,
    #course-q {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
    #course-b img,
    #course-s img,
    #course-q img {
        max-width: 430px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}