@charset "utf-8";
/* CSS Document */
#content {
  position: relative;
}

/*--- font ---*/
.system05 p {
	font-family: 'Amiri', 'Sawarabi Mincho', serif;
}
.system05 p:last-of-type {
      font-family: inherit;
}
/*------------*/

/*system*/
#system {
    padding: 0 10px;
}

.system_text {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px 20px;
    margin: 20px 0;
}

.system_text h3 {
    color: #977120;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    text-align: center;
    background: url(../images/bg_concept_top@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 30px 10px 0 10px;
    position: relative;
    word-wrap: break-word;
    white-space: pre-line;
}

.system_text h4 {
    color: #977120;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    text-align: center;
}

.system_text p {
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    padding: 0 10px;
}

.system_text p.ban {
    white-space: pre-line;
    text-align: left;
    line-height: 2em;
}

.system_text p.big {
    font-size: 40px;
    font-weight: lighter;
    font-family: "Noto Serif JP", serif;
}

.system_text .system_grade {
    position: relative;
    padding: 40px 0;
}


.system_text .system_grade .tag {
    text-align: center;
}

.system_text .system_grade .tag img {
    width: 250px;
}



.system_text .system_grade dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    padding: 20px 10px 0 10px;
    font-weight: lighter;
}



.system_text .system_grade dl:nth-of-type(4) {
    border-bottom: 1px solid #596C8B;
    padding-bottom: 20px;
}



.bg_system_decoration {
    background: url(../images/bg_concept_decoration@2x.png);
    width: 100%;
    bottom: 0;
    right: 0;
    height: 10px;
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
}



.bg_system_bottom {
    background: url(../images/bg_concept_bottom@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 20px 40px 20px;
    margin-top: -40px;
}



.system_course {
    padding-top: 10px;
}



.system_option dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    padding: 20px 10px 10px 10px;
    font-weight: lighter;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.system_option dl dd {
    text-align: right;
}

.system_option p {
    text-align: left;
    padding: 20px 10px 10px 10px;
    font-weight: normal;
    white-space: pre-line;
}

.system_option h4 {
    padding-top: 20px;
}

.system_option .c-btn a {
    padding: 15px 30px;
}

.system_option .c-btn a::after {
    display: none;
}
.credit_bnr {
    width: 100%;
    max-width: 520px;
    margin: 20px auto;
}
.credit_bnr　img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .system_text p.big {
        padding: 0;
        margin-top: 40px;
    }
    .system_text p.ban {
        padding: 0 100px;
    }
    .system_text {
        padding: 20px;
    }
    .system_text h3 {
        font-size: 24px;
        padding: 80px 10px 40px 10px;
        height: 190px;
    }
    .system_text p {
        text-align: center;
        padding: 0;
    }
    .system_text .system_grade {
        padding: 0 50px;
    }
    .system_option h4 {
        font-size: 24px;
        position: relative;
    }
    .system_option dl {
        font-size: 28px;
    }

    .system_option dl dt {
        padding-right: 100px;
    }
    .system_text .system_grade .tag img {
        width: 328px;
    }
    .system_text .system_grade dl {
        width: 48%;
    }
    .system_text .system_grade dl:nth-of-type(4) {
        border-bottom: none;
    }
    .system_text .system_grade dl {
        font-size: 28px;
    }
    .system_text .system_grade dl dt {
        text-align: left;
    }
    .system_text .system_grade dl dd {
        text-align: right;
    }
    .md_border {
        border-bottom: 1px solid #596C8B;
        padding-bottom: 30px;
    }
    .bg_system_decoration {
        height: 120px;
    }
    .bg_system_bottom {
        margin-top: -100px;
        padding: 148px 20px 40px 20px;
    }
    .system_option {
        padding: 0 50px;
    }
    .system_option p{
        text-align: left;
        padding-top: 30px;
    }
}

@media screen and (min-width: 1000px) {
    .system_text h3::after {
        position: absolute;
        background: url(../images/system_title_deco_01@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        left: 100px;
        top: 94px;
    }
    .system_text h3::before {
        position: absolute;
        background: url(../images/system_title_deco_02@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        right: 100px;
        top: 94px;
    }
    .system_text h3.wide::after {
        position: absolute;
        background: url(../images/system_title_deco_01@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        left: 50px;
        top: 94px;
    }
    .system_text h3.wide::before {
        position: absolute;
        background: url(../images/system_title_deco_02@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        right: 50px;
        top: 94px;
    }
    .system_option h4::after {
        position: absolute;
        background: url(../images/system_title_deco_01@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        left: 0;
        top: 36px;
    }
    .system_option h4::before {
        position: absolute;
        background: url(../images/system_title_deco_02@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 20px;
        content: "";
        right: 0;
        top: 36px;
    }
    .system_text .system_grade {
        padding: 0 100px;
    }
    .system_text .system_grade dl {
        width: 45%;
    }
    .system_text .system_grade dl {
        font-size: 28px;
    }
    .system_option {
        padding: 0 100px;
    }
}

