@media screen and (min-width: 767px) {
.spbr{
    display: block;
}
#globalNavigation li:nth-child(n + 2):not(:nth-child(n + 8)) a {
    height: 70px;
}

#identity-area, #menu-bt{
	
	display: none;
}
#globalNavigation a img{
	vertical-align: top;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
.logo03{
	display: none;
}
}
@media screen and (max-width: 767px) {
body{
	overflow-x: hidden;
	}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.spbr{
		display: block;
	}
	
#nav_head{
	display: flex;
	}
#nav_head h1{
	margin: 12px;
	margin-left: 6px;
	}
#nav_head a{
	margin: 8px;
	}
#nav_head p{
    height: auto;
    margin: 20px 0 0 30px;
	}
#nav_head h1 a img{
	position: absolute;
    width: 100%;
    height: auto;
}


#extra, #fontSize,.pagetop{
	display: none;
	}
#container{
	padding-top: 0;
	}
.contentInner{
	margin: 0 6px;	
	}
.article{
	background-image: none;
	background-color: #fff;
    border-radius: 5px;
	}
.article h3{
	font-size: 168%;
	}
.col1Box{
	background-image: none;
	background-color: #f2f2ee;
	border-radius: 5px;
	}
.col1Box .boxSection{
	background-image: none;
	}
.element, .topicPath{
	background-image: none;
	}
.topicPath{
	border: 1px solid #999;
    border-radius: 5px;
	}
.contentFooter{
	background-image: none;
	margin-top: 0;
	}
#content{
	margin-bottom: 26px;
	}
#footer{
	height: auto;
	background-image: none;
	background-color: #999999;
}
#container, #header, #globalNavigation, #content, .article div.floatLeft, .article div.floatRight, .topicPath ul, .contentFooter .topicPath{
	width: 100%
	}
.pagenate a{
	margin-bottom: 4px;
}
#contentHeader{
	margin-bottom: 16px;
}
/* ----------------------------------------------------------------------

		ドロワーメニュー_20190122

---------------------------------------------------------------------- */
#content{
	margin-top: 10px;
	}
#header, #globalNavigation, #extra, #nav_head dl{
	display: none;
	}
#nav_head div{
	float: left;
	position: relative;
    top: 20;
    left: 64;
	}
#nav_head::after{
  content: "";
  display: block;
  clear: both;
}
#nav_head p{
    height: auto;
	}
#header-sp{
	width: 100%;
	position: absolute;
    right: 0;
    z-index: 1;
}
#menu-bt{
	text-align: right;
	padding: 6px;
	height: 58px;
	background-color: #fff;
}
#menu-bt img{
	width: 40px;
	height: auto;
	position: fixed;
    background-color: #fff;
    right: 0;
    margin-right: 6px;
    z-index: 2;
}
#header-sp ul{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
    width: 100%;
	flex-wrap:wrap;
	list-style: none;
	text-align: left;
	}
#nav_head h1 a img{
	position: absolute;
    top: 5px;
    left: 14px;
    width: 180px;
    height: auto;
}
#identity-area{
	float: left;
    height: 58px;
	}

	

nav#menu{
	width: 100%;
    background-color: #fff;
    padding: 58px 6px 6px;
	position: fixed;
    right: 0px;
    top: 0px;
    display: block;
	z-index: 9;
}
.menuInner{
	width: 100%;
	background-color: #cccccc;
    padding: 2px;
    border-radius: 5px;
}
nav#menu ul{
   padding: 0;
}
nav#menu ul li{
	list-style-type:none;
	margin: 1px;
}
nav#menu ul li a{
	width:100%;
	height: auto;
	display:block;
	text-align:center;
}
nav#menu ul li a img{
	width:100%;
	height: auto;
}
.menuInnerList1 li{
	width:100%;
	height: auto;
}
.menuInnerList2 li{
	width: 49.2%;
	height: auto;
	margin: 0;
}
.menuInnerList3 li{
	width: 32.6%;
	height: auto;
	margin: 0;
}
}
@media screen and (max-width: 320px) {
.logo02{
	display: none;
	}
.logo03{
	margin: 10px 40px !important;
}
}
@media screen and (max-width: 767px) {
#nav_head {
    position: fixed;
    background-color: #fff;
	width: 100%;
	height: 58px;
	z-index: 2;
}
#nav_head a{
	margin: 0;
}
#nav_head h1{
	margin: 0;
}
#nav_head p{
	margin: 0;
}
#nav_head p img{
	margin: 10px 0 10px 66px;
}
#menu-bt img{
	z-index: 3;
	background-color: #eee;
	margin: 4px 6px;
}
.gNavi09 img{
	width: 40px;
	height: auto;
	margin: 0;
	margin: 10px 50px !important;
    position: absolute;
    right: 0;
}
	


#menu > ul >a{
	width: 100%;
	height: 50px;
	font-size: 1.2rem;
	border-bottom: 1px solid #d3ccc9;
}

#menu > ul >a>li{
	width: 100%;
}

#menu > ul li:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 28px;/*画像の幅*/
	height: 28px;/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	margin: 10px;
}
.prospectus:before {
	background-image: url(/life/resources/g_navi_11.png);
}
.lecture:before {
	background-image: url(/life/resources/g_navi_12.png);
}
.about:before {
	background-image: url(/life/resources/g_navi_13.png);
}
.application:before {
	background-image: url(/life/resources/g_navi_14.png);
}
.attend:before {
	background-image: url(/life/resources/g_navi_15.png);
}
.faq:before {
	background-image: url(/life/resources/g_navi_16.png);
}
.report:before {
	background-image: url(/life/resources/g_navi_17.png);
}
.instructors:before {
	background-image: url(/life/resources/g_navi_18.png);
}
.contact:before {
	background-image: url(/life/resources/g_navi_19.png);
}
.access:before {
	background-image: url(/life/resources/g_navi_20.png);
}
	#ps-top div a img{
		width: 98%;
		height: auto;
	}
}