@charset "utf-8";


/*main----------------------------------------------------------------------*/
.mainWrapper{
	background-image:url(./images/main.jpg);
}


/*タイトル----------------------------------------------------------------------*/
.titleWrapper{
	position:relative;
	width:100%;
	margin:0px;
	padding:0 0 30px 0;
	border-top:solid 1px rgba(255,255,255,0);
}
.titleWrapper .inner{
	position:relative;
	width:1192px;
	margin:0 auto;
	padding:30px 0 30px 0;
	text-align:center;
}
.titleWrapper .inner h2{
	font-size:30px;
	color:#005bab;
}


.contWrapper{
	width:1192px;
	margin:0 auto 60px;
}
.contWrapper .tt{
	width:900px;
	margin:0 auto;
}
.contWrapper .tt th,
.contWrapper .tt td{
	padding:12px 10px;
}
.contWrapper .tt th{
	font-weight:normal;
	background:#dae8f5;
}
.contWrapper .tt tr.even th{
	background:#bfd5ea;
}
.none{
	display:none;
}


/*活動----------------------------------------------------------------------*/
.action .mainWrapper{
	background-image:url(./images/main_action.jpg);
}
.action .contWrapper{
	display:flex;
	justify-content:space-between;
	width:900px;
	margin:0 auto 60px;
	padding:0 0 40px;
}
.action .contWrapper .left{
	flex-basis:435px;
}
.action .contWrapper .right{
	flex-basis:435px;
}
.action .contWrapper .left img,
.action .contWrapper .right img{
	width:100%;
	height:auto;
}
.action .contWrapper h3{
	padding:14px 0 8px;
	font-size:16px;
}










/*responsive*/
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	.scroll_position{
		margin-top:0px;
		padding-top:0px;
	}
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	.mainWrapper{
		background:none;
	}
	.mainWrapper div{
		background-image:url(./images/main.jpg) ;
	}
	.action .mainWrapper div{
		background-image:url(./images/main_action.jpg);
	}
	/*タイトル----------------------------------------------------------------------*/
	.titleWrapper{
		position:relative;
		width:100%;
		height:auto;
		_height:500px;
		margin-top:0px;
		margin-bottom:0px;
		border-top:solid 1px rgba(255,255,255,0);
	}
	.titleWrapper .inner{
		position:static;
		width:94%;
		left:0;
		right:0;
		margin:0 auto;
		padding:40px 0 0 0;
		text-align:center;
	}
	.titleWrapper .inner h3{
	}
	.titleWrapper .inner h4{
		padding:30px 0 18px;
		font-size:20px;
		color:#005bab;
	}
	.titleWrapper .inner p{
		width:100%;
		margin:0 auto 20px;
		text-align:left;
	}
	.titleWrapper .inner .pBox{
		padding:0 0 20px;
	}
	.titleWrapper .inner .pBox img{
		position:static;
		width:50%;
		float:left;
	}
	.titleWrapper .inner .pBox img:nth-child(1){
	}
	.titleWrapper .inner .pBox img:nth-child(2){
	}
	/**/
	.titleWrapper .largeBackBox{
		position:absolute;
		top:-10px;
		width:100vw;
		min-width:100vw;
		height:120%;
		float:none;
		z-index:-1;
	}
	.titleWrapper .largeBackBox div{
		position: absolute;
		top: 0px;
		left: 40%;
		width:200vw;
		height:120%;
		background-size:auto;
		transform:skewX(-14.26deg);
		overflow:hidden;
	}
	.titleWrapper .largeBackBox div::after{
		content: '';
		top:-10vw;
		left: -50vw;
		position:absolute;
		width:200vw;
		height:200vw;
		transform-origin: left center;
		transform:skewX(19.26deg) rotate(5deg) scale(1.0);
		background:url(../images/share/back_line.gif);
		z-index:-1;
	}

	/**/
	.contWrapper{
		width:100%;
		margin:0 auto 60px;
	}
	.contWrapper .tt{
		width:100%;
		margin:0 auto;
		border-bottom:none;
		border-right:none;
		border-left:none;
	}
	.contWrapper .tt th,
	.contWrapper .tt td{
		padding:12px 18px;
		display:block;
		border-width:0 0 1px 0;
	}
	.contWrapper .tt th{
		font-weight:normal;
		background:#bfd5ea;
		font-weight:bold;
		font-size:18px;
	}
	.contWrapper .tt tr.even th{
		background:#bfd5ea;
	}

	/**/
	.contWrapper .tt tr td:first-of-type{
		background:#e7eff7;
	}
	.contWrapper .tt tr td:nth-of-type(2){
		background:#eee;
	}
	.contWrapper .tt tr td:nth-of-type(3){
		padding-left:34px;
	}
	.contWrapper .tt .none{
		display:none;
	}

	/*活動----------------------------------------------------------------------*/
	.action .mainWrapper{
	}
	.action .contWrapper{
		display:flex;
		flex-wrap:wrap;
		width:94%;
		padding:0 0 20px;
	}
	.action .contWrapper .left{
		flex-basis:100%;
		padding:0 0 30px;
	}
	.action .contWrapper .right{
		flex-basis:100%;
	}
	.action .contWrapper .left img,
	.action .contWrapper .right img{
		width:100%;
		height:auto;
	}
	.action .contWrapper h3{
		padding:14px 0 8px;
		font-size:16px;
	}





} /* /@media */










