/*!
 * edumap Framework (https://github.com/edumap-jp)
 *
 * Copyright (c) edumap Project.
 * All rights reserved.
 *
 * Licensed under the edumap Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/edumap-jp/Nc4EdumapApp/blob/main/LICENSE.txt
 */

.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;
}
