/* 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;
}

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

header {
	background-image: url(img/bg_header.png);
	background-repeat: repeat-x;
}
header .container-fluid {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
header h1 {
	margin: 0 0 30px 0;
}
header .time {
	margin-bottom: 30px;
}
header p {
	color: #572923;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	header p {
		font-size: 16px;
	}
}

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

.section {
	padding: 0 0 50px 0;
}
.section .section-title {
	background-color: #00AFEC;
	border-left: 20px solid #00A0E9;
	border-right: 20px solid #00A0E9;
	border-radius: 20px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 10px 30px;
	margin: 0 0 30px 0;
	line-height: 1.4;
}
.section h3 {
	font-size: 18px;
	margin: 30px 0 15px 0;
}
.section .table {
	margin: 30px 0;
}
.section .table th {
	border: 1px solid #d8ae2f;
	padding: 10px 15px;
	width: 20%;
	background-color: #feedb9;
}
.section .table td {
	border: 1px solid #d8ae2f;
	padding: 10px 15px;
	background-color: #ffffff;
}
.section .small {
	font-size: 90%;
}
@media (min-width: 768px) {
	.section .container-fluid {
		max-width: 1100px;
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.section .table-sp th,
	.section .table-sp td {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: none;
	}
	.section .table-sp tr:last-child {
		border-bottom: 1px solid #a48d7c;
	}
}
/* award
------------------------------ */

.award h2 {
	mix-blend-mode: multiply;
	background-color: #f08300;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin: 0 0 30px 0;
}
.award dl dt {
	margin-bottom: 10px;
}
.award dl dd {
	text-align: center;
	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: #ff8c00;
}
.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;
	border: 1px solid #ffffff;
}

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

footer {
	background-image: url(img/bg_header.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 30px;
}
.copyright {
	position: relative;
	border-top: 1px dotted #a48d7c;
	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: #ff8c00;
}
.copyright .pagetop a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
@media (min-width: 768px) {
	footer .container-fluid {
		max-width: 1100px;
		padding: 0 50px;
	}
}

/* shinsa
------------------------------ */

.shinsa .col-md-4 {
	margin-bottom: 20px;
}
.shinsa .col-md-4 dl dt {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.shinsa .col-md-4 {
		margin-bottom: 30px;
	}
}

/* nyusho
------------------------------ */

.nyushou .col-md-4 {
	margin-bottom: 20px;
}
.nyushou .col-md-4 dl {
	text-align: center;
}
.nyushou .col-md-4 dl dt {
	margin-bottom: 10px;
}
.nyushou .table-box table {
	margin: 0 0 10px 0;
	width: 100%;
}
.nyushou .table-box table th {
	border: 1px solid #d8ae2f;
	background-color: #feedb9;
	padding: 10px 15px;
}
.nyushou .table-box table td {
	border: 1px solid #d8ae2f;
	background-color: #ffffff;
	padding: 10px 15px;
}
.nyushou .row-special {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.nyushou .table-box {
		overflow: auto;
		white-space: nowrap;
	}
}
