.lead {
  margin-bottom: 48px;
}
.lead__title {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: bold;
}
.lead__body {
  line-height: 2;
}

.requirements {
  margin-bottom: 80px;
}
.requirements__title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  font-size: 1.5rem;
}
.requirements__body {
  width: 100%;
  margin-bottom: 64px;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.requirements__body th,
.requirements__body td {
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  line-height: 2;
}
@media screen and (max-width: 979.98px) {
  .requirements__body th,
  .requirements__body td {
    display: block;
  }
}
.requirements__body th {
  width: 10rem;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 979.98px) {
  .requirements__body th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 979.98px) {
  .requirements__body td {
    padding-top: 0;
  }
}

.schedule {
  padding: 32px;
  width: 960px;
  margin: 0 auto;
  background: #EBEBEB;
}
@media screen and (max-width: 979.98px) {
  .schedule {
    width: calc(100% - 32px);
  }
}
.schedule__title {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  font-size: 1.5rem;
}
.schedule__body {
  width: 100%;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
}
.schedule__body th,
.schedule__body td {
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  line-height: 2;
}
@media screen and (max-width: 979.98px) {
  .schedule__body th,
  .schedule__body td {
    display: block;
  }
}
.schedule__body th {
  width: 10rem;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 979.98px) {
  .schedule__body th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 979.98px) {
  .schedule__body td {
    padding-top: 0;
  }
}

.btn.btn-entry {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: #F59614;
  text-align: center;
}
.btn.btn-entry img {
  width: 160px;
  line-height: 1;
}

.btn.btn-form {
  display: block;
  padding: 20px 12px;
  border-radius: 8px;
  background-color: #64B450;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

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