@charset "UTF-8";

/* ==========================================
	recruit_block
========================================== */

/* intro_block */
#intro_block {
	background: url(../img/recruit/recruit_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 60px 0;
	text-align:center;
}
#intro_block h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #5b5151;
}
#intro_block h3 span{
	color: #ff7d7d;
}
#intro_block .text_box {
	margin: 40px auto 0;
}
#intro_block .text_box p {
	font-size: 15px;
	font-weight: 300;
	line-height:300%;
	letter-spacing:0.2em;
}

@media screen and (max-width:640px) {
	
	#intro_block h3 {
		font-size: 18px;
	}
	#intro_block .text_box p {
		font-size:13px;	
	}
	
}

/* banner_block */
#banner_block {
	padding: 40px 0;
}
#banner_block .recruit_banner{
	width:700px;
	display:block;
	margin:0 auto;
	position:relative;
}
#banner_block .recruit_banner:hover{
	position : relative;
	top : 3pt;
	opacity:0.9;
}
/*#banner_block .link_btn {
    position: absolute;
    left: 50px;
    right: 0;
    margin: 0 auto;
    bottom: 70px;
    padding: 10px 0 10px 30px;
    width: 230px;
    background-position: 190px center;
}*/

@media screen and (max-width:640px) {
	
	#banner_block .recruit_banner {
		width:100%;	
	}
	
}

/* table_block */
#table_block {
	padding: 60px 0;
	background: url(../img/recruit/bg_logo.png) ,#fdf8ee;
}
#table_block h2{
	text-align: center;
    color:#ff5555;
    font-size: 34px;
    font-weight: 800;
	line-height: 140%;
    letter-spacing: 0.1em;
}
#table_block h2 span{
	display:block;
	color: #5b5151;
	font-size: 14px;
}
#table_block .table_style {
	max-width:1000px;
	width: 100%;
	margin: 40px auto 0;
}
#table_block .table_style th {
	text-align: left;
	font-weight: normal;
	padding: 25px 15px;
	background: #5b5151;
	border-bottom: 1px solid #dedede;
	color: #fff;
}
#table_block .table_style td {
	background: #fdfdfd;
	border-bottom: 1px solid #dedede;
	padding-left: 15px;
	font-size: 17px;
	vertical-align: middle;
}
#table_block .table_style .th_style,
#table_block .table_style .td_style {
	border-bottom: none;	
}
#table_block .tabeltop_p {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width:640px) {

	#table_block h2 {
		font-size: 22px;
	}
	#table_block .table_style {
		width:100%;
		margin: 20px auto 0;
	}
	#table_block .table_style th,
	#table_block .table_style td {
		display: block;
		width: 100%;
		 padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		font-size: 13px;
	}	
}

/* form_block */
#form_block {
	padding: 60px 0;
	background:#fff1f1;
}
#form_block h2{
	text-align: center;
    color:#ff5555;
    font-size: 34px;
    font-weight: 800;
	line-height: 140%;
    letter-spacing: 0.1em;
}
#form_block h2 span{
	display:block;
	color: #5b5151;
	font-size: 14px;
}
#form_block .form_box {
	width: 1000px;
	margin: 40px auto 0;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 50px;	
}
#form_block p{
	margin: 40px auto 0;
}
#form_block table {
	width: 100%;
	
}
#form_block table th {
	width: 300px;
	font-weight: normal;
	text-align: left;
	padding: 25px 0 25px 10px;
	border-bottom: 1px dotted #e6e6e6;
}
#form_block table th span {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: #d03838;
	margin-left: 20px;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#form_block table td {
	font-size: 16px;
	padding: 25px 0 25px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #dedede;
}
#form_block table tr:last-child th,
#form_block table tr:last-child td {
	border-bottom: none;
}
#form_block table .td_content ul li {
	float: left;
	margin-right: 20px;
}
#form_block table .td_content ul li:last-child {
	margin-right: 0;
}
#form_block table .td_content ul li input {
	display: inline-block;
	margin-right: 10px;
	vertical-align: -1px;
}
#form_block table .td_content ul li label:hover {
	cursor: pointer;
}
#form_block table td input {
	font-size: 16px;
	padding: 10px;
	color: #313131;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #c5c5c5;
}
#form_block table td textarea {
	width: 500px;
	height: 150px;
	font-size: 16px;
	color: #313131;
	padding: 10px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#form_block table td .w_400 {
	width: 400px;
}
#form_block table td .w_250 {
	width: 250px;
}
#form_block #btn_area {
	margin-top: 50px;
}
#form_block #btn_area input {
	cursor: pointer;
}
#form_block #btn_area .btn_style {
	width: 300px;
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
#form_block #btn_area .center_btn {
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #ff5555;
}
#form_block #btn_area .center_btn:hover {
	background: #e14b4b;
}

@media screen and (max-width:640px) {

	#form_block {
		
	}
	#form_block h2 {
		font-size: 22px;
	}
	#form_block .form_box {
		width:100%;	
		padding: 20px;
	}
	#form_block .intro_text {
		text-align: left;
		font-size: 13px;
		margin-bottom: 40px;
	}
	#form_block .intro_text br {
		display: none;
	}
	#form_block table {
		width: 100%;
	}
	#form_block table th {
		display: block;
		width: 100%;
		padding: 10px 0 10px 8px;
		background: #fff4f4;
		font-size: 15px;
		border: none;
		border-left: 5px solid #ffd5d5;
	}
	#form_block table th span {
		float: right;
		font-size: 12px;
		margin: 0 8px 0 15px;
		padding: 0 5px;
		border: 1px solid #fff;
	}
	#form_block table td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 25px 0;
		border: none;
	}
	#form_block table td input {
		font-size: 14px;
	}
	#form_block table td textarea {
		width: 100%;
		height: 160px;
		font-size: 14px;
		line-height: 150%;
	}
	#form_block table td .w_400,
	#form_block table td .w_250 {
		width: 100%;
	}
	#form_block #btn_area {
		margin-top: 20px;
	}
	#form_block #btn_area .btn_style {
		width: 200px;
		padding: 15px 0;
		font-size: 18px;
		text-align: center;
	}

}

/*-----------------------------------

	error/alert

-----------------------------------*/
.error {
  color: red;
  font-size: 14px;
  padding-bottom: 0.3em;
}
.alert {
  display: block;
  padding: 0.5em;
  text-align: center;
  border: 1px solid red;
  background: rgba(255,0,0,0.1);
  color: red;
	font-size: 1.05em;
}
.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.sp {
		display: block;
	}
}

/*-----------------------------------

	confirm.php/complete.php

-----------------------------------*/
#btn_area.two_btn_area {
	text-align: center;
}
#form_block #btn_area.two_btn_area .center_btn {
	display: inline-block;
}
#form_block #btn_area.two_btn_area .center_btn:first-of-type {
	margin-right: 50px;
}

@media screen and (max-width: 840px) {
	#form_block #btn_area.two_btn_area .center_btn {
	display: block;
}
	#form_block #btn_area.two_btn_area .center_btn:first-of-type {
		margin-right: auto;
		margin-bottom: 30px;
	}
}