@charset "utf-8";
/* CSS Document */
html {
	font-size: 100%;
}
body {
	font-size: 0.875rem;
	color: #333;
}
img {
	max-width: 100%;
}
#header {
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 10px 15px;
	line-height: 0;
}
#header h1 a {
	display: block;
	width: 180px;
	height: 18px;
}
#header h1 img {
	width: 180px;
	height: 18px;
}
.main_visual {
	max-width: 1000px;
	max-height: 400px;
	margin: 0 auto 60px;
}
.main_visual img {
	width: 100%;
	object-fit: cover;
}
section {
	max-width: 800px;
	margin: 0 auto 60px;
	padding: 60px;
	background-color: #F5F5F5;
}
section h2 {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 34px;
}
#photo {
	max-width: 800px;
	margin: 0 auto 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#photo figure {
	width: 49%;
	margin-bottom: 15px;
}
.index_box {
	border: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
#index ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 auto;
}
#index ol li {
	margin-bottom: 20px;
}
.detail_left {
	float: left;
	width: 30%;
	border-right: 1px solid #333;
}
.detail_right {
	float: right;
	width: 70%;
	padding-left: 40px;
}
.detail_right p {
	margin-bottom: 24px;
	line-height: 1.6;
}
.detail_right a {
	text-decoration: underline;
}
.detail_left dl dt {
	font-weight: bold;
	margin-bottom: 7px;
}
.detail_left dl dd {
	margin-bottom: 17px;
}
#detail::after {
	content: "";
	display: block;
	clear: both;
}
footer {
	padding: 18px 0;
	text-align: center;
	font-size: 0.625rem;
}
@media screen and (max-width: 1024px) {
	.wrapper {
		padding: 0 20px;
	}
	section {
		padding: 40px 20px;
		margin-bottom: 40px;
	}
	#photo {
		flex-direction: column;
	}
	#photo figure {
		width: 100%;
		text-align: center;
	}
	.detail_left, .detail_right {
		float: none;
		width: 100%;
	}
	.detail_right {
		padding: 40px 0 0;
	}
	.detail_left {
		border-right: none;
		border-bottom: 1px solid #333;
		padding-bottom: 26px;
	}
}