/* 特別支援プログラムページのCSS */
.npo-page{
    max-width: 1000px;
    margin: 0 auto;
}

.npo-title{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0;
}

.pricing_section_title{
    color: #042A4C;
    border-bottom: #042A4C 2px solid;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.pop{
    font-size: 18px;
    padding-bottom: 10px;
}

.pop span{
    position: relative;
    display: inline-block;
}

.pop span::before {
    content: "";
    width: 16px;
    height: 19px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/hidari.png);
    background-size: cover;
    position: absolute;
    left: -35px;
    top: 5px;
}

.pop span::after {
    content: "";
    width: 16px;
    height: 19px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/migi.png);
    background-size: cover;
    position: absolute;
    right: -35px;
    top: 5px;
}

.form_area{
    padding-bottom: 30px;
}


@media only screen and (max-width: 1100px) {
    .br-sp{
        display: none;
    }
}


@media only screen and (max-width: 640px) {
    .npo-title{
        font-size: 24px;
        line-height: 33px;
        padding: 0 0 10px;
    }
    .br-sp{
        display: block;
    }

}
