<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*style_feature_common.css*/
* {
    box-sizing: border-box;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
html {
    height: 100%;
    margin-bottom: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
body {
    overflow-x: hidden;
}
/*ヘッダー*/
header {
    background-color: #36b9ec;
    width: 100%;
    position: relative
}
header &gt; div {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 64px;
}
header &gt; div img {
    width: 350px;
}
section.title {
    max-width: 1040px;
    margin: 20px auto;
}
section.title a {
    font-size: 14px;
    text-decoration: none;
    padding-left: 20px;
    color: #000;
}
section.title a:visit {
    color: #000;
}
/**/
body.page section.title .page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
    max-width: 1040px;
    padding: 0 20px;
}
body.page section.title .page_title div {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
body.page section.title .page_title div p{
    display: block;
    width:100%;
}
body.page section.title .page_title div img {
    display: block;
    margin-right: 10px;
}
body.page section.title .page_title div span {
    display: block;
}
body.page section.title .page_title div span.f_title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
body.page section.title .page_title div span.univ_name {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    margin: 12px 0 0;
    position: static;
    font-family: YakuHanJP_Noto, 'Noto Sans JP', serif;
}
body.page section.title .page_title div span.univ_name small{
    margin-left:0.5em;
}
body.page section.title .page_title div span.univ_name small.univ_note {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    left: 150px;
    bottom: 4px;
}
body.page section.title .page_title div span.univ_name::before {
    content: '';
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 4em;
    height: 4em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    vertical-align: 1em;
}
body.page section.title .page_title div span.univ_name.kbn1::before {
    content: '国 立';
}
body.page section.title .page_title div span.univ_name.kbn2::before {
    content: '公 立';
}
body.page section.title .page_title div span.univ_name.kbn3::before {
    content: '私 立';
}
body.page section.title .page_title div span.state {
    font-size: 16px;
    text-indent: 3em;
    font-weight: 700;
}
/*フッター*/
footer {
    width: 100%;
    padding: 20px 0;
    background-color: #1f2a66;
}
footer img {
    margin: 0 auto;
}
a.another {
    display: block;
    max-width: 574px;
    width: 90%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #8C8C8C;
    border-radius: 10px;
    margin: 66px auto;
    text-decoration: none;
}
a.another:hover {
    opacity: 0.5;
}
/*トップへ戻る*/
.pagetop {
    bottom: 1.1%;
    position: fixed;
    right: 4%;
    z-index: 99999;
}
.pagetop a {
    background: #343c48 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 8px;
    display: block;
    line-height: 1;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
}
.pagetop a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 12px);
}
aside {
    width: 100%;
    background: rgb(255 251 221 / 80%);
    position: sticky;
    bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}
aside a {
    display: block;
    width: 320px;
    background-color: #36b9ec;
    padding: 15px 0;
    border-radius: 5px;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    color: #06257a;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
}
aside a.univ_hp {
    background-color: #c7cce7;
}
section.page_navi {
    background: #E5E5E5;
    padding: 50px 20px;
}
section.page_navi h6 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}
section.page_navi nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
section.page_navi nav a {
    display: block;
    width: calc(96% / 3);
    margin-right: 2%;
    margin-bottom: 20px;
}
section.page_navi nav a:nth-child(3n) {
    margin-right: 0;
}
section.page_navi nav a img {
    width: 100%
}
@media screen and (min-width:640px) {
    section.page_navi nav a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width:1000px) {
    header &gt; div {
        padding-left: 1vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    section.index_main div a {
        width: 45%;
        max-width: 330px;
    }
    section.page_main &gt; div div.text p {
        margin-bottom: 6vw;
        font-size: 3.2vw;
    }
    body.page section.title .page_title {
        margin: 5vw auto;
        padding: 0 2vw;
    }
    body.page section.title .page_title div img {
        margin-right: 1vw;
        height: 11vw
    }
    body.page section.title .page_title div span.univ_name::before {
        font-size: 1.2vw;
    }
    body.page section.title .page_title div span.f_title {
        font-size: 1.6vw;
    }
    body.page section.title .page_title div span.univ_name {
        font-size: 4.6vw;
        margin: 1.2vw 0 0;
    }
    body.page section.title .page_title div span.state {
        font-size: 1.6vw;
    }
    aside {
        padding: 1vw;
    }
    aside a {
        width: 32vw;
        padding: 1.5vw 0;
        font-size: 2.4vw;
        margin: 0 2vw;
    }
}
@media screen and (min-width:640px) {
    aside a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header div {
        padding: 2vw;
        min-height: 14vw;
    }
    header div a {
        display: block;
        text-align: center;
    }
    header div img {
        width: 74%;
        margin: 0 auto;
    }
    section.title {
        margin: 4vw auto;
    }
    section.title a {
        font-size: 3vw;
        text-decoration: none;
        padding-left: 1em;
    }
    section.title {
        margin: 4vw auto;
    }
    section.title a {
        font-size: 3vw;
        text-decoration: none;
        padding-left: 1em;
    }
    /**/
    body.page section.title .page_title {
        margin: 6vw auto;
        padding: 0px 2vw 0 1vw;
    }
    body.page section.title .page_title div img {
        width: 12vw;
        margin-top: 5.5vw;
        margin-right: 0;
    }
    body.page section.title .page_title div p {
        width: calc(100% - 12vw);
    }
    body.page section.title .page_title div span.f_title {
        font-size: 3.2vw;
    }
    body.page section.title .page_title div span.univ_name {
        font-size: 7.6vw;
        margin: 1vw 0 1vw;
        padding-left: 9vw;
        position: relative;
        line-height: 1.3;
    }
    body.page section.title .page_title div span.univ_name small{
        margin-left:0;
    }
    body.page section.title .page_title div span.univ_name small.univ_note {
        font-size: 3vw;
        margin-top: 0;
        position: static;
        bottom: 4px;
        text-align:left;
}
    body.page section.title .page_title div span.univ_name::first-line {
        line-height: 1;
    }
    body.page section.title .page_title div span.univ_name::before {
        font-size: 2.4vw;
        width: 3.2em;
        height: 3.2em;
        vertical-align: 0.8em;
        position: absolute;
        left: 0;
    }
    body.page section.title .page_title div span.state {
        font-size: 3vw;
        text-indent: 2.5em;
    }
    body.page section.title .page_title a {
        padding: 3vw 4vw;
        border-radius: 5px;
        font-size: 3.4vw;
        line-height: 1.4;
    }
    footer {
        width: 100%;
        height: unset;
        padding: 4vw;
    }
    footer img {
        margin: 0 auto;
        padding-top: 0;
        width: 40vw;
    }
    aside {
        padding: 2vw 0;
    }
    aside a {
        display: block;
        width: 44vw;
        padding: 3vw 0;
        font-size: 4vw;
        margin: 0 2vw;
    }
    section.page_navi {
        padding: 8vw 4vw 4vw;
    }
    section.page_navi h6 {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }
    section.page_navi nav {
        padding-bottom: 18vw;
    }
    section.page_navi nav a {
        display: block;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4vw;
    }
    section.page_navi nav a:nth-child(3n) {
        margin-right: 4%;
    }
    section.page_navi nav a:nth-child(2n) {
        margin-right: 0;
    }
    .pagetop a {
        width: 12vw;
        height: 12vw;
        bottom: 13vw;
    }
} /*@media screen and (max-width:640px)*/</pre></body></html>