@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !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;
}

img {
	vertical-align: top;
}

.sp {
	display: none;
}

#conts .comTable {
	margin: 40px 0 2px;
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th {
	padding: 16px 0;
	color: #FFF;
    font-family: 'Hiragino W3';
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #888888;
	border: 1px solid #4D4D4D;
	border-bottom: none;
}

#conts .comTable th span {
	font-size: 14px;
}

#conts .comTable td {
	padding: 18px 0 16px;
    font-family: 'Hiragino mincho W3';
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #4D4D4D;
	border-top: none;
}

#conts .comTable td span {
    font-family: 'Hiragino mincho W6';
}

#conts .comTable .ttl {
	font-size: 24px;
}

#conts .comTable td .textList {
	padding: 0 0 0 10px;
}

#conts .comTable td .textList li {
	padding: 7px 0;
    font-family: 'Hiragino W3';
	font-size: 14px;
	text-align: left;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	#conts .comTable {
		margin: 5% 0 0;
		width: 100%;
		border-collapse: collapse;
	}
	
	#conts .comTable th {
		padding: 7px 0 5px;
		font-size: 13px;
	}
	
	#conts .comTable th span {
		font-size: 8px;
	}
	
	#conts .comTable td {
		padding: 9px 0 5px;
		font-size: 13px;
	}

	#conts .comTable td:nth-child(3) {
		font-size: 14px;
	}
	
	#conts .comTable .ttl {
		font-size: 24px;
	}
	
	#conts .comTable td .textList {
		padding: 0 0 0 10px;
	}
	
	#conts .comTable td .textList li {
		padding: 7px 0;
		font-size: 14px;
		text-align: left;
	}
}