.pageHeading {
    margin-top: 30px;
}

.pageHeading .wrapper {
    margin: 0 auto;
    max-width: 900px;
}

.pageHeadingContent {
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
}

#main-nohf .pageHeading h2:before {
    content: none;
}

#main-nohf .pageHeading h2 {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}

#main-nohf .contents_main .subtitle_h3 {
    border-bottom: 1px solid #3180c4;
    color: #3180c4;
    font-size: 2.3rem;
    line-height: 1.5;
    margin: 1.5em 0 .5em;
    padding: 0;
    position: relative;
}

#main-nohf .contents_main .subtitle_h3 .flr {
    font-size: 76%;
}

#main-nohf .contents_main .ttl_h4 {
    padding: 0 0 18px 15px;
}

#main-nohf .contents_main .ttl_h4::before {
    background-color: #3180c4;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}

#main-nohf .contents_main .ttl_h4:nth-of-type(2) {
    margin-top: 30px;
}

#main-nohf .ttl_h4.teacher_title {
    border-bottom: none;
}

.teacher_column {
    display: flex;
}

.teacher_column_L {
    text-align: center;
    width: 30%;
}

.teacher_column_L img {
    max-width: 208px;
}

#main-nohf .teacher_column_L p {
    line-height: 1.2;
}

.teacher_column_R {
    padding-left: 5%;
    width: 70%;
}

.schedule .dot_list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 5px 0 15px;
}

.schedule .dot_list li {
    padding-left: 1em;
    position: relative;
}

.schedule .dot_list li::before {
    background: #575757;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 6px;
}

#main-nohf .kentei .h3Tag {
    background-color: #dbf1fc;
    border: none;
    color: #3180c4;
    font-size: 2rem;
    margin: 1em 0;
    padding: 8px;
}

.set-price {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 1em 0;
}

.set-price_tax {
    background: -webkit-linear-gradient(transparent 70%, #ff0 70%);
    background:         linear-gradient(transparent 70%, #ff0 70%);
    font-size: 3.4rem;
    font-weight: 700;
}

.set-price span {
    font-size: 2rem;
}

.set-price_otoku {
    background-color: #eb5038;
    color: #ffeea4;
    font-size: 2.1rem;
    font-weight: 700;
    margin-left: 3em;
    padding: .2em .4em;
    position: relative;
}

.set-price_otoku::after {
    border-bottom: 10px solid transparent;
    border-right: 25px solid #eb5038;
    border-top: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
         -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 0;
    z-index: -1;
}

.p01 {
    font-size: 1.7rem;
    line-height: 1.8;
}

.kentei .only-sp {
    display: none;
}

.kentei_flow {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 2em;
    position: relative;
    row-gap: 2em;
}

.kentei_flow_box {
    display: flex;
}

.kentei_flow_boxL {
    width: 12%;
}

.kentei_flow_boxL img {
    height: auto;
    width: 70px;
}

.kentei_flow_boxR {
    width: 88%;
}

.kentei_flow_boxR .h4Tag {
    color: #f86679;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 .2em;
}

.kentei_flow_boxR .pTag {
    font-size: 1.6rem;
    line-height: 1.5;
}

.kentei_flow::after {
    background-color: #3180c4;
    content: "";
    display: block;
    height: 90%;
    left: 32px;
    position: absolute;
    top: 10px;
    width: 6px;
    z-index: -1;
}

#main-nohf .bg_check {
    background-image: url(/img/kaigo/lp/bg.jpg);
}

#main-nohf .check_list li::before {
    background: url(/img/iryou/lp-202401/icon_check_iryou.png);
}

#main-nohf .teacher_name {
    font-size: 2rem;
    margin-top: 8px;
}

#main-nohf .teacher_name span {
    font-size: 1.7rem;
}

.ttl_s.noSpace {
    margin: 0 -8px;
}

.bottonApplication {
    margin: 40px auto 0;
}

.bottonApplication .bottonApplication--link {
    background: #3d6ebd;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 25px;
    margin: auto;
    max-width: 440px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.bottonApplication .bottonApplication--link::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}

@media screen and (max-width: 767px) {
    .pageHeading {
        margin: 0;
    }

    .pageHeading .wrapper {
        padding: 0;
    }

    .pageHeadingContent {
        padding: 5px 10px 10px;
    }

    .pageHeading h2 {
        line-height: 1.3;
    }

    #main-nohf .pageHeading + .wrapper {
        padding: 30px 0 0;
    }

    #main-nohf .contents_main .subtitle_h3 {
        font-size: 1.8rem;
    }

    .teacher_column {
        flex-direction: column;
    }

    .teacher_column_L {
        width: 100%;
    }

    .teacher_column_R {
        padding-left: 0;
        padding-top: 3%;
        width: 100%;
    }

    .kentei .only-sp {
        display: block;
    }

    .set-price {
        gap: 20px;
    }

    .set-price_tax {
        font-size: 2.5rem;
    }

    .set-price span {
        font-size: 1.4rem;
    }

    .set-price_otoku {
        font-size: 1.6rem;
        margin-left: 0;
    }

    .kentei_flow::after {
        height: 80%;
        left: 18px;
        width: 3px;
    }

    .kentei_flow_box {
        display: grid;
        gap: 30px;
        grid-template-columns: 40px auto;
    }

    .kentei_flow_boxL,
    .kentei_flow_boxR {
        width: unset;
    }

    .bottonApplication .bottonApplication--link {
        font-size: 20px;
        padding: 15px;
    }
}
