@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,.fbold { font-weight: bold !important; }
.cfont01{ color:#D90B0F;}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.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;
}

.comBox {
	margin: 0 auto;
	width: 1100px;
}

.headLine01 {
	margin-bottom: 53px;
	padding-bottom: 12px;
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
	text-align: center;
	background: url(../../image/line02.jpg) no-repeat center bottom;
}

.headLine02 {
	margin-bottom: 48px;
	padding: 0 0 15px 44px;
	letter-spacing: 1.8px;
}

.headLine02 img {
	margin-right: 16px;
	vertical-align: -11px;
}

.comButton {
	margin: 0 auto;
	width: 426px;
	background: url(../../image/button_bg.png) no-repeat center top;
}

.comButton a {
	padding: 24px 0;
	min-height: 66px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1;
	letter-spacing: 1.5px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background: url(../../image/button_icon.png) no-repeat right 22px center;
}

.comButton:hover {
	opacity: 0.8;
}

.pageTop {
	position: fixed;
	right: 80px;
	bottom: 80px;
	display: none;
	z-index: 10;
}

.pageTop a:hover {
	opacity: 0.8;
}

.headLine03 {
	margin-bottom: 34px;
}

.headLine03 span {
	padding: 16px 0 10px;
	min-width: 271px;
	color: #5D4A34;
	font-size: 20px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	background-color: #EEE6DC;
}

.headLine03 span:after {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../image/icon.jpg) no-repeat left top;
	content: "";
}

.comTitle {
	color: #5D4A33;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.comTitle span {
	padding: 16px 20px 15px;
	min-width: 156px;
	text-align: center;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	background-color: #fff;
}

.comTitle span:before {
	width: 17px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../image/title_img01.jpg) no-repeat left top;
	content: "";
}

.comTitle span:after {
	width: 17px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../image/title_img02.jpg) no-repeat left top;
	content: "";
}

.comTable {
	width: 100%;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	text-align: left;
	vertical-align: middle;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/


@media all and (min-width: 0) and (max-width: 767px) {
	.comBox {
		width: auto;
	}
	
	.headLine01 {
		margin-bottom: 8px;
		padding-bottom: 8px !important;
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: -1px;
		background-image: url(../../image/sp_line02.jpg);
		background-size: 259px auto;
	}
	
	.comButton {
		width: 292px;
		background-size: 292px auto;
	}
	
	.comButton a {
		padding: 17px 0;
		font-size: 16px;
		min-height: 45px;
		background-position: right 16px center;
		background-size: auto 15px;
	}
	
	.comButton:hover {
		opacity: 1;
	}
	
	.pageTop {
		right: 10px;
		bottom: 50px;
		display: block;
	}
	
	.pageTop img {
		height: 53px;
	}
	
	.headLine03 {
		margin-bottom: 11px;
	}
	
	.headLine03 span {
		padding: 7px 0 4px;
		min-width: 185px;
		font-size: 18px;
		letter-spacing: -1px;
	}
	
	.headLine03 span:after {
		width: 11px;
		height: 10px;
		background-size: 11px 10px;
	}
	
	.headLine02 {
		margin-bottom: 30px;
		padding-left: 0;
		font-size: 19px;
	}
	
	.headLine02 img {
		margin-right: 6px;
		height: 30px;
		vertical-align: -8px;
	}
	
	.headLine03 {
    	margin-bottom: 2px;
	}
	
	.comTitle {
		font-size: 18px !important;
	}
	
	.comTitle span {
		padding: 7px 20px 6px;
		min-height: 41px;
	}
	
	.comTitle span:before,
	.comTitle span:after {
		width: 14px;
		height: 41px;
		background-size: 14px auto;
	}

}