body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
}
.chugaku-merit-sub h1 {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 750px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #000 !important;
    font-size: 48px;
    font-weight: 500;
    text-align: left;
}
.chugaku-merit-sub h1.bg01 {
    content: "";
    background: url(/chugaku/merit/images/title_01.png?20211108) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.bg02 {
    content: "";
    background: url(/chugaku/merit/images/title_02.png?20211105) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.bg03 {
    content: "";
    background: url(/chugaku/merit/images/title_03.png?20211105) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.bg04 {
    content: "";
    background: url(/chugaku/merit/images/title_04.png) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.nyushi.bg01 {
    content: "";
    background: url(/chugaku/merit/images/nyushi/title_01.png?20211105) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.card-tr.bg01 {
    content: "";
    background: url(/chugaku/merit/images/card-tr/title_01.png?20211105) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.card-tr.bg02 {
    content: "";
    background: url(/chugaku/merit/images/card-tr/title_02.png?20211105) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.tokushin.bg01 {
    content: "";
    background: url(/chugaku/merit/images/tokushin/title_01.png) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.tokushin.bg02 {
    content: "";
    background: url(/chugaku/merit/images/tokushin/title_02.png) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.tokushin.bg03 {
    content: "";
    background: url(/chugaku/merit/images/tokushin/title_03.png) no-repeat;
    background-size: cover;
}
.chugaku-merit-sub h1.tokushin.bg04 {
    content: "";
    background: url(/chugaku/merit/images/tokushin/title_04.png) no-repeat;
    background-size: cover;
}

.chugaku-merit-sub section {
    width: 670px;
    margin: 65px auto;
    padding-top: 65px;
}
.chugaku-merit-sub h1 + section {
    padding-top: 0;
}
.chugaku-merit-sub section:nth-child(n+3) {
    border-top: 1px dotted #ccc;
}

.chugaku-merit-sub section h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.142em;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}
.chugaku-merit-sub section h2 + p {
    margin-top: 30px;
}
.chugaku-merit-sub section h2 span.red { color: #e54957;}
.chugaku-merit-sub section h3 {
    font-size: 1.875em;
    font-weight: 300;
    border-left: 3px solid #0059ab;
    padding-left: 12px;
    margin-top: 80px;
    line-height: 1.5;
}
.chugaku-merit-sub .slick-track figure.slick-slide,
.chugaku-merit-sub figure {
    width: 480px;
    margin: 30px auto;
}
.chugaku-merit-sub figure img {
    width: 100%;
}

.slide-wrap {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.chugaku-merit-sub .lead {
    font-size: 16px;
    line-height: 1.7;
}

.user-voice {
    position: relative;
    background: #004098;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 30px;
    width: 240px;
    margin: 0 auto ;
}
.user-voice::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #004098;
  }
.user-voice +  h2 { margin-top: 35px;}

.chugaku-merit-sub .text-center {text-align: center !important;}
.chugaku-merit-sub .bg { background: #faf9f5;}
.chugaku-merit-sub .notes { font-size: 8px;}


.bnr-heading {
    background: #e2943c;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    font-size: .6em;
    margin-bottom: 6px;
    text-align: center;
}
.bnr-heading span {
    font-weight: 400;
}

.pc-block { display: block;}
.sp-block { display: none;}

@media screen and (max-width: 767px) {
    .pc-block { display: none;}
    .sp-block { display: block;}

    .chugaku-merit-sub h1 {
        font-size: 28px;
        width: 100%;
        height: 150px;
    }
    .chugaku-merit-sub section h2,
    .chugaku-merit-sub section h3 {
        font-size: 21px;
        text-align: left;
    }
    .chugaku-merit-sub section,
    .chugaku-merit-sub figure,
    .chugaku-merit-sub figure img {
        width: 100%;
    }
    .chugaku-merit-sub section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .chugaku-merit-sub .left {
        margin-left: -20px;
        width: 107%;
    }
    .chugaku-merit-sub .right {
        margin-right: -20px;
        width: 107%;
    }
    .chugaku-merit-sub .lead {
        font-size: 14px;
    }
    .chugaku-merit-sub .notes { font-size: 8px;}
}