@charset "utf-8";
/*------------------------------------------------------------
	admiss
------------------------------------------------------------*/
.fixedNavi {
    padding: 8px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
.fixedNavi li {
    padding-bottom: 4px;
    width: 16.66%;
    border-right: 1px solid #666;
    box-sizing: border-box;
}
.fixedNavi li:last-of-type {
    border-right: none;
}
.fixedNavi li a {
    display: block;
    text-align: center;
}
.fixedNavi li img {
    margin: -9px auto 0;
    display: block;
    width: 49px;
}
.fixedNavi li span {
    margin-top: -5px;
    display: block;
    color: #666;
    font-size: 0.9rem;
    font-feature-settings: "palt"; 
    -moz-font-feature-settings: "palt";
}
#main {
    padding-top: 90px;
}
#main h1 {
    font-size: 2rem;
    font-weight: 700;
}
#main .textArea {
    margin: 20px 0;
    padding: 10px;
    background-color: #EEF4F7;
}
#main .textArea p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
}
#main .textArea p span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}