@import url(https://fonts.googleapis.com/css?family=Lora);
@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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

@font-face {
	font-family: HanaMinA;
	src: url('../../images/HanaMinA.eot');
	src: url('../../images/HanaMinA.eot#iefix') format('embedded-opentype'),
		 url('../../images/HanaMinA.ttf') format('truetype'),
		 url('../../images/HanaMinA.woff') format('woff');
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainVisual {
	margin-top: 100px;
	padding: 84px 0 80px;
	background: url(../../images/image/main_visual_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.mainVisual h2 {
	margin: 0 auto;
	width: 1030px;
	color: #231815;
	font-size: 21px;
	font-family:Helvetica,Yu Gothic;
	font-weight:normal;
	line-height: 1.3;
}

.mainVisual h2 span {
	display: block;
	font-size: 47px;
}

.pageInner {
	background-color: #000;
}

.pageInner .pageBox {
	margin: 0 auto;
	padding: 10px 0 10px 44px;
	width: 1094px;
}

.pageInner .pageBox li {
	display: inline;
	color: #fff;
	font-size: 14px;
}

.pageInner .pageBox .linkNavi {
	float: right;
	width: 850px;
	text-align: right;
}

.pageInner .pageBox .linkNavi li a {
	margin: 0 21px;
	font-size: 12px;
}

#pagePath {
	float: left;
	width: 200px;
}

#pagePath li {
	margin-right: 10px;
	font-size: 10px;
}

#pagePath li a {
	margin-right: 12px;
}

#main .comBtn {
	margin-bottom: 24px;
	width: 150px;
	text-align: center;
}

#main .comBtn a {
	padding: 6px 2px 6px 25px;
	display: block;
	background: #213C5F url(../../images/common/icon03.gif) no-repeat 20px center;
}

#main .comBtn a:hover {
	text-decoration: none;
}

#main h3 {
	margin-bottom: 12px;
	font-size: 43px;
	font-family:Helvetica,Yu Gothic;
	line-height: 1.1;
}

#main .comTtl {
	color: #02599a;
	font-size: 17px;
	font-weight: bold;
	font-family:Helvetica,Yu Gothic;
	font-style: italic;
}

.pageTop {
	margin: 40px 0 30px;
	text-align: center;
}

.pageTop a {
	padding: 26px 0 5px;
	display: inline-block;
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid #99A6B6;
	background: url(../../images/common/icon02.gif) no-repeat center top;
}

.pageTop a:hover {
	text-decoration: none;
}

.spPageTop {
	display: none;
}

.sp,
.pad,
.tv {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	/*------------------------------------------------------------
		common
	------------------------------------------------------------*/
	.mainVisual {
		margin: 95px 0 28px;
		padding: 24% 0 26%;
		background: url(../../images/image/sp_main_visual_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	.mainVisual h2 {
		width: auto;
		text-align: center;
	}

	.pageInner {
		display: none;
	}

	#main .comBtn {
		margin: 0 auto 25px;
		width: 148px;
	}

	#main h3 {
		margin-bottom: 6px;
		font-size: 24px;
	}

	#main .comTtl {
		font-size: 12px;
	}
			
	.pageTop {
		display: none;
	}
	
	.spPageTop {
		margin: 80px 2px 0 0;
		display: block;
		overflow: hidden;
	}

	.spPageTop a {
		float: right;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}

}

@media all and (min-width: 768px) and (max-width: 1279px) {
	.mainVisual {
		padding: 11% 0 10%;
		background: url(../../images/image/pad_main_visual_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	.mainVisual h2 {
		width: auto;
		text-align: center;
	}

	.pageInner {
		background: none;
	}

	.pageInner .pageBox {
		padding: 0;
		width: auto;
	}

	.pageInner .pageBox .linkNavi {
		padding: 6px;
		float: none;
		width: auto;
		text-align: left;
		background-color: #000;
	}

	#pagePath {
		margin-bottom: 5px;
		padding: 10px 25px;
		float: none;
		width: auto;
		background-color: #000;
	}	

	#main .comBtn {
		margin: 0 auto 25px;
		width: 150px;
	}
	
	.pad {
		display: block;
	}
	
	.pc {
		display: none;
	}

}

@media all and (min-width: 1920px) {
	.mainVisual {
		padding: 148px 0 130px;
		background: url(../../images/image/tv_main_visual_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	.mainVisual h2 {
		width: 1330px;
	}

	.pageInner .pageBox {
		padding: 10px 0;
		width: 1370px;
	}
	
	.tv {
		display: block;
	}
	
	.pc {
		display: none;
	}

}
