@charset "UTF-8";
/* -------------------------------------------------- */
/* 募集要項 detail.html */
/* -------------------------------------------------- */
/* 見出し */
.detailHead {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #333333;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #333333;
	font-weight: 700;
}

.detailHead span {
	width: 35px;
	height: 35px;
	margin-right: 20px;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	background-color: #9ED2BA;
}

.detailSubhead {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #333333;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	color: #333333;
	font-weight: 700;
}

/* 本文 */
.detailBody {
	margin-bottom: 55px;
	font-size: 1.8rem;
	line-height: 1.55556;
	letter-spacing: 0.025em;
	color: #333333;
}

/* ダウンロードリンク */
.detaiDlc {
	margin-bottom: 55px;
}

.detaiDlc ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.detaiDlc ul li {
	width: 50%;
	padding-bottom: 35px;
}

.detaiDlc ul li:first-child {
	padding-right: 35px;
}

.detaiDlc ul li:last-child {
	padding-left: 35px;
}

.detaiPdfIcon {
	padding: 7px;
	padding-left: 40px;
	background: url(../../img/common/ic_btn_pdf.png) left center no-repeat;
	background-size: 30px auto;
}

.detaiWordIcon {
	padding: 7px;
	padding-left: 40px;
	background: url(../../img/common/ic_btn_word.png) left center no-repeat;
	background-size: 30px auto;
}

/* button */
.pdfBtn a,
.pdfBtn button {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
	background-color: #a11d19;
	border-radius: 40px;
	box-shadow: 0px 7px 0px #86120e;
	transition: all 0.3s ease-in-out 0s;
}

.pdfBtn a:hover,
.pdfBtn button:hover {
	-webkit-transform: translate(0px, 7px);
	transform: translate(0px, 7px);
	box-shadow: 0px 0px 0px #86120e;
}

.wordBtn a,
.wordBtn button {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 80px;
	background-color: #494479;
	border-radius: 40px;
	box-shadow: 0px 7px 0px #3a3661;
	transition: all 0.3s ease-in-out 0s;
}

.wordBtn a:hover,
.wordBtn button:hover {
	-webkit-transform: translate(0px, 7px);
	transform: translate(0px, 7px);
	box-shadow: 0px 0px 0px #3a3661;
}



/* メールフォームへ */
#detaiForm {
	width: 600px;
	margin: 0 auto 150px;
}

#detaiForm a span {
	padding: 1px;
	padding-left: 37px;
	background: url(../../img/common/ic_btn_mailbig.png) left center no-repeat;
	background-size: 27px auto;
}
