body #contents article {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body #contents article {
    margin-bottom: 15%;
  }
}
body #contents h2 span {
  font-size: 24px;
  color: #1e50a2;
  padding-bottom: 0.4em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body #contents h2 span {
    font-size: 4vw;
  }
}
body #contents h3 {
  color: #1e50a2;
  font-size: 24px;
  text-align: center;
  margin: 1.5em 0 0.4em;
}
@media screen and (max-width: 768px) {
  body #contents h3 {
    font-size: 4vw;
  }
}
body #contents table.table th,
body #contents table.table td {
  padding: 1em;
}
body #contents table.table th {
  width: 20%;
  color: #1e50a2;
}
@media screen and (max-width: 768px) {
  body #contents table.table th,
  body #contents table.table td {
    display: block;
    width: 100%;
    padding: 0.4em 1em;
    border: none;
    text-align: left;
  }
  body #contents table.table th {
    text-align: center;
  }
  body #contents table.table td {
    padding: 0.3em 1em;
  }
}
body #contents .linkBtn {
  margin-top: 40px;
  text-align: center;
}
body #contents .linkBtn a {
  margin-bottom: 15px;
  width: 31em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body #contents .linkBtn a {
    width: 100%;
    font-size: 3vw;
  }
}

/*# sourceMappingURL=style.css.map */