.anchors .c-link {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
.deadline-table thead {
  border-bottom: 2px solid #ff8486;
}
.deadline-table th {
  text-align: center;
}
.deadline-table th:nth-child(1) {
  width: 40%;
}
.deadline-table th:nth-child(2) {
  width: 20%;
}
.deadline-table th:nth-child(3) {
  width: 19%;
}
.deadline-table th:nth-child(4) {
  width: 21%;
}
.deadline-table td {
  vertical-align: middle;
}
.deadline-table time:nth-of-type(1) {
  display: block;
}
.label {
  display: inline-block;
  padding: 6px 10px;
  background: #ff8486;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accept-form {
  text-align: center;
}
.accept-form__title {
  font-weight: bold;
  font-size: 32px;
}
.accept-form__text {
  margin-top: 20px;
}
.accept-form__button {
  margin-top: 20px;
}
.accept-mail {
  text-align: center;
}
.accept-mail__title {
  font-weight: bold;
  font-size: 32px;
}
.accept-mail__text {
  margin-top: 20px;
}
.accept-mail__button {
  margin-top: 20px;
}
.accept-mail__link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .anchors .c-link:hover {
    text-decoration: underline;
  }
  .deadline-table td:nth-child(2) {
    text-align: center;
  }
  .deadline-table td:nth-child(3) {
    text-align: center;
  }
  .deadline-table th,
  .deadline-table td {
    padding: 16px 10px;
  }
  .deadline-table tr {
    border-bottom: 1px solid #cccccc;
  }
  .deadline-table tr:nth-child(2n-1) {
    background: #ffffff;
  }
  .deadline-table tr:nth-child(2n) {
    background: #f6f6f6;
  }
  .cell1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cell1 > .label {
    margin-right: 16px;
  }
  .cell1 > .c-link {
    margin-top: 4px;
  }
  .cell2 > dt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .deadline-table thead {
    display: none;
  }
  .deadline-table td {
    display: block;
  }
  .deadline-table td:nth-child(n + 2) {
    padding-top: 20px;
  }
  .deadline-table tr {
    display: block;
    padding: 16px 10px;
    border-top: 2px solid #ff8486;
  }
  .cell1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cell1 > .label {
    margin-bottom: 10px;
  }
  .cell2 > dd {
    margin-top: 10px;
  }
  .label {
    padding: 4px 10px;
    font-size: 14px;
  }
  .accept-form__title {
    font-size: 24px;
  }
  .accept-mail__title {
    font-size: 24px;
  }
}
