@charset "utf-8";

body {
	color: #241914;
	background: #F0F0F0;
	font-size: 62.5%;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
	/*-webkit-text-size-adjust: 100%;*/
    min-width: 1024px;
}

@media all and (-ms-high-contrast:none) {
　p{
　font-family: "メイリオ", Meiryo, sans-serif !important;
　}
}


a {
	color: #241914;
	text-decoration:underline;
}

a:hover {
	color: #777777;
}


table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.fluid-img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*------------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFFFFF;
	padding: 0 0 1px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

#header:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	border-bottom: 5px solid #49BDA3;
}

#header img {
	width: 100%;
}

#header > ul {
	min-width: 960px;
	margin: 0 auto;
}

#header > ul > li {
	float: right;
	max-width: 174px;
	max-height: 65px;
	margin: 5px 0;
	border-left: 1px solid #D2D2D2;
}

#header > ul > li:first-child {
	float: left;
	border: none;
	max-width: 270px;
}

#header > ul > li:nth-child(2) {
	border: none;
	padding: 0 0 0 12px;
	margin: 0;
	width: 112px;
}

#header > ul > li:nth-child(3) {
	border-right: 1px solid #D2D2D2;
}

#header dl {
	position: relative;
}

#header dt:first-child {
	width: 100%;
	line-height: 200%;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

#header dt:nth-of-type(n+2) {
	background: #FFFFFF;
	float: left;
	width: 32%;
}

#header dt:nth-of-type(3) {
	margin: 0 2%;
}

#header dd {
	height: 8px;
}

#header dd ul {
	position: absolute;
	z-index: 10001;
	width: 100%;
	display: none;
}

#header dd ul li a {
	background: #000000;
	display: block;
	color: #FFFFFF;
	line-height: 240%;
	text-align: center;
	text-decoration: underline;
	text-align: center;
}

#header dd a:hover {
    background: #49BDA3;
}

@media only screen and (min-width: 641px) {
    /*	#header { min-width: 1200px; } */
	header:last-of-type { display: none; }
}




/*------------------------------------------------------------------------------------------------*/
h1 {
	display: block;
	margin: 30px auto;
	width: 350px;
}

h2 {
	display:table;
	margin: 30px auto;
	font-size: 2.6em;
	line-height: 1.4;
	text-align: center;
	
}

/* --- [↓] edit 320vp --- */
.setTwoCol h2 {
	padding-right:304px;
}
/* --- [↑] edit 320vp --- */

h2 span {
	display: block;
	padding: 26px 100px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

h3 {
	display: block;
	margin: 30px auto 20px;
	padding:4px 0 0;
	width: 100%;
	font-size: 2.4em;
	text-align: center;
	line-height: 200%;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

h3:after {
	content: "";
	clear: both;
	display: block;
	border-bottom: 4px solid #75D2FF;
	width: 99%;
	margin: 0 auto;
}

h4 {
	display: block;
	margin: 30px auto 20px;
	padding:4px 0 0;
	width: 100%;
	font-size: 2.0em;
	text-align: center;
	line-height: 200%;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

h4:after {
	content: "";
	clear: both;
	display: block;
	border-bottom: 2px solid #75D2FF;
	width: 99%;
	margin: 0 auto;
}

h3.c1:after, h4.c1:after { border-bottom-color: #F258DB; }
h3.c2:after, h4.c2:after { border-bottom-color: #F258DB; }
h3.c3:after, h4.c3:after { border-bottom-color: #FFD201; }
h3.c4:after, h4.c4:after { border-bottom-color: #012A82; }
h3.c5:after, h4.c5:after { border-bottom-color: #E60114; }
h3.c6:after, h4.c6:after { border-bottom-color: #75D2FF; }
h3.c7:after, h4.c7:after { border-bottom-color: #D7E100; }


@media only screen and (max-width: 640px) {
    body {
        min-width: inherit;
    }
    
    
    h1 {
		margin: 25px auto;
	}

	h2 {
		display:block;
		width:100%;
		margin: 0px auto 30px;
		/* --- [S] edit 320vp --- */
		font-size:1.8em;
		/* --- [E] edit 320vp --- */

	}
	h2 span {
		display:table;
		padding-left:2%;
		padding-right:2%;
		/* --- [S] edit 320vp --- */
		/*font-size:0.8em;*/
	    width: 100%;
		/* --- [E] edit 320vp --- */
		margin-left:auto;
		margin-right:auto;
	}
	h3 {
		margin: 30px auto 20px;
		/* --- [S] edit 320vp --- */
		/*font-size:24px;*/
		font-size:1.6em;
		line-height: 130%;
		/* --- [E] edit 320vp --- */
		display:table;
		width:100%;	
	}
	h4 {
		margin: 30px auto 20px;
		/* --- [S] edit 320vp --- */
		font-size:20px;
		font-size:1.5em;
		/* --- [E] edit 320vp --- */
		display:table;
		width:100%;	}
}

/*------------------------------------------------------------------------------------------------*/
#navigatorWrap {
	min-height:57px;
}
#navigatorWrap .fixed{
	width:100%;
	position:fixed;
	top:0px;
	z-index:999;
}

#navigator {
	width: 100%;
	background: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}

#navigator ol {
	padding: 4px 0 0;
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
#navigator ol:after {
	content: "";
	clear: both;
	display: block;
}

#navigator ol > li {
	/*min-width: 106px;*/
	font-size: 1.4em;
	line-height: 350%;
	text-align: center;
	float: left;
	margin-right: 30px;
	padding:0 5px;
	border-bottom: 4px solid #FFFFFF;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}
#navigator ol > li:last-of-type {
	margin: 0;
}

#navigator ol > li > i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: none;
	position: relative;
	top: 2px;
}

#navigator div {
	display: none;
	position: absolute;
	z-index: 1001;
	border-radius: 0 0 10px 10px;
	transition: all 0.5s ease;
	overflow: hidden;
}

#navigator div ul {
	/*width: 306px;*/
	width:290px;
	float: left;
	margin: 40px 0 40px 35px;
}
#navigator div ul:last-of-type { margin-right: 35px; }

#navigator div ul li {
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
	text-align: left;
	line-height: 150%;
	padding-left: 1em;
	text-indent: -0.8em;
}

#navigator div ul li.l-sub {
  padding: 0 0 0 1.8em;
}


#navigator div ul li:last-of-type {
	border-bottom: 1px solid #FFFFFF;
}
#navigator div ul li:hover {
	background: rgba(255, 255, 255, 0.2);
}

#navigator div ul li a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#navigator div ul li i {
	display: inline-block;
	margin-right: 8px;
	font-style:normal;
}

#navigator div ul li label {
	font-size: 1.4em;
}

#navigator div img {
	display: block;
	margin: 40px 40px 40px 0;
	float: right;
}

#navigator ol > li:nth-of-type(1) { border-bottom-color: #F258DB; }
#navigator ol > li:nth-of-type(2) { border-bottom-color: #F258DB; }
#navigator ol > li:nth-of-type(3) { border-bottom-color: #FFD201; }
#navigator ol > li:nth-of-type(4) { border-bottom-color: #012A82; }
#navigator ol > li:nth-of-type(5) { border-bottom-color: #E60114; }
#navigator ol > li:nth-of-type(6) { border-bottom-color: #75D2FF; }
#navigator ol > li:nth-of-type(7) { border-bottom-color: #D7E100; }

#navigator ol > li:nth-of-type(1) > i { background-image: url(../img/icon/b_know.png); }
#navigator ol > li:nth-of-type(2) > i { background-image: url(../img/icon/b_communicator.png); }
#navigator ol > li:nth-of-type(3) > i { background-image: url(../img/icon/b_activity.png); }
#navigator ol > li:nth-of-type(4) > i { background-image: url(../img/icon/b_information.png); }
#navigator ol > li:nth-of-type(5) > i { background-image: url(../img/icon/b_facilities.png); }
#navigator ol > li:nth-of-type(6) > i { background-image: url(../img/icon/b_about.png); }
#navigator ol > li:nth-of-type(7) > i { background-image: url(../img/icon/b_access.png); }

#navigator ol > li.focus, #navigator ol > li.on { color: #FFFFFF; }

#navigator ol > li.focus:nth-of-type(1) { background-color: #F258DB; }
#navigator ol > li.focus:nth-of-type(2) { background-color: #F258DB; }
#navigator ol > li.focus:nth-of-type(3) { background-color: #FFD201; }
#navigator ol > li.focus:nth-of-type(4) { background-color: #012A82; }
#navigator ol > li.focus:nth-of-type(5) { background-color: #E60114; }
#navigator ol > li.focus:nth-of-type(6) { background-color: #75D2FF; }
#navigator ol > li.focus:nth-of-type(7) { background-color: #D7E100; }


#navigator ol > li.on:nth-of-type(1), #navigator ol > li:nth-of-type(1) div { background-color: #F258DB; }
#navigator ol > li.on:nth-of-type(2), #navigator ol > li:nth-of-type(2) div { background-color: #02AD97; }
#navigator ol > li.on:nth-of-type(3), #navigator ol > li:nth-of-type(3) div { background-color: #E66816; }
#navigator ol > li.on:nth-of-type(4), #navigator ol > li:nth-of-type(4) div { background-color: #012A82; }
#navigator ol > li.on:nth-of-type(5), #navigator ol > li:nth-of-type(5) div { background-color: #990000; }
#navigator ol > li.on:nth-of-type(6), #navigator ol > li:nth-of-type(6) div { background-color: #6EB402; }
#navigator ol > li.on:nth-of-type(7), #navigator ol > li:nth-of-type(7) div { background-color: #D7E100; }


#navigator ol > li.focus:nth-of-type(1) > i, #navigator ol > li.on:nth-of-type(1) > i { background-image: url(../img/icon/w_know.png); }
#navigator ol > li.focus:nth-of-type(2) > i, #navigator ol > li.on:nth-of-type(2) > i { background-image: url(../img/icon/w_communicator.png); }
#navigator ol > li.focus:nth-of-type(3) > i, #navigator ol > li.on:nth-of-type(3) > i { background-image: url(../img/icon/w_activity.png); }
#navigator ol > li.focus:nth-of-type(4) > i, #navigator ol > li.on:nth-of-type(4) > i { background-image: url(../img/icon/w_information.png); }
#navigator ol > li.focus:nth-of-type(5) > i, #navigator ol > li.on:nth-of-type(5) > i { background-image: url(../img/icon/w_facilities.png); }
#navigator ol > li.focus:nth-of-type(6) > i, #navigator ol > li.on:nth-of-type(6) > i { background-image: url(../img/icon/w_about.png); }
#navigator ol > li.focus:nth-of-type(7) > i, #navigator ol > li.on:nth-of-type(7) > i { background-image: url(../img/icon/w_access.png); }

#navigator ol > li.on div { display: block; }


@media only screen and (min-width:961px) and (max-width:1090px) {

	#navigatorWrap {
		min-height:53px;
	}
	
	#navigator{
		/*background:#CC0000;*/
	}
	
	#navigator ol {
		display:flex;
		justify-content: center;
		width: 98%;
		margin: 0 auto;
		padding: 4px 0 0;
	}
	
	#navigator ol > li {
		font-size: 1.3em;
		margin-right: 15px;
		padding:0 3px;
	}


}

@media only screen and (min-width: 961px) {

/*	#navigator { min-width: 1200px; } */
	#navigator ol > li:hover { color: #FFFFFF; }
	#navigator ol > li:hover:nth-of-type(1) { background-color: #F258DB; }
	#navigator ol > li:hover:nth-of-type(2) { background-color: #F258DB; }
	#navigator ol > li:hover:nth-of-type(3) { background-color: #FFD201; }
	#navigator ol > li:hover:nth-of-type(4) { background-color: #012A82; }
	#navigator ol > li:hover:nth-of-type(5) { background-color: #E60114; }
	#navigator ol > li:hover:nth-of-type(6) { background-color: #75D2FF; }
	#navigator ol > li:hover:nth-of-type(7) { background-color: #D7E100; }

	#navigator ol > li:hover:nth-of-type(1) > i { background-image: url(../img/icon/w_know.png); }
	#navigator ol > li:hover:nth-of-type(2) > i { background-image: url(../img/icon/w_communicator.png); }
	#navigator ol > li:hover:nth-of-type(3) > i { background-image: url(../img/icon/w_activity.png); }
	#navigator ol > li:hover:nth-of-type(4) > i { background-image: url(../img/icon/w_information.png); }
	#navigator ol > li:hover:nth-of-type(5) > i { background-image: url(../img/icon/w_facilities.png); }
	#navigator ol > li:hover:nth-of-type(6) > i { background-image: url(../img/icon/w_about.png); }
	#navigator ol > li:hover:nth-of-type(7) > i { background-image: url(../img/icon/w_access.png); }
	#navigator ol > li:hover div { display: block; }

	#navigator ol > li:nth-of-type(2) div { margin-left: -104px; }
	#navigator ol > li:nth-of-type(3) div { left:-22px; }
	#navigator ol > li:nth-of-type(5) div { right: 0; }
	#navigator ol > li:nth-of-type(6) div { right: 0; }
	#navigator ol > li:nth-of-type(7) div { right: 0; }
}

@media only screen and (max-width: 960px) {

	#navigatorWrap {
		min-height:93px;
	}

	#navigator ol {
		width: 100%;
		margin: 0;
		padding: 0;
}

	#navigator ol > li {
		border: none;
		border-radius: 0;
		margin: 0;
		padding: 0;
		line-height: 460%;
		font-size:100%;
	}

	#navigator ol > li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	#navigator ol > li:nth-of-type(3n+2) {
		border-right: 1px solid #F0F0F0;
		border-left: 1px solid #F0F0F0;
	}
	#navigator ol > li:nth-of-type(n+4) {
		border-top: 1px solid #F0F0F0;
	}

	#navigator ol > li:last-child {
		border-left: 1px solid #F0F0F0;
	}


	#navigator ol > li:nth-of-type(1) { width: 42%; }
	#navigator ol > li:nth-of-type(2) { width: 30%; }
	#navigator ol > li:nth-of-type(3) { width: 28%; }
	#navigator ol > li:nth-of-type(4) { width: 25%; }
	#navigator ol > li:nth-of-type(5) { width: 25%; }
	#navigator ol > li:nth-of-type(6) { width: 25%; }
	#navigator ol > li:nth-of-type(7) { width: 25%; }

	#navigator ol > li:nth-of-type(1) > i { background-image: url(../img/icon/c_know.png); }
	#navigator ol > li:nth-of-type(2) > i { background-image: url(../img/icon/c_communicator.png); }
	#navigator ol > li:nth-of-type(3) > i { background-image: url(../img/icon/c_activity.png); }
	#navigator ol > li:nth-of-type(4) > i { background-image: url(../img/icon/c_information.png); }
	#navigator ol > li:nth-of-type(5) > i { background-image: url(../img/icon/c_facilities.png); }
	#navigator ol > li:nth-of-type(6) > i { background-image: url(../img/icon/c_about.png); }
	#navigator ol > li:nth-of-type(7) > i { background-image: url(../img/icon/c_access.png); }

	#navigator div {
		top: 51px;
		border-radius: 0;
	}
	#navigator ol > li:nth-child(n+4) div { top: 102px; }

	#navigator div ul {
		width: auto;
		margin: 0;
		float: none;
	}

	#navigator div img { display: none; }

	#navigator ol > li:nth-of-type(2) div { margin-left: -30px; }
	#navigator ol > li:nth-of-type(3) div { right: 0; }
	#navigator ol > li:nth-of-type(5) div { margin-left: -40px; }
	#navigator ol > li:nth-of-type(6) div { margin-left: 4px; }

}


@media only screen and (min-width: 641px) ,print {
#navigator_knowledge-capital-sp, #navigator_knowledge-capital-sp-top{
	display:none;
}
}




@media only screen and (max-width: 640px) {


h1 {
	display: block;
	margin: 20px auto;
	max-width: 250px;
	width: 80%;
}
h1 img{
	width:100%;
	height:auto;
}

/* --- [↓] edit 320vp --- */
.setTwoCol h2 {
	padding-right:0px;
}
/* --- [↑] edit 320vp --- */


#navigatorWrap {
	min-height:89px;
	
	/* --- [↓] edit 320vp --- */
	/*width:320px;*/
	width:100%;
	min-height:73px;
	/* --- [↑] edit 320vp --- */
}
.navigatorWrapTop{
	display:none;
}

#navigator{
	display:none;
}



/* ---------- ↓↓ edit 2017/07/22 ↓↓ ---------- */

/* top */

#navigator_knowledge-capital-sp-top ul{
	width:95%;
	margin: 0 auto;
	padding: 0;
	list-style-type:none;
	overflow:hidden;
}

#navigator_knowledge-capital-sp-top ul li{
	float:left;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:2%;
	
	width:23.5%;
	height:23.5%;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	box-shadow: 0px 2px 1px rgba(216,216,216,1);
	-moz-box-shadow: 0px 2px 1px rgba(216,216,216,1);
	-webkit-box-shadow: 0px 2px 1px rgba(216,216,216,1);
	-o-box-shadow: 0px 2px 1px rgba(216,216,216,1);
	-ms-box-shadow: 0px 2px 1px rgba(216,216,216,1);
	
	background-color:#FFF;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(1),  #navigator_knowledge-capital-sp-top ul li:nth-child(2), #navigator_knowledge-capital-sp-top ul li:nth-child(3){
	width:32%;
	height:90px;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(3),  #navigator_knowledge-capital-sp-top ul li:nth-child(7){
	margin-right:0px;
}

#navigator_knowledge-capital-sp-top ul li a{
	display:block;
	padding:50px 0px 5px;
	height:100%;
	border-top:3px solid #F668E2;
	
	background-size:40px 40px !important;
	background-position:center 5px !important;
	background-repeat:no-repeat !important;
	
	text-align:center;
	font-size: 10px !important;
	white-space:nowrap;
	line-height:12px;
	color: #333;
	text-decoration: none;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#navigator_knowledge-capital-sp-top ul li:nth-child(1) a,#navigator_knowledge-capital-sp-top ul li:nth-child(2) a,#navigator_knowledge-capital-sp-top ul li:nth-child(3) a{
	padding-top:55px;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(2) a,#navigator_knowledge-capital-sp-top ul li:nth-child(3) a{
	padding-top:60px;
}

#navigator_knowledge-capital-sp-top ul li:nth-child(1) a{
	background-image:url(../img/icon/icon_know.png);
	border-color:#F668E2;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(2) a{
	background-image:url(../img/icon/icon_communicator.png);
	border-color:#F668E2;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(3) a{
	background-image:url(../img/icon/icon_activity.png);
	border-color:#FFD400;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(4) a{
	background-image:url(../img/icon/icon_information.png);
	border-color:#002684;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(5) a{
	background-image:url(../img/icon/icon_facilities.png);
	border-color:#E90000;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(6) a{
	background-image:url(../img/icon/icon_about.png);
	border-color:#71D1FF;
}
#navigator_knowledge-capital-sp-top ul li:nth-child(7) a{
	background-image:url(../img/icon/icon_access.png);
	border-color:#D7E300;
}


/* etc */


#navigator_knowledge-capital-sp{
	background:#FFF;
}

#navigator_knowledge-capital-sp ul,#navigator_knowledge-capital-sp ol{
	display:none;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#navigator_knowledge-capital-sp ol{
	margin-left:20px;
}

#navigator_knowledge-capital-sp a{
	position:relative;
	display:block;
	/* --- [↓] edit 320vp --- */
	/*
	padding:27px 50px 27px 76px;
	*/
	padding:14px 50px 12px 70px;
	/* --- [↑] edit 320vp --- */

	border-bottom:1px solid #DDD;
	/* --- [↓] edit 320vp --- */
	/*
	font-size: 23px !important;
	line-height:34px;
	*/
	font-size: 14px;
	line-height:26px;
	/* --- [↑] edit 320vp --- */
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#navigator_knowledge-capital-sp > a{
	text-align:center;
	background-image:url(../img/icon/bg_line_sp.png);
	background-size:100% 2px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#navigator_knowledge-capital-sp a img{
	margin-left:20px;
	vertical-align:middle;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
#navigator_knowledge-capital-sp a.active + ul{
	overflow:auto !important;
}
#navigator_knowledge-capital-sp a.active img{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#navigator_knowledge-capital-sp ul > li a img{
	position:absolute;
	right:20px;
	top:0px;
	bottom:0px;
	margin: auto;
}

#navigator_knowledge-capital-sp ul >  li:nth-child(1) a{
	background-image:url(../img/icon/icon_know.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(2) > a{
	background-image:url(../img/icon/icon_communicator.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(3) > a{
	background-image:url(../img/icon/icon_activity.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(4) > a{
	background-image:url(../img/icon/icon_information.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(5) > a{
	background-image:url(../img/icon/icon_facilities.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(6) > a{
	background-image:url(../img/icon/icon_about.png);
}
#navigator_knowledge-capital-sp ul > li:nth-child(7) > a{
	background-image:url(../img/icon/icon_access.png);
}
#navigator_knowledge-capital-sp ul > li > a{
	background-size:30px 30px !important;
	background-position:20px center !important;
	background-repeat:no-repeat !important;
}



/*

#navigator_knowledge-capital-sp{
	width:100%;
	background:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-text-size-adjust:100%;
}

#navigator_knowledge-capital-sp ol{
	padding:4px 0 0;
	width:100%;
	margin:0 auto;
	position:relative;
}

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) {border-right: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) {border-left: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(4){border-right: 1px solid #F0F0F0; border-left: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:nth-of-type(n+3) {border-top: 1px solid #F0F0F0;}
#navigator_knowledge-capital-sp ol > li:last-child {border-left: 1px solid #F0F0F0;}

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(2) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) { width: 34%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(4) { width: 33%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(5) { width: 33%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(6) { width: 50%; }
#navigator_knowledge-capital-sp ol > li:nth-of-type(7) { width: 50%; }

#navigator_knowledge-capital-sp ol > li:nth-of-type(1) > i { background-image: url(../img/icon/c_know.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(2) > i { background-image: url(../img/icon/c_communicator.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(3) > i { background-image: url(../img/icon/c_activity.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(4) > i { background-image: url(../img/icon/c_information.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(5) > i { background-image: url(../img/icon/c_facilities.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(6) > i { background-image: url(../img/icon/c_about.png); }
#navigator_knowledge-capital-sp ol > li:nth-of-type(7) > i { background-image: url(../img/icon/c_access.png); }

#navigator_knowledge-capital-sp ol:after {
	content: "";
	clear: both;
	display: block;
}

#navigator_knowledge-capital-sp ol > li {
	float:left;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	text-align:center;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#navigator_knowledge-capital-sp ol > li:last-of-type {
	margin: 0;
}

#navigator_knowledge-capital-sp ol > li > i {
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:8px;
	background-size: contain;
	background-repeat:none;
	position:relative;
	top:2px;
}

#navigator_knowledge-capital-sp ol > li a{
	font-size:23px !important;
	line-height:320%;
	text-decoration:none;
	color:#241914;
}

#navigator_knowledge-capital-sp ol li div ul li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}


#navigator_knowledge-capital-sp ol li div ul li a{
	display:block;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #F0F0F0;
	background:#fff;
	line-height:200%;
}

#navigator_knowledge-capital-sp div p{
	text-align:center;
}

#navigator_knowledge-capital-sp div img {
	display:block;
	margin:40px 40px 40px 0;
	float:right;
}

#navigator_knowledge-capital-sp ol > li.on div{
	display:block;
}

#navigator_knowledge-capital-sp ol{
	width:100%;
	margin:0;
	padding:0;
}

*/

/* ---------- ↑↑ edit 2017/07/22 ↑↑ ---------- */

.lock {
	overflow:hidden;
}

.modal-content{
	position:relative;
	display:none;
	width:90%;
	height:96%;
	margin:2% 5%;
	padding:0;
/*	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;*/
}

.modal-content p{
	margin:0;
	padding:0;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	z-index:1001 !important;
}

.modal-wrap {
z-index:1002 !important;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
overflow:auto;
}


.modal-open {
color:#00f;
text-decoration:underline;
}

.modal-open:hover {
cursor:pointer;
color:#f00;
}

.modal-close {
color:#00f;
text-align:right;
}

.modal-close:hover {
cursor:pointer;
color:#f00;
}

.modal-content > ul{
overflow: hidden;
margin:0;
padding:0;
}

.modal-content > ul li.lavel a{
color: #fff;
}

p.close_bottom{
	overflow: hidden;
}


p.close_bottom a{
	display:block;
	background-color:#fff;
	font-size:90%;
	text-align:center;
}

}


















/*------------------------------------------------------------------------------------------------*/
.filter {
	margin: 24px 0 16px;
}
.filter:after {
	content: "";
	clear: both;
	display: block;
}

.filter button {
	margin: 0 4px;
}

.filter label {
	font-size: 1.3em;
	display: inline-block;
	margin: 0 20px 0 6px;
	line-height: 350%;
	position: relative;
	top: -8px;
}

.filter select {
	border: none;
	border-radius: 5px;
	font-size: 1.3em;
	padding: 10px 14px;
}

.filter select option.dividable {
	border-bottom: 2px solid #E1E1E2;
}

.filter button{
	border:2px solid #FFD201;
	padding:7px 20px;
	background:#fff;
	vertical-align:top;
	display:inline-block;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka－等幅','ＭＳ Ｐゴシック', "Lucida Grande", "Lucida Sans Unicode", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

.filter button:hover{
	background:#FFD201;
	color:#fff;
	cursor:pointer;
}

/*.filter button:first-child{
	border:2px solid #000;
}

.filter button:first-child:hover{
	background:#000;
}
*/

.filter div{
	float:right;
}
.filter div a img{
	max-width:420px;
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1215px) {
	.filter div{
		float:none;
		margin-top:15px;
		text-align:center;
	}
}

@media only screen and (max-width: 640px) {
	.filter {
		width: 100%;
		text-align: center;
	}

	.filter button{
		padding:7px 10px;
		font-size:1em;
		border: 1px solid #FFD201;
	}
	
	.filter label{
		display:none;
	}
	.filter label:after{
		content:"あああ";
	}
	.filter select{
		margin-top:10px;
		font-size:1em;
	}
}

/*------------------------------------------------------------------------------------------------*/
#content {
	position: relative;
}

#content:after {
	content: "";
	clear: both;
	display: block;
}

/*------------------------------------------------------------------------------------------------*/
.card {
	z-index: 100;
	width: 288px;
	height: 300px;
	overflow: hidden;
	border-radius: 6px;
	transition: top 0.5s ease, left 0.5s ease;
	float: none;
	margin: 8px;
	box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.22) 0 1px 2px 0;
}
.card.wx2 { width: 592px; }
.card.hx2 { height: 616px; }

.card a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.card em {
	position: absolute;
	top: -36px;
	left: -36px;
	width: 72px;
	height: 72px;
	z-index: 10;
	transform: rotate(45deg);
}

.card i {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 20;
	height: 18px;
	width: 18px;
	background-size: contain;
	background-repeat: none;
}

.card figure {
	width: 100%;
	height: 90%;
	background: #FFFFFF;
	position: relative;
	top: 7px;
	z-index: 1;
}

.card img {
	width: 100%;
	height: auto;
}

.card p {
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: all 0.3s ease;
	background: #FFFFFF;
}
.card a:hover p { height: 160px; }

.card p span {
	display: block;
	padding: 10px;
	font-size: 1.4em;
	line-height: 150%;
}

@media only screen and (max-width: 640px) {

	.card {
	    width: 144px;
	    height: 142px;
	    margin: 4px;
	}
	
	.card p {
	    height: 30px;
	}
	
	.card a:hover p { height: 30px; }

	.card p span {
		display: block;
		padding: 4px;
		font-size: 0.7em;
		line-height: 135%;
	}

	.card em {
		top: -18px;
		left: -18px;
		width: 36px;
		height: 36px;
	}
	.card i {
		background-image: url(../img/icon/w_activity.png);
		background-size: 50%;
		background-repeat: no-repeat;
	}
	.card figure {
		top:4px;
	}

	.card.wx2 {
		width:296px;
	}
}


.card p span b {
	font-weight: bold;
}


.card .know, .card .know em { background: #F258DB; }
.card .communicator, .card .communicator em { background: #F258DB; }
.card .activity, .card .activity em  { background: #FFD201; }
.card .information, .card .information em  { background: #012A82; }
.card .facilities, .card .facilities em  { background: #E60114; }
.card .about, .card .about em  { background: #75D2FF; }
.card .access, .card .access em { background: #D7E100; }
.card .youtube, .card .youtube em { background: #E60113; }


.card .know i { background-image: url(../img/icon/w_know.png); }
.card .communicator i { background-image: url(../img/icon/w_communicator.png); }
.card .activity i { background-image: url(../img/icon/w_activity.png); }
.card .information i { background-image: url(../img/icon/w_information.png); }
.card .facilities i { background-image: url(../img/icon/w_facilities.png); }
.card .about i { background-image: url(../img/icon/w_about.png); }
.card .access i { background-image: url(../img/icon/w_access.png); }
.card .youtube i { display: none; }



.card .news {
	background: #FFFFFF;
	height: 100%;
	padding: 0 10px;
	overflow: auto;
}

.card .news dt {
	padding: 20px 0;
}

.card .news dt em {
	font-size: 1.7em;
	font-weight: normal;
	position: static;
	transform: rotate(0);
}

.card .news dt a {
	font-size: 1.2em;
	float: right;
	width: auto;
	padding-right: 8px;
}

.card .news dd {
	padding: 10px 10px;
	border-top: 1px solid #E7E7E7;
}

.card .news dd span {
	font-size: 1.4em;
	display: inline-block;
	padding-right: 10px;
}

.card .news dd a {
	padding-top: 10px;
	display: block;
	font-size: 1.4em;
	line-height: 120%;
	text-decoration:underline;
}

.card .news dd em {
	font-size: 1.2em;
	font-weight: normal;
	position: static;
	color: #FFFFFF;
	padding: 0 10px;
	margin-right: 10px;
	transform: rotate(0);
	line-height: 170%;
}

.card .news dd em:nth-of-type(1) { background: #02AD97; }
.card .news dd em.PRESSRELEASE:nth-of-type(1) { background: #7D00B4; }
.card .news dd em.KnowledgeWorldNetwork:nth-of-type(1) { background: #6FB403; }
.card .news dd em.NEWS:nth-of-type(1) { background: #E66716; }

.card .news dd em:nth-of-type(2) {
	background: #FFF;
	border: 1px solid #E72114;
	color: #E72114;
}

.card .feeds {
	background: #FFFFFF;
	height: 100%;
	padding: 0 10px;
}

.card .feeds .feedsin {
	overflow:auto;
	height: 80%;
}

.card .feeds dl, dt ,dd {
	margin: 0;
	padding: 0;
}


.card .feeds div {
	padding: 20px 0;
}

.card .feeds div {
	padding: 20px 0;
	font-size: 1.6em;
	font-weight: normal;
	transform: rotate(0);
	position:relative;
}

.card .feeds div a {
	font-size: 0.8em;
	float: right;
	width: auto;
	padding-right: 8px;
}


.card .feeds dt {
	font-size: 1.4em;
	padding: 8px 10px;
	border-top: 1px solid #E7E7E7;
}

.card .feeds dd:nth-child(n+2) {
	margin: -1.7em 0 0 10em;
	font-size: 1.4em;
	padding: 0;
	line-height:150%;
}

.card .feeds dd a {
	text-decoration:underline;
	display:inline;
}

button.reading {
	width: 20%;
	padding: 10px;
	margin: 10px auto;
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2.5em;
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	text-transform: none;
}

div.confused { max-width: initial!important; }

/*
.cardsHolding{
	width:100%;
	max-width:1200px;
}
.cardsHolding .wrap{
	margin:auto;
	width:100%;
	max-width:1216px !important;
}
.cardsHolding .wrap .card{
	display:inline-block;
}
*/


/*------------------------------------------------------------------------------------------------*/
div.lists .pane {
	font-size: 1.4em;
	line-height: 150%;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
	border-radius: 5px;
}

div.lists .pane ul {
	width: 100%;
}


div.lists .pane ul li {
	border-top: 1px dotted #ccc;
	padding:1em 0;
}

div.lists .pane ul li:first-child {
	border-top:none;
}

div.lists .pane ul li span {
	display: inline-block;
	padding: 0 10px 0 0;
}

div.lists .pane ul li a {
	display: inline-block;
}

@media only screen and (min-width: 641px) {
	div.lists .pane {
		padding: 50px;
	}
	
	.setTwoCol div.lists .pane {
		margin-right:304px;
	}
}

@media only screen and (max-width: 640px) {
	div.lists .pane {
		padding: 20px;
	}

div.lists .pane ul li a,
div.lists .pane ul li span {
/*	font-size:1.6em;*/
	line-height:150%;
}

}

/*------------------------------------------------------------------------------------------------*/

#pagetop{
	max-width: 1200px;
	margin:40px auto 0;
}

#pagetop p{
	text-align:right;
	font-size:1.2em;
}

#pagetop p::before {
	display:inline-block;
	content: '';
	width: 6px;
	height: 6px;
	border-right: 2px solid #241914;
	border-bottom: 2px solid #241914;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-right:.6em;
}

@media only screen and (max-width: 640px) {
#pagetop{
	width:90%;
}
}



#footer {
	margin: 40px 0 0;
	width: 100%;
}

#footer div {
	background: #FFFFFF;
}

#footer h6 {
	font-size:1.2em;
	line-height: 400%;
	border-bottom: 1px solid #E7E7E7;
}

#footer h6 i {
	font-style: normal;
	display: inline-block;
	padding: 0 4px;
}

#footer ul:after { content: ""; display: block; clear: both; height: 0; }
#footer ul > li {
	display: block;
	text-align: left;
}

#footer label {
	display: block;
}

#footer ul > li {
	position: relative;
	font-size: 1.2em;
}

#footer ol {
	border-top: 1px solid #E7E7E7;
	padding-top:10px;
}

#footer ol li {
	line-height: 200%;
	white-space: nowrap;
}

#footer ol li i {
	display: inline-block;
	font-style: normal;
	padding: 0 4px 0 0;
}

#footer ol li a { text-decoration: none; }

#footer ol li.sub { padding-left:1.3em; }

#footer div p {
	text-align: center;
}

#footer div p a {
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0 16px;
	padding:2em 0;
}

#footer > p {
	/* --- [S] edit 320vp --- */
	/*
	font-size: 1.1em;
	*/
	/* --- [E] edit 320vp --- */
	text-align: center;
	padding: 20px 0;
}

#footer .sp-link{ display:none;}


#footer .footernavi-hidden{
	display:none;
}

#footerBnr ul li img{
	max-width:576px;
	width:100%;
	height:auto;
}


@media only screen and (min-width: 1200px), print {

	#footer h6 span {
		width: 1200px;
	}

	#footer ul {
		width: 1200px;
	}

	#footer ul li {
		box-sizing: content-box !important;
	}

	#footer .sp-link{ display:none;}
}

@media only screen and (min-width:1027px) and (max-width:1199px) {

	#footer h6 span {
		width: 98%;
	}

	#footer ul {
		width: 98%;
	}

	#footer ul > li:nth-child(1) {
		width: 20%;
	}

	#footer ul > li:nth-child(2) {
		width: 20%;
	}

	#footer ul > li:nth-child(3) {
		width: 60%;
	}

	#footer ul > li:nth-child(3) ol { position: relative; }
	#footer ul > li:nth-child(3) ol li {
		display: block;
		width: 50%;
	}
	
	#footer ul > li:nth-child(3) ol li:nth-child(n+6) {
		/*position: absolute;*/
		right: 0;
	}

	#footer ul > li:nth-child(3) ol li:nth-child(6) { top: 10px; }
	#footer ul > li:nth-child(3) ol li:nth-child(7) { top: 34px; }
	#footer ul > li:nth-child(3) ol li:nth-child(8) { top: 58px; }
	#footer ul > li:nth-child(3) ol li:nth-child(9) { top: 82px; }
	#footer ul > li:nth-child(3) ol li:nth-child(10) { top: 106px; }
	#footer ul > li:nth-child(3) ol li:nth-child(11) { top: 130px; }
	#footer ul > li:nth-child(3) ol li:nth-child(12) { top: 154px; }

	#footer ul > li:nth-child(-n+3) { height: 200px; }

	#footer ul > li:nth-child(4) {
		padding-left: 0;
		padding-right: 2%;
		width: 45%;
		height: 200px;
	}

	#footer ul > li:nth-child(7) { margin-right: 0; height: 250px; }

	#footer ul > li:nth-child(8) { margin-left: 200px;  }

	#footer .sp-link{ display:none;}

}

@media only screen and (min-width:830px) and (max-width:1026px) {

	#footer h6 span {
		width: 98%;
	}

	#footer ul {
		width: 98%;
	}

	/*#footer ul{background-color:#99CC00; }*/

	#footer ul > li:nth-child(1) {
		width: 50%;
	}

	#footer ul > li:nth-child(2) {
		width: 50%;
		margin-right:0;
	}

	#footer ul > li:nth-child(-n+2) { height: 140px; }

	#footer ul > li:nth-child(3) {
		width: 46%;
		margin-right:2%;
	}

	#footer ul > li:nth-child(4) {
		width: 50%;
		margin-right:0;
	}

	#footer ul > li:nth-child(5) {
		width: 30%;
	}

	#footer ul > li:nth-child(6) {
		width: 30%;
	}

	#footer ul > li:nth-child(7) {
		width: 30%;
	}

	#footer ul > li:nth-child(7) { margin-right:0; }

	#footer ul > li:nth-child(8) { margin-left:20px;  }

	#footer .sp-link{ display:none;}

}

@media only screen and (min-width: 831px), print {
	#footer {
		/*min-width: 1200px;*/
	}

	#footer h6 {
		margin: 0 0 20px;
	}

	#footer h6 span {
		display: block;
		margin: 0 auto;
	}

	#footer ul {
		margin: 0 auto;
		border-bottom: 1px solid #E7E7E7;
		/*background-color:#b22;*/
	}

	#footer ul > li:nth-child(-n+7) {
		float: left;
		width: 14%;
		/*width: 200px;*/
		padding: 0 2% 0 0;
	}

	#footer ul > li:nth-child(2) {
		float: left;
		width: 15%;
		/*width: 200px;*/
		padding: 0 2% 0 0;
	}

	#footer ul > li:nth-child(3) {
		padding-right: 0;
		/*width: 310px;*/
		width: 28%;
	}



	#footer ul > li:nth-child(-n+4) { height: 302px; }
	#footer ul > li:nth-child(4) {
		padding-left: 2%;
		padding-right: 0;
		/*width: 420px;*/
		width: 36%;
	}

	#footer ul > li:nth-child(7) { margin-right: 300px; height: 200px; }


	#footer ul > li:nth-child(n+8) {
		float: left;
		width: 224px;
		border: 1px solid #E7E7E7;
		padding: 28px 0;
	}
	#footer ul > li:nth-child(8) { margin-left: 244px;  }
	#footer ul > li:nth-child(9) { margin: 0 20px 40px; }
	#footer ul > li:nth-child(10) { padding: 21px 0; }


	#footer ul > li:nth-child(n+8):before {
		display: block;
		float: left;
		content: ">";
		padding: 0 8px 0 10px;
	}

	#footer ul > li:nth-child(n+8):after {
		content: "";
		display: block;
		float: left;
		position: absolute;
		right: 12px;
	}
	#footer ul > li:nth-child(8):after {
		background: url('../img/common/contact.png') no-repeat;
		width: 29px;
		height: 21px;
		top: 23px;
	}
	#footer ul > li:nth-child(9):after {
		background: url('../img/common/mailmagazine.png') no-repeat;
		width: 29px;
		height: 27px;
		top: 20px;
	}
	#footer ul > li:nth-child(10):after {
		background: url('../img/common/channel.png') no-repeat;
		width: 27px;
		height: 30px;
		top: 20px;
	}

	#footer ul > li:nth-child(n+8) label {
		font-size: 1.2em;
		float: left;
	}

	#footer ul > li:nth-child(10) label {
		width: 140px;
		position: relative;
		top: -1px;
	}

	#footer ul > li:nth-child(4) ol { position: relative; }
	#footer ul > li:nth-child(4) ol li {
		display: block;
		width: 50%;
	}
	
	#footer ul > li:nth-child(4) ol li:nth-child(n+10) {
		position: absolute;
		right: 0;
	}
	#footer ul > li:nth-child(4) ol li:nth-child(10) { top: 10px; }
	#footer ul > li:nth-child(4) ol li:nth-child(11) { top: 34px; }
	#footer ul > li:nth-child(4) ol li:nth-child(12) { top: 58px; }
	#footer ul > li:nth-child(4) ol li:nth-child(13) { top: 82px; }
	#footer ul > li:nth-child(4) ol li:nth-child(14) { top: 106px; }
	#footer ul > li:nth-child(4) ol li:nth-child(15) { top: 130px; }
	#footer ul > li:nth-child(4) ol li:nth-child(16) { top: 154px; }
	#footer ul > li:nth-child(4) ol li:nth-child(17) { top: 178px; }

	#footer ul > li:nth-child(-n+7) label {
		padding: 0 0 0 10px;
		margin: 0 0 10px;
		border-left: 4px solid #000000;
	}
	#footer ul > li:nth-child(1) label { border-left-color: #F258DB; }

	#footer ul > li:nth-child(2) label { border-left-color: #F258DB; }
	#footer ul > li:nth-child(3) label { border-left-color: #FFD201; }
	#footer ul > li:nth-child(4) label { border-left-color: #E60114; }
	#footer ul > li:nth-child(5) label { border-left-color: #012A82; }
	#footer ul > li:nth-child(6) label { border-left-color: #75D2FE; }
	#footer ul > li:nth-child(7) label { border-left-color: #D7E100; }

#footer .footernavi-hidden{
	display:none !important;
}

#footerBnr{
	margin:40px 0px 0px;
}
#footerBnr ul{
	text-align:center;
}
#footerBnr ul li{
	display:inline;
}

}




@media only screen and (max-width: 830px) {
#footer{
	-webkit-text-size-adjust: 100%;
}

#footer h6{
	font-weight:normal;
	line-height:150%;
	margin:0;
	padding:2em;
	display:block;
	font-size:inherit;
}

#footer h6 span{
	padding:0;
	display:block;
	
	/* --- [S] edit 320vp --- */
	/*
	font-size:135%;
	*/
	/* --- [E] edit 320vp --- */
}

#footer ul{
	width:100%;
	margin:0 auto;
}

#footer li{
	border-bottom:1px solid #E7E7E7;
}

#footer ol li:last-child{
	border-bottom:none;
}

#footer label{
	padding:1em 1em;
	
	/* --- [S] edit 320vp --- */
	/*
	font-size:20px;
	*/
	line-height:200%;
	/* --- [E] edit 320vp --- */
}

#footer ol{
	padding-top:0;
}

#footer ol,
#footer ol li i{
	display:none;
}

#footer ol li a{
	display:block;
	padding:1em .5em 1em 2em;
	
	/* --- [S] edit 320vp --- */
	/*
	font-size:20px;
	*/
	/* --- [E] edit 320vp --- */
}

#footer ol li.sub{
	padding-left:1em;
}

#footer ul > li:nth-child(2):after,
#footer ul > li:nth-child(3):after,
#footer ul > li:nth-child(4):after,
#footer ul > li:nth-child(6):after{ 
	position: absolute;
	content: "＋";
	top: 0;
	right:1em;
	line-height:350%;
	font-weight:bold;
	font-size:1.6em;
	
	/* --- [S] edit 320vp --- */
	line-height:360%;
	font-size:1.2em;
	/* --- [E] edit 320vp --- */
}

#footer .sp-link{
	display:inherit;
}

#footer div p a{
	padding:1em 0;

	/* --- [S] edit 320vp --- */
	/*
	font-size:20px;
	*/
	margin:0px 4px;
	/* --- [E] edit 320vp --- */
}

#footer > p{
	text-align:center;
}

#footer .footernavi-hidden{
	display:inherit;
}


#footerBnr{
	width:90%;
	margin:40px auto 0px;
}
#footerBnr ul{
	text-align:center;
}
#footerBnr ul li{
	display:inline;
}



}
/*------------------------------------------------------------------------------------------------*/


.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
	z-index:101;
}

.footer.is-show{
    visibility: visible;
    opacity: 1;
}

.footer-nav-rel{
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index:101;
    
        visibility: hidden !important;
}

.footer-nav-rel.is-show{
    visibility: visible;
    opacity: 1;
}


.share{
    text-align: right;
    padding: 10px;
}

.share-item{
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
}

.share-item-facebook{
    background: ;
}

.share-item-twitter{
    background: #55ACEE;
}

.share-item-google-plus{
    background: #CC3732;
}

.nav-rel{
    text-align: center;
    padding: 10px;
}

.nav-rel .sp{
 display: none;
}


/*------------------------------------------------------------------------------------------------*/

.share-btn{
	width:580px;
	margin: auto;
    overflow: hidden;
}

.share-btn ul{
	width:100%;
}

.share-btn ul:after {
	content: "";
	clear: both;
	display: block;
	height: 20px;
}

.share-btn ul li{
	float:left;
	margin-right:20px;
}

.share-btn ul li img{
    display: block;
    max-width: 100%;
    height: auto;
	margin:0 auto;
	text-align:center;
}

.share-btn ul li:last-of-type{
	margin-right:0;
}


.share-btn .fb-like {
	margin-left: 10px;
}

.setTwoCol .wrapShareBtn{
	margin-right:304px;
}



@media only screen and (max-width: 640px) {

.share-btn ul{
	/*padding:0 10%;*/
}

.nav-rel .pc{
 display: none;
}

.nav-rel .sp{
 display: block;
}


.nav-rel img{
	width: 100%;
}

.setTwoCol .wrapShareBtn{
	margin-right:auto;
	
	/* --- [S] edit 320vp --- */
	width:100%;
	overflow:hidden;
	
}
.setTwoCol .wrapShareBtn .share-btn{
	width:inherit;
}
.setTwoCol .wrapShareBtn .share-btn li{
	text-align:center;
	margin:0px;
}

.setTwoCol .wrapShareBtn .share-btn li:nth-of-type(1){
	width:35.45%;
}

.setTwoCol .wrapShareBtn .share-btn li:nth-of-type(2){
	width:64.55%;
}


.setTwoCol .wrapShareBtn .share-btn li img{
	width:90%;
	height:auto;
}
	/* --- [E] edit 320vp --- */



}







@media only screen and (max-width: 640px) {

	button.reading {
		width: 40%;
		margin-bottom:30px;
		font-size: 1.6em;
	}

	.footer{ display: none!important; }
	
	
	.share-btn{
		width:100%;
		overflow:hidden;
	}
	.share-btn ul{
		width:90%;
		margin:auto;
	}
	.share-btn ul li{
		float:left;
		width:48%;
		margin-right:4%;
	}
	.share-btn ul li:last-of-type{
		margin-right:0;
	}
	.share-btn ul li img{
	    max-width: 100%;
	    height: auto;
	}

	.fb_iframe_widget iframe{
		width:300px !important;
		height:auto !important;
	}

		/* --- [↓] edit 320vp --- */


		/* --- [↑] edit 320vp --- */

}











/* 年末年始の営業時間表記 */

#headerAttention{
    max-width: 1160px;
    margin: 30px auto;
    padding: 10px;
    background: #FFFFFF;
    /*border: 2px solid #E60114;*/
    text-align: center;
    color: #000;
    font-size: 1.4em;
    line-height: 2;
}
#headerAttention a{
	color:#2CA6E0;
}

#headerAttention a:hover{
	color:#75d2ff;
}

#headerAttention .pc{
	display:block;
}
@media only screen and (max-width: 640px) {
	#headerAttention{
		margin:20px;
	}
	#headerAttention .pc{
		display:none;
	}
}


/* 超学校VP320用 .chogakko*/

@media only screen and (max-width: 640px) {

#content.kc-taisou .kc-taisou-1 .orange,
#content.kc-taisou .kc-taisou-2 .green,
#content.kc-taisou .kc-taisou-3 .blue {
    padding: 20px 20px;
}

#content.kc-taisou .kc-taisou-1 table {
    width: 100%;
}

#content.kc-taisou .kc-taisou-1 table th{
	width: 28%;
}

}



/* 超学校VP320用 .chogakko*/

@media only screen and (max-width: 640px) {

#content .chogakko {
	    min-width: 100% !important;
}
#content .chogakko p{
	font-size:1em;
	margin-top: 0;
}

#content .chogakko .menu_box{
	font-size: 1em;
}

#content .chogakko .menu_box .course-title{
	font-size: 1.2em;
}
#content .chogakko .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .chogakko .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .chogakko .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .chogakko .course .det {
    font-size: 1.2em;
}

#content .chogakko .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .chogakko .course .det dd{
	font-size:0.9em;
}

#content .chogakko .course .course-detail,#content .chogakko .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .chogakko .course .course-detail {
    clear: both;
}

#content .chogakko .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .chogakko .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .chogakko .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .chogakko .section .lecturer .lec-img img{
	width: 100%;
}


#content .chogakko .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .chogakko .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .chogakko .btn_att {
	font-size:0.9em;
}

#content .chogakko .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .chogakko .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .chogakko .course .course-title .sub-title {
    display:block;
}

#content .chogakko .course .course-title br{
	display:none;
}

#content .chogakko table.tbl01{
	font-size: 1em;
    word-break: break-all;
}

#content .chogakko table.tbl01 th, #content .chogakko table.tbl01 td{
	display:block;
	width:100%;
}

#content .chogakko table.tbl01 .table_bnr {
	float:none;
}

#content .chogakko table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 osaka */

@media only screen and (max-width: 640px) {
#content .osaka{
    min-width: 100% !important;
}

#content .osaka p{
	font-size:1em;
}

#content .osaka .menu_box{
	font-size: 1em;
}

#content .osaka .menu_box .course-title{
	font-size: 1.2em;
}
#content .osaka .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .osaka .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .osaka .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .osaka .course .det {
    font-size: 1.2em;
}

#content .osaka .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .osaka .course .det dd{
	font-size:0.9em;
}

#content .osaka .course .course-detail,#content .osaka .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .osaka .course .course-detail {
    clear: both;
}

#content .osaka .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .osaka .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .osaka .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .osaka .section .lecturer .lec-img img{
	width: 100%;
}


#content .osaka .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .osaka .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .osaka .btn_att {
	font-size:0.9em;
}

#content .osaka .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .osaka .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .osaka .course .course-title .sub-title {
    display:block;
}

#content .osaka .course .course-title br{
	display:none;
}

#content .osaka table.tbl01{
	font-size: 1em;
    word-break: break-all;
}

#content .osaka table.tbl01 th, #content .osaka table.tbl01 td{
	display:block;
	width:100%;
}

#content .osaka table.tbl01 .table_bnr {
	float:none;
}

#content .osaka table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 minpaku */

@media only screen and (max-width: 640px) {
#content .minpaku{
    min-width: 100% !important;
}

#content .minpaku p{
	font-size:1em;
}

#content .minpaku .menu_box{
	font-size: 1em;
}

#content .minpaku .menu_box .course-title{
	font-size: 1.2em;
}
#content .minpaku .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .minpaku .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .minpaku .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .minpaku .course .det {
    font-size: 1.2em;
}

#content .minpaku .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .minpaku .course .det dd{
	font-size:0.9em;
}

#content .minpaku .course .course-detail,#content .minpaku .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .minpaku .course .course-detail {
    clear: both;
}

#content .minpaku .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .minpaku .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .minpaku .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .minpaku .section .lecturer .lec-img img{
	width: 100%;
}


#content .minpaku .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .minpaku .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .minpaku .btn_att {
	font-size:0.9em;
}

#content .minpaku .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .minpaku .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .minpaku .course .course-title .sub-title {
    display:block;
}

#content .minpaku .course .course-title br{
	display:none;
}

#content .minpaku table.tbl01{
	font-size: 1em;
}

#content .minpaku table.tbl01 th, #content .minpaku table.tbl01 td{
	display:block;
	width:100%;
    word-break: break-all;
}

#content .minpaku table.tbl01 .table_bnr {
	float:none;
}

#content .minpaku table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 .cyogakko */

@media only screen and (max-width: 640px) {
#content .cyogakko{
    min-width: 100% !important;
}

#content .cyogakko p{
	font-size:1em;
}

#content .cyogakko .menu_box{
	font-size: 1em;
}

#content .cyogakko .menu_box .course-title{
	font-size: 1.2em;
}
#content .cyogakko .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .cyogakko .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .cyogakko .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .cyogakko .course .det {
    font-size: 1.2em;
}

#content .cyogakko .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .cyogakko .course .det dd{
	font-size:0.9em;
}

#content .cyogakko .course .course-detail,#content .cyogakko .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .cyogakko .course .course-detail {
    clear: both;
}

#content .cyogakko .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .cyogakko .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .cyogakko .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .cyogakko .section .lecturer .lec-img img{
	width: 100%;
}


#content .cyogakko .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .cyogakko .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .cyogakko .btn_att {
	font-size:0.9em;
}

#content .cyogakko .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .cyogakko .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .cyogakko .course .course-title .sub-title {
    display:block;
}

#content .cyogakko .course .course-title br{
	display:none;
}

#content .cyogakko table.tbl01{
	font-size: 1em;
}

#content .cyogakko table.tbl01 th, #content .cyogakko table.tbl01 td{
	display:block;
	width:100%;
    word-break: break-all;
}

#content .cyogakko table.tbl01 .table_bnr {
	float:none;
}

#content .cyogakko table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 .kmd */

@media only screen and (max-width: 640px) {
#content .kmd{
    min-width: 100% !important;
}

#content .kmd p{
	font-size:1em;
}

#content .kmd .menu_box{
	font-size: 1em;
}

#content .kmd .menu_box .course-title{
	font-size: 1.2em;
}
#content .kmd .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .kmd .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .kmd .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .kmd .course .det {
    font-size: 1.2em;
}

#content .kmd .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .kmd .course .det dd{
	font-size:0.9em;
}

#content .kmd .course .course-detail,#content .kmd .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .kmd .course .course-detail {
    clear: both;
}

#content .kmd .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .kmd .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .kmd .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .kmd .section .lecturer .lec-img img{
	width: 100%;
}


#content .kmd .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .kmd .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .kmd .btn_att {
	font-size:0.9em;
}

#content .kmd .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .kmd .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .kmd .course .course-title .sub-title {
    display:block;
}

#content .kmd .course .course-title br{
	display:none;
}

#content .kmd table.tbl01{
	font-size: 1em;
}

#content .kmd table.tbl01 th, #content .kmd table.tbl01 td{
	display:block;
	width:100%;
    word-break: break-all;
}

#content .kmd table.tbl01 .table_bnr {
	float:none;
}

#content .kmd table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 .mouichido */

@media only screen and (max-width: 640px) {
#content .mouichido{
    min-width: 100% !important;
}

#content .mouichido p{
	font-size:1em;
}

#content .mouichido .menu_box{
	font-size: 1em;
}

#content .mouichido .menu_box .course-title{
	font-size: 1.2em;
}
#content .mouichido .menu_box .title {
    font-size: 1em;
    line-height: 120%;
}

#content .mouichido .menu_box .day{
	display:inline;
	width:auto;
	white-space:normal;
}

#content .mouichido .course .det dd{
    padding-left: 4%;
    padding-top: 0;
}

#content .mouichido .course .det {
    font-size: 1.2em;
}

#content .mouichido .course .det dt{
	font-size:0.9em;
	width: 20%;
}
#content .mouichido .course .det dd{
	font-size:0.9em;
}

#content .mouichido .course .course-detail,#content .mouichido .course .course-detail > p:first-of-type {
	margin-top:5px;
}

#content .mouichido .course .course-detail {
    clear: both;
}

#content .mouichido .course .course-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2%;
}

#content .mouichido .section .lecturer .lec-prof{
	color: #FFFFFF;
    margin: 0;
}

#content .mouichido .section .lecturer .lec-img{
	display: block;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

#content .mouichido .section .lecturer .lec-img img{
	width: 100%;
}


#content .mouichido .section .apply .btn a{
    padding: 15px 10px;
    font-size: 1.4em;
}

#content .mouichido .apply .a_end{
	/*margin-top: 20px;*/
	font-size:1.1em;
}

#content .mouichido .btn_att {
	font-size:0.9em;
}

#content .mouichido .course .course-title{
	margin-top:0px !important;
	margin-bottom:20px;
	font-size: 1.3em;
}

#content .mouichido .course .course-title .main-title {
    font-size: 0.7em;
    line-height:1.3;
    display:block;
    margin-bottom:5px;
}
#content .mouichido .course .course-title .sub-title {
    display:block;
}

#content .mouichido .course .course-title br{
	display:none;
}

#content .mouichido table.tbl01{
	font-size: 1em;
}

#content .mouichido table.tbl01 th, #content .mouichido table.tbl01 td{
	display:block;
	width:100%;
    word-break: break-all;
}

#content .mouichido table.tbl01 .table_bnr {
	float:none;
}

#content .mouichido table.tbl01 .table_bnr img{
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	width: 50%;
	float:none;
}

}


/* 超学校VP320用 個別対応もの */

@media only screen and (max-width: 640px) {

#content .mouichido .course .title img,
#content .osaka .course .title img,
#content .minpaku .course .title img{
	width: 100%;
}
#content .mouichido .section img.sp,
#content .mouichido .course img.sp,
#content .osaka .course img.sp,
#content .minpaku .course img.sp{
	width: 100%;
}

#content .chogakko .section .ph_box img{
    width: 100%;
}

#content .mouichido .section table,
#content .chogakko table{
	font-size: 1em;
    word-break: break-all;
}


#content .mouichido .section table th, #content .mouichido .section table td,
#content .chogakko table th, #content .chogakko table td{
	display:block;
	width:100%;
}

#content .mouichido .section .dokusyo_box .title {
    padding-left: 5px;
    width: 100%;
}

#content .mouichido .section .hakko_logo img{
    width: 100%;
}

#content .mouichido .section .sec-box .sec1_box .kouza_a ,
#content .mouichido .section .sec-box .sec1_box .kouza_b {
    background-size: contain;
}

#content .mouichido .section .sec-box .sec1_box .box_top {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 70px 10px 20px 10px;
    font-size: 1em;
    line-height: 1.4;
}

#content .mouichido .section .sec-box .sec1_box .box_bottom {
    height: 100px;
    padding: 20px 20px 20px 110px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
}

#content .mouichido .menu{
    opacity: 1;
}



}


/* VP320用 ARS vol5 */

@media only screen and (max-width: 640px) {

.ars-vol5 .detail .title,
.ars-vol5 .artist .box .box_l img,
.ars-vol5 .artist .box_pro .box_r img,
.ars-vol5 .artist .box img,
.ars-vol5 .artist .box_pro3 img,
.ars-vol5 .program .box .sp img{
    width: 100%;
    height: auto;
}

#content.ars-vol5 .apply .box1 .entry-end img {
    width: 100%;
    height: auto;
}

#content.ars-vol5 .detail p {
    font-size: 1em;
}


#content.ars-vol5 .menu {
    opacity: 1;
}

}

/* VP320用 ARS vol6 */

@media only screen and (max-width: 640px) {

.ars-vol6 .detail img.title ,
.ars-vol6 .artist .box img,
.ars-vol6 .program .box .sp img {
    width: 100%;
}

#content.ars-vol6 .apply .box1 .entry-end img {
    width: 100%;
    height: auto;
}

#content.ars-vol6 .detail p {
    font-size: 1em;
}
}

/* VP320用 ARS vol6 */

@media only screen and (max-width: 640px) {

#content.ars-vol7 .detail p {
    font-size: 1em;
}

}


/* VP320用 the-lab配下　関連 */
@media only screen and (max-width: 640px) {

.the-lab-introduction img {
    width: 100%;
}

#content.active-studio .detail p, 
#content.the-lab-introduction .lab1 p, 
#content.the-lab-introduction .lab2 p {
    font-size: 1.2em;
    line-height: 150%;
}

#content.active-lab table,
#content.active-studio table{
	font-size: 1em;
}

#content.active-studio table th, #content.active-studio table td,
#content.active-lab table th, #content.active-studio table td{
	display:block;
	width:100%;
}

#content.active-studio .detail .border-black-box,
#content.active-lab .detail .border-black-box{
	padding: 15%;
}

}

/* VP320用 FLS配下　関連 */
@media only screen and (max-width: 640px) {

.the-lab-introduction img {
    width: 100%;
}

#content.fls-introduction .introduction-2 ul li p ,
#content.fls-introduction .introduction-1 p {
    font-size: 1em;
    line-height: 150%;
}

#content.fls-introduction .introduction-2 ul li em {
    font-size: 1.2em;
}

#content.fls-introduction table{
	font-size: 1em;
}

#content.fls-introduction table th, #content.fls-introduction table td{
	display:block;
	width:100% !important;
}

#content.fls-introduction table th{
	border-right: none;
}

.fls-introduction .introduction-3 ul li img, .fls-introduction .introduction-3-1 ul li img{
    width: 100%;
}

}

/* VP320用 cafe-lab */
@media only screen and (max-width: 640px) {

#content.cafe-lab table{
	font-size: 1em;
}

#content.cafe-lab table th, #content.cafe-lab table td{
	display:block;
	width:100% !important;
}

#content.cafe-lab table th{
	border-right: none;
}

.cafe-lab .cafe-lab-menu .left .name {
    min-height: 45px;
}


}


/* VP320用 ガイドツアー関連 */
@media only screen and (max-width: 640px) {

#content .family-link .stripe-blue img,
#content .family-link .stripe-pink img{
	    width: 100%;
}

#content .family-link .stripe-blue a::after,
#content .family-link .stripe-pink a::after{
    top: 35%;
    right: 1%;
}



#content.bodily .hodily-4 ul li {
    width: 100%;
    margin-right: 0;
}

#content.bodily .hodily-4 .stripe-brown a {
    padding: 20px 25px;
    font-size: 1.4em;
}

#content.bodily .hodily-4 ul li:last-child {
    margin-top: 20px;
}

#content.bodily .hodily-2 table {
    border: 1px solid #CCCCCC;
}

#content.bodily .hodily-2 table th {
    border:none;
    background-color: #ccc;
    width: 100%;
    display: block;
	text-align: center;
}

#content.bodily .hodily-2 table td {
    width: 100%;
    display: block;
}

#content.bodily .hodily-2 .left .hodily-info ul {
    padding: 10px 10px 10px 10px;
}

#content.bodily .hodily-2 .left .hodily-info ul li {
    width: 100%;
    margin-bottom: 5px;
}

#content.bodily .hodily-2 .left .hodily-info p span {
    width: 100%;
    display: block;
}


#content.discovery .hodily-4 ul li {
    width: 100%;
    margin-right: 0;
}

#content.discovery .hodily-4 .stripe-brown a {
    padding: 20px 25px;
    font-size: 1.4em;
}

#content.discovery .hodily-4 ul li:last-child {
    margin-top: 20px;
}

#content.discovery .hodily-2 table {
    border: 1px solid #CCCCCC;
}

#content.discovery .hodily-2 table th {
    border:none;
    background-color: #ccc;
    width: 100%;
    display: block;
	text-align: center;
}

#content.discovery .hodily-2 table td {
    width: 100%;
    display: block;
}

#content.discovery .hodily-2 .left .hodily-info ul {
    padding: 10px 10px 10px 10px;
}

#content.discovery .hodily-2 .left .hodily-info ul li {
    width: 100%;
    margin-bottom: 5px;
}

#content.discovery .hodily-2 .left .hodily-info p span {
    width: 100%;
    display: block;
}

}

/* VP320用 お知らせ関連 */
@media only screen and (max-width: 640px) {

#content.information .tabs li {
	width:49.5%;
}    

}    

/* VP320用 アクセス関連 */
@media only screen and (max-width: 640px) {

#content.access .access-btn1 a {
    font-size: 1.2em;
}

#content .access-btn2 a {
    padding: 20px 0 20px 5px;
}

#content.access img {
    width: 100%;
}

#content.access .access01 ul li, #content.access-guide .access-guide01 ul li {
	float: left;
    margin-right: 0;
    width: 100%;
}

#content.access .access01 ul li:last-child,
#content.access-guide .access-guide01 ul li:last-child  {
    margin-top: 10px;
}


#content .access-btn2 a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #D7E100;
}

#content .access-btn2 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}


}

/* VP320用 開発経緯 */
@media only screen and (max-width: 640px) {

#content.development table th, #content.development table td {
    padding: 16px 1px;
}

#content.development table th {
    width: 22%;
} 

#content.development table tr td:nth-child(2) {
    width: 15%;
	padding-right: 5px;
}

}

/* VP320用 開発経緯 */
@media only screen and (max-width: 640px) {
#content.privacy ol {
    margin: 30px 0 0 2%;
}

#content.privacy ol li ul {
    margin: 0 0 0 3%;
}

}

/* VP320用 メールマガジン */
@media only screen and (max-width: 640px) {

#mailmagazine img{
    max-width: 100%;
    height: auto;
}

#mailmagazine #content .introduction-1 .mail_entry p.btn {
    padding: 23px 0 15px 0;
}

#mailmagazine #content .introduction-1 .mail_entry p.btn1 {
    margin-left: 0;
    text-align: center;
}

#mailmagazine #content .introduction-1 .mail_entry p.btn2 {
    margin-left: 0;
    float: left;
    display: inline;
    text-align: center;
    margin-top: 15px;
}

#mailmagazine #content .introduction-1 .mail_entry p.btn1 img,
#mailmagazine #content .introduction-1 .mail_entry p.btn2 img{
	width: 50%;
}


}

/*20170927フッタナビ項目追加に伴う高さ調整*/

@media only screen and (min-width: 831px), print{
#footer ul > li:nth-child(-n+4) {
    height: 470px;
}

}

/*20171013フッターバナー追加*/

#footerBnr ul li:first-child{
	margin-right: 2%;
}

@media only screen and (max-width: 640px) {
#footerBnr ul li{
    display: block;
}

#footerBnr ul li:first-child{
	margin-right: 0;
	margin-bottom: 3%;
}

}


/* 年末年始案内 20171217追加
--------------------------------------------------------------- */

.knowledge-salon table tr.newyear,
.shop-details table tr.newyear,
.fls-introduction table tr.newyear,
.active-lab table tr.newyear,
.cafe-lab table tr.newyear,
.SpringX table tr.newyear{
}

.knowledge-salon table tr.newyear th,
.shop-details table tr.newyear th,
.fls-introduction table tr.newyear th,
.active-lab table tr.newyear th,
.cafe-lab table tr.newyear th,
.SpringX table tr.newyear th{
    background-color: #E60114;
    color: #FFFFFF;
}

.knowledge-salon table tr.newyear td,
.shop-details table tr.newyear td,
.fls-introduction table tr.newyear td,
.active-lab table tr.newyear td,
.cafe-lab table tr.newyear td,
.SpringX table tr.newyear td{
    color: #E60114;
}

.knowledge-salon table tr.newyear td .shop,
.shop-details table tr.newyear td .shop,
.fls-introduction table tr.newyear td .shop,
.active-lab table tr.newyear td .shop,
.cafe-lab table tr.newyear td .shop,
.SpringX table tr.newyear td .shop{
    color: #241914;
}


/* 20171013フッターバナー追加
--------------------------------------------------------------- */

@media only screen and (max-width: 640px) {
	.article-headline{
	    height:292px !important;
	}
}


/* 20180308超学校全般スマホレイアウト調整
--------------------------------------------------------------- */


@media only screen and (max-width: 640px) {

/* 超学校VP320用 .chogakko */

#content .chogakko .section .lecturer .lec-img-ret{
	width: 70%;
	float: none;
}

#content .chogakko .section .lecturer .lec-img{
	width: 70%;
	float: none;
}

#content .chogakko .course .main-title,
#content .chogakko .course .course-title .main-title {
    margin-bottom: 10px;
}


#content .chogakko .course .capLecturer {
    margin-top: 20px;
}

#content .chogakko .section .lecturer .lec-prof .prof {
    border-top: none;
}
#content .chogakko .section .lecturer .lec-prof .title {
    border-bottom: none;
}


#content .chogakko table.tbl01 th {
    text-align: left;
}

#content .chogakko .menu_box {
    line-height: 120%;
}

#content .chogakko .menu_box .title {
    margin-bottom: 5px;
}

/* 超学校個別対応ページ */

#content .osaka .section .lecturer .lec-img,
#content .kmd .section .lecturer .lec-img,
#content .minpaku .section .lecturer .lec-img,
#content .mouichido .section .lecturer .lec-img,
#content .cyogakko .section .lecturer .lec-img{
	width: 70%;
	float: none;
}

    
#content .chogakko .section .ph_box{
	width: 70%;
    margin: 0 auto 20px;        
    }
    
#content .osaka .section .lecturer .lec-prof .prof,
#content .kmd .section .lecturer .lec-prof .prof,
#content .minpaku .section .lecturer .lec-prof .prof,
#content .mouichido .section .lecturer .lec-prof .prof,
#content .cyogakko .section .lecturer .lec-prof .prof{
    border-top: none;
}
    
    
#content .osaka table.tbl01 th,
#content .kmd table.tbl01 th,
#content .minpaku table.tbl01 th,
#content .mouichido table.tbl01 th,
#content .cyogakko table.tbl01 th,
#content .mouichido .section table th,
#content .chogakko table th{
    text-align: left;
}    
    
#content .chogakko .section p.comment_box{
    margin-bottom: 20px;        
    }

}
/* 20180308超学校全般スマホレイアウト調整 ここまで
--------------------------------------------------------------- */

/* 20180724トップページバナー追加
--------------------------------------------------------------- */

.topBnrBox {
    display: block;
    overflow: hidden;
    width: 960px;
    margin: 20px auto;
}

.topBnrBox ul{
    
}

.topBnrBox ul li{
    width: 288px;
    float: left;
    margin-right: 15px;
}

.topBnrBox ul li:last-child{
    margin-right: 0;
}

.topBnrBox ul li a{
    
}

.topBnrBox ul li a:hover{
    opacity: 0.7;
}

.topBnrBox ul li a img{
    width: 100%;
}

@media only screen and (max-width: 1232px) {
    .topBnrBox {
    width: 894px;
}
    
}

@media only screen and (max-width: 960px) {
    .topBnrBox {
    width: 98%;
}

.topBnrBox ul li{
    width: 32%;
    margin-right: 2%;
}    
    
}

@media only screen and (max-width: 640px) {
    .topBnrBox {
    width: 95%;
}

.topBnrBox ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
} 

.topBnrBox ul li:last-child{
    margin-bottom: 0;
}    
}

/*20180928ヤフーサーチコード 20190312除外*/

/*フッターレイアウト調整
	#footer ul > li:nth-child(7) {margin-right: 500px;height: 130px;}
	#footer ul > li:nth-child(8) {margin-left: 70px;}
	#footer ul > li:nth-child(11) {
        width: 320px;
        margin-left: 20px;
        padding: 0;
        padding-top: 10px;
	overflow: hidden;
	height: 60px;
    }
	#footer ul > li:nth-child(11):before {
    content: "";
    padding: 10px;        
        
}*/
/*ヤフーサーチコード用
#srchBox
{
width:100%;
_width:100%;
margin-bottom:2px;
background-color:#FFFFFF;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:188px;
margin-right:6px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:80px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}
*/
/*
@media only screen and (max-width: 640px) {
	#footer ul > li:nth-child(7) {margin-right: inherit; height: inherit;}
	#footer ul > li:nth-child(8) {margin-left: inherit;}
	#footer ul > li:nth-child(11) {
        width: 100%;
        margin-left: 0;
	height: 70px;
    }    
	#footer ul > li:nth-child(11):before {
    padding: 0;
    padding-left: 12px;
}

}*/

/*20200304　コロナ対策臨時休業　店舗詳細ページ*/

.fls-introduction .colona_att,
.cafe-lab .colona_att,
.knowledge-salon .colona_att,
.active-lab .colona_att,
.SpringX .colona_att {
    border:2px solid #F00;
    padding:20px;
    margin:0 0 45px;
    text-align: center; 
    color: #F00;
}

@media only screen and (max-width: 640px) {

.fls-introduction .colona_att,
.cafe-lab .colona_att,
.knowledge-salon .colona_att,
.active-lab .colona_att,
.SpringX .colona_att {
    padding:10px;
    }

}
