@charset "utf-8";
/* CSS Document */

#main {
	padding: 65px 0 75px;
	background: url(../img/bg_black.png);
}
#main h2 {
	text-align: center;
}
#main h2 img {
	margin: auto;
	width: 600px;
}

#report {
	padding: 50px 0;
	margin: auto;
	width: 980px;
}
.contents {
	margin-top: 15px;
	float: right;
	width: 695px;
}

p.text-r {
	text-align: right;
}

#report section {
	margin-bottom: 60px;
}

#report section p {
	font-feature-settings: "palt";
}

#report h2 {
	padding: 15px 10px;
	margin-bottom: 15px;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	background: #1d9b8c;
	border-radius: 40px;
}

#report h3 {
	padding: 7px 12px 6px;
	margin-bottom: 10px;
	color: #1d9b8c;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	border-left: solid 4px #1d9b8c;
	background: rgba(29, 155, 140, 0.1);
}

#report h4 {
	margin: 35px 0 10px;
	padding-bottom: 2px;
	color: #1d9b8c;
	border-bottom: 1px solid #ddd;
}
#report h4.bl {
	padding: 0;
	border: none;
}
#report h4 span {
	padding-left: 20px;
	font-size: 12px;
	margin: auto;
	display: inline-block;
}

#report h5.pr {
	margin-top: 30px;
	font-size: 1.1em;
	color: #b6a133;
}
#report h5.inv {
	margin-top: 30px;
	font-size: 1.1em;
	color: #003860;
}

ul.picture {
	margin: 20px auto 30px;
	display: table;
	width: auto;
	border-collapse: separate;
	border-spacing: 10px 0;
}

ul.picture-title {
	margin: 20px auto 30px;
	display: inline-block;
	width: auto;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.picture li {
	display: table-cell;
	width: auto;
	font-size: 0.8em;
	line-height: 1.4;
}
section img {
	display: block;
	margin: 0 auto 5px;
	width: 100%;
	max-width: 650px;
}

.table-img {
	display: block;
	margin: 0 auto 5px;
	width: 100%;
	width: 347px;
	height: 230px;
}

#report table {
	margin: 15px auto;
	width: 100%;
	border: solid 1px #5d5d5d;
	text-align: center;
}
#report tr {
	height: 50px;
	border-bottom: solid 1px #5d5d5d;
}
#report th {
	background: #efefef;
}
#report th,
#report td {
	padding: 5px;
	border-right: solid 1px #5d5d5d;
}

.d-inline-flex {
	display: inline-flex;
}

.d-inline-flex .picture {
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	#main {
		padding: 8% 10%;
	}

	#report {
		width: 100%;
		margin: 0 auto;
		padding: 6% 0 0;
	}
	.contents {
		float: none;
		width: 92%;
		margin: auto 0;
		padding: 0 4%;
	}
	#report h2 {
		padding: 6px 10px;
		margin-bottom: 2%;
		font-size: 15px;
		line-height: 20px;
		border-radius: 7px;
	}
	#main h2 img {
		margin: auto;
		width: 100%;
	}

	#report h3 {
		padding-left: 12px;
		margin-bottom: 3%;
		font-size: 18px;
		line-height: 24px;
	}
	#report h4 {
		margin: 5% 0 2%;
	}
	#report p {
		font-size: 12px;
	}
	#report section {
		margin-bottom: 12%;
	}
	ul.picture {
		margin: 3% auto 0;
		border-spacing: 5px 0;
	}
	.picture li {
		float: none;
		display: table-cell;
		width: auto;
		font-size: 10px;
	}
	.picture li img {
		width: 100%;
	}

	#report table {
		font-size: 12px;
		text-align: left;
	}

	.table-img {
		display: block;
		margin: 0 auto 5px;
		height: 100%;
		width: 100%;
	}

	.d-block {
		display: block !important;
	}
}
