/* ////////////////////////////////////////////
 *                 RESET
 * //////////////////////////////////////////// */

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*body{font:15px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}*/
*{
	box-sizing: inherit;
}
img{vertical-align: bottom;}
strong{font-weight: bold;}
#header table,#sidebar table,#footer table,#shop-other table{border-collapse:collapse;border-spacing:0}
#shop-other table{width:100%;}

/* ////////////////////////////////////////////
 *                 BASE & LAYOUT
 * //////////////////////////////////////////// */

/* clearfix
------------------------------------------*/
.clear{ clear: both; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: ""; display: table; clear: both; }

/* base
------------------------------------------*/

body,th,td,h1,h2,h3,h4,h5,h6,table,td,th{
    color: #202020;
	font-family: "メイリオ" ,"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    line-height: 1.7;
    box-sizing: border-box;
}
body{
	font-size: 76%;
}
a{ color: #1BA0D1; text-decoration: none; }
a:hover{ color: #1BA0D1; text-decoration: underline; }
a:hover.alpha img{ filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; }
.alpha input:hover{ filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60; }

a img, a:hover img{
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
		 -o-transition: 0.2s ease-in-out;
}
img{
	max-width: 100%;
}
p{
	margin: 0 0 10px 0;
	font-size: 117%;
	line-height: 1.714;
}
table{
	margin: 0 0 25px 0;
}
#container{
	overflow: hidden;
}
#container-inner {
    width: 100%;
}
#content-inner{
	position: relative;
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 985px;
}
#content{
	padding: 0 0 0 220px;
}
#alpha{
	float: left;
	width: 735px;
}
#beta{
	float: right;
	width: 220px;
}
.mt-main-index #content-inner #alpha,
.mt-main-index #content-inner{
	float: none;
	margin: 0 auto;
}
@media screen and (max-width:1249px) {
	#alpha{
		width: 74.6192%;
	}
	#beta{
		width: 22.335%;
	}
	.mt-main-index #content-inner #alpha{
		width: 100%;
	}
}
@media screen and (max-width:1024px) {
	.mt-main-index #content-inner{
		padding: 0 10px 60px 10px;
		width: 100%;
	}
}
@media screen and (max-width:985px) {
	#content-inner{
		padding: 0 10px 60px 10px;
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	#content{
		padding: 0;
	}
	.mt-main-index #content-inner #alpha{
		padding: 0;
  }
  body {
    position: relative;
  }
	#header{
    padding: 10px 3.6% 10px 3.6%;
    background-color: #ffffff !important;
    border-bottom: #F2F2F2 5px solid;
    position: fixed;
    top: 0;
    z-index: 1999;
	}
	#alpha{
		width: 100%;
	}
	#beta{
		width: 100%;
	}
}

/* top
------------------------------------------*/

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.fixed-menu{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
	background: #fff url(../images/fixed-bg.png) repeat-x 0 bottom;
	border-right: #D1D1D1 1px solid;
	z-index: 999;
}
.gnav-sp{
	display: none;
}
.fixed-menu .logo a{
	display: block;
	padding: 44px 20px;
	text-align: center;
	background: #fff;
}
.fixed-menu li{
	background: #FDB340;
}
body.access .fixed-menu li:nth-child(5),
body.activity .fixed-menu li:nth-child(3),
body.overview .fixed-menu li:nth-child(2),
body.greeting .fixed-menu li:nth-child(1),
body.results .fixed-menu li:nth-child(4){
	background: #F89B1A;
}
.fixed-menu li a{
	position: relative;
	display: block;
	padding: 24px 35px 20px 53px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #FFF 1px solid;
}
.fixed-menu li a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 19px;
	margin: -7px 0 0 0;
	width: 9px;
	height: 15px;
	background: url(../images/arrow05.png) no-repeat 0 0;
}
.fixed-menu li:nth-child(1) a{
	background: url(../images/snav-bg02.png) no-repeat 9px 50%;
}
.fixed-menu li:nth-child(2) a{
	background: url(../images/snav-bg03.png) no-repeat 9px 50%;
}
.fixed-menu li:nth-child(3) a{
	background: url(../images/snav-bg04.png) no-repeat 9px 50%;
}
.fixed-menu li:nth-child(4) a{
	background: url(../images/snav-bg07.png) no-repeat 13px 50%;
}
.fixed-menu li:nth-child(5) a{
	background: url(../images/snav-bg05.png) no-repeat 9px 50%;
}
.fixed-menu li a:hover{
	text-decoration: none;
	background-color: #F89B1A;
}
#header{
	width: 100%;
	background: none;
}
#header .gnav ul{
	text-align: right;
}
#header .gnav li{
	display: inline-block;
	margin: 0 -3px 0 0;
	/*width: 235px;*/
	width: 225px;
	font-size: 112%;
	text-align: left;
}
#header .gnav li:last-child {
	margin: 0;
	margin-right: 1px;
}
/*#header .gnav li a{
	transition: 0.6s;
}*/
#header .gnav li:nth-child(1) a{
	padding: 0 0 0 30px;
	background: url(../images/list-bg.jpg) no-repeat 0 50%;
}
#header .gnav li:nth-child(2) a{
	padding: 0 0 0 30px;
	background: url(../images/list-bg02.jpg) no-repeat 0 50%;
}
#header .gnav li:nth-child(3) a{
	padding: 0 0 0 58px;
	/*background: #01A7D7 url(../images/list-bg03.png) no-repeat 5px 50%;*/
	background: #01A7D7 url(/exam/img/header/logo-badge.png) no-repeat 13px 7px;
}
#header .gnav li:nth-child(4) a{
	/*padding: 14px 0 10px 0;*/
	text-align: center;
	background: #90c31f;
}
#header .gnav li a{
	display: block;
	/*padding: 10px 0;*/
	padding: 0;
	color: #222;
	line-height: 50px;
}
#header .gnav li a:hover{
	opacity: 0.65;
	text-decoration: none;
}
#header .gnav li:nth-child(1),
#header .gnav li:nth-child(2){
	/*width: 160px;*/
	width: 142px;
}
#header .gnav li:nth-child(4) a,
#header .gnav li:nth-child(3) a{
	color: #fff;
}
.tab-header{
	display: none;
}
.fixed-menu-sp{
	position: fixed;
	top: 0;
	right: -100%;
	padding: 0 0 50% 0;
	width: 78.2%;
	height: 100%;
	overflow-y: scroll;
	background: #FFF;
	box-sizing: border-box;
	z-index: 2000;
}
.fixed-menu-sp:before{
	position: relative;
}
.fixed-menu-sp:after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 7%;
    height: 100%;
	box-shadow: 13px -7px 21px rgba(230,230,230, 0.5) inset;
	z-index: 10;
}
.fixed-base{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.logo2 img{
	width: 100%;
}
.fixed-menu-sp li{
	list-style: none;
	border-bottom: #D1D1D1 1px solid;
}
.fixed-menu-sp li a{
	position: relative;
	display: block;
	padding: 35px 5px 30px 18%;
	color: #5F5F5F;
	font-size: 24px;
	font-weight: bold;
}
.fixed-menu-sp li a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	margin: -12px 0 0 0;
	width: 14px;
	height: 24px;
	background: url(../images/arrow08.jpg) no-repeat 0 0;
}
.fixed-menu-sp li:nth-child(1) a{
	background: url(../images/snav-bg02-sp.jpg) no-repeat 7.5% 50%;
	background-size: 7.5% auto;
}
.fixed-menu-sp li:nth-child(2) a{
	background: url(../images/snav-bg03-sp.jpg) no-repeat 7.5% 50%;
	background-size: 7.5% auto;
}
.fixed-menu-sp li:nth-child(3) a{
	background: url(../images/snav-bg04-sp.jpg) no-repeat 7.5% 50%;
	background-size: 7.5% auto;
}
.fixed-menu-sp li:nth-child(4) a{
	background: url(../images/snav-bg07-sp.jpg) no-repeat 8.0% 50%;
	background-size: 7.0% auto;
}
.fixed-menu-sp li:nth-child(5) a{
	background: url(../images/snav-bg05-sp.jpg) no-repeat 7.5% 50%;
	background-size: 7.5% auto;
}
.fixed-menu-sp li:nth-child(6) a{
	background: url(../images/snav-bg06-sp.jpg) no-repeat 7.5% 50%;
	background-size: 7.5% auto;
}
.fixed-menu-sp .bottom{
	padding: 30px 0 0 0;
}
.fixed-menu-sp .bottom a{
	display: block;
	margin: 0 auto 20px auto;
	width: 81.2%;
}
.slideshow{
	margin: 0 0 40px 0;
	padding: 0 0 0 210px;
	width: 100%;
}
.slideshow li img{
	width: 100%;
}
.mt-main-index h2{
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 5px 15px;
	font-size: 22px;
	font-weight: bold;
}
.mt-main-index h2.sp:after{
	content: '';
	position: absolute;
	left: -3000px;
	bottom: 0;
	width: 9000px;
	border-bottom: #D1D1D1 1px solid;
}
.main-news{
	margin: 0 0 40px 0;
}
.main-news .inner{
	padding: 0 0 0 15px;
}
.main-news li{
	margin: 0 0 10px 0;
	padding: 1px 0 0 72px;
	line-height: 1.2;
}
.main-news li.cat307{
	background: url(../images/label.jpg) no-repeat 0 4px;
	/*background-size: 62px auto;*/
}
.main-news li.cat308{
	background: url(../images/label02.jpg) no-repeat 0 4px;
}
.main-news li.cat309{
	background: url(../images/label03.jpg) no-repeat 0 4px;
}
.main-news li h3 {
	padding-top: 2px;
}
.main-news li span{
	margin: 0 12px 0 0;
	font-size: 125%;
}
.main-news li a {
	font-size: 117%;
}
.main-news .more{
	text-align: right;
}
.main-news .more img{
	width: 74px;
}
.main-content .inner{
	padding: 0 0 0 15px;
}
.main-content .left{
	float: left;
	width: 47.7011%;
}
.main-content .right{
	float: right;
	width: 47.7011%;
}
.main-content h3{
	position: relative;
	margin: 0 0 12px 0;
	padding: 14px 10px 7px 28px;
	height: 70px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	background: url(../images/activity-bg.jpg) 0 0;
	border-left: #EF7E15 3px solid;
}
.main-content .right h3{
	padding: 25px 10px 7px 28px;
}
.main-content h3:after{
	content: '';
	position: absolute;
	top: 17px;
	right: 25px;
	width: 39px;
	height: 39px;
	background: url(../images/arrow.png) no-repeat 0 0;
}
.main-content .div-inner{
	padding: 0 10px;
}
#footer{
	position: relative;
	padding: 0 0 0 210px;
	width: 100%;
}
#footer-inner{
	position: relative;
	padding: 55px 0 245px 0;
	background: #F6F6F6 url(../images/footer-bg.jpg) repeat-x 0 bottom;
}
.pagetop a{
	position: absolute;
	top: -35px;
	right: 40px;
	width: 42px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/pagetop.jpg) no-repeat 0 0;
}
.fnav{
	padding: 0 80px 0 55px;
	min-height: 230px;
}
.fnav>ul>li{
	float: left;
	width: 20%;
}
.fnav>ul>li>a{
	padding: 0;
	font-size: 15px;
	background: none;
}
.fnav a{
	display: block;
	margin: 0 0 4px 0;
	padding: 0 0 0 10px;
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow02.jpg) no-repeat 0 5px;
}
.footer-logo{
	position: absolute;
	left: 43px;
	bottom: 24px;
	width: 171px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/footer-logo.png) no-repeat 0 0;
}
.footer-address{
	position: absolute;
	left: 240px;
	bottom: 39px;
	color: #fff;
	font-size: 12px;
}
.footer-address a{
	color: #fff;
}
.footer-copyright{
	position: absolute;
	left: 240px;
	bottom: 22px;
	color: #fff;
	font-size: 11px;
}
#footer nav{
	position: absolute;
	right: 47px;
	bottom: 19px;
}
#footer nav li{
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 16px;
	background: url(../images/arrow03.jpg) no-repeat 0 50%;
}
#footer nav a{
	color: #fff;
	font-size: 13px;
}
br.b1,
br.b2{
	display: none;
}

@media screen and (max-width:1249px) {
	.slideshow,
	#content,
	.main-content .inner,
	.main-news .inner,
	#footer{
		padding: 0;
	}
	.gnav,
	.fixed-menu{
		display: none;
	}
	.fixed-menu .logo{
		display: block;
	}
	.tab-header{
		position: relative;
		display: block;
		border-bottom: #d6d6d6 1px solid;
	}
	.tab-menu{
		float: left;
		width: 70%;
	}
	.tab-menu li{
		position: relative;
		float: left;
		width: 15%;
		text-align: center;
		background: #FDB340;
		border-right: #d6d6d6 1px solid;
	}
	/* .tab-menu li:nth-child(2) a{
		background: url(../images/snav-bg.png) no-repeat center 10px;
		background-size: 35px auto;
	} */
	.tab-menu li:nth-child(2) a{
		background: url(../images/snav-bg02.png) no-repeat center 10px;
		background-size: 35px auto;
	}
	.tab-menu li:nth-child(3) a{
		background: url(../images/snav-bg03.png) no-repeat center 10px;
		background-size: 35px auto;
	}
	.tab-menu li:nth-child(4) a{
		background: url(../images/snav-bg04.png) no-repeat center 10px;
		background-size: 35px auto;
	}
	.tab-menu li:nth-child(5) a{
		background: url(../images/snav-bg07.png) no-repeat center 10px;
		background-size: 28px auto;
		font-size: 13px;
		padding-top: 47px;
	}
	.tab-menu li:nth-child(6) a{
		background: url(../images/snav-bg05.png) no-repeat center 10px;
		background-size: 35px auto;
	}
	.tab-menu li a{
		display: block;
		padding: 45px 0 0 0;
		height: 100%;
		color: #fff;
		font-size: 16px;
	}
	.tab-menu li a:after{
		content: '';
		position: absolute;
		right: 50%;
		bottom: 10px;
		margin: 0 -7px 0 0;
		width: 15px;
		height: 9px;
		background: url(../images/arrow09.png) no-repeat 0 0;
	}
	.tab-menu .tab-logo{
		padding: 15px 20px;
		width: 25%;
		background: #fff;
	}
	.tab-menu .tab-logo a{
		padding: 0;
	}
	.tab-gnav{
		float: right;
		width: 30%;
	}
	.tab-gnav li{
		float: left;
		width: 50%;
		text-align: center;
	}
	.tab-gnav li a:hover{
		opacity: 0.7;
	}
	.tab-gnav li:nth-child(1),
	.tab-gnav li:nth-child(2){
		width: 50%;
		font-size: 76%;
	}
	.tab-gnav li:nth-child(1) a{
		padding: 14px 0 10px 0;
		text-align: center;
		background: #90c31f;
	}
	.tab-gnav li:nth-child(2) a{
		padding: 14px 0 10px 20px;
		background: #01A7D7 url(../images/list-bg03.png) no-repeat 5px 50%;
		background-size: 15px;
	}
	.tab-gnav li:nth-child(3) a{
		padding: 10px 0 8px 20px;
		background: url(../images/list-bg.jpg) no-repeat 15px 50%;
		background-size: 25px;
	}
	.tab-gnav li:nth-child(4) a{
		padding: 10px 0 8px 15px;
		background: url(../images/list-bg02.jpg) no-repeat 15px 50%;
		background-size: 25px;
	}
	.tab-gnav li a{
		display: block;
		color: #222;
	}
	.tab-gnav li a:hover{
		opacity: 0.65;
		text-decoration: none;
	}
	.tab-gnav li:nth-child(1) a,
	.tab-gnav li:nth-child(2) a{
		color: #fff;
	}
	.footer-logo{
		left: 20px;
	}
	.footer-address{
		left: 200px;
	}
	.footer-copyright{
		left: 200px;
	}
	#footer nav{
		right: 20px;
	}
	#footer nav li{
		margin: 0 0 0 15px;
		padding: 0 0 0 10px;
	}
	#footer nav a{
		font-size: 11px;
	}
}
@media screen and (max-width:1023px) {
	.tab-menu li:nth-child(2) a{
		background: url(../images/snav-bg02.png) no-repeat center 10px;
		background-size: 28px auto;
	}
	.tab-menu li:nth-child(3) a{
		background: url(../images/snav-bg03.png) no-repeat center 10px;
		background-size: 28px auto;
	}
	.tab-menu li:nth-child(4) a{
		background: url(../images/snav-bg04.png) no-repeat center 10px;
		background-size: 28px auto;
	}
	.tab-menu li:nth-child(5) a{
		background: url(../images/snav-bg07.png) no-repeat center 10px;
		background-size: 23px auto;
		font-size: 11px;
		padding-top: 36px;
	}
	.tab-menu li:nth-child(6) a{
		background: url(../images/snav-bg05.png) no-repeat center 10px;
		background-size: 28px auto;
	}
	.tab-menu li a{
		padding: 35px 0 0 0;
		font-size: 13px;
		letter-spacing: -1px;
	}
	.tab-menu li a:after{
		bottom: 5px;
	}

	.tab-gnav li:nth-child(1),
	.tab-gnav li:nth-child(2){
		font-size: 60%;
		letter-spacing: -1px;
	}
	.tab-gnav li:nth-child(1) a{
		padding: 8px 0;
		text-align: center;
		background: #90c31f;
	}
	.tab-gnav li:nth-child(2) a{
		padding: 8px 0 8px 10px;
		background: #01A7D7 url(../images/list-bg03.png) no-repeat 1px 50%;
		background-size: 15px;
	}
	.tab-gnav li:nth-child(3) a{
		padding: 8px 0 8px 20px;
		background: url(../images/list-bg.jpg) no-repeat 15px 50%;
		background-size: 20px;
	}
	.tab-gnav li:nth-child(4) a{
		padding: 8px 0 8px 15px;
		background: url(../images/list-bg02.jpg) no-repeat 15px 50%;
		background-size: 20px;
	}
	.tab-gnav li a{
		display: block;
		color: #222;
		font-size: 76%;
	}
	.tab-gnav li a:hover{
		opacity: 0.65;
		text-decoration: none;
	}
	.tab-gnav li:nth-child(1) a,
	.tab-gnav li:nth-child(2) a{
		color: #fff;
	}
}
@media screen and (max-width:767px) {
	.fnav,
	.tab-header{
		display: none;
	}
	.gnav-sp{
		display: block;
	}
	.logo-sp{
		float: left;
		width: 62.9629%;
	}
	.header-menu{
		float: right;
		width: 11.4478%;
	}
	.slideshow{
		margin: 0 0 20px 0;
	}
	.mt-main-index h2{
		margin: 0 0 20px 0;
		padding: 0 0 5px 0;
	}

	.main-news li a{
		display: block;
		margin: 0 0 0 -72px;
	}
	.main-news .more img{
		width: 24.2424%;
	}
	.main-content .left,
	.main-content .right{
		float: none;
		width: 100%;
	}
	.main-content h3{
		margin: 0 0 12px 0;
		padding: 10px 10px 7px 12px;
		height: 60px;
		font-size: 16px;
	}
	.main-content .right h3{
		padding: 20px 10px 7px 12px;
	}
	.main-content h3:after{
		top: 12px;
		right: 15px;
	}
	#footer-inner{
		padding: 110px 0 0 0;
		background: #1BA0D1 url(../images/footer-bg-sp.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	#footer .bottom{
		padding: 0 0 12px 3.125%;
	}
	.pagetop a{
		display: block;
		float: right;
		position: static;
		margin: 15px 3.125% 0 5%;
		width: 45px;
		height: 45px;
		background: url(../images/pagetop-sp.png) no-repeat 0 0;
	}
	#footer .left{
		overflow: hidden;
	}
	#footer nav{
		position: static;
		margin: 0 0 5px 0;
	}
	#footer nav a{
		font-size: 15px;
	}
	.footer-address{
		position: static;
		font-size: 15px;
	}
	.footer-logo{
		position: relative;
		left: 0;
		bottom: 0;
		text-align: center;
		width: 100%;
		height: 72px;
		background: #fff;
	}
	.footer-logo:after{
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -100px;
		width: 200px;
		height: 72px;
		background: url(../images/footer-logo-sp.png) no-repeat 0 0;
	}
	.footer-copyright{
		position: static;
		padding: 8px;
		color: #202020;
		text-align: center;
		font-size: 15px;
		background: #F2F2F2;
	}
	#footer nav li:first-child{
		margin: 0;
	}
	br.b2{
		display: block;
	}
}
@media screen and (max-width:500px) {
	.fixed-menu-sp li a{
		position: relative;
		display: block;
		padding: 15px 5px 15px 18%;
		color: #5F5F5F;
		font-size: 18px;
		font-weight: bold;
	}
	.fixed-menu-sp li a:after{
		right: 5%;
		margin: -6px 0 0 0;
		width: 7px;
		height: 12px;
		background: url(../images/arrow08.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}
	#footer-inner{
		padding: 70px 0 0 0;
	}
	.pagetop a{
		margin: 15px 3% 0 3%;
		width: 30px;
		height: 30px;
		background: url(../images/pagetop-sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	#footer .bottom{
		padding: 0 0 12px 3.125%;
	}
	#footer nav li{
		position: relative;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
		background: none;
	}
	#footer nav li:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin: -4px 0 0 0;
		width: 2px;
		height: 10px;
		background: #fff;
	}
	#footer nav li:last-child:after{
		content: '';
		position: absolute;
		top: 50%;
		right: -10px;
		margin: -4px 0 0 0;
		width: 2px;
		height: 10px;
		background: #fff;
	}
	#footer nav li a{
		font-size: 12px;
		/*letter-spacing: -1px;
	}
	.footer-address{
		font-size: 11px;
		/*letter-spacing: -1px;*/
	}
	.footer-copyright{
		font-size: 12px;
		letter-spacing: -1px;
	}
}
@media screen and (max-width:375px) {
	.main-news .more img{
		width: 30%;
	}
	#footer-inner{
		padding: 55px 0 0 0;
	}
}
@media screen and (max-width:320px) {
}

/* 右サイド
------------------------------------------*/
.snav{
	background: #FEE0AC;
}
.snav-title{
	margin: 0;
	padding: 12px 10px 10px 46px;
	color: #fff;
	font-size: 17px;
	background: #FDB340 url(../images/arrow06.png) no-repeat 19px 50%;
}
.snav-title a{
	color: #fff;
}
.news .snav-title{
	margin: 0;
	padding: 0;
	background: none;
}
.news .snav-title a{
	display: block;
	padding: 12px 10px 10px 46px;
	color: #fff;
	font-size: 17px;
	background: #FDB340 url(../images/arrow06.png) no-repeat 19px 50%;
}
.news .snav-title a:hover{
	text-decoration: none;
	background-color: #F89B1A;

}
.snav li a{
	display: block;
	padding: 10px 10px 8px 46px;
	color: #202020;
	background: url(../images/arrow07.png) no-repeat 31px 50%;
}
.snav li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow07b.png) no-repeat 31px 50%;
	background-color: #FDB340;
}

/* 下層
------------------------------------------*/
h1#page-title{
	margin: 0 0 40px 0;
	padding: 45px 0 0 245px;
	font-weight: bold;
	font-size: 233%;
}
h2.entry-title{
	margin: 0 0 20px 0;
	padding: 6px 10px 3px 21px;
	font-size: 167%;
	font-weight: bold;
	background: #FAFAFA;
	border-top: #FDB340 3px solid;
	border-bottom: #D1D1D1 1px solid;
}
h2.entry-title a{
	color: #202020;
}
.entry-asset h3{
	position: relative;
	margin: 0 0 20px 0;
	padding: 8px 10px 4px 15px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: #D1D1D1 2px solid;
}
.entry-asset h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 41px;
	height: 2px;
	background: #FDB340;
}
.entry-asset{
	margin: 0 0 40px 0;
}
#breadcrumbs{
	margin: 0 0 48px 0;
	padding: 8px 0 6px 245px;
	border-top: #D1D1D1 1px solid;
	border-bottom: #D1D1D1 1px solid;
}
#breadcrumbs p{
	margin: 0;
}

@media screen and (max-width:1249px) {
	h1#page-title{
		padding: 45px 0 0 10%;
	}
	#breadcrumbs{
		padding: 8px 0 6px 10%;
	}
}
@media screen and (max-width:1024px) {
	h1#page-title{
		padding: 45px 0 0 4%;
	}
	#breadcrumbs{
		padding: 8px 0 6px 4%;
	}
}
@media screen and (max-width:767px) {
	h1#page-title{
		margin: 0 0 20px 0;
		padding: 20px 0 0 4.6875%;
		font-size: 192%;
	}
	h2.entry-title{
		font-size: 159%;
	}
	#breadcrumbs{
		margin: 0 0 20px 0;
		padding: 8px 0 6px 4.6875%;
		font-size: 76%;
	}
}
@media screen and (max-width:500px) {
	h1#page-title{
		padding: 0 0 0 4.6875%;
	}
}

/* ごあいさつ
------------------------------------------*/
.lower.greeting .left{
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	font-size: 12px;
}
.lower.greeting .left img{
	margin: 0 0 5px 0;
}
.lower.greeting .left span{
	font-size: 16px;
	font-weight: bold;
}
.lower.greeting .right{
	overflow: hidden;
}
.lower.greeting .right p{
	margin: 0 0 30px 0;
}
.lower.greeting .right p:last-child{
	margin: 0;
}
@media screen and (max-width:500px) {
	.lower.greeting .left{
		float: none;
		margin: 0 auto 20px auto;
	}
}

/* 活動内容
------------------------------------------*/
.lower.activity .right{
	float: right;
	margin: 0 0 0 28px;
}
@media screen and (max-width:500px) {
	.lower.activity .right{
		float: none;
		margin: 0 0 28px 0;
	}
}
.activity .yellow {
	color: #fba500;
}
.activity .green {
	color: #a5be30;
}
.activity .red {
	color: #c73f3f;
}
.activity .blue {
	color: #686eeb;
	margin-left: 10px;
}
.activity .asset-body dt {
	font-size: 140%;
	font-weight: bold;
}
.activity .asset-body dd {
	margin: 0 0 10px 0;
	font-size: 117%;
	line-height: 1.714;
}
.activity .entry-title {
	position: relative;
}
.activity .entry-title:after {
	content: "";
	display: block;
	clear: both;
}
.activity .entry-title span {
	font-weight: bold;
	display: inline-block;
	float: right;
	font-size: 70%;
	margin-top: 5px;
}



/* センター概要
------------------------------------------*/
.lower.overview table th{
	padding: 3px;
	width: 126px;
	vertical-align: top;
}
.lower.overview table td{
	padding: 3px;
	vertical-align: top;
}
.lower.overview .overview-img {
  text-align: center;
}
.lower.overview .overview-fig figure {
  width: 45%;
  display: block;
  float: right;
  margin: 0;
}
.lower.overview .overview-fig figure:first-child {
  float: left;
}
.lower.overview .overview-img,
.lower.overview .overview-fig {
  margin: 30px 0 60px;
}
.lower.overview .overview-img figcaption,
.lower.overview .overview-fig figcaption {
  margin-top: 5px;
}
.lower.overview .overview-img figcaption:before,
.lower.overview .overview-fig figcaption:before {
  content: url(/common/img/ico-disc.png);
  margin-right: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
}



/* 交通アクセス
------------------------------------------*/
.lower.access table{
	margin: 45px 0 20px 0;
	width: 100%;
	border-top: #D1D1D1 1px solid;
	border-collapse:collapse;
	border-spacing:0;
}
.lower.access th{
	padding: 8px 0 6px 20px;
	width: 27.5%;
	color: #1BA0D1;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #D1D1D1 1px solid;
	box-sizing: border-box;
}
.lower.access td{
	padding: 8px 0 6px 0;
	border-bottom: #D1D1D1 1px solid;
}
.lower.access .more a{
	position: relative;
	display: block;
	margin: 0 auto 35px auto;
	padding: 11px 0 0 42px;
	width: 220px;
	height: 45px;
	color: #fff;
	background: #FDB340;
	border-radius: 5px;
	box-sizing: border-box;
}
.lower.access .more a:before{
	content: '';
	position: absolute;
	top: 16px;
	right: 14px;
	width: 20px;
	height: 25px;
	background: url(../images/arrow06.png) no-repeat 0 0;
}
.lower.access .bottom p{
	margin: 0;
	font-size: 12px;
}
.lower.facilities .upper{
	margin: 0 0 25px 0;
}
.lower.facilities .middle{
	margin: 0 0 20px 0;
}
.lower.facilities .access_map_img {
	margin: 40px 0 10px;
}
.lower.facilities .access_map_img + p {
	margin-bottom: 40px;
}
.lower.facilities .map{
	padding: 20px 0 0 0;
}


/* お知らせ
------------------------------------------*/
body.news .main-news ul{
	margin: 0 0 15px 0;
}
body.news .main-news li{
	margin: 0;
	padding: 12px 0 12px 90px;
	border-bottom: #D1D1D1 1px solid;
}
body.news .main-news li:last-child{
	border: none;
}
body.news .main-news li.cat307{
	background: url(../images/label.jpg) no-repeat 18px 50%;
	/*background-size: 62px auto;*/
}
body.news .main-news li.cat308{
	background: url(../images/label02.jpg) no-repeat 18px 50%;
}
body.news .main-news li.cat309{
	background: url(../images/label03.jpg) no-repeat 18px 50%;
}
.pager{
	text-align: center;
}
.pager .link_page,
.pager span{
	padding: 0 5px;
	border: #D1D1D1 1px solid;
}

@media screen and (max-width:767px) {
	body.news .main-news li.cat307{
		background: url(../images/label.jpg) no-repeat 0 10px;
		/*background-size: 62px auto;*/
	}
	body.news .main-news li.cat308{
		background: url(../images/label02.jpg) no-repeat 0 10px;
	}
	body.news .main-news li.cat309{
		background: url(../images/label03.jpg) no-repeat 0 10px;
	}
	body.news .main-news li{
		padding: 12px 0 12px 72px;
	}
	body.news .main-news li a{
		padding: 7px 0 0 0;
	}
}


/* 講座・セミナー
------------------------------------------*/
.seminar #alpha {
  width: 100%;
  float: none;
}
.seminar ul li.seminar-item {
  padding: 0;
  border-bottom: 1px dotted #d6d6d6;
  /* margin-bottom: 10px; */
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .seminar ul li.seminar-item {
    margin-bottom: 20px;
  }
}
.seminar ul li.seminar-item > a {
  display: block;
  /* padding: 20px 20px 30px; */
  padding: 35px 20px;
}
@media only screen and (max-width: 767px) {
  .seminar ul li.seminar-item > a {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
.seminar ul li.seminar-item > a:after {
  content: "";
  display: table;
  clear: both;
}
.seminar ul li.seminar-item > a:hover {
  background-color: #eeeeee;
}
.seminar .seminar-item .txtArea {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .txtArea {
    float: none;
    width: 100%;
  }
}
.seminar .seminar-item .imgArea {
  float: right;
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .imgArea {
    float: none;
    width: 80%;
    margin: 0 auto 20px;
  }
}
.seminar .seminar-item .imgArea img {
  width: 100%;
}
.seminar .seminar-item .title {
  color: #000000;
  font-weight: bold;
  font-size: 126%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .title {
    font-size: 100%;
    margin-bottom: 10px;
  }
}
.seminar .seminar-item .cat1 {
  font-size: 96%;
  color: #ffffff;
  padding: 5px 10px 3px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .cat1 {
    font-size: 50%;
    padding: 2px 5px 1px;
    position: relative;
    top: -1px;
  }
}
.seminar .seminar-item .cat1.cat1-1 {
  background-color: #ef327a;
}
.seminar .seminar-item .cat1.cat1-2 {
  background-color: #00c1d8;
}
.seminar .seminar-item .cat1.cat1-3 {
  background-color: #fb9504;
}
.seminar .seminar-item .date,
.seminar .seminar-item .excerpt {
  font-weight: bold;
  font-size: 114%;
  color: #000000;
}
.seminar .seminar-item .date span,
.seminar .seminar-item .excerpt span {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .date span,
  .seminar .seminar-item .excerpt span {
    font-size: 75%;
  }
}
.seminar .seminar-item .date:after,
.seminar .seminar-item .excerpt:after {
  content: "";
  display: table;
  clear: both;
}
.seminar .seminar-item .date span:first-child,
.seminar .seminar-item .excerpt span:first-child {
  float: left;
  width: 4em;
  display: inline-block;
  margin: 0;
}
.seminar .seminar-item .date span:last-child,
.seminar .seminar-item .excerpt span:last-child {
  font-weight: normal;
  float: left;
  display: inline-block;
  width: calc(100% - 4em);
  margin: 0;
}
.seminar .seminar-item .excerpt {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .excerpt {
    margin-bottom: 15px;
  }
}
.seminar .seminar-item .linkArea ul:after {
  content: "";
  display: table;
  clear: both;
}
.seminar .seminar-item .linkArea li {
  padding: 0;
  border: none;
  display: inline-block;
  font-size: 84%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .linkArea li {
    font-size: 50%;
    margin-bottom: 10px;
  }
}
.seminar .seminar-item .linkArea li span {
  margin: 0;
}
.seminar .seminar-item .linkArea li:not(:last-child) {
  padding: 8px 10px 5px;
  background-color: #e3e3f1;
  text-align: center;
  margin-left: 10px;
}
.seminar .seminar-item .linkArea li:first-child {
  margin-left: 0;
}
.seminar .seminar-item .linkArea li:last-child {
  float: right;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-item .linkArea li:last-child {
    float: none;
    display: block;
    text-align: right;
  }
  .seminar .seminar-item .linkArea li:last-child img {
    width: 37%;
  }
}
.seminar #alpha-inner .main-news:not(:first-child),
.seminar #alpha-inner .main-content {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .seminar #alpha-inner .main-news:not(:first-child),
  .seminar #alpha-inner .main-content {
    margin-top: 50px;
  }
}
.seminar .seminar-link {
  margin: 0 20px 50px;
}
.seminar .seminar-link a:hover {
  opacity: .6;
}
.seminar .seminar-link li {
  width: 48%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-link li {
    float: none;
    width: 100%;
  }
}
.seminar .seminar-link li a {
  margin: 0;
}
.seminar .seminar-link li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .seminar .seminar-link li:first-child {
    float: none;
    margin-bottom: 20px;
  }
}


/* MV変更
------------------------------------------*/
@media only screen and (min-width: 768px) {
  .slideshow li img {
    width: 985px;
    margin: 0 auto;
  }
}



/* 開催実績ページ
   2020/09
------------------------------------------*/
.scroll-contents .seminar-item {
  transition: all 0.2s;
  height: 0;
  opacity: 0;
}
.scroll-contents .seminar-item.active {
  opacity: 1;
  height: auto;
}
.sortBox {
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  padding: 1em 2.5em;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sortBox {
    width: 100%;
    font-size: 100%;
    border-radius: calc((5/750)*100vw);
  }
}
.sortBox-outer {
  position: relative;
}
.sortBox-outer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffbc3f transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sortBox-outer:after {
    border-width: calc((10/750)*100vw) calc((10/750)*100vw) 0 calc((10/750)*100vw);
    left: calc((25/750)*100vw);
  }
}


/* 活動内容ページ
   2020/09
------------------------------------------*/
.listLink {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .listLink {
    margin: calc((35/750)*100vw) 0 0;
  }
}
.listLink a {
  display: inline-block;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ee7700;
  padding: 1em 2.5em;
  border: 2px solid #feb340;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .listLink a {
    font-size: 118%;
    width: 100%;
    padding: 0.8em 0;
  }
}
.listLink a:hover {
  opacity: .7;
}
.listLink a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ee7700;
  border-right: 2px solid #ee7700;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.2em;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .listLink a:after {
    width: calc((18/750)*100vw);
    height: calc((18/750)*100vw);
    right: 8%;
  }
}