@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;}

#pagetop {position: fixed;bottom: 5%;right: 2%;z-index:999;}
#pagetop a {color: #FFF;padding: 2em 1em;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop:hover {opacity: 0.8;}

.ggmap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe,
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.brsp {display:none;}

	.pc {display: block;} 
	.sp {display: none;}
	
@media screen and (max-width: 768px) {
	.pc {display: none;}
	.sp {display: block;}
}

a:link {
	color: #007FFF;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}

/* ---pc design-------------------------------------- */
body{
	font-size: 13px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: 100%;
	color: #605750;
	overflow-x: hidden;
}
.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	
}
.globalMenu ul , div.scheduleArea > div div.flexBox p , div.scheduleArea > div > div > p , .moreBtn,
.examiFlex div , .footerNav ul , .footerArea2 small ,
nav.globalMenuSP ul li , .companyArea table , .inpArea table ,
#contents02 {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
td{
	font-size: 13px;
}

header {
	width:100%;
}

header.pc >div {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.headerPC {
	width: 100%;
	height: auto;
	margin: 57px auto 0;
	padding-top: 16px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content: center;
			align-content: center;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.headerPC .header_icon ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}

.headerPC .header_icon ul li:not(:first-of-type) {
	margin-left: 42px;
}
.headerPC .header_icon ul li:last-child {
	border-left:35px;
}
.globalMenu {
	padding: 12px 0;
	margin-top:50px;
	width: 100%;
	height: auto;
	background-color: #ff8000;
	}


.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.fixed h1 img {
	width: 50%;
}

.globalMenu ul {
	width: 100%;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	z-index: 999;
}

.globalMenu ul li {
	margin:0 auto;
	padding: 0 0.5em;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	align-self: center;
	font-size: 17px;

}
.globalMenu ul li + li {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
}

.globalMenu ul li a {
	display: block;
	color: #FFFFFF;
	padding: 0.5em 1.5em;
}

.nav {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	z-index: 1000;
}

.nav li {
	position: relative;
}

.nav li img {
	width: 145px;
	height: 48px;
}

.nav li a {
	display: block;
	width: 145px;
	height: 48px;
	transition: 0.5s;
	text-decoration: none;
}

.nav > li:hover > a {/*layer-1*/
	opacity: 0.8;
}

.nav > li li:hover > a {/*layer-2*/
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}

.nav li ul {
	top: 48px;
	left: 0;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
}

.nav li ul li {
	overflow: hidden;
	height: 0;
	z-index: 1000;
	transition: 0.2s;
}

.nav li ul li a {
	color: #fff;
	background-color: rgba(33,33,33,0.9);
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0px 0px;
	border-bottom: 1px solid #333;
}

.nav li ul li:last-child a {
	border-bottom: none;
}

.nav li ul li a:hover {
	color: #fff;
	background-color: rgba(66,66,66,0.9);
	padding: 0;
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 48px;
	text-indent: 13px;
	background-image: url(image/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 9px;
}

.nav li:first-child ul li a:hover {
	background-color: rgba(0,109,217,0.9);
}

.nav li:nth-child(2) ul li a:hover {
	background-color: rgba(255,147,38,0.9);
}

.nav li:nth-child(3) ul li a:hover {
	background-color: rgba(255,0,0,0.9);
}

.nav li:nth-child(4) ul li a:hover {
	background-color: rgba(105,0,144,0.9);
}

.nav li:hover > ul > li {
	overflow: visible;
	height: 48px;
}

.subMenu {
	display: -webkit-flex;
	display: flex;
	padding: 0;
}

.subMenu li {
	padding: 0 1em;
	border-right: 1px solid #333;
	font-size: 12px;
	line-height: 12px;
}

.subMenu li:last-child {
	border-right: none;
}

.subMenu li a {
	font-size: 12px;
	line-height: 12px;
	color: #333;
}

.subMenu li a:hover {
	opacity: 0.7;
}

.fix-header {
	background-color: #FF8800;
	top: -82px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity:0;
	z-index: 1000;
/*	opacity: 0; */
	}

.fixBox {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.fixBox .logo {
	width: 20%;
}

.fixBox .logo img {
	width: 100%;
	vertical-align: middle;
}

.fixBox .fixMenu {
	width: 80%;
	margin: 0;
	padding: 0;
}

.fixBox ul.menu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.fixBox ul.menu li {
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	line-height: 1;
}

.fixBox ul.menu li:last-child {
	margin-right: 0;
}

.fixBox ul.menu li ul {
	margin-top: 1em;
	display: -webkit-flex;
	display: flex;
}

.fixBox ul.menu li ul li {
	text-align: left;
	font-size: 15px;
	margin-right: 1.6em;
}

.fixBox ul.menu li ul li a {
	color: #fff;
}

.fixBox ul.menu li ul li a:hover {
	border-bottom: 1px solid #fff;
}

.fixBox ul.menu li:last-child ul li:last-child {
	margin-right: 0;
}

.fixSnsArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
	-webkit-align-items: center;
			align-items: center;
	margin: 13px 0;
}

.fixMenu ul.fixSns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
}

.fixMenu ul.fixSns li {
	font-size: 13px;
	padding: 0 1.2em;
	line-height: 13px;
}

.fixMenu ul.fixSns li a {
	color: #fff;
	text-decoration: none;
}

.fixMenu ul.fixSns li:first-child {
	border-right: 1px solid #fff;
}

.fixMenu ul.fixSns li:nth-child(2) {
	border-right: 1px solid #fff;
}

.fixMenu ul.fixSns li:nth-child(3) {
	border-right: 1px solid #fff;
}

.fixMenu ul.fixSns li:nth-child(4) {
}

.fixMenu ul.fixSnsBtn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
			justify-content: flex-end;
}

.fixMenu ul.fixSnsBtn li:first-child {
	font-size: 0;
	line-height: 25px;
	margin-right: 8px;
}

.fixMenu ul.fixSnsBtn li:nth-child(2) {
	font-size: 0;
	line-height: 25px;
	margin-right: 8px;
}

.fixMenu ul.fixSnsBtn li:nth-child(3) {
	font-size: 0;
	line-height: 25px;
	margin-right: 16px;
}

#container{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#container:after{
	content:".";
	display: block;
	clear: both;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	z-index: 0;
}

.sliderBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 37.89% 0 0;
}

.sliderBox .inner1, .sliderBox .inner2, .sliderBox .inner3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*.sliderBox .inner1{
	background: url(image/slide1.jpg) no-repeat center top / cover ;
}

.sliderBox .inner2{
	background: url(image/slide2r.jpg) no-repeat center top / cover ;
}

.sliderBox .inner3{
	background: url(image/slide3r.jpg) no-repeat center top / cover ;
}*/

#theTarget {
	margin:0 0 50px;
}

#theTarget img {
	width: 100%;
	height: auto;
}

#theTarget .slick-next {
	right: 20px;
	z-index: 99;
}

#theTarget slick-prev {
	left: 15px;
	z-index: 100;
}
#theTarget .slick-slide:not(.slick-center) img {
  -webkit-filter: opacity(0);
  -moz-filter: opacity(0);
  -o-filter: opacity(0);
  -ms-filter: opacity(0);
  filter: opacity(0);
}

.wrap , #contents02 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 2em;
}

h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

h3 span.jp {
	display: block;
	font-size: 11px;
	color: #666;
	letter-spacing: 0;
	font-weight: normal;
}

#contents02 h3 {
	margin-bottom:1em;
	padding: 0.5em 1em;
	text-align: left;
	color: #FF8800;
	border-left:5px solid #FF8800;
	width: auto;
}

h4 {
	font-weight: bold;
	font-size:16px;
	text-align: left;
	color: #615750;
}

/*.information ul li ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}*/

.infoArea ul.infoBox , .pressArea ul.infoBox {
	width: 100%;
	margin: 25px auto 64px;
}

.information > .infoArea > div {
	margin-bottom: 80px;
}

.information h2 , .schedule h2 , 
.examination h2 , .groups h2 {
	width: 100%;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.information h2 span.rightTxt img {
	vertical-align: super;
}
ul.infoBox li ul {
	width: 100%;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	color: #222222;
	text-align: left;
}
ul.infoBox > li {
	margin: 25px auto 0;
}

ul.infoBox li:first-child {
	margin-top: 0;
}

 ul.infoBox li ul li.infoPhoto img {
	width: 150px;
}

ul.infoBox li  ul li.infoDate {
	margin-left: 28px;
	width: 10.09%
}

ul.infoBox li ul li.infoData {
	margin-left: 28px;
}

ul.infoBox li ul li.infoTag , .infoMore {
	margin-left: 16px;
	padding: 4px 0;
	color: #FFFFFF;
	width: 160px;
	text-align: center;
	border-radius: 5px;
}

ul.infoBox li ul li.tag01 {
	background-color: #FF8000;
}

ul.infoBox li ul li.tag02 {
	background-color: #C03630;
}

ul.infoBox li ul li.tag03 {
	background-color: #00A3D9;
}


ul.infoBox li ul li.infoText {
	margin-left:17px;
	width: 60.90%;
}
ul.infoBox li ul li.infoText span {
	font-size: 16px;
}
ul.infoBox li ul li.infoText img {
	margin-right: 8px;
	border: 1px solid #CCCCCC;
}

ul.infoBox li ul li .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-bottom: 1em;
}

ul.infoBox > li:last-child {
	font-size:14px;
	text-align:right;
}

ul.infoBox > li span.moreBtn {
	padding: 0.5em 1em;
	width: auto;
	background-color: #FF8800;
	border-radius: 5px;
}

ul.infoBox > li span.moreBtn a {
	padding: 0.5em 1em;
	color: #FFFFFF;
}

.infoMore a {
	display: block;
	font-weight: bold;
	color: #ffffff;
}

img.mm {
	width: 100%;
	max-width: 860px;
}


.pressArea ul.infoBox li ul li.infoText {
	width: 75%;
}

.pressArea ul.infoBox li ul li.infoText span.infoTitle {
	font-weight: bold;
}

.pressArea ul.infoBox > li {
	padding-bottom:1em;
	border-bottom:1px dashed #615750;
}

.flexBox.infoYear {justify-content: flex-start;}


div.examination {
	background:#BDBDAE;
	background-size: 100%;
	padding-bottom: 35px;
}
div.examiArea h2 {
	padding-top: 48px;
}
div.C_tokyo , div.C_zenkyu {
	position: relative;
}
div.C_tokyo::before{
	position: absolute;
	content: "";
	margin: 0;
	padding: 25px;
	top:18px;
	left: 18px;
	text-align: left;
	background: url("image/circle_tokyo.png");
	background-position: 0 0;
	background-size: 50px 50px;
}

div.C_zenkyu::before{
	position: absolute;
	content: "";
	margin: 0;
	padding: 25px;
	top:18px;
	left: 18px;
	text-align: left;
	background: url("image/circle_zenkyu.png");
	background-position: 0 0;
	background-size: 50px 50px;
}


div.schedule {
	background-color: #EEEEEE;
}

div.scheduleArea {
	background: url("image/bg_schedule.png") no-repeat 50% 95%;
	background-size: 100%;
}

div.scheduleArea div.esFlex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 52px;
}

div.scheduleArea > div > div:nth-child(3n) {
	margin-right:0;
}

div.scheduleArea > div > div > h3 , #contents02 div.tournamentArea div.touBanner h3 {
	margin: 0 0 15px 0;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}

div.scheduleArea > div > div > p , #contents02 div.tournamentArea div.touBanner p{
	text-align: left;
}

div.scheduleArea > div > div , #contents02  div.tournamentArea div.touBanner {
	width: 30%;
	margin: 0 24px 21px 0;
	padding: 26px 14px 14px 78px;
	border-radius: 5px;
	background-color: #FFBFBF;
	border: 3px solid #615750;
	opacity: 0.8;
	text-align: left;
}



div.examiArea div.examiFlex {
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
div.examiArea > div.examiFlex > div {
	width: 346px;
	padding:35px 18px 18px 83px;
	color: #333326;
	background-color: #BFDFFF;
	text-align: left;
	font-size:9px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.examiFlex div span {
	font-weight: bold;
	font-size: 14px;
}

div.service {
	padding-bottom: 44px;
	width: 100%;
	position: relative;
	background: url("image/bg_dot_r.jpg") top right repeat;
	z-index: 0;
}
div.aboutArea {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 35px;
}

/*div.service div.inner1 {
	background: url("image/bgLeft_dot.png") repeat;
}

div.service div.inner2 {
	background: url("image/bgRight_dot.png") repeat;
}*/

div.about {
	padding-top: 76px;
	color: #FFFFFF;
	background-color: #625851;
}

div.about h2 , div.access h2 {
	width: 100%;
	max-width: 1100px;
}

div.about h2 span::before {
	content: "";
	border-bottom: 3px solid #FFFFFF;
	position: absolute;
	top: 1.5px;
	width: 100%;
	height: 100%;
}

div.about div.rightContents {
	margin: 0 0 0 75px;
	text-align: left;
}

div.about div.rightContents h3 {
	text-align: left;
}



div.about div.rightContents div.btm img {
	margin-top:53px;
/*	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);*/
}

div.groupsArea div.agFlex , div.p_scheduleArea div.scheFlexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

div.groupsArea div.agFlex div  {
	margin-bottom: 16px;
	padding: 18px 22px 20px;
	width: 100%;
	background-color: #F0F0E1;
	border: 4px solid #615750;
	border-radius: 5px;
}

div.groupsArea div.agFlex div:nth-of-type(n+2) {
	margin-left: 24px;
	width: 350px;
}
div.groupsArea div.agFlex div:nth-of-type(2) {
	margin-left:0;
}

 div.agFlex div.agFlexInner ul li{
	padding: 7px 0 17px;
	border-bottom: 2px solid #b7b7b3;
}
div.agFlex div.agFlexInner ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

ul.featuresMenu {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

ul.featuresMenu li {
	margin-right: 3em;
	padding: 1em;
	width: 33%;
	background-color: #F7D678;
	border-radius: 5px;
}

ul.featuresMenu li:last-child {
	margin-right: 0;
}

ul.featuresMenu li a {
	display: block;
	font-size: 15px;
	color: #A13E08;
	font-weight: bold;
}

ul.featuresMenu li a:hover {
	opacity: 0.6;
}

.header_schedule {
	width: 100%;
	height: 125px;
	margin-bottom: 50px;
	background: url("image/header_schedule_image.png") no-repeat;
	background-size: cover;
}

.header_outline , .header_access , .header_start ,
.header_mission , .header_pp , .header_link , .header_site_map ,
.header_inq , .header_conv , .header_mm {
	width: 100%;
	height: 125px;
	margin-bottom: 50px;
	background-color: #42496a;
}

.header_schedule p , .header_outline p , .header_access p ,
.header_start p , .header_mission p , .header_pp p ,
.header_link p , .header_site_map p , .header_inq p ,
.header_conv p , .header_mm p , .header_result p , .header_info p {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	color: #FFFFFF;
	font: bold 23px -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	text-align: right;
}

.header_result , .header_info {
	width: 100%;
	height: 125px;
	margin-bottom: 50px;
	background-color: #ff8800;
}

.header_result p , .header_info p {
	text-align: center;
}


#contents02 .pageRead {
	width:auto;
	padding:0 1em;
}

#contents02 .pageRead p {
	padding:1em 0;
	font-size: 16px;
	text-align: left;
}

#contents02 .pageRead p:last-child {
	padding-bottom: 2em;
}

.featuresArea ul.features_list li {
	text-align: left;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.featuresArea ul.features_list li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.pageContents h2 {
	padding: 140px 0 0;
}



ul.privilege {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.access {
	font-size: 16px;
	color: #333326;
	line-height: 1.9;
	text-align: center;
}

p.address {
	padding-bottom:2em;
}

.map {
	width: 680px;
	margin: 0 auto;
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 5px;
}

.imageBox {
	text-align: left;
}

span.image_title {
	font-weight: bold;
	text-align: left;
}
.causeArea p {
	text-align: left;
}

.companyArea table , .inqArea table , .mmArea table , .startArea table ,.outlineArea table , .accessArea table {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.accessArea table td:first-of-type {
	width: 35%;
}

.outlineArea table td , .outlineArea table th , .companyArea table td ,
.inqArea table th , .inqArea table td , .mmArea table th , .mmArea table td ,
.startArea table th , .startArea table td {
	margin:0;
	padding: 1em;
	border:1px solid #999999;
	max-width: 1200px;
}

.accessArea .pageRead {
	-webkit-display: flex;
			display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.convArea table {
	margin:0 auto;
	width: 100%;
	max-width: 1000px;
}

.convArea table td {
	padding:0.5em 0;
	text-align: left;
} 

#contents02 div.information ,
#contents02 div.tournamentArea div.touBanner{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contents02 div.tournamentArea div.touBanner h3 {
    margin: 0 0 15px 0;
	padding: 0;
    font-weight: bold;
    line-height: 1.5em;
	color:#615750;
    text-align: left;
	border-left: none;
}

footer {
	width: 100%;
	background: #BDBDAE;
	background-size: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
}

div.footerArea1 .footerNavi {
	margin:46px auto 108px;
	width: 100%;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	color: #000000;
	text-align: left;
	vertical-align: baseline;
}

div.footerNavi {
	display: -webkit-flex;
	display: flex;
	font-size: 15px;
}

div.footerNavi > div > ul > li {
	position:relative;
	margin-bottom: 0.5em;
	padding: 0em 0.3em 0.3em 1.3em;
	text-align: left;
}
div.footerNavi > div > ul > li:before {
	position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000000;
}

.footerNav ul {
	margin: 0 auto 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: center;
			justify-content: center;
}

.footerNav ul li {
	margin-bottom: 30px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.footerNav ul li + li {
  border-left: 0;
  border-right: 1px solid #000000;
}


.footerNavi a {
	color: #000000;
	text-decoration: none;
}

footerNavi a:hover , .footerNavi2 a:hover {
	background-color: rgba(255,255,255,0.2);
}

.footerNav a {
	padding: 0.5em 1.5em;
}

.footerNavi2 {
}

.footerNavi2 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	align-items: center;
	z-index: 999;
}

.footerNavi2 li {
	margin:0 20px 0;
}


footer .footerLogo img {
	padding-bottom: 40px;
}

.footerArea2 {
	height: 400px;
	padding: 170px 0 184px;
	background-color: #000000;
}

.footerArea2 small {
	color: #FFFFFF;
}

p small {
	font-size: 12px;
	color: #fff;
	margin-top: 40px;
}

.fix-header {
	background-color: #FF8800;
	top: -82px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity:0;
	z-index: 1000;
	}
.fixBox {
	width: 100%;
	max-width: 1100px;
	margin: 1em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}
.fixLogo {
	width: 18.1819%;
	height: 56px;
}

.fix-header img {
	width: 100%;
	vertical-align: middle;
}

.fixMenu {
	width: 75%;
}

.fixMenu ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}

.fixMenu ul li {
	margin: 0;
	padding: 0;
}

.fixMenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
	display: block;
	margin: 0;
	padding: 0 1em;
}

.fixMenu ul li a:hover {
	margin: 0;
	padding: 0 1em;
	background-color: #ffb745;
}

.p_scheduleArea .table2col {
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.p_scheduleArea .table2col .left_t {
 width: 55%;
}

.p_scheduleArea .table2col .right_t {
width: 45%;
}
.p_scheduleArea .table2col .table_sp{
display: none;
}

.p_scheduleArea .table2col th , .accessArea table th ,
.playerArea table th {
	padding: 17px 0 16px;
	border:1px solid #b6b2af;
	background-color: #eeeeee;
}
.p_scheduleArea .table2col td , .accessArea table td ,
.playerArea table td {
	padding: 0.5em;
	text-align: left;
	border:1px solid #b6b2af;
}
.p_scheduleArea .table2col td.resultBox a {
	padding: 8%;
	color: #ffffff;
	background-color: #f9820a;
}

.p_scheduleArea .table2col td.resultBox a::before {
    content: "";
    display: inline-block;
    height: 82px;
    margin-top: -82px;
    vertical-align: top;
}
.p_scheduleArea td.c1 {
	background-color: #ffbfbf;/*大会*/
}

.p_scheduleArea td.c2 {
	background-color: #bfdfff;/*審査会*/
}

.p_scheduleArea td.c3 {
	background-color: #ffefbf;/*行事*/
}

.p_scheduleArea td.c4 {
	background-color: #dfffbf;/*研修会・講習*/
}
div.p_scheduleArea div.scheFlexBox{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}

div.p_scheduleArea div.scheFlexBox div{
	margin-bottom: 16px;
	padding: 18px 22px 20px;
	width: 30%;
	height: auto;
	color: #333326;
	font: bold 16px -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;	background-color: #F0F0E1;
	border: 4px solid #615750;
	border-radius: 5px;
}

div.p_scheduleArea div.scheFlexBox div a {
	display: block;
	color: #000000;
}

#contents02 .pageRead div.resultInfo p {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
}

.resultArea table th , .tournamentArea table th {
	padding: 1em 2em;
	font-size: 18px;
	border:1px solid #a2a2a2;
	background-color: #f2f2f2;
}

.resultArea table td , .tournamentArea table td {
	padding: 1em;
	text-align: left;
	font-size: 18px;
	border:1px solid #a2a2a2;
	background-color: #ffffff;
}

#contents02 ul.infoYear li {
	margin:0;
	padding: 0 2em;
	width: 20%;
	text-align: center;
	border-left: 1px solid #ff8000;
	border-right: 1px solid #ff8000;
	align-self: center;
	font-size: 17px;
}
#contents02 ul.infoYear li + li {
  border-left: 0;
  border-right: 1px solid #ff8000;
}

#contents02 ul.infoYear li a {
	display: block;
	padding: 0.5em 1.5em;
}

#contents02 ul.infoYear li.active {
	font-weight: 600;
	position: relative;
}

#contents02 .pageRead div.infoInner , #contents02 .pageRead div.infoInner02 {
	margin:0 auto 2em;
	padding:1em;
	width: 80%;
	background-color: #ffffff;
	border: 2px solid #c00000;
	border-radius: 10px;
}
#contents02 .pageRead div.infoInner02 {
	border: none;
}

#contents02 .pageRead div.infoInner p , #contents02 .pageRead div.infoInner02 p {
	font-size: 22px;
	line-height: 1.2em;
}

div.infoInner02 .imageBox {
	margin:0 auto;
	width: 100%;
	text-align: center;
/*	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;*/
}

.infoArea table th {
	margin: 0 auto;
	padding: 1em 2em;
	font-size: 22px;
	border:1px solid #a2a2a2;
	background-color: #f2f2f2;
}

.infoArea table td {
	padding: 1em 1em 1em 2em;
	font-size: 22px;
	text-align: left;
	border:1px solid #a2a2a2;
}

.accessArea table.listTable td {
	padding: 1em;
	color: #000000;
	border:1px solid #b6b2af;
}

ul.tab2 {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}

ul.tab2 li {
	margin-right: 30px;
	width: 35%;
	height: auto;
	display: block;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}

ul.tab2 li a {
	padding: 15px 0;
	width: 100%;
	display: block;
	color: #ffffff;
	background-color: #ff8000;
	opacity: 0.5;
	border-radius: 5px;
}

ul.tab2 li.here a {
	color: #ffffff;
	background-color: #ff8000;
	opacity: 1;
}

/*img rollover alpha*/
.alpha a:hover img {
  opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
		filter: alpha(opacity=80);
}

/*pagetop float*/
#pagetop {
	position: fixed;
	bottom: 50;
	right: 50;
}

#pagetop a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
		filter: alpha(opacity=80);
}



#mainArea {
	width: 100%;
	height: auto;
	text-align: center;
	background-position: right 20;
	background-color: #ffffff;
	padding: 30 0 40;
}
/* ---scale up--------------------------------------- */
/* -------------------------------------------------- */
.scale_up {
	width: 300;
	height: 200;
	border: 0;
	overflow: hidden;
	position: relative;
}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale_up img:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.fixed{position:fixed;top:0;left:0;width:100%}

.alpha a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)"}

#pagetop{position:fixed;bottom:50px;right:50px}
#pagetop a:hover{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha(opacity=80)"}

.side1 {
	background:url(newimg/side1.png) no-repeat left top / contain;
	width: 250px;
	height: 336px;
	text-align: center;
}

.listBox {
}

.listBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 680px;
}

.listBox ul li {
	width: 200px;
	position: relative;
	margin-bottom: 40px;
}

.listBox ul li .listPhoto img {
	width: 200px;
	border-radius: 8px;
}

.listBox ul li .listTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	line-height:150%;
}

.listBox ul li .listDate {
	font-size: 10px;
	color: #999;
	text-align: left;
	margin-bottom: 10px;
}

.listBox ul li .listText {
	font-size: 12px;
	line-height:150%;
	text-align: left;
	display: block;
	position: relative;
	padding-bottom: 3em;
}

.listBox ul li .btn-detail {
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2em;
}

.listBox ul li .btn-detail a {
	width: 4em;
	text-align: center;
	display: block;
	background-color: #666;
	border-radius: 5px;
	padding: 3px 0;
	margin: 13px auto 0;
	color: #FFF;
	text-decoration: none;
}

.listBox ul li .btn-detail a:hover {
	background-color: #888;
}

.cate1, .cate2, .cate3, .cate4, .cate5 {
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	width: 6em;
	margin: 0 1em 6px 0;
	padding: 0.5em 0;
	color: #FFF;
	border-radius: 5px;
} 
.cate1 {
	background-color: #00A3D9;
}

.cate2 {
	background-color: #FF9326;
}

.cate3 {
	background-color: #FF0000;
}

.cate4 {
	background-color: #69008C;
}

.cate5 {
	background-color: #D90000;
}

.news ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 680px;
	padding: 15px 0;
	border-bottom: 1px dotted #333;
}

.news ul li.date {
	width: 15%;
	text-align: left;
	color: #999;
}

.news ul li.text {
	width: 85%;
	text-align: left;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.menuPageBox {
	width: 960px;
	margin: 40px auto 80px;
}

.menuPageBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

.menuPageBox ul li {
	width: 30%;
}

.menuPageBox ul li img {
	width: 100%;
	border-radius: 6px;
}

.menuPageBox ul li h3 {
	width: 100%;
	text-align: center;
	background: url(newimg/1-4.jpg) no-repeat left top / cover;
	color: #FFF;
	padding: 0.4em 0;
	font-size: 15px;
	font-weight: normal;
	margin: 1em 0;
	border-radius: 4px;
	letter-spacing: 0.1em;
}

.menuPageBox ul li h3 a {
	color: #FFF;
	text-decoration: none;
}

.menuPageBox ul li h3 a:hover {
	opacity: 0.7;
}

.menuPageBox ul li p {
	text-align: justify;
	text-justify: inter-ideograph;	
}

.toDetail {
}

.toDetail a {
	display: block;
	background-color: #1D9043;
	width: 6em;
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
	margin: 1em auto 0;
	padding: 0.2em 0;
}

.toDetail a:hover {
	opacity: 0.8em;
	background-color: rgba(29,144,67,0.8);
	
}

/*========================================*/
/*============== google map ==============*/
/*========================================*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.newsBox {
	padding: 30px;
	background-color: #fff;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  	width: 1080px;
  	margin: 40px auto;
	
}

.c-txtsp ul, .newsBox ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

.infoBox .banarArea {
	width: 35%;
}


.infoBox .banarArea ul li {
	width: 100%;
	margin-bottom: 10px;
}

.infoBox .banarArea ul li img {
	width: 100%;
}

.infoBox .newsArea {
	width: 60%;
}



.newsArea ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.newsArea ul li {
	text-align: left;
	padding: 1em 0;
	border-bottom: 1px dotted #ccc;
}

.newsArea ul li .date {
	font-size: 11px;
	color: #666;
}

.newsArea ul li .title {
	font-size: 16px;
}

.newsTitle {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-bottom: 1em;
}

.newsTitle h3 {
	width: 50%;
	text-align: left;
	border-left: 4px solid #220A63;
	text-indent: 13px;
	font-size: 18px;
	line-height: 1.9;
	padding: 0;
	margin: 0;
}

.newsTitle .list {
	width: 7em;
	line-height: 2.4;
}

.newsTitle .list a {
	display: block;
	line-height: 2.4;
	text-align: center;
	color: #fff;
	background-color: #220A63;
	text-decoration: none;
}

.topSns {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.topSns ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.topSns ul li {
	width: 50%;
	height: 300px;
}

.topSns ul li:first-child {
	background: url(image/top2-1.jpg) no-repeat right top / cover;
}

.topSns ul li:nth-child(2) {
	background-color: #D90000;
	position: relative;
}

.topSns ul li:nth-child(2) .mark {
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sampleHead {
	width: 100%;
}

.sampleHead ul {
	width: 100%;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}
.sampleHead ul li {
	width: 50%;
	height: 200px;
}

.sampleHead ul li:first-child {
	background: url(image/s1.png) no-repeat right top / cover;
}

.sampleHead ul li:nth-child(2) {
	position: relative;
	background: url(image/s10.png) no-repeat right center / contain;
	background-color: #220A63;
}

.sampleHead ul li:nth-child(2) .mark {
	position: absolute;
	top: 50%;
	left: -80px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

.pageHead {
	width: 100%;
}

.pageHead ul {
	width: 100%;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}
.pageHead ul li {
	width: 50%;
	height: 200px;
}

.pageHead ul li:first-child {
}

.pageHead ul li:nth-child(2) {
	position: relative;
	background-color: #220A63;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 200px;
	color: #fff;
	text-align: right;
	padding-right: 2em;
}

.pageHead ul li:nth-child(2) .mark {
	position: absolute;
	top: 50%;
	left: -80px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

h2 {
	margin: 0 auto 25px;
	padding:  45px 0 0 0;
	width: 100%;
	font-size: 24px;
	line-height: 100%;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
	text-align: left;
}
h2 span {
	position:relative;
	display: inline-block;
}

h2 span::before {
	content: "";
	width: 100%;
	height: 100%;
	border-bottom:3px solid #615750;
	position: absolute;
	top: 0.5px;

}

div.service h2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

.selfcheckImage {
	margin: 1rem auto 0;
	width: 80%;
	border: 1px solid #000000;
}


h2 span.rightTxt {
	position: inherit;
	display: inline;
}

h2 span.rightTxt::before {
	content: "";
	width: auto;
	height: auto;
	border-bottom: none;
}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.textCenter {text-align: center}
.textRight {text-align: right;}
@media screen and (max-width: 572px) {
#formWrap {
	width: 95%;
	margin: 0 auto;
}
table.formTable th, table.formTable td {
	width: auto;
	display: block;
}

table.formTable th {
	border-bottom: 0;
}
	
	table.formTable td {
		border-bottom: 0;
	}
input[type="text"], textarea {
	width: 80%;
	padding: 5px;
	font-size: 110%;
	display: block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 100%;
	height: 40px;
}
}
/* ---sp design-------------------------------------- */
@media screen and (max-width: 768px) {

.headerSP {
	padding-bottom: 2em;
	width:100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom: 5px solid #ff8800;
}

headerSP h1 img {
	margin:1em 0;
	width: 60%;
}
nav.globalMenuSP {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #BDBDAE;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.globalMenuSP ul {
	background: #FF8800;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSP ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.globalMenuSP ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSP ul li a {
	display: block;
	color: #FFFFFF;
	padding: 1em 0;
}

	/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSP.active {
	transform: translateY(0%);
}

.navToggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 999;
	background: #FF8800;
	text-align: center;
	border-radius: 5px;
}

.navToggle span {
	display: block;
	position: absolute;	/* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ---sp slider--------------------------------------- */
#container{
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#container:after{
	content:".";
	display: block;
	clear: both;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	z-index: 0;
}

#container #theTarget {
	margin: 0 0 20px;
	}
	
#container #theTarget table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#container #theTarget table td {
	height: 50vh;
	text-align: center;
}

#container #theTarget table td.maintxt1 img {
	width: 90%;
}

#container #theTarget table td.maintxt2 img {
	width: 96%;
}

.information ul.infoBox , .pressArea ul.infoBox {
	width: 98%;
	max-width: 98%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
}

ul.infoBox li {
	display: block;
	width: 100%;
	list-style: none;
	}

ul.infoBox li ul {
	display: inherit;
}
ul.infoBox li ul li {
	list-style:none;
}

ul.infoBox li ul li.infoPhoto img {
	width:100%;
}

.pressArea ul.infoBox li ul li.infoPhoto {
	text-align: center;
}
.pressArea ul.infoBox li ul li.infoPhoto img {
	width: 50%;
	}
ul.infoBox li ul li.infoData , ul.infoBox li ul li.infoTag ,
ul.infoBox li ul li.infoText {
	margin: 0.5em 0;
	}

.pressArea ul.infoBox li ul li.infoText {
	margin-left: 0;
	width: 100%;
	}

div.examiArea div.examiFlex , div.aboutArea , div.access div.officePhoto {
	display: inherit;
	width: 98%;
	}
/*div.schedule h2 , div.service h2 {
	width: 100%;
	display: inherit;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}*/
div.schedule h2 .rightTxt img , div.service h2 .rightTxt img {
	height: 12px;
}
.examiFlex div {
	margin-bottom:1em;
	text-align: center;
}
div.service::before , div.service::after {
	position: inherit;
	background: none;
	}

div.serviceArea {
	width:100%;
	display: inherit;
	}

	div.service .inner1 {
	margin:0;
	padding: 0 1em 2em;
	width: 100%;
	max-width: inherit;
	background: url("image/bg_dot_l.jpg") repeat;
}

div.service .inner2 {
	margin: 0 auto;
	padding: 0 1em 2em;
	width: 100%;
	max-width: inherit;
	backgkround:url("image/bg_dot_r.jpg") repeat;
}

div.serviceArea div.sBox {
	width:98%;
}

div.about div.rightContents {
	margin: 1em 0 0;
	width:98%;
	
}

div.about div.btm {
	text-align: center;
}

div.access div.officePhoto img {
	margin: 1em auto;
}

.imageBox img{
	width: 100%;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 0 0;
}

	div.footerArea1 img {
		margin-top: 1em;
	}
div.footerArea1 .footerNavi {
	display: inherit;
	}
	div.footerArea1 > .footerNavi > div {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 70%;
	}

.footerNavi ul {
	margin: 0.2em 1em 0.2em 0;
}

.footerNavi ul li {
	margin-bottom: 0.3em;
}

.footerArea2 {
	padding: 3em 0 2em;
	}
.footerArea2 .footerLogo img {
	width: 80%;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 2em;
}

.footerArea2 small {
	font-size: 3vw;
}

#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: 0.6;
}

#pagetop a {
	padding: 0;
}

.sampleHead {
	width: 100%;
}

.sampleHead ul {
	width: 100%;
	height: 20vh;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
			justify-content: space-around;
}
.sampleHead ul li {
	width: 50%;
	height: 20vh;
}

.pageContents {
	width: 86%;
	max-width: 86%;
	margin: 0 auto;
	padding: 3em 0;
}

h2 {
	font-size: 6.875vw;
	padding-bottom: 0.1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #999999;
	margin: 0 auto 0.5em;
	text-align: left;
}

h2 span::before {
	top: 2px;
}

div.scheduleArea div.esFlex {
	display: inherit;
	}

div.scheduleArea > div > div {
		width:100%;
}

	.companyArea table {
	width: 100%;
}

.read {
	width: 100%;
	font-size: 4.688vw;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.9;
	margin: 0 auto 3em;
}

.p_scheduleArea .table2col {
	display: inherit;
	}
.p_scheduleArea .table2col .left_t ,
.p_scheduleArea .table2col .right_t {
	width: 100%;
}
	
.article {
	width: 660px;
	margin: 0 auto;
	padding: 3em;
	background-color: #F2F9FF;
	border-radius: 5px;
}

.article p.date {
	text-align: center;
	color: #333;
	font-size: 10px;
	margin-bottom: 0.4em;
}

.article h6 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #220A63;
	margin-bottom: 1.2em;
}

.article p.text {
	text-align: left;
	font-size: 14px;
	padding: 0;
	margin-bottom: 2em;
}

.article p.text span {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
	display: block;
	font-size: 12px;
}

.article .articlePhoto {
	width: 100%;
	margin: 0 auto 1.5em;
	padding: 0;
}

.article .articlePhoto img {
	width: 100%;
}

.fix-header {
	display: none;
	}
}