@charset "utf-8";

/*ヘッダー*/
.c_hdr {
	min-height: 200px;
	padding: 62px 0 0;
	line-height: 1.3;
}
#res_hdr_head {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-bottom: 23px;
}

/*コンテンツ1*/
#res_cont_1 > ul {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#res_cont_1 > ul > li:nth-of-type(n+2) {
	margin-top: 48px;
}
.res_cont_box_body {
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 14px 18px 10px;
}
.res_cont_box_body h3 {
	font-size: 20px;
	letter-spacing: 0.08em;
}
.res_cont_box_body ul {
	margin-top: 12px;
}
.res_cont_box_body ul > li {
	font-size: 13px;
	/*width: 103px;*/
	width: 48%;
}
.res_cont_box_body ul > li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
}
.res_cont_box_body ul > li:nth-of-type(2) a {
	background-color: #b5272d;
}
.res_cont_box_tel {
	margin-top: 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.8em;
}
.res_cont_box_tel a {
	color: #000;
	text-decoration: underline;
}




