/* body
------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	font-size: 14px;
	background-color: #fff9e9;
}
h2, h3 {
	font-weight: bold;
}
a {
	color: #0044cc;
	text-decoration: underline;
}
a:hover {
	color: #0044cc;
	text-decoration: none;
}
a img {
	transition: 0.3s;
}
a:hover img {
	opacity: 0.5;
}
.red {
	color: #C41372;
}
.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 50px;
}
.row > * {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.container {
		max-width: 480px;
		padding: 0 20px;
	}
	.row > *:last-child {
		margin-bottom: 0;
	}
}

/* header
------------------------------ */

.header {
	background-image: url(img/bg-left.png), url(img/bg-right.png);
	background-position: left top, right top;
	background-size: 300px, 300px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 30px 0;
}
.header h1 {
	text-align: center;
	margin: 0;
}
.header .col-txt {
	font-weight: bold;
}
.header .small {
	font-weight: bold;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.header {
		background-size: 100px, 100px;
	}
	.header h1 img:first-child {
		max-width: 240px;
	}
	.header .col-txt {
		max-width: 360px;
		margin: 0 auto;
	}
}

/* section
------------------------------ */

.section {
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 50px 0;
}
.section .section-title {
	background-color: #2DA97E;
	border-radius: 10px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 10px 20px;
	margin: 0 0 30px 0;
	line-height: 1.4;
}
.section .table {
	margin: 30px 0;
}
.section .table th,
.section .table td {
	border: none;
	border-bottom: 1px solid #2DA97E;
	padding: 10px 15px;
	background-color: #ffffff;
}
.section .table th {
	width: 25%;
}
@media (max-width: 767px) {
	.section {
		font-size: 14px;
	}
	.section .section-title {
		font-size: 18px;
		padding: 10px 15px;
	}
	.section .table-sp th,
	.section .table-sp td {
		display: block;
		width: 100%;
		padding: 10px;
	}
}

/* award
------------------------------ */

.award .section-title {
	background-color: #C41372;
}
.award dl {
	text-align: center;
}
.award dl dt {
	margin-bottom: 10px;
}
.award dl dd {
	line-height: 1.6;
}
@media (min-width: 768px) {
	.award .col-lg {
		padding: 0 30px;
	}
}

/* about
------------------------------ */

.about dl dt {
	font-size: 20px;
}
.about dl dt:before {
	content: "●";
	color: #C41372;
}
.about .table th,
.about .table td {
	width: 50%;
}
.about .red {
	color: #ff0000;
}
@media (min-width: 768px) {
	.about dl {
		display: table;
		margin: 0;
	}
	.about dl dt,
	.about dl dd {
		display: table-cell;
	}
	.about .table {
		margin: 20px 0;
	}
}

/* member
------------------------------ */

.member ul {
	display: table;
	max-width: 540px;
	margin: 0 auto 30px auto;
	padding: 0;
	list-style-type: none;
}
.member ul li {
	display: table-cell;
	padding: 0 15px;
}
.member uyl li img {
	width: 100%;
}
@media (max-width: 767px) {
	.member uyl li {
		padding: 0 10px;
	}
}

/* download
------------------------------ */

.download ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.download .table tr:first-child ul li {
	display: inline-block;
	margin-right: 10px;
}
.download .table tr:first-child ul li a dl {
	display: inline-block;
	margin: 0;
}
.download .table tr:first-child ul li a dl dd {
	text-decoration: underline;
}
.download .table tr:first-child ul li a:hover dl dd {
	text-decoration: none;
}
.download .table img {
	width: 200px;
}

/* footer
------------------------------ */

footer {
	padding-bottom: 30px;
}
.copyright {
	position: relative;
	border-top: 1px solid #C41372;
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}
.copyright .pagetop {
	position: absolute;
	top: -30px;
	right: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-color: #C41372;
}
.copyright .pagetop a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
@media (min-width: 768px) {
	footer .container-fluid {
		max-width: 1100px;
		padding: 0 50px;
	}
}

/* ------------------------------ */
/* 審査結果 */
/* ------------------------------ */

.section .h3-shinsa {
	font-size: 120%;
	color: #C41372;
	margin: 30px 0 15px 0;
}
.section .row-shinsa > * {
	margin-top: 10px;
}
.section .row-shinsa dl dt {
	margin-bottom: 10px;
}
.section .row-ehon > * {
	margin-top: 20px;
	text-align: center;
}
.section .row-ehon dl dt {
	margin-bottom: 10px;
}
.section .table-wrap {
	margin: 30px 0;
}
.section .scroll-table .table {
	margin-bottom: 10px;
}
.section .scroll-table .table th,
.section .scroll-table .table td {
	width: auto;
}
@media (max-width: 991px) {
	.section .scroll-table{
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.section .scroll-table .table {
		width: 768px;
		margin-top: 0;
	}
}