@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h3 {
	margin: 0 16px 23px;
	padding-bottom: 8px;
	color: #5D3A3A;
	font-weight: bold;
	font-size: 20px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	border-bottom: 1px solid #5D3A3A;
}

#conts h3 span {
	padding-left: 5px;
	display: inline-block;
	line-height: 1;
    border-left: 4px solid #491C21;
}

#conts .h3Ttl {
	margin-bottom: 35px;
}

#conts .headLine01 {
	margin-bottom: 24px;
	padding: 12px 28px 9px;
}

#conts .tableBox {
	margin: 0 0 40px 23px;
	width: 467px;
}

#conts .tableBox .text td {
	padding: 23px 7.5%;
}
	
#conts .imgBox {
	margin: 0 0 20px 37px;
}

#conts .imgBox:last-child {
	margin-bottom: 0;
}

#conts .imgBox .photoBox {
	float: left;
}

#conts .imgBox .textBox {
	width: 402px;
	float: right;
}

#conts .imgBox .textBox p {
	margin: 0 -18px 11px 0;
	line-height: 1.93;
}

#conts .imgBox .textBox .comTable {
	width: 370px;
}

#conts .imgBox .textBox .comTable td {
	padding: 6px 8.5% 4px 10px;
}

#conts .imgBox .comTable tbody th {
	padding: 5px 5px 5px 20px;
}

#conts .imgBox .comTable tbody tr td:last-child {
	padding-right: 10%;
}

#conts .imgBox .comTable thead th:last-child {
	width: 38%;
}

#conts .imgBox .comTable thead th:nth-child(2) {
	width: 29%;
}

@media all and (-ms-high-contrast:none){
	#conts .headLine01 {
		margin-bottom: 28px;
		padding: 17px 28px 4px;
	}
	
	#conts h3 {
		padding-bottom: 4px;
	}
	
	#conts h3 span {
		line-height: 0.8;
		padding-top: 6px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts h3 {
		margin: 0 0 15px;
		padding-bottom: 0;
		font-size: 16px;
	}
	
	#conts .tableBox {
		margin: 0 auto 35px;
		width: auto;
		max-width: 470px;
	}
	
	#conts .h3Ttl {
		margin-bottom: 15px;
	}
	
	#conts .imgBox {
		margin: 0 0 35px;
	}
	
	#conts .imgBox .photoBox {
		margin-bottom: 15px;
		float: none;
	}
	
	#conts .imgBox .photoBox img {
		width: 100%;
	}
		
	#conts .imgBox .textBox {
		width: auto;
		float: none;
	}
	
	#conts .imgBox .textBox p {
		margin: 0 0 10px;
	}
	
	#conts .imgBox .textBox .comTable {
		margin: 0 auto;
		width: 100%;
		max-width: 370px;
	}
	
	#conts .imgBox .tableBox .comTable tbody th {
		padding: 5px;
		text-align: center;
	}
	
	#conts .imgBox .textBox .comTable td {
		padding-right: 10%;
	}
	
	#conts .imgBox .comTable tbody tr td:last-child {
		padding-right: 12.8%;
	}
}
