/* recruit page
-------------------------------------------------*/
.r_box {
  padding-bottom: 130px;
}

@media all and (max-width: 1024px) {
  .r_box {
    padding-bottom: 80px;
  }
}

@media all and (max-width: 768px) {
  .r_box {
    padding-bottom: 60px;
  }
}

.r_box1 {
  padding-top: 50px;
}

@media all and (max-width: 1024px) {
  .r_box1 {
    padding: 40px 20px 0;
  }
}

@media all and (max-width: 768px) {
  .r_box1 {
    padding: 30px 10px 0;
  }
}

.r_box1_img img {
  width: 100%;
}

.r_box1_txt1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  padding-top: 30px;
}

@media all and (max-width: 1024px) {
  .r_box1_txt1 {
    font-size: 16px;
    padding-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .r_box1_txt1 {
    font-size: 12px;
  }
}

.r_box1_txt2 {
  font-size: 13px;
  text-align: center;
  line-height: 160%;
  padding: 25px 0;
}

@media all and (max-width: 1024px) {
  .r_box1_txt2 {
    font-size: 11px;
    padding: 20px 0;
  }
}

@media all and (max-width: 768px) {
  .r_box1_txt2 {
    font-size: 10px;
    padding: 15px 0;
  }
}

.r_box2 {
  padding-top: 70px;
}

@media all and (max-width: 1024px) {
  .r_box2 {
    padding: 50px 20px 0;
  }
}

@media all and (max-width: 768px) {
  .r_box2 {
    padding: 30px 10px 0;
  }
}

.r_box2_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .r_box2_ttl {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .r_box2_ttl {
    font-size: 13px;
  }
}

.r_box2_txt {
  text-align: center;
  font-size: 13px;
  line-height: 160%;
  padding-bottom: 30px;
}

@media all and (max-width: 1024px) {
  .r_box2_txt {
    font-size: 11px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .r_box2_txt {
    font-size: 10px;
    padding-bottom: 15px;
  }
}

.r_box2_txt2 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .r_box2_txt2 {
    font-size: 11px;
    padding-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .r_box2_txt2 {
    font-size: 10px;
    padding-top: 15px;
  }
}

.r_box2_txt2 span {
  text-decoration: underline;
}

.r_box2_tb table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCC;
}

.r_box2_tb table.co2 tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}

.r_box2_tb table tr:nth-of-type(odd) {
  background-color: #F7F2F2;
}

.r_box2_tb table tr td {
  padding: 25px 0;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
}

@media all and (max-width: 1024px) {
  .r_box2_tb table tr td {
    padding: 20px;
    font-size: 11px;
  }
}

@media all and (max-width: 768px) {
  .r_box2_tb table tr td {
    padding: 15px;
    font-size: 10px;
  }
}

.r_box2_tb table tr td:nth-of-type(1) {
  width: 22%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .r_box2_tb table tr td:nth-of-type(1) {
    width: 30%;
  }
}
