/* admission共通
   ============================================ */

.child-contents-area>.inner>section {
    margin-top: 50px;
}

.child-contents-area .results {
    margin-top: 20px;
}

.child-contents-area .sub-msg {
    margin-top: 30px;
}

/* 募集要項
   ============================================ */

.child-contents-area address {
    margin-top: 30px;
    text-align: center;
}

/* 入学費用
   ============================================ */

.entrance-fee .recommend .results tr:not(:last-child) td:last-child {
    background: #fff;
}

/* 入学試験結果
   ============================================ */

.child-contents-area>section+section {
    margin-top: 60px;
}

.child-contents-area>section>.table-section {
    margin-top: 40px;
}

.child-contents-area .recommend .head-wrapper p {
    margin-top: 0;
    color: #ef6346;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
}

.child-contents-area .recommend .head-wrapper p.table-unit {
    margin-top: 0;
    font-size: 22px;
}

/* 入試Q&A
   ============================================ */

.faq-area .table-area {
    margin-top: 30px;
}

.faq-area .answer {
    line-height: 1.6;
}

.faq-area .answer a {
    border-bottom: 1px solid #333;
}

.faq-area .answer a:hover {
    border-bottom: none;
}

.faq-area .table-area.flex-box {
    justify-content: space-around;
    align-items: flex-start;
}

.faq-area li table tr>* {
    text-align: center;
    padding: 15px 20px;
}

.faq-area li table tr+tr {
    border-top: 1px solid #dedede;
}

.faq-area li table th {
    background: #ffdbd3;
    text-align: center;
}

.faq-area li table th.title {
    background: #fdc2b6;
}

.faq-area li table td {
    background: #fff;
}

.faq-area .answer .venue+.venue {
    margin-top: 20px;
}

/* ============================================
   タブレット
   ============================================ */

@media screen and (max-width: 1000px) {

    /* 入学試験結果
       ============================================ */
    .child-contents-area .recommend .head-wrapper p {
        font-size: 23px;
    }

    .child-contents-area .recommend .head-wrapper p.table-unit {
        font-size: 20px;
    }

    /* 入学費用
       ============================================ */
    .entrance-fee .recommend .results tr:last-child td {
        text-align: left;
    }
}

/* ============================================
   スマートフォン
   ============================================ */

@media screen and (max-width: 560px) {

    /* 入学試験結果
       ============================================ */
    .child-contents-area>section>.table-section .results {
        margin-top: 15px;
    }

    .child-contents-area .recommend .head-wrapper h2 {
        width: 100%;
    }

    .child-contents-area .recommend .head-wrapper p {
        margin-top: 10px;
        font-size: 16px;
    }

    /* 入試Q&A
       ============================================ */

    .faq-area li table+table {
        margin-top: 30px;
    }
}