@charset "UTF-8";
.section-one {
  margin-top: 50px;
}

.top-img {
  width: 400px;
  max-width: 70%;
  margin: 30px auto 30px auto;
}

.h1 {
  font-size: 30px;
}

.info h2 {
  margin-bottom: 30px;
  border-left: solid 13px #de1414;
  padding: 0px 10px;
}

section.message {
  width: 1000px;
  margin: 0px auto 70px auto;
  max-width: 90%;
}

section.info {
  width: 1000px;
  margin: -50px auto 200px auto;
  max-width: 90%;
  padding-top: 50px;
}

table {
  border-collapse: collapse;
}
table th,
table td {
  border-bottom: solid 1px #de1414;
  padding: 30px 5px;
}
table th {
  width: 200px;
  color: #de1414;
  text-align: left;
  vertical-align: baseline;
}
table ul {
  margin: 10px 0;
  padding-left: 20px;
}
table ul li {
  padding: 2px 0;
  list-style: "・" !important;
}
table .td-flex {
  display: flex;
  margin-bottom: 20px;
}
table .td-flex .td-left {
  min-width: 100px;
}

.job-list li.active {
  color: #de1414;
  font-weight: 800;
}
.job-list li.active a {
  color: #de1414;
  font-weight: 800;
  border-bottom: 1px solid #de1414;
}

.entry-btn {
  text-align: center;
  margin-top: 50px;
}
.entry-btn .entry {
  color: #fff;
  background-color: #de1414;
  border-radius: 9999px;
  padding: 15px 50px;
  text-decoration: none;
  display: inline !important;
  font-weight: 800;
}

@media screen and (max-width: 700px) {
  .section-one {
    margin-top: 0px;
  }
  .top-img {
    margin: 0 auto;
  }
  table th {
    width: 100px;
  }
}/*# sourceMappingURL=info.css.map */