@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
#fvImg{
	width: 100%;
	height: 483px;
	margin: 0 auto;
}
#fvImg img{
	height: 483px;
	width: 100%;
	object-fit: cover;
}
#topNews{
	background: #ededed;
	padding: 30px 0;
}
#topNews .inner{
	display: flex;
	align-items: center;
}
#topNews .inner a{
	color: #000;
	text-decoration: none;
}
#topNews .inner a:hover{
	opacity: 0.6;
}
#topNews .inner .tit{
	width: 183px;
	padding-left: 5px;
	line-height: 1;
	font-size: 24px;
}
#topNews .inner .tit a{
	font-size: 16px;
}
#topNews .inner .tit a:after{
	content: "";
	background: url("../img/shared/ico_news_arrow.webp")center center no-repeat;
	width: 7px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}
#topNews .inner dl{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 183px);
}
#topNews .inner dl dt{
	width:12%;
	font-size: 18px;
}
#topNews .inner dl dd{
	font-size: 18px;
	width: 88%;
}
#topInfo{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 100px 0;
}
#topInfo div{
	width: 685px;
}
#topInfo h2{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
#topInfo h2 span{
	border-bottom: solid 4px #000;
}
#topInfo p{
	font-size: 18px;
	margin-bottom: 20px;
}
#topInfo a{
	background: #009f73;
	color: #fff;
	display: block;
	width: 260px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	padding: 12px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#topInfo a:after{
	content: "";
	background: url("../img/shared/ico_arrow.webp")center center no-repeat;
	width: 8px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
#topInfo a:hover{
	opacity: 0.6;
}
#topCont{
	max-width: 1300px;
	margin: 0 auto 60px auto;
	display: flex;
}
#topCont > div{
	width: 50%;
	text-align: center;
	padding: 100px 0;
}
#topCont div#useBg{
	border-right: solid 1px #fff;
	background:url("../img/top/use_bg.webp")center center no-repeat;
	background-size: cover;
}
#topCont div#schoolBg{
	border-left: solid 1px #fff;
	background:url("../img/top/sports_bg.webp")center center no-repeat;
	background-size: cover;
}
#topCont > div h2{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
#topCont > div h2 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#topCont > div a{
	display: block;
	width: 260px;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px;
	font-size: 18px;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	position: relative;
}
#topCont > div a:after{
	content: "";
	background: url("../img/shared/ico_arrow.webp")center center no-repeat;
	width: 8px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
#topCont > div a:hover{
	background: rgba(255,255,255,0.4);
}
#calendarBox{
	max-width: 1100px;
	margin: 0 auto;
	padding:100px 0;
}
#calendarBox #calendarHead{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
#calendarBox #calendarHead h2{
	font-weight: bold;
	font-size: 34px;
}
#calendarBox #calendarHead .select{
	margin-left: auto;
}
#calendarBox #calendarHead ul{
	width: 100%;
	display: flex;
	margin-top: 30px;
}
#calendarBox #calendarHead ul li{
	margin-right: 20px;
}
#calendarBox #calendarHead ul li:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	margin-right: 3px;
}
#calendarBox #calendarHead ul li:nth-of-type(1):before{
	background: #ffc800;
}
#calendarBox #calendarHead ul li:nth-of-type(2):before{
	background: #00a080;
}
#calendarBox #calendarHead ul li:nth-of-type(3):before{
	background: #8050ff;
}
#calendarBox #calendarHead ul li:nth-of-type(4):before{
	background: #a0dc00;
}
#calendarBox #calendarHead ul li:nth-of-type(5):before{
	background: #0080f0;
}
#calendarBox #calendarHead ul li:nth-of-type(6):before{
	background: #f08000;
}
#calendarBox #calendarHead ul li:nth-of-type(7):before{
	background: #ff50a0;
}
#calendarBox #calendarHead ul li:nth-of-type(8):before{
	background: #808080;
}
#calendarBox #calendarHead ul li:nth-of-type(9):before{
	background: #a08050;
}

#pageTit{
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 38px;
	font-weight: bold;
}
.baseTable01 table{
	border-collapse: collapse;
}
.baseTable01 table th{
	width: 20%;
	text-align: left;
	font-size: 18px;
	vertical-align: top;
	border-top: solid 1px #ddd;
	padding: 10px;
}
.baseTable01 table td{
	width: 80%;
	font-size: 18px;
	border-top: solid 1px #ddd;
	padding: 10px;
}
.baseTable01 table td dl{
	display: flex;
	flex-wrap: wrap;
}
.baseTable01 table td dl dt:not(:last-of-type),.baseTable01 table td dl dd:not(:last-of-type){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
.baseTable01 table td dl dt{
	width: 70%;
	padding-right: 4px;
}
.baseTable01 table td dl dt > span{
	display: block;
	padding:10px 10px 10px 0;
}
.baseTable01 table td dl dt span:not(:last-of-type){
	margin-bottom: 4px;
	border-bottom: dotted 2px #efefef;
}
.baseTable01 table td dl dd{
	width: 30%;
}
.baseTable01 table td dl dd span{
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: solid 2px #f0f0f0;
	height: 100%;
}
#infoList{
	background: #f0f0f0;
	margin-top: 60px;
	padding: 60px 0;
}
#infoList h2{
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}
#infoList ul{
	display: flex;
	flex-wrap: wrap;
}
#infoList ul li{
	width: 47%;
	margin: 0 6% 6% 0;
}
#infoList ul li:nth-of-type(2n){
	margin-right: 0;
}
#infoList ul li .ph img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
#infoList ul li h3{
	font-weight: bold;
	font-size: 24px;
	padding: 15px 0 10px 0;
	color: #009f73;
}
#infoList ul li p{
	font-size: 18px;
}
#newsList{
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#newsList dl{
	display: flex;
	flex-wrap: wrap;
}
#newsList dl dt:first-of-type,
#newsList dl dd:first-of-type{
	padding-top: 0;
}
#newsList dl dt{
	width: 120px;
	font-size: 18px;
	padding: 10px;
	border-bottom: solid 1px #ddd;
}
#newsList dl dd{
	font-size: 18px;
	width: calc(100% - 120px);
	border-bottom: solid 1px #ddd;
	padding: 10px;
}
#newsList dl dd a{
	text-decoration: none;
	color: #000;
}
#newsList dl dd a:hover{
	opacity: 0.6;
}
.dataPub{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#newsList figure{
	margin-bottom: 40px;
}
#newsList p{
	font-size: 18px;
}
#newsList p:not(:last-of-type){
	margin-bottom: 40px;
}
#school{
	max-width: 1100px;
	margin: 0 auto;
}
#school h2{
	background: #f0f0f0;
	padding: 20px;
	text-align: center;
}
#use{
	max-width: 1100px;
	margin: 0 auto 60px auto;
}
#use h2{
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 20px;
}
#use h2:before{
	content: "";
	width: 3px;
	height: 30px;
	background: #009f73;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#use h2 + p{
	font-size: 18px;
	margin-bottom: 30px;
}
.baseTable02{
	margin-bottom: 120px;
}
.baseTable02.numList tbody{
	counter-reset: countNum;
}
.baseTable02.numList tbody tr,.baseTable03 tbody tr{
	counter-increment: countNum;
	border-bottom: solid 1px #ddd;
}
.baseTable02.numList tbody tr td:first-of-type:before{
	content: counter(countNum);
	position: absolute;
	left: 10px;
	top: 14px;
}
.baseTable02 table,.baseTable03 table{
	border-collapse: collapse;
	width: 100%;
  table-layout: fixed;
}
.baseTable02 table thead tr:first-of-type th:first-of-type{
	width: 68%;
}
.baseTable02 table thead tr:last-of-type th{
	width: 16%;
}
.baseTable02 table th:last-of-type,.baseTable03 table th:last-of-type{
	border-right: none;
}
.baseTable02 table th,.baseTable03 table th{
	padding: 10px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
	color: #fff;
}
.baseTable02.numList tbody tr td:first-of-type{
	border-left: none;
	vertical-align: top;
	text-align: left;
	padding: 15px 15px 15px 35px;
}
.baseTable02 table td{
	border-left: solid 1px #ddd;
	padding: 15px;
	font-size: 15px;
	position: relative;
	text-align: center;
}
.baseTable02 table thead,.baseTable03 table thead{
	background: #009f73;
}
.baseTable03 table td{
	border-left: solid 1px #ddd;
	padding:15px;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}
.baseTable03 table td:first-of-type{
	border-left: none;
}
.baseTable03 .size01{
	width: 130px;
}
.baseTable03 .size02{
	width: 540px;
}
.baseTable03 .size03{
	width: 180px;
}
.baseTable03 .size04{
	width: 90px;
}
.baseTable03 .size05{
	width: 250px;
}
.baseTable03 .thbg{
	background: #007f5c;
}
.baseTable03 .normal{
	background: #f0f0f0;  background-clip: padding-box;
}
.baseTable03 .bdl{
	border-left: solid 1px #ddd !important;
}
.baseTable03 table:nth-of-type(2){
	margin-top: 40px;
}
.baseTable03 .numList{
	margin-top: 20px;
	counter-reset: numList;
}
.baseTable03 .numList li{
	counter-increment: numList;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 15px;
}
.baseTable03 .numList li:before{
	content: counter(numList)".";
	position: absolute;
	left: 0;
}