@charset "utf-8";
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Kosugi Maru', sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear {
    background: #f0f0f0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box
}

/* font-family */
.header-utility li:last-child a, .school-info li dl, .header-area dl, #news article time, #page-top span, h2 span {
    font-family: 'Lato', sans-serif;
}

header {
    height: 85px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 248, 64, 1);
}

h2 {
    text-align: center;
    padding: 20px;
    margin-top: 85px;
}

h2 span {
    font-size: 2.5vw;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 1130px) {
    h2 {
        font-size: 0.9rem;
    }

    h2 span {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 0.8rem;
    }

    h2 span {
        font-size: 2rem;
    }
}

.container {
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-left {
    float: left;
}

.header-logo {
    width: 180px;
    margin-top: 27px
}

.menu-icon {
    color: black;
    float: right;
    padding: 20px 20px;
    font-size: 35px;
    display: none;
}

@media screen and (max-width: 920px) {
    .menu-icon {
        display: block;
    }
}

.header-right {
    float: right;
}

@media screen and (max-width: 920px) {
    .header-right {
        display: none;
    }
}

.header-right ul li {
    display: inline-block;
    float: left;
    padding: 35px 15px;
}

.header-right a {
    text-decoration: none;
    color: black;
}

.menu-modal-wrapper {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
    background-color: #00aaff;
    border-radius: 1px;
    display: none;
}

.menu-modal li {
    list-style: none;
    padding: 10px 10px;
    margin-right: 30px;
}

.menu-modal li a {
    text-decoration: none;
    color: white;
}

.faq-wrapper {
    margin-top: 65px;
    text-align: center;
    padding-bottom: 80px;
    color: #5f5d60;
   
}

#faq-list {
    width: 70%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}


.faq-list-item {
    margin: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.faq-list-item h3 {
    font-size: 14px;
}

.faq-list-item span {
    position: absolute;
    top: 0;
    right: 5px;
    color: #ccc;
    font-size: 13px;
}

.answer {
    font-size: 12px;
    display: none;
    padding: 5px 0px;
    margin-bottom: 15px;
}

@media screen and (max-width: 620px) {
    .faq-list-item h3 {
        font-size: 10px;
    }

    .answer {
        font-size: 8px;
    }
    #faq-list {
    width: 90%; 
}

footer {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #00aaff;
}

footer img {
    width: 125px;
}

footer p {
    color: #ffffff;
    font-size: 14px;
}

@media screen and (max-width: 940px) {
    small {
        text-align: center;
    }

    #page-top {
        position: relative;
        text-align: center;
        right: inherit;
        bottom: inherit;
        margin: 50px auto 30px auto;
        width: 80px;
        animation: none !important;
        transform: none !important;
        opacity: 1;
    }
}