@charset "UTF-8";

.philosophy {
	margin: 60px 0 0;
	text-align: center;
}

.philosophy_content>p.philosophy_catch {
	margin: 45px auto 50px;
}

.philosophy_content>p.philosophy_catch>img {
	display: block;
	margin: 0 auto;
}

.philosophy_content>p {
	font-size: 14px;
}

.philosophy_content>p+p {
	margin-top: 14px;
}

.philosophy_quot {
	display: block;
	margin: 30px 0 40px;
	font-style: normal;
}

.philosophy_quot:before,
.philosophy_quot:after {
	content: none;
}

.philosophy_quot>img {
	display: block;
	margin: 0 auto;
}

.philosophy_content>p.philosophy_signature {
	margin: 55px auto 0;
	width: 720px;
	text-align: right;
}

.philosophy_content>p.philosophy_signature>img {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.philosophy {
		margin: 30px 0 0;
		padding: 0 10px;
	}

	.philosophy_content>p.philosophy_catch {
		margin: 25px auto;
	}

	.philosophy_content>p.philosophy_catch>img {
		max-width: 250px;
	}

	.philosophy_content>p {
		font-size: 13px;
		text-align: justify;
	}

	.philosophy_quot {
		margin: 20px 0;
	}

	.philosophy_quot:before {
		content: attr(data-text);
		font-family: serif;
		display: block;
		padding: 0 20px;
		color: #666;
		text-align: justify;
	}

	.philosophy_quot>img {
		display: none;
	}

	.philosophy_content>p.philosophy_signature {
		margin: 15px 0 0;
		width: 100%;
	}
}

.vision {
	margin: 85px 0 0;
	text-align: center;
}

.vision_content>p {
	font-size: 14px;
}

.vision_content>p+p {
	margin-top: 14px;
}

.guideline {
	margin: 85px 0 0;
	text-align: center;
}

.guideline_content>p {
	font-size: 14px;
}

.guideline_content>p+p {
	margin-top: 14px;
}

.outline {
	margin: 85px 0 0;
	text-align: center;
}

.outline_table {
	width: 820px;
	margin: 20px auto 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.outline_table th,
.outline_table td {
	padding: 15px 0;
	border-bottom: dotted 1px #CCC;
	font-size: 13px;
	line-height: 1.8;
	vertical-align: top;
}

.outline_table th {
	width: 95px;
	font-weight: bold;
	text-align: right;
}

.outline_table td {
	padding-left: 55px;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.outline {
		margin: 50px 10px 0;
	}

	.outline_table {
		width: 100%;
		margin: 10px 0 0;
	}

	.outline_table th,
	.outline_table td {
		padding: 10px 0;
		font-size: 12px;
	}

	.outline_table th {
		width: 60px;
	}

	.outline_table td {
		padding-left: 10px;
	}
}


.accessMap {
	margin: 85px 0;
	text-align: center;
}

.accessMap_map {
	height: 380px;
	margin: 45px 100px 0;
}

@media screen and (max-width: 767px) {
	.accessMap {
		margin: 50px 0;
		padding: 0 10px;
	}

	.accessMap_map {
		height: 200px;
		margin: 20px 0 0;
	}
}