@charset "UTF-8";

/* 各セクションの背景色と余白 */
#recruitment {
  padding: 80px 0;
}
#recruitment {
  background-color: #F6EFE3;
}

/* recruitment */
.poster-pc_tb { display: block;}
.table-pc { display: table-cell;}
.poster-sp { display: none;}
.table-sp { display: none;}

.recruitment-poster {
  text-align: center;
}

.recruitment-poster img {
  margin: 0 auto 5px;
  height: auto;
  max-width: 100%;
}

.recruitment_tbl {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border: 1px solid #FFC537;
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 150%;
}

.recruitment_tbl th {
  width: 30%;
  padding: 10px 0;
  color: #502119;
  background-color: #FFC537;
  border: 1px solid #FFC537;
}

.recruitment_tbl td {
  width: 70%;
  padding: 10px 0 10px 40px;
  border: 1px solid #FFC537;
}
.recruitment_tbl td{
  font-size: 1rem;
}

.line {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.8em;
  background-color: #01C000;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 10px;
  border: solid 2px #01C000;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);  
}
.line:hover {
  color: #01C000;
  background-color: #FFFFFF;
  opacity: 0.8;
}


/* レスポンシブ対応：タブレット */
@media screen and (max-width:960px) {
  /* recruitment */
  .recruitment-poster img {
    height: inherit;
    max-width: 90%;
  }

  .recruitment_tbl {
    width: 90%;
  }
  .recruitment_tbl td{
    font-size: 0.85rem;
  }
  
}

/* レスポンシブ対応：スマートフォン */
@media screen and (max-width:767px) {
  /* recruitment */
  .poster-pc_tb { display: none;}
  .table-pc { display: none;}
  .poster-sp { display: block;}
  .table-sp { display: table-cell;}
  .recruitment_tbl {
    width: 95%;
  }
  .recruitment-poster img {
    max-width: 95%;
  }

  .recruitment_tbl th {
    width: 25%;
  }

  .recruitment_tbl td {
    width: 75%;
    padding: 8px;
    font-size: 0.7rem;
  }
}
