/**
 * NC4 Framework (https://github.com/NC-4/NC4)
 * © NC4 Project.
 *
 * Licensed under The FreeBSD License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @author  　　一般社団法人 教育のための科学研究所 <https://www.s4e.jp/>
 * @author  　　国立研究開発法人 科学技術振興機構 <https://www.jst.go.jp/>
 * @author  　　リーディング・スキル・テスト株式会社 <https://www.rstest.co.jp/>
 * @copyright  NC4 Project
 * @since      4.0.0
 * @license    https://opensource.org/licenses/BSD-2-Clause FreeBSD License
 */

.school-information-center .school-information-table th {
    width: 160px;
}

.school-information-center-title {
    display: flex;
}
.school-information-center-title .school-information-school-name-kana {
    font-size: 14px;
}

.school-information-center-title .school-information-school-badge {
    margin-right: 8px;
}
.school-information-center rt {
    font-size: 10px;
}
.school-information-center .school-information-school-name-roma {
    font-size: 12px;
}
.school-information-center .school-information-school-name-roma::before {
    display: block;
}
.school-information-center .school-information-postal-code {
    display: block;
}
