@charset "utf-8";

/*----------------------------------------
    .recruit_section
----------------------------------------*/
.recruit_section {
  padding: 77px 0 75px 0;
  min-height: 726px;
}
.recruit_section .main_title {
  margin-bottom: 46px;
}
.recruit_section .text_area {
  max-width: 900px;
  margin: 60px auto;
}
.recruit_section .text_area .h3_title {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 34px;
}
.recruit_section .text_area p {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}
.recruit_section .text_area p a{
  text-decoration: underline;
}
.recruit_section .table{
  margin: 50px 0 0;
  padding: 0 20px;
}
.recruit_section .table table{
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
}
.recruit_section .table table th,
.recruit_section .table table td{
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.recruit_section .table table th{
  padding-right: 20px;
  font-size: 1.85rem;
  width: 300px;
}
.recruit_section .table table th small{
  font-weight: normal;
  font-size: 1.65rem;
}
.recruit_section .table table td{
  font-size: 1.6rem;
  width: 460px;
}
.recruit_section .table table td span{
  font-weight: bold;
  font-size: 1.85rem;
}
.recruit_section .btn_link {
  width: 480px;
  margin: 52px auto 40px auto;
  text-align: center;
}
.recruit_section .btn_link a {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
  padding: 18px 45px 12px 45px;
  position: relative;
  background-color: #bf1a20;
  border-radius: 4px;
  font-weight: 500;
}
.recruit_section .btn_link a::after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  right: 30px;
  top: 50%;
  margin-top: -6px;
}
.recruit_section .btn_link span {
  display: block;
  font-size: 1.4rem;
  font-weight: 350;
}
.recruit_section .note {
  width: 480px;
  margin: 0 auto;
  font-size: 1.2rem;
}
