@charset "utf-8";

* {
	letter-spacing: 0;
}
p {
	letter-spacing: -.005em;
}
body {
	background-color: #fff;
}
.ct {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#header {
	background-image: url("../img/bg.png"), -webkit-linear-gradient(270deg,rgba(11,75,165,1) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,0) 100%);
	background-image: url("../img/bg.png"), -moz-linear-gradient(270deg,rgba(11,75,165,1) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,0) 100%);
	background-image: url("../img/bg.png"), -o-linear-gradient(270deg,rgba(11,75,165,1) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,0) 100%);
	background-image: url("../img/bg.png"), linear-gradient(180deg,rgba(11,75,165,1) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,0) 100%);	
}
#header .ct {
	width: 100%;
	max-width: 100%;
	padding-top: 30px;
}
#header h1 {
	text-align: center;
}
#header h1 img {
	width: 50%;
	max-width:350px;
}
#header nav > div {
	display: block;
	width: 100%;
	margin-top: 15px;
	background-color: #000;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
}
#header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #000;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width:1020px) {
	#header ul {
		padding: 0 10px;
	}
}
#header ul li {
	width: calc(100% / 6);
	max-width: calc(1000px / 6);
	padding: 0 3px;
}
@media (max-width:640px) {
	#header ul li {
		width: calc(100% / 3);
	}
	#header ul li:nth-child(n+4) {
		padding: 6px 3px 0;
	}
}
#header ul li a {
	display: block;
	background-color: #0b4ba5;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: .8s all;
	padding: 10px 0;
}
#header ul li a:hover {
	background-color: #0066ff;
}




#main {
	padding: 30px 0;
}
#main h1 {
	text-align: center;
	font-weight: 900;
	color: #0b4ba5;
	font-size: 300%;
}
#main section > h1 {
	background-image: url("../img/title_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 202px;
	text-shadow:
        2px 0 0 #fff,
        2px 2px 0 #fff,
        0 2px 0 #fff,
        -2px 2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        0 -2px 0 #fff,
        2px -2px 0 #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .ct {
	padding: 30px 15px;
}
#main .ct h1 {
	font-size: 160%;
	margin-bottom: 20px;
}


.navi ul {
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
}
.navi ul.single {
	justify-content: center;
}
.navi ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background-color: #333;
	color: #fff;
}
.navi ul li span {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #ccc;
}
@media screen and (min-width:1024px) {
	.navi ul {
		padding: 0 15px;
	}
	.navi ul li a,
	.navi ul li span {
		padding: .5em 15px;
	}
}
@media screen and (min-width:640px) and (max-width:1023px) {
	.navi ul {
		padding: 0 10px;
	}
	.navi ul li a,
	.navi ul li span {
		padding: .5em 10px;
	}
}
@media screen and (max-width:639px) {
	.navi ul {
		padding: 0;
	}
	.navi ul li a,
	.navi ul li span {
		padding: .5em 10px;
	}
}



.social {
	display: flex;
	justify-content: center;
}
.social li {
}
.social li img {
	width: 80px;
}



#footer {
	padding: 30px 0;
	background-color: rgba(34,34,34,1.00);
	background-image: url("../img/bg2.png"), -webkit-linear-gradient(270deg,rgba(11,75,165,0) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,.5) 100%);
	background-image: url("../img/bg2.png"), -moz-linear-gradient(270deg,rgba(11,75,165,0) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,.5) 100%);
	background-image: url("../img/bg2.png"), -o-linear-gradient(270deg,rgba(11,75,165,0) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,.5) 100%);
	background-image: url("../img/bg2.png"), linear-gradient(180deg,rgba(11,75,165,0) 0%,rgba(11,75,165,0) 50%,rgba(11,75,165,.5) 100%);	
	color: #ccc;
	font-size: 80%;
	border-top: 5px solid #0b4ba5;
}
#footer a {
	color: #fc0;
	text-decoration: none;
}
#footer ul {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
#footer ul li {
	padding: 3px 5px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	margin-right: -2px;
	margin-bottom: 5px;
}
#footer ul li a {
	display: block;
	padding: 0 15px;
}
#footer .bnr {
	display: block;
	text-align: center;
}
#footer .bnr img {
	width: 50%;
	max-width: 300px;
}
#footer #copyright {
	padding-top: 15px;
}
#footer #copyright p {
	text-align: center;
}



/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

