@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500&display=swap&subset=japanese');

body {
    background: url("../img/index/bg-main.jpg");
}

header {
    background-color: #fff;
    padding: 20px 0;
}

.inner {
    width: 990px;
    margin: 0 auto;
}

h1 img {
    width: 240px;
    height: auto;
}

/* パンくずボックス */
#bread-box {
    background: #bce2e8 url(../img/index/bg-dangerline1.png) repeat-x bottom center;
    color: #675b55;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    line-height: 100%;
    padding-bottom: 25px;
}

#bread-box a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    color: #675b55;
    margin-right: 5px;
    text-decoration: underline;
}

#bread-box li {
    list-style: none;
    float: left;
    margin: 5px 5px 7px 0;
}

img.img-totop {
    display: block;
    max-width: 50%;
    width: 300px;
    margin: 0 auto;
    margin-top: -150px;
}

#footer-over {
    background: #bce2e8 url(../img/index/bg-dangerline1.png) repeat-x top center;
    color: #675b55;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    line-height: 100%;
    padding-bottom: 45px;
}

@media (max-width:768px) {
    .inner {
        width: 100%;
    }
}

footer {
    padding-top: 20px;
    background-color: #F3F6F8;
}

footer .footer__logo {
    float: left;
    width: 240px;
    margin-bottom: 30px;
}

footer .footer__logo img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}

footer .footer__campus-list {
    float: left;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.3rem;
    margin-bottom: 30px;
}

footer .footer__campus-list li {
    list-style: none;
}

footer .footer__campus-list-item {
    float: left;
    margin-left: 20px;
}

footer .footer__sns_sp {
    display: none;
}

footer .footer__sns {
    margin-left: 10px;
    float: left;
}

#copyright {
    clear: both;
    background: #015279;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
