@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gNavi .navi03 a {
	color: #FFF;
	background-color: #036eb8;
}
#main .pageTitle h2 .en {
	bottom: 46px;
	right: -11px;
}
#main .pageTitle p {
	margin-bottom: 11px;
}
#main .tableBox {
	margin: 213px auto 74px;
	padding: 125px 160px 100px;
	width: 1100px;
	border-radius: 50px;
	background-color: #e6f1f8;
	box-sizing: border-box;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
	padding-bottom: 30px;
	font-size: 1.8rem;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.15em;
	line-height: 1.8;
}
#main .tableBox table th {
	padding-right: 80px;
	width: 27%;
	font-size: 1.8rem;
	font-weight: normal;
}
#main .tableBox table th span {
	padding: 1px;
	display: block;
	text-align: center;
	background-color: #fff;
}
#main .tableBox table td .link {
	text-decoration: underline;
}
#main .tableBox table td .link:hover {
	text-decoration: none;
}
#main .tableBox table td li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .map {
	margin: 0 auto 105px;
	position: relative;
	overflow: hidden;
	width: 1100px;
	height: 437px;
}
#main .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#main .pageTitle p {
		margin-bottom: 0;
	}
	#main .pageTitle h2 .en {
		bottom: 26px;
		right: -2px;
	}
	#main .tableBox {
		margin: 50px 15px 30px;
		padding: 40px 15px;
		width: auto;
		border-radius: 23px;
	}
	#main .tableBox table th,
	#main .tableBox table td {
		padding-bottom: 20px;
		display: block;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	#main .tableBox table th {
		padding-bottom: 10px;
		padding-right: 0;
		width: 100%;
	}
	#main .tableBox table th span {
		width: 100px;
		padding: 3px 1px;
	}
	#main .map {
		margin: 0 15px 50px;
		width: auto;
		height: auto;
		padding-bottom: 80%;
	}
	#main .tableBox table td .link {
		text-decoration: none;
	}
}
@media all and (max-width: 374px) {
	#main .tableBox table td {
		font-size: 1.3rem;
	}
}
@media all and (-ms-high-contrast:none) {
	#main .tableBox table th span {
		padding-top: 7px;
	}
	#main .tableBox table td {
		padding-top: 7px;
	}
}