@charset "utf-8";
/* CSS Document */

html{
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
	background-color: #132635;
	background-image: url(../../images/bg.png);
	background-attachment: fixed;/*画面をスクロールする際、 背景画像をその位置に固定されたままにする*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body a{
	-webkit-tap-highlight-color: rgba(204,204,204,0.3);
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

p{
	margin: 0;
	padding: 0;
}

a:link{
	color: #FC3;
}

a:visited{
	color: #FC3;
}

.clear{
	clear: both;
}

.center {
	text-align: center;
}

#logo {
	text-align: left;
	margin-top: 11px;
	margin-left: 1%;
	margin-bottom: 25px;
}

.anime_r{
	width: 70%;
	margin: 0 auto;
	-webkit-animation: anime_r 165s linear infinite;
	animation: anime_r 165s linear infinite;
}

@-webkit-keyframes anime_r{
	0%	{ -webkit-transform: rotateX(0deg) rotate(0deg); }
	100%	{ -webkit-transform: rotateX(0deg) rotate(360deg); }
}
@keyframes anime_r{
	0%	{ transform: rotateX(0deg) rotate(0deg); }
	100%	{ transform: rotateX(0deg) rotate(360deg); }
}

.tgt{
	opacity: 0;
	font-size: 20px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.tgt span{
	opacity: 0;
}

.slicknav_menu{
	display: none;
}

#menu{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

#menu li{
	font-size: 16px;
	display: block;
	float: left;
	width: 33.33333333333333%;
	margin: 0;
	padding: 0;
	line-height: 155%;
}

#menu li a{
	margin-top: -10px;
}

/*.tworows{
	line-height: 90% !important;
}*/

#menu li a{
	display: block;
	padding: 12px 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover{
	background-color: rgba(0,0,0,0.3);
}

#menu li:first-child a{
	border-radius: 5px 0 0 5px;
}

#menu li:last-child a{
	border-radius: 0 5px 5px 0;
}

/*.menu_longtext{
	font-size: 13px !important;
}*/

.contents{
	clear: both;
	margin-top: 80px;
}

.heading{
	margin-top: 0;
	margin-bottom: 45px;
	line-height: 120%;
	text-align: center;
	font-size: 52px;
	color: #FFF;
	/*font-family: 'Anton', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

.heading span:first-child{
	font-size: 68px;
}

.heading span:nth-child(12){
	font-size: 68px;
}

.heading_m{
	text-align: center;
	font-size: 30px;
	/*font-family: 'Anton', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

.heading_m span:first-child{
	font-size: 40px;
}

.heading_m span:nth-child(4){
	font-size: 40px;
}

.heading_sub{
	font-family: 'PT Sans', sans-serif;
	font-size: 25px;
	color: #FFF;
	padding-bottom: 3px;
	border-bottom: 3px double #ccc;
}

.subheading{
	line-height: 100%;
	text-align: center;
	font-size: 37px;
	color: #FFF;
	/*font-family: 'Anton', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: 22px;
}

.heading2{
	line-height: 100%;
	font-size: 20px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	border-bottom: #FFF 1px solid;
}

.heading3{
	margin-top: 33px;
	line-height: 120%;
	font-size: 20px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
}

.underline a{
	text-decoration: none;/*_が含まれている場合、text-decorationだと下線をはみ出してしまうので、border-bottomにて代替えしている*/
	border-bottom: 1px solid #FC3;
}

.text{
	line-height: 160%;
	font-size: 15px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.size17{
	font-size: 17px;
}

.mainimage{
	text-align: center;
}

.datewrap{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 180px;
	display: table;
	border: 1px solid #FFF;
	border-radius: 15px;
}

.date01{
	background-color: rgba(0,0,0,0.4);
	width: 50%;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.date01 img, .date02 img{
	vertical-align: middle;
}

.date02{
	background-color: rgba(0,0,0,0.4);
	width: 50%;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
}

.date02 span{
	font-size: 16px;
}

.contents_text{
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	width: 86%;
	margin-top: 35px;
	margin-left: 6%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	float: left;
}

.contents_text_l{
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	width: 43%;
	margin-top: 30px;
	margin-left: 6%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	float: left;
}

.contents_text_r{
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	width: 43%;
	margin-top: 30px;
	margin-right: 6%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	float: right;
}

.pdf_dl {
	width: 88%;
	line-height: 150%;
	margin-left: 6%;
	margin-right: 6%;
	border-radius: 8px;
	text-align: center;
	color: #FFF;
	margin-top: 30px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: 'PT Sans', sans-serif;
}

#footer{
	clear: both;
	background-color: rgba(0,0,0,0.8);
	color: #CCC;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 7px;
	margin-top: 48px;
}




@media only screen and (max-width: 1350px) {

	#menu-box{
		margin-top: 50px;
	}

	#menu li{
		width: 33.33333333333333%;
	}

	#menu li a{
		margin-top: -10px;
	}

	.menu_4n{
		margin-left: 12.5% !important;
	}

	/*.menu_longtext{
		font-size: 15px !important;
	}*/

	/*.tworows{
		line-height: 155% !important;
	}*/
}




@media only screen and (max-width: 889px) {

	/*.tworows{
		line-height: 90% !important;
	}*/

}




@media only screen and (max-width: 768px) {

	.date01{
		display: block;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 35px;
	}

	.date02{
		display: block;
		width: 100%;
		padding-bottom: 20px;
		padding-left: 3%;
		padding-right: 3%;
	}

	.contents_text_l{
		width: 45%;
		margin-left: 4%;
		margin-right: 2%;
	}

	.contents_text_r{
		width: 45%;
		margin-right: 4%;
	}

}




@media only screen and (max-width: 650px) {

	.menu_4n{
		margin-left: 0% !important;
	}

	#logo {
		position: absolute;
		top: 0;
		margin-top: 5px;
		margin-bottom: 0;
	}

	#menu{
		display: none;
	}

	.slicknav_menu{
		display: block;
	}

	.heading{
		font-size: 40px;
	}

	.heading span:first-child{
		font-size: 56px;
	}

	.heading span:nth-child(12){
		font-size: 56px;
	}

	.heading_m{
		font-size: 22px;
		margin-top: 15px;
	}

	.heading_m span:first-child{
		font-size: 32px;
	}

	.heading_m span:nth-child(4){
		font-size: 32px;
	}

	.contents{
		margin-top: 0;
	}

	.contents_text{
		margin-top: 0;
		padding-bottom: 19px;
	}

	.contents_text_l{
		width: 94%;
		margin-top: 50px;
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 40px;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 3%;
		float: none;
	}

	.contents_text_r{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 3%;
		float: none;
	}

	.pdf_dl {
		text-align: left;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 3%;
	}



