@charset "UTF-8";

/* footer.css
**************************************************************************************/

/* Display-change-btn
=============================================================================*/
.display-change-btn {
	padding:20px 0 20px;
    text-align:center;
    border-top: solid 1px #dfdfdf;
	}
.display-change-btn p {
	display:inline-block;
	width:270px;
	margin:0 23px;
	vertical-align:bottom;
	}
.display-change-btn p a {
	display:block;
	text-decoration:none;
    font-size:93%;
    border: solid 1px #666666;
    }
.display-change-btn p a:hover {
    opacity: 1!important;
}
.display-change-btn p.bt001 a {
    padding:13px 0 13px 22px;
    color:#666666;
    background: url(../../image/footer-ic001.webp) no-repeat 60px 11px / 15px auto;
	}
.display-change-btn p.bt002 a {
    padding:13px 0 13px 29px;
    background: url(../../image/footer-ic002on.webp) no-repeat #666666 94px 14px / 24px auto;
	color:#ffffff;
    }
.disable {
    text-decoration:none;
	cursor: default!important;
}
@media screen and (max-width: 767px){
    .display-change-btn {
        border-top: solid 1px #dfdfdf;
        padding: 15px 0 15px;
    }
    .display-change-btn p {
        width: 46.2%;
        margin: 0;
    }
    .display-change-btn p a {
        font-size: 86%;
    }
    .display-change-btn p.bt001 a {
        padding:13px 0 12px 5px;
        color:#ffffff;
        background: url(../../image/footer-ic001on.webp) no-repeat #666666 16px 15px / 11px auto;
    
        }
    .display-change-btn p.bt002 a {
        padding:13px 0 12px 28px;
        background: url(../../image/footer-ic002.webp) no-repeat 56px 15px / 20px auto;
        color:#666666;
        }
}

/* Campus
=============================================================================*/

#footer .campus-area {
    background: #dfdfdf;
    padding: 30px 0 0;
}
#footer .campus-area .campus-area-in {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    background: url(../../image/footer-bg001.webp) no-repeat right 0 bottom 0;
}
#footer .campus-area .campus {
    width: 270px;
}
#footer .campus-area .campus dl dt {
    font-size: 106%;
    font-weight: 500;
    padding-bottom: 7px;
}
#footer .campus-area .campus dl dd address {
    font-size: 87%;
    padding-bottom: 14px;
}
#footer .campus-area .campus ul.campus-dept {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 11px;
}
#footer .campus-area .campus ul.campus-dept li a {
    display: block;
    width: 134px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    border: solid 1px #cdcdcd;
    font-size: 87%;
    padding: 13px 0 13px;
    margin-bottom: 2px;
}
#footer .campus-area .campus ul.campus-dept li:nth-of-type(7) a {
    font-size: 84%;
    min-height: 48px;
}
#footer .campus-area .campus ul.campus-dept li:nth-of-type(8) a {
    font-size: 79%;
    min-height: 48px;
}
#footer .campus-area .campus ul.campus-dept li a:hover {
    text-decoration: underline;
}
#footer .campus-area .campus ul.campus-access {
    display: flex;
}
#footer .campus-area .campus ul.campus-access li a {
    display: block;
    text-decoration: none;
    padding-left: 24px;
    font-size: 93%;
}
#footer .campus-area .campus ul.campus-access li a:hover {
    text-decoration: underline;
}
#footer .campus-area .campus ul.campus-access li:first-child a {
    margin-right: 26px;
    background: url(../../image/footer-ic003.webp) no-repeat 0 0 / 14px auto;
}
#footer .campus-area .campus ul.campus-access li:nth-child(2) a {
    background: url(../../image/footer-ic004.webp) no-repeat 0 0 / 13px auto;
}

@media screen and (max-width: 767px){
    #footer .campus-area {
        padding: 26px 0 0;
    }
    #footer .campus-area .campus-area-in {
        width: auto;
        margin: 0 10px;
        padding-bottom: 5px;
        display: block;
        background: url(../../image/footer-bg001.webp) no-repeat center bottom 0 / 375px auto;
    }
    #footer .campus-area .campus {
        width: auto;
        margin: 0 0 28px;
    }

    #footer .campus-area .campus ul.campus-dept {
        justify-content: flex-start;
        margin-bottom: 13px;
    }
}

/* Page Top
=============================================================================*/

#footer .page-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 50px;
    height: 50px;
    z-index: 65;
}
#footer .page-top img {
    width: 50px;
}

@media screen and (max-width: 767px){
    #footer .page-top {
        bottom: 52px;
        /*width: 45px;
        height: 45px;*/
    }
    /*#footer .page-top img {
        width: 45px;
    }*/
}

/* Footer-navi Copy
=============================================================================*/

#footer .footer-navi-copy {
    background: #d4d4d4;
}
#footer .footer-navi-copy .footer-navi-copy-in {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #footer .footer-navi-copy .footer-navi-copy-in {
        display: block;
        width: auto;
    }
}

/* ======== footer-navi ======== */

#footer .footer-navi-area {
    padding:18px 0 18px;
}
#footer .footer-navi-area .footer-navi {
    display: flex;
}
#footer .footer-navi-area .footer-navi li {
    padding:0 10px 0 10px;
}
#footer .footer-navi-area .footer-navi li:first-child {
    padding:0 10px 0 0;
}
#footer .footer-navi-area .footer-navi li a {
    text-decoration:none;
    font-size: 93%;
}
#footer .footer-navi-area .footer-navi li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    #footer .footer-navi-area {
        width:auto;
        padding: 22px 10px 10px;
    }
    #footer .footer-navi-area .footer-navi {
        flex-wrap: wrap;
    }
    #footer .footer-navi-area .footer-navi li {
        padding:0 18px 23px 0;
    }
    #footer .footer-navi-area .footer-navi li:first-child {
        padding:0 18px 23px 0;
    }
    #footer .footer-navi-area .footer-navi li a {
        font-size: 80%;
    }
}

/* ======== copy ======== */

#footer .copy {
    padding:20px 0 0;
    text-align:center;
    color:#111111;
    font-size:73%;
}

@media screen and (max-width: 767px){
    #footer .copy {
        padding: 0 10px 30px;
        text-align: right;
    }
}