/*申し込みボタン*/
.apply-wrapper {
  margin: 0 auto;
  width: 1000px;
}

.apply-text {
  border: 3px solid #000;
  border-radius: 10px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 2.5rem auto;
  padding: 1.5rem;
  text-align: center;
  width: 750px;
}

.apply-contents {
  display: flex;
  justify-content: center;
  margin: 3rem auto 1.5rem;
  max-width: 900px;
}

.apply-link {
  margin: 0 1rem;
  text-align: center;
  width: 45%;
}

.apply-link-text {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.apply-btn {
  align-items: center;
  border-radius: 18px;
  box-shadow: #bfbfbf 0 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 4px;
}

.apply-btn:hover {
  box-shadow: none;
  margin: 4px 0 -4px;
  margin-top: 4px;
}

.apply-btn-text {
  border: 3px solid #fff;
  border-radius: 15px;
  font-size: 3rem;
  font-weight: bold;
  padding: 1rem .5rem;
  text-align: center;
  width: 100%;
}

.left-color {
  background-color: #f79700;
}

.right-color {
  background-color: #f76e00;
}

.apply-note {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem 0;
  font-weight: 500;
}

/* 終了ボタン */
.close {
  background: gray;
  border-radius: 10px;
  color: white;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 2.5rem auto;
  padding: 1.5rem;
  text-align: center;
  width: 750px;
}