@charset "utf-8";

/* title */
.title{
	background-color: #d8e4ea;
	padding: 80px 0 50px 0;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
}

/* tableWrap_outer */
.tableWrap_outer{
	position: relative;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.tableWrap_outer:before{
	content: '';
	background-image: url(../images/top/waveTop.svg);
	aspect-ratio: 1920/100;
	width: 100%;
	height: auto;
	position: absolute;
	top:0px;
	left: 0;
}
/*.tableWrap_outer:after{
	content: '';
	background-image: url(../images/location/waveBottom_blue.svg);
	aspect-ratio: 1920/94;
	width: 100%;
	height: auto;
	position: absolute;
	bottom:-1px;
	left: 0;
}*/
.tableWrap{
	width:1386px;
	margin:0 auto;
	margin-bottom: 50px;
	padding: 200px 0 0 0;
}
.tableWrap02{
	width:1386px;
	margin:0 auto;
	padding: 0 0 100px 0;
}
.subTtl_wrap h3{
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.mainTable_inner{
	width:90%;
	margin:0 auto;
	padding: 50px 0;
}
.subTable_inner{
	width:90%;
	margin:0 auto;
	padding: 50px 0 30px 0;
}
.dateWrap{
	width:90%;
	margin:0 auto;
	margin-bottom: 50px;
}
.mainTable_inner table,
.subTable_inner table{
	width:100%;
	border-collapse: collapse;
}
.mainTable_inner table tr th,
.subTable_inner table tr th{
	width:30%;
	font-size: 1.1em;
	font-weight: 500;
	text-align: right;
	background-color:#d8e4ea;
	border-top: 2px solid #d8e4ea;
	border-bottom: 2px solid #fff;
	padding: 10px 20px 10px 0;
}
.mainTable_inner table tr:last-of-type th,
.subTable_inner table tr:last-of-type th{
	border-bottom: 2px solid #d8e4ea;
}
.mainTable_inner table tr td,
.subTable_inner table tr td{
	width:70%;
	font-size: 1em;
	background-color: #fff;
	border: 2px solid #d8e4ea;
	padding: 10px 0 10px 20px;
}
.ttlWrap h3{
	font-size: 2em;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.dateWrap ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.dateWrap ul li{
	font-size: 1em;
}
.dateWrap ul li:first-of-type,
.dateWrap ul li:nth-of-type(2),
.dateWrap ul li:nth-of-type(3){
	margin-right: 10px;
}
@media (max-width:1600px){
	.tableWrap,
	.tableWrap02{
		width:87%;
	}
}
@media (max-width:1200px){
	.tableWrap,
	.tableWrap02{
		width:90%;
	}
	.tableWrap{
		padding: 150px 0 0 0;
	}
	.mainTable_inner{
		padding: 50px 0 30px 0;
	}
}
@media (max-width:1024px){
	.tableWrap{
		width:90%;
		padding: 100px 0 0 0;
	}
}
@media (max-width:768px){
	.tableWrap_outer{
		background-image: url(../images/top/waveBg_sp.jpg);
	}
	.mainTable_inner table tr th,
	.subTable_inner table tr th{
		display: block;
		width:100%;
		font-size: 1.25em;
		font-weight: 500;
		text-align: left;
		border: 2px solid #d8e4ea;
		padding: 10px 10px 5px 10px;
		box-sizing: border-box;
	}
	.mainTable_inner table tr td,
	.subTable_inner table tr td{
		display: block;
		width:100%;
		font-size: 1.15em;
		padding: 5px 10px 10px 10px;
		box-sizing: border-box;
	}
	.mainTable_inner table tr th .under1400,
	.subTable_inner table tr th .under1400,
	.subTable_inner table tr th .under1024{
		display: none;
	}
	.dateWrap ul li{
		width:100%;
		text-align: center;
	}
	.dateWrap ul li:first-of-type,
	.dateWrap ul li:nth-of-type(2){
		margin-right: 0px;
	}
	.tableWrap02{
		padding: 0 0 50px 0;
	}  
}
@media (max-width:500px){
	.mainTable_inner{
		padding: 30px 0;
	}
	.subTable_inner{
		padding: 30px 0 15px 0;
	}
	.dateWrap{
		margin-bottom: 30px;
	}
	.tableWrap:last-of-type{
		margin-bottom: 40px;
	}
	.tableWrap02{
		padding: 0 0 0 0;
	}
}

/* pageNotice */
.pageNotice {
    background-color: #d8e4ea;
    padding: 50px 0;
}