@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	color: #00537a;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px
}

#main .headLine01 > span {
	margin: 0 0 33px;
	display: inline-block;
	position: relative;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 3px;
}

#main .headLine01 > span:before {
	margin-left: -96px;
	width: 192px;
	position: absolute;
	left: 50%;
	bottom: -22px;
	border-bottom: 10px solid #0060D0;
	content: "";
}

#main .headLine01 > span span {
	color: #0447ce;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	#main .headLine01 {
		margin-left: 0;
		font-size: 15px;
	}
	
	#main .headLine01 > span {
		margin: 0 10px 10px;
		font-size: 22px;
		letter-spacing: 0;
	}
	
	#main .headLine01 > span:before {
		margin-left: -64px;
		width: 128px;
		bottom: -7px;
		border-bottom: 4px solid #0060D0;
	}
	
	#main .headLine01 > span span {
		font-size: 22px;
	}
}

/*------------------------------------------------------------
	topBox
------------------------------------------------------------*/
 .topBox {
	margin-bottom: 112px;
	position: relative;
	min-height: 884px;
	background: url(../../img/index/top_photo.jpg) no-repeat center center;
	background-size: cover !important;
}

@media screen and (max-width: 767px) {
	 .topBox {
		margin-bottom: 40px !important;
		min-height: 350px;
	}	
}

@media only screen and (min-width: 768px) {
	.fadeIn {
		-webkkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-ms-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity;
		-webkkit-transition-duration: 1.6s;
		-moz-transition-duration: 1.6s;
		-ms-transition-duration: 1.6s;
		-o-transition-duration: 1.6s;
		transition-duration: 1.6s;
		-webkkit-transition-timing-function: ease;
		-moz-transition-timing-function: ease;
		-ms-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		-webkkit-transition-delay: 0s;
		transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	.fadeIn.show {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
}