@charset "UTF-8";

.slider_outer
{
	overflow-x: hidden;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, rgba(150,203,220,0.75) 60%, rgba(150,203,220,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to right, rgba(150,203,220,0.75) 60%, rgba(150,203,220,1) 100% );
}
.subhead
{
	position: relative;
	height: 128px;
	overflow: hidden;
	text-align: center;
	border-bottom: 8px solid transparent;

	/* 両脇が均等に欠けて中央ぞろえ（狭ければ普通の％配置） */
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.subhead img
{
	position: relative;
	max-width: 200%;
}
@media all and (max-width: 1500px)
{
	.slider_outer
	{
		width: 100%;
	}
	.subhead
	{
		height: 100px;
	}
	.subhead img
	{
		top: -14px;
	}
}
@media all and (max-width: 600px)
{
	.slider_outer
	{
		height: 44px;
	}
	.subhead
	{
		height: 40px;
		padding: 0;
		width: 600px;
		left: 50%;
		margin-left: -300px;
		border-bottom: 4px solid transparent;
	}
	.subhead img
	{
		top: 0px;
		max-height: 100%;
		width: auto;
	}
}


h2
{
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	font-size: 28px;
	line-height: 1.25;
	text-align: center;
}
@media all and (max-width: 768px)
{
	h2
	{
		font-size: 24px;
	}
}

h3
{
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	margin: 50px auto;
	padding-top: 30px;
	background-image: url(../images/wave_L.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.h4box
{
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	padding: 5px 30px;
	margin: 30px 0px;
	color: #FFFFFF;
}
.h4_bluebox
{
	background-color: #2f5bba;
}
.h4_greenbox
{
	background-color: #48a120;
}

.wavelist li
{
	list-style-image: url(../images/wave_S.png);
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
}
.wavelist_b li
{
	list-style-image: url(../images/wave_S_B.png);
}
.wavelist_g li
{
	list-style-image: url(../images/wave_S_G.png);
}

.twocolimg
{
	float: left;
	margin: 30px 5%;
	width: 40%;
}
.thrcolimg
{
	float: left;
	margin: 30px 1.5%;
	width: 30.3%;
}

.eventimg.twocolimg
{
	margin: 10px 1%;
	width: 48%;
}
.eventimg .imgbox
{
	float: left;
	width: 50%;
}
.eventimg .txtbox
{
	float: right;
	width: 50%;
	line-height: 1;
	font-size: 13px;
}
.eventimg .txtbox h5
{
	display: inline-block;
	line-height: 1;
	height: 13px;
	padding: 4px 8px;
	margin: 0px 5px 5px 10px;
	color: #FFFFFF;
	background-color: #AA4400;
	border-radius: 4px;
	white-space: nowrap;
}
.eventimg .txtbox p
{
	line-height: 1.5;
	margin: 0px 5px 5px 10px !important;
}

@media all and (max-width: 768px)
{
	.twocolimg,
	.thrcolimg
	{
		float: none;
		width: 90% !important;
		margin: 30px auto !important;
	}
	.eventimg.twocolimg
	{
		width: 100% !important;
		margin: 10px auto !important;
	}
}
/* FAQ */
p.qa{
	background-color: #2f5bba;
	text-align:center;
} 
p.qa a{
	color:white;	
}
p.qa a:hover{
	color:#CCFFFF;
}





