h1,
h2,
h3,
h4,
h5,
p {
  border: none;
}

.main {
  width: 90%;
  margin: 0 auto;
}

.recruit_text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.container_title {
  padding-top: 20px;
  font-size: 18px;
  text-align: left;
}

.recruit_category_title {
  font-size: 14px;
  padding-top: 10px;
}
.recruit_item_title {
  font-size: 13px;
  font-weight: normal;
  padding-top: 10px;
}
.recruit_item_desc {
  margin: 0 auto;
  font-size: 12px;
}

.mail {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.recruit_list {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.sp {
  display: block;
}
.pc {
  display: none;
}
table {
  margin-top: 10px;
  font-size: 12px;
}
tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
tr + tr {
  margin-top: 20px;
}
table th {
  font-weight: bold !important;
  font-size: 14px;
}
table td {
  margin-top: 10px;
}
.recruit_contact_text {
  text-align: left;
}
.mttest {
  padding-top: 0px;
}
.policy_text_size {
  font-size: 10px;
}
.policy_text_size a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .title {
    margin-top: 60px;
  }
  .recruit_text {
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
  }
  .container_title {
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
  }
  .recruit_category_title {
    font-size: 16px;
  }
  h5.recruit_item_title {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin: 0;
  }

  .recruit_category_title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .recruit_list {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
  }
  .recruit_item {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .recruit_item_desc {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  table {
    margin: 0 auto;
    width: 700px;
    margin-top: 30px;
    font-size: 14px;
  }
  tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    column-gap: 30px;
  }
  tr + tr {
    margin-top: 40px;
  }
  table th {
    width: 30%;
    font-weight: bold !important;
    font-size: 16px;
  }
  table td {
    width: 70%;
    margin-top: 0px;
  }

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .recruit_contact_text {
    text-align: center;
  }
  .mttest {
    padding-top: 27px;
  }
  .policy_text_size {
    font-size: 11px;
  }
}
