@charset "UTF-8";

/*/////////////////////////////
// !index 
/////////////////////////////*/
a.more {
	width: 194px;
	height: 48.5px;
	overflow: hidden;
	position: relative;
}
a.more img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
a.more img:hover {
	transform: translateY(-48.5px);
	transition: .3s;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	a.more img:hover {
		transform: none;
	}
}
/* !spend */

/* mv */
#mv {
	position: relative;
	width: 100%;
	height: auto;
}
#mv h1 {
	width: 100%;
}
#mv h1 img {
	width: 100%;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mv {
		position: relative;
		padding-bottom: 30%;
	}
	#mv h1 {
		position: absolute;
		top: 105px;
	}
	#mv h1 img {
		width: 100%;
	}
}
/* !spend */

/* Main Topic */
#mt {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}

#mt h2 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 30px;
}

#mt table {
	width: 100%;
}
#mt table tr {
	border-top: 0.25px solid #b0b0b0;
	height: 100px;
}
#mt table tr:last-of-type {
	border-bottom: 0.25px solid #b0b0b0;
}

#mt table th, #mt table td {
	font-size: 16px;
	text-align: left;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.03em;
}
#mt table th {
	width: 15%;
	font-weight: 100;
	padding-left: 1.5em;
	color: #7b7b7b;
	background: #f7f9ff;
}
#mt table td {
	padding-left: 2em;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	#mt {
		width: 90%;
		padding-top: 35%;
		padding-bottom: 5%;
	}

	#mt h3 {
		font-size: 7vw;
		line-height: 7vw;
	}

	#mt table th, #mt table td {
		font-size: 3.25vw;
		letter-spacing: 0.08em;
	}
	#mt table th {
		padding-left: 0.5em;
	}
	#mt table td {
		padding-left: 1em;
	}
}
/* !spend */


/* topics */
div[id^="t0"] {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 0;
}
div#t04 {
	padding-bottom: 150px;
}
div[id^="t0"] h3 {
	font-size: 26px;
	color: #063882;
	margin-bottom: 30px;
}
div[id^="t0"] .map {
	width: 100%;
	height: 520px;
}
div[id^="t0"] p.address {
	padding-top: 24px;
	font-size: 14px;
	line-height: 24px;
}

/* !style-sp ──────────────────────────────── ///////*/
@media screen and (max-width: 768px) {
	div[id^="t0"] {
		width: 90%;
		margin: 0 auto;
		padding-top: 15% !important;
	}
	div[id^="t0"] h3 {
		font-size: 5vw;
		line-height: 7vw;
	}
	div[id^="t0"] p.address {
		font-size: 3vw;
		line-height: 5vw;
	}
}
/* !spend */