@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; }

/* フォントの色 */
.fcRed { color:#ff0000; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.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;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 960px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 39px;
	position: relative;
	font-size: 18px;
	text-align: center;
	line-height: 1.35;
	letter-spacing: -1px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.headLine01:before {
	margin-left: -81px;
	width: 155px;
	height: 5px;
	background-color: #fbcf00;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	
	content: "";
}

.headLine01 span {
	display: block;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	position: relative;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	z-index: 2;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.headLine02 span {
	padding: 6px 24px 5px 28px;
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #373737;
}

.ie .headLine02 span {
	padding: 9px 24px 2px 28px;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 39px;
	padding: 0 30px;
	position: relative;
	font-size: 20px;
	line-height: 1.95;
	border-bottom: 3px solid #EEE;
}

.headLine03:before {
	margin-top: -3px;
	width: 9px;
	height: 6px;
	background-image: url(../../img/common/icon02.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 12px;
	top: 50%;
	
	content: "";
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 29px 22px;
	font-size: 20px;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin: 0 29px 14px;
	padding: 9px 21px 7px;
	font-size: 16px;
	border-radius: 7px;
	background-color: #f7e8c1;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin: 0 49px 3px;
	font-size: 16px;
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: 0 54px 39px;
}

.comTextList li {
	padding-left: 13px;
	position: relative;
	font-size: 14px;
	line-height: 1.71;
}

.comTextList li:before {
	width: 6px;
	height: 9px;
	background-image: url(../../img/common/icon03.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
	
	content: "";
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto 5px;
	max-width: 1140px;
	text-align: right;
}

.pageTop a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	.content {
		margin: 0 12px;
		width: auto;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		margin-bottom: 35px;
		font-size: 15px;
	}

	.headLine01:before {
		margin-left: -61px;
		width: 128px;
		height: 4px;
		border-radius: 1px;
		bottom: -8px;
	}

	.headLine01 span {
		font-size: 25px;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	.headLine02 {
		font-size: 14px;
	}
	
	.headLine02 span {
		padding: 5px 18px 2px;
	}
	
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	.headLine03 {
		margin-bottom: 16px;
		padding: 0 18px;
	}

	.headLine03:before {
		width: 10px;
		background-image: url(../../img/common/sp_icon02.png);
		left: 4px;
		background-size: 10px auto;
	}
	
	/*------------------------------------------------------------
		headLine04
	------------------------------------------------------------*/
	.headLine04 {
		/*margin: 0 18px 11px;*/
		margin: 0 0 11px;
	}

	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	.headLine05 {
		margin: 0 0 11px;
		padding: 11px 19px 6px;
		border-radius: 5px;
	}
	
	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	.headLine06 {
		margin: 0 19px 3px;
	}

	/*------------------------------------------------------------
		comTextList
	------------------------------------------------------------*/
	.comTextList {
		margin: 0 0 33px;
		padding-left: 24px;
	}
	
	.comTextList li {
		margin-top: 13px;
		padding-left: 11px;
		font-size: 15px;
		line-height: 1.6;
		text-align: justify;
	}
	
	.comTextList li:before {
		background-image: url(../../img/common/sp_icon03.png);
		background-size: 6px auto;
	}
	
	.comTextList li:first-child {
		margin-top: 0;
	}

	/*------------------------------------------------------------
		pageTop
	------------------------------------------------------------*/
	.pageTop {
		margin: 0 auto -7px;
		text-align: center;
		vertical-align: bottom;
	}
	
	.pageTop a {
		padding: 12px 5px 11px;
		width: 203px;
		display: inline-block;
		box-sizing: border-box;
		background-color: #EEE;
		border-radius: 5px 5px 0 0;
		border: 1px solid #CBCBCB;
		border-bottom-color: #FEF1EB;
	}
	
	.pageTop a img {
		margin: 0 auto;
		width: 180px;
	}
}