@charset "utf-8";
body{
    font-size: 90%;
}

header #nav-content{
    height: 55px;
}
header #logo{
    width: 65%;
}
header #logo a{
    display: flex;
    padding: 0;
    margin: 0;
}
header #logo img{
	width: auto;
	max-width: 100%;
    height: 100%;
}


.foot_list a{
    font-size: 110%;
}
footer aside{
    flex-wrap: wrap;
    background: #212121;
}
footer aside ul{
    display: none;
}
footer .information{
    flex-direction: column;
}
footer .information h5{
    margin: 0 auto 30px auto;
    text-align: left;
}
footer .information h5 a{
    display: inline-block;
}
footer .information address{
    flex-direction: column;
}
footer .information address dl{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    color: #aaa;
}
footer .information address dl:first-of-type{
    margin-bottom: 40px;
}
footer .information address dd a{
    color: #aaa;
    border-color: #aaa;
}

#u_visual {
    height: 20vh;
}

#entry_page {
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0;
}
#entry_page #right_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 60px;
}
#gpu-news-list > article a dd{
    font-size: 140%;
    line-height: 1;
}
#gpu-news-list > article a dt{
    font-size: 90%;
}
#gpu-news-list > article a dt small{
    display: block;
    margin-left: 0;
    margin-top: 5px;
    line-height: 1;
}


.u_contents{
    padding-top: 60px;
}
.u_contents #breadcrumbs{
	padding: 20px 0;
}
.u_contents #breadcrumbs h1{
    font-size: 2em;
}

#folder_top_menu ul{
    font-size: 100%;
}
#folder_top_menu ul > li{
	width: 100%;
}
#folder_top_menu ul::after{
   display:none;
}
#folder_top_menu .fl_box figure img{
	aspect-ratio: 16 / 9;
}
#folder_top_menu ul a em{
    padding-left: 16px;
}
#folder_top_menu ul a em::before{
    width: 7px;
    top: 7px;
}
#folder_top_menu ul a em::after{
    top: 4px;
    width: 6px;
    height: 6px;
}


#campus_list.club .lay_2c > div:first-of-type{
	margin-bottom:10px;
}
#campus_list.club hr{
	border:none !important;
	margin:30px auto !important;
}
#campus_list.club h3{
	font-size:1.2em;
	text-align:center;
}


.fl_box.sm_bl{
    flex-direction: column;
}