@charset "UTF-8";
/* CSS Document */


/* quick entry
=======================================*/

/*============================
#page_quickentry
============================*/
#page_quickentry article {
  margin-top: 0x;
}
/* 大枠 */
#page_quickentry h3 {
	background-color:#00AF95;
	box-shadow: none;
	text-shadow: 1px 1px 0px #1A6600;
	font-size: 23px;
}
#page_quickentry h3 span {
	background-image:none;
	padding-left:0;
	line-height: 1.4em;
}

#page_quickentry article div.inner {
	padding-top:43px;
	margin-bottom:160px;
}
/* 中枠 */
#page_quickentry article section > h4 {
	width:912px;
	margin:0 auto;
	padding: 21px 0;
	background-color:#3ED6BA;
	text-shadow: 1px 1px 0px #32AB95;

}
#page_quickentry article div.inner section .inner {
	width:912px;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding:40px 20px 80px 20px;
	margin:0 auto 80px auto;
  font-size: 16px;
}

/* 応募ボタン */
div.btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
div.btn_wrap div.btn {
	flex: 1;
	margin: 0 10px 80px;
}
#page_quickentry article div.btn_wrap div.btn a.apply_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 420px;
	margin: auto;
	text-decoration: none;
	text-align: center;
	background-color: #005dab;
	color: #fff;
	border-radius: 8px;
	height: 75px;
	font-size: 20px;
	font-weight: bold;
}
div.btn_wrap div.btn a.apply_btn div.btn_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}












/* SP
=======================================*/
@media screen and (max-width:767.98px) {



#page_quickentry article {
	width:100%;
	margin-top: 70px !important;
}
/* 大枠 */
#page_quickentry h3 span {
	font-size: 18px;
	line-height:1.2em;
	padding:0.3em 0 0.4em 0;
}
#page_quickentry article div.inner {
	padding-top:20px;
	margin-bottom:80px;
}
/* 中枠 */
#page_quickentry article section > h4 {
	width:calc(100% - 30px);
	font-size: 16px;
	padding: 0.9em 0 0.8em 0;
}
#page_quickentry article div.inner section .inner {
	width:calc(100% - 30px);
	padding:20px 6px 40px 6px;
	margin:0 auto 40px auto;
	font-size: 1em !important;
}
/* 応募ボタン */
div.btn_wrap {
	display: block;
	margin: 40px 15px;
}
div.btn_wrap div.btn {
	margin: 0 auto;
}
#page_quickentry article div.btn_wrap div.btn a.apply_btn {
	height: 60px;
	font-size: 16px;
}



}