@charset "UTF-8";

/*========================================

  Page

========================================*/
.textBody {
	padding-bottom: 50px;
}

.headline {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #003d80;
	padding-bottom: 10px;
}

.headline h1 {
	color: #003d80;
	font-size: 32px;
	margin: 0;
	padding: 0;
}

.headline p {
	line-height: 1em;
	margin-top: .2em;
	font-size: 16px;
}

.headline .point img {
	margin-left: 10px;
}

.detail {
	margin-top: 50px;
}

.detail .flexbox {
	display: flex;
	justify-content: space-between;
}

.detail .maker {
	display: inline-block;
	color: #003d80;
	border: 1px solid #003d80;
	padding: .8em 1em;
	font-size: 16px;
}


.detail h2 {
	font-size: 22px;
	color: #003d80;
	margin-top: 1.5em;
}

.detail table {
	width: 400px;
	margin-top: 10px;
	font-size: 16px;
}

.detail table th,
.detail table td {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: .8em 1.5em;
	white-space: nowrap;
}

.detail table th {
	background-color: #003d80;
	color: #fff;
	text-align: center;
}

.detail table thead th:first-child {
	width: 220px;
}

.detail table td.num {
	text-align: center;
}

.detail .imgbox {
	width: 500px;
	margin-top: 70px;
}

.detail .imgbox img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.feature {
	margin-top: 50px;
}

.feature h2 {
	color: #f70;
	border-left: 6px solid #f70;
	padding: 10px 15px;
	font-size: 30px;
}

.feature .flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.feature .flexbox .box {
	width: 49%;
	border: 2px solid #003d80;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 20px;
	border-radius: 10px;
	margin-bottom: 2%;
}

.feature .flexbox .box h3 {
	text-align: center;
	color: #003d80;
	font-size: 22px;
}

.feature .flexbox .box p {
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.feature .flexbox .box .imgbox {
	text-align: center;
}

.map {
	margin-top: 40px;
}

.map h2 {
	color: #003d80;
	font-size: 24 px;
}

.map iframe {
	margin-top: 20px;
}

footer {
	text-align: center;
	border-top: 1px solid #cbcbcb;
	padding: 60px 0;
	margin-top: 30px;
}