@charset "utf-8";
@import url("sp.css") only screen and (max-width: 768px);
@import url("pc.css") only screen and (min-width: 769px);

/*==============================================

	Requirements（募集要項）

==============================================*/

/*================================
	見出し・リード
================================*/
.req_lead,
.req_heading {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 2em;
	margin-bottom: 20px;
	text-align: center;
}
.req_heading {
	margin-top: 40px;
}
.req_lead_sub {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2em;
	margin-bottom: 40px;
	text-align: center;
}

/*================================
	注意書き
================================*/
.req_note {
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 2em;
	margin-top: 20px;
	text-align: center;
	color: #e40000;
}
.info > ul li .cont p.req_caution {
	color: #e40000;
}

/*================================
	エントリーボタン
================================*/
.req_entry {
	background-color: #f8f7f4;
}
.req_entry_nav {
	padding: 20px 0 40px;
}
.req_entry .btns a {
	color: #fff;
	background-color: #000;
}

/*================================
	アンカー（固定ヘッダー分のオフセット）
================================*/
.req_anchor {
	margin-top: -80px;
	padding-top: 80px;
}
