@charset "utf-8";

.recruitment{
	padding:5px;
}
.recruitment h3{
	font-size:21.8px;
	text-align:center;
	margin-bottom:1em;
}
.recruitment h3 small{
	font-size:12px;
	color:#183A83;
}

.recruitment .head_btn a{
	display:inline-block;
	font-size:23.38px;
	text-align:center;
	border:1px solid #1E3684;
	line-height:2.4em;
	color:#1E3684;
	width:47%;
	margin-bottom:1.5em;
	text-decoration: none;
}
.recruitment .head_btn a:nth-child(2){
	float: right;
}
.recruitment .head_btn a:hover, .recruitment .head_btn a.active{
	background-color:#1E3684;
	color:#FFFFFF;
}

.recruitment h4{
	display:block;
	font-size:18px;
	text-align:center;
	border:1px solid #1E3684;
	line-height:2.4em;
	background-color:#1E3684;
	color:#FFFFFF;
	margin-bottom:15px;
	letter-spacing: 1em;
}
.recruitment p{
	font-size:15px;
	margin-bottom:1.5em;
	line-height:1.8em;
}
.recruitment p a{
	color:#1E3684;
	text-decoration: underline;
}

.recruitment h5{
	font-size:15px;
	font-weight:600;
	color:#1E3684;
	margin-bottom:1.2em;
}

.recruitment table{
	width:100%;
	border:1px solid #707070;
	font-size:15px;
	margin-bottom:1.5em;
}
.recruitment table th{
	border:1px solid #707070;
	background-color:#E0E0E0;
	font-weight:600;
	text-align:center;
	padding:0.8em;
}
.recruitment table td{
	border:1px solid #707070;
	background-color:#FFFFFF;
	text-align:center;
	padding:0.8em;
}
.recruitment  .arrow{
	text-align:center;
}
.recruitment  .arrow a{
	display: inline-block;
	position: relative;
	background-color: #CD051E;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:0px 5em;
	text-decoration: none;
	line-height:48px;
	cursor: pointer;
}
.recruitment .arrow a::after {
	content: "";
	position: absolute;
	background-color: #CD051E;
	width: 20px;
	height: 48px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-top:0;
	right:-20.5px;
	border-left:1px solid #CD051E;
}
.recruitment  .arrow small{
	display:block;
	font-size:14px;
	color:#CD051E;
	margin:0.5em;
}

.red{
	color:#CB0A0A;
}

.rec h3{
	color:#1E3684;
	font-weight:600;
}
.rec h4{
	letter-spacing: 0em;
	margin-top:1em;
	margin-bottom:1em;
}

.input_box{
	display:inline-block;
	margin:6px;
	padding:6px;
	font-size:15px;
	line-height:28px;
}
.input_box input, .input_box select, .input_box textarea{
	font-size:18px;
	padding:2px;
	margin:5px 0;
}
.input_box span{
	font-size:15px;
}
.input_box small{
	color:#1E3684;
}

.text_box{
	border:1px solid #707070;
	background-color:#FFFFFF;
	font-size:15px;
	line-height:28px;
	padding:1em;
	margin:7px;
}
.text_box h5{
	color:#495D9A;
}

.button_arrow{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: #ccc;
}
.button_arrow{
	display: inline-block;
	position: relative;
	background-color: #CD051E;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:0px 5em;
	text-decoration: none;
	line-height:48px;
	cursor: pointer;
}
.button_arrow::after {
	content: "";
	position: absolute;
	background-color: #CD051E;
	width: 20px;
	height: 48px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-top:0;
	right:-20px;
	border-left:1px solid #CD051E;
}


.tyuui{
	border:3px solid #FF0000;
	color:#FF0000;
	padding:1em;
	display:none;
}
.tyuui h5{
	font-weight:bold;
	color:#FF0000;
}
.tyuui p{
	line-height:1.5em;
	margin:0;
	display:none;
}

.btn_arrow{
	display: inline-block;
	position: relative;
	background-color: #CD051E;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:0px 5em;
	text-decoration: none;
	line-height:48px;
	cursor: pointer;
}
.btn_arrow::after {
	content: "";
	position: absolute;
	background-color: #CD051E;
	width: 20px;
	height: 48px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-top:0;
	right:-19.5px;
	border-left:1px solid #CD051E;
}

.btn_re{
	display: inline-block;
	position: relative;
	background-color: #897A7C;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	text-align:center;
	padding:0px 5em;
	text-decoration: none;
	line-height:48px;
	cursor: pointer;
}
.btn_re::before {
	content: "";
	position: absolute;
	background-color: #897A7C;
	width: 20px;
	height: 48px;
	clip-path: polygon(100% 0, 0% 50%, 100% 100%);
	margin-top:0;
	left:-19.5px;
	border-right:1px solid #897A7C;
}