html {
	font-size: 11.5px;
	line-height: 1.7em;
	color: #424242;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic ProN","meiryo", sans-serif;
}

body {
	margin: 0px;
	padding: 0px;

}

p {
	font-size: 0.87em;
	line-height: 1.8em;
}

div {
	font-size: 0.93em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}

h1, h2, h3 {
	font-size: 1.3em;
	color: #57b000;
	font-weight: bold;
	margin-top: 1em;
}

.banner {
	padding: 15px 0 25px 0;

}

.report_title {
	margin: 0px 5px;
	margin-bottom: 10px;
}

.report_title h1 {
	font-size: 1.5em;
	text-decoration: underline;
	text-decoration-color: #DBC0BE;
}

.eye_catch {
	text-align: center;
}

.eye_catch img {
	margin-bottom: 1.4em;
	object-fit: contain;
}

.report_detail img {
	margin: 5px 0px;
	max-width: 100%;
	object-fit: contain;
}

.content {
	padding: 0px 10px;
}

.separation {
	margin-top: 2.8em;
	border-width: 4px 0 0 0;
	border-style: solid;
	border-color: #ebebeb;
}

.content_footer {
	height: 65px;
	padding-top: 5px;
	width: auto;
	text-align: center;
}

.content_footer {
	list-style: none;
	font-size: 18px;
}

.main a {
	text-decoration: none;
	color: #63a4c6;
}

.main a:link {
	color: #63a4c6;
}

.main a:visited {
 	color: #63a4c6;
}

.main a:hover {
 	color: #315060;
}

.eye_catch img {

}


@media screen and (max-width:450px) {
	.main img {
		max-height: 300px;
	}
}
@media screen and (max-width:400px) {
	.main img {
		max-height: 266px;
	}
}
@media screen and (max-width:350px) {
	.main img {
		max-height: 233px;
	}
}
@media screen and (max-width:300px) {
	.main img {
		max-height: 200px;
	}
}
@media screen and (min-width:451px) {
	.report_detail img {
		max-height: 333px;
	}
}
