/*------------------------------------
Recruitページ用CSS
------------------------------------*/
#recruit_sec1 .page-default-title .sub-title span {
  color: var(--color-yellow);
  margin-left: 5px;
}
#recruit_sec1 .page-default-title h3 {
  font-size: 1.5rem;
}
#recruit_sec1 table {
  margin: 50px auto 60px;
}
#recruit_sec1 table th {
  padding: 18px;
  text-align: left;
  width: 35%;
  font-weight: 400;
}
#recruit_sec1 table td {
  padding: 18px;
  text-align: left;
  width: 65%;
  line-height: 1.8;
}
#recruit_sec1 table thead tr th.table-title {
  background-color: var(--color-yellow);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px 20px 0 0;
  padding: 12px;
}
#recruit_sec1 table tr:nth-child(odd) td,
#recruit_sec1 table tr:nth-child(odd) th  {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 1080px) {
  
}

@media only screen and (max-width: 767px) {
  #recruit_sec1 .page-default-title h3 {
    font-size: 1.1rem;
  }
  .page-default-title .wide-image {
    margin-top: 20px;
  }
  #recruit_sec1 table thead tr th.table-title {
    font-size: 1.2rem;
    border-radius: 12px 12px 0 0;
    padding: 10px;
  }
  #recruit_sec1 table th,
  #recruit_sec1 table td {
    padding: 10px;
    font-size: 0.8rem;
  }
  #recruit_sec1 table {
    margin: 20px auto;
  }
  #recruit_sec1 .page-default-title .wide-image:nth-child(2) {
    margin-top: 0;
  }
}