@charset "UTF-8";
/* CSS Document */


.sp-btn-docs {
	display: none;
}

.sp-btn-area {
	display: none;
}

.sp-btn {
    display:none;
}

.sidebarMenuBase,.openSidebarMenu,.sidebarIconToggle,.sidebarMenuInner,.mmenu-sp {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 640px) {

.sp-btn-docs {
	display: inline;
    width: 12%;
    height: 40px;
    line-height: 100%;
    background-color: #00AAE5;
    position: absolute;
    left: 40%;
    top: 5px;
}

.sp-btn-docs a {
	width: 100%;
	height: 100%;
	padding: 5px 0;
	display: block;
	color: #FFFFFF;
}

.sp-btn-docs a .spbtn-docicon {
	width: 26%;
	margin: 0 auto 3px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.sp-btn-docs a .spbtn-doctxt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 50%;
	line-height: 100%;
	text-align: center;
}

.sp-btn-area {
	width: 45%;
	display: flex;
	justify-content: space-between;
}

.sp-btn-area .sp-btn {
	display: inline-block;
    width: 33%;
	height: 50px;
    margin: 0;
    padding: 0;
	
}

.sp-btn-area #menu01 {
	background-color: #005AA9;
}

.sp-btn-area #menu02 {
	background-color: #FF9140;
}

.sp-btn-area #menu03 {
	background-color: #FFFF3B;
}

.sidebarMenuBase {
	display: inline;
	width:100%;
	height:100%;
	position: fixed;
	padding: 0;
	left: 0;
	top:50px;
	transform: translateX(180%);
	transition: transform 250ms ease-in-out;
	font-size:100%;
    z-index:10000;
}

#sidebarMenu01 {
    background-color: #005AA9;	
}

#sidebarMenu02 {
    background-color: #FFFFFF;
}

#sidebarMenu03 {
    background-color: #005AA9;
}


.sidebarMenuInner {
    display: inline;
    margin:0;
    padding: 0;
    border-top: none;
}

#openMenu01:checked ~ #sidebarMenu01 { transform: translateX(0); }
#openMenu02:checked ~ #sidebarMenu02 { transform: translateX(0); }
#openMenu03:checked ~ #sidebarMenu03 { transform: translateX(0); }


input.openSidebarMenu[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    display: inline;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 40px;
    width: 15%;
    top: 3px;
}

.mainIcon {
	transition: all 0.3s;
	width: 35%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 32%;
    top: 4px;
	opacity: 1.0;
}

.sidebar-menulabel {
	width:100%;
    margin:0;
	position:absolute;
    text-align:center;
    right:0px;
	top:20px;
	font-size:50%;
    font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0em;
}

.sidebar-closelabel {
	opacity:0;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 55%;
    margin:7px auto 0;
    background-color: #FFFFFF;
	border-radius: 10px;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    width: 55%;
    margin-top: 8px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    margin-top: 8px;
}

#theToggle01 {
	right: 0;
	color:#FFFFFF;
}

#theToggle02 {
    right: 55px;
	color:#FFFFFF;
}

#theToggle03 {
    right: 112px;
	color: #000000;
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#theToggle02 .sidebar-menulabel { 
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#theToggle03 .sidebar-menulabel { 
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#theToggle02 .spinner {
	opacity: 0;
}


#theToggle03 .spinner {
	opacity: 0;
}


input#openMenu01[type=checkbox]:checked ~ .sidebarIconToggle {
	z-index: 150;
	top: 3px;
    right: 0;
	position: fixed;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .spinner {
	height: 2px;
	background-color: #FFFFFF;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 17px;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -12px;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .sidebar-menulabel {
    transition: all 0.3s;
    opacity:0;
}

input#openMenu01[type=checkbox]:checked ~ #theToggle01 > .sidebar-closelabel {
    transition: all 0.3s;
    opacity:1.0;
    width:100%;
    position:absolute;
    font-size:50%;
	font-weight: bold;
    color:#E5E3DF;
    margin:0;
    text-align:center;
    right:0px;
    top:20px;
}

.m-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.m-title {
	width: 98%;
	margin: 0 auto;
	padding: 10px 1%;
	position: relative;
	overflow: hidden;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.m-title:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#sidebarMenu01 .m-title:before {
	background-image: url("/_files/00149518/hdr_sp-univlogo.png");
}

ul.mainmenu-list {
	width: 95%;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 80%;
	font-weight: bold;
}

ul.mainmenu-list li.mainmenu-item {
	width: 49%;
	margin: 0 0 10px;
	background-color: #FFFFFF;
}

ul.mainmenu-list li.mainmenu-item a {
	width: 90%;
	padding: 10px 5%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	margin: 0 auto;
	color: #061743;
}

ul.mainmenu-list li.mainmenu-item a:after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url("/_files/00149488/hdr_sp-main-barr.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.submenu-list {
	width: 95%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-size: 50%;
	line-height: 120%;
	font-weight: bold;
}

ul.submenu-list li.submenu-item {
	width: 22%;
	border: solid 1px #FFFFFF;
}

ul.submenu-list li.submenu-item a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 0;
	color: #FFFFFF;
}

ul.submenu-list li.submenu-item a .submenu-icon {
	width: 25px;
	height: 25px;
	margin: 0 auto 5px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

ul.submenu-list li.submenu-item a .submenu-page {
	text-align: center;
}

.spmenu-engbtn {
	width: 95%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	border: solid 1px #FFFFFF;
	font-size: 110%;
}

.spmenu-engbtn a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	color: #FFFFFF;
}

.spmenu-engbtn a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	background-image: url("/_files/00149471/hdr_sp-eng.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

ul.otherlink-list {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 80%;
	line-height: 160%;
	font-weight: bold;
}

ul.otherlink-list li.otherlink-item {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.otherlink-list li.otherlink-item a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFFFFF;
}

ul.otherlink-list li.otherlink-item a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	background-image: url("/_files/00149525/hdr_spother-arr.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/***MENU02 GAKUBU***/

input#openMenu02[type=checkbox]:checked ~ #theToggle02 {
	z-index: 150;
	top: 3px;
	position: fixed;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .spinner {
	height: 2px;
	border-radius: 10px;
	background-color: #FFFFFF;
	opacity: 1.0;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 17px;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -12px;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .sidebar-menulabel {
    transition: all 0.3s;
    opacity:0;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .sidebar-closelabel {
    transition: all 0.3s;
    opacity:1.0;
    width:100%;
    position:absolute;
    font-size:50%;
	font-weight: bold;
    color:#FFFFFF;
    margin:0;
    text-align:center;
    right:0px;
    top:20px;
}

input#openMenu02[type=checkbox]:checked ~ #theToggle02 > .mainIcon {
	opacity: 0;
}

#sidebarMenu02 .m-wrap {
	background-color: #FF9140;
}

#sidebarMenu02 .m-title:before {
	background-image: url("/_files/00149464/hdr_sp-depticon.png");
}


#sidebarMenu02 .mmain-area {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.dept-list {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.dept-list li.dept-item {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #000000;
	border-radius: 10px;
	font-size: 100%;
	font-weight: bold;
}

#di-humanities {
	background-color: #F0C227;
}

#di-education {
	background-color: #F25E4A;
}

#di-sciences {
	background-color: #2BA2CB;
}

#di-medicine {
	background-color: #1C9D98;
}

#di-marinesciences {
	background-color: #259332;
}

#di-regionalstudies {
	background-color: #F88243;
}

#di-graduatestudies {
	background-color: #8C89D8;
}

ul.dept-list li.dept-item a {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 8px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}

ul.dept-list li.dept-item a:after {
	content:"";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("/_files/00149457/hdr_sp-arr-rounded.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/***MENU03 MOKUTEKI***/

input#openMenu03[type=checkbox]:checked ~ #theToggle03 {
	z-index: 150;
	top: 3px;
	position: fixed;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .spinner {
	height: 2px;
	background-color: #000000;;
	opacity: 1.0;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 17px;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -12px;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .sidebar-menulabel {
    transition: all 0.3s;
    opacity:0;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .sidebar-closelabel {
    transition: all 0.3s;
    opacity:1.0;
    width:100%;
    position:absolute;
    font-size:50%;
	font-weight: bold;
    color:#000000;
    margin:0;
    text-align:center;
    right:0px;
    top:20px;
}

input#openMenu03[type=checkbox]:checked ~ #theToggle03 > .mainIcon {
	opacity: 0;
}


#sidebarMenu03 .m-title {
	background-color: #FFFF3B;
	color: #000000;
}

#sidebarMenu03 .m-title:before {
	background-image: url("/_files/00149501/hdr_sp-targeticon.png");
}

#sidebarMenu03 .mmain-area {

}

ul.mokuteki-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.mokuteki-list li.mokuteki-item {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #FFFFFF;
}

ul.mokuteki-list li.mokuteki-item a {
	width: 90%;
	margin: 0 auto;	
	padding: 10px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

ul.mokuteki-list li.mokuteki-item a:after {
	content:"";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("/_files/00149457/hdr_sp-arr-rounded.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

}