@charset "utf-8";

/* 卒業生の方へ
-------------------------------------------------- */

.page_header {
    background-image: url(../img/tuition/pageheader_bg.jpg)
}

.page_content a {
    text-decoration: underline;
}
.page_content a:hover {
    text-decoration: none;
}
.section_sub_ttl {
    margin-top: 45px;
}

.section_ttl_min {
    font-family: YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
    letter-spacing: 0;
}

/* tuition 共通
-------------------------------------------------- */
.pc {
    display: none;
}

.sp {
    display: block;
}


.section_ttl_min::before,
.section_ttl_min::after {
    content: "";
    display: none;
}

.yu_10 {
    /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
    font-size: 1.0rem;
    margin-top: 10px;

}

.total_bg {
    background-color: #f1d8d9;
    color: #e28194;
    /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
    font-weight: bold;
    font-size: 1.3rem;
}

.change_color {
    color: #e28194;
    font-weight: bold;
}

.table_wrap {
    margin: 5px 0;
}

.box_ttl {
    color: #fff;
    background-color: #bbafa1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 0 0;
}

.number_ttl {
    color: #7a6a56;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}

.number_ttl + .number_ttl {
    margin-top: 25px;
}

/*-高等教育の修学支援新制度-*/
.txt_small {
    color: #333;
    font-size: 1.3rem;
    /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
    font-weight: bold;
}

.section_min_box {
    margin-bottom: 20px;
}

.section_sub_ttl {
    font-size: 2rem;
    margin: 20px 0 10px 0;
}

.longur {
    word-break: break-all;
}

/*-専門実践教育訓練給付金制度-*/
.ttl00 {
    font-size: 1.6rem;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-top: 20px;
}

.table_guideline02 {
    white-space: nowrap;
}



@media screen and (min-width: 992px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    /*-高等教育の修学支援新制度-*/
    .txt_small {
        color: #333;
        /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
        font-weight: bold;

    }

    .section_min_box {
        margin-bottom: 20px;
    }

    .section_sub_ttl {
        font-size: 2.5rem;
        margin-top: 40px;
    }

    .number_ttl + p {
        padding-left: 25px;
    }
    .blank_559{
        margin-bottom: 50px;
    }


    /*-専門実践教育訓練給付金制度-*/
    .flow_box {
        text-align: left;
        width: 680px;
    }
    .ttl00 {
        margin-top: 40px;
    }
}
