@charset "utf-8";

/*ヘッダー*/
.c_hdr {
	padding: 90px 0 0;
}
#res_hdr_head {
	font-size: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}
#res_hdr_note {
	width: 460px;
	margin: 24px auto 0;
	font-size: 12px;
	color: #e5bd54;
	line-height: 1.77em;
	letter-spacing: 0.08em;
	text-align: left;
}

/*コンテンツ1*/
.c_cont_inr {
	width: 940px;
}
#res_cont_1 > ul {
	width: 850px;
	margin: 0 auto;
}
#res_cont_1 > ul > li {
	width: 390px;
}
#res_cont_1 > ul > li:nth-of-type(n+3) {
	margin-top: 77px;
}
.res_cont_box_body {
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 18px 25px 14px;
}
.res_cont_box_body h3 {
	font-size: 24px;
}
.res_cont_box_body ul {
	margin-top: 16px;
}
.res_cont_box_body ul > li {
	font-size: 16px;
	width: 155px;
}
.res_cont_box_body ul > li a {
	display: block;
	width: 100%;
	padding: 13px 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: 14px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8em;
}
.res_cont_box_tel a {
	color: #000;
	text-decoration: underline;
}
