@charset "utf-8";

/*----------------------------------------
    .recruit_section
----------------------------------------*/
.recruit_section {
  padding: 40px 0;
  min-height: inherit;
}
.recruit_section .main_title {
  margin-bottom: 25px;
}
.recruit_section .text_area {
  margin: 40px 20px;
}
.recruit_section .text_area .h3_title {
	font-size: 2.2rem;
	margin-bottom: 0;
	padding: 0 0 20px 0;
  text-align: center;
}
.recruit_section .text_area p {
  font-size: 1.2rem;
}
.recruit_section .table{
  margin: 30px -10px 0;
  padding: 0;
}
.recruit_section .table table,
.recruit_section .table table tbody,
.recruit_section .table table tr,
.recruit_section .table table th,
.recruit_section .table table td{
    display: block;
}
.recruit_section .table table th,
.recruit_section .table table td{
  width: 100%;
}
.recruit_section .table table th{
  padding: 20px 20px 15px;
  border: none;
  font-size: 1.8rem;
}
.recruit_section .table table th small{
  font-size: 1.6rem;
}
.recruit_section .table table td{
  padding: 0 20px 25px;
  font-size: 1.4rem;
}
.recruit_section .table table td span{
  font-weight: bold;
  font-size: 1.8rem;
}
.recruit_section .btn_link {
  width: 90%;
  margin: 25px auto 20px auto;
}
.recruit_section .btn_link a {
  font-size: 1.6rem;
  padding: 15px 30px 10px 30px;
}
.recruit_section .btn_link a::after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.recruit_section .note {
  width: 90%;
}