
.apply-wrap {
  width: 820px;
  margin: 8px auto;
  text-align: center;
}

.button-wrap {
  display: flex;
  justify-content: space-between;
  width: 820px;
  margin: 0 auto;
}
.button-upper{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.yellow-underline {
  background: linear-gradient(transparent 70%, #fae800 70%);
}

.red{
    color: #ff0000;
}



.button-container {
  width: 380px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-weight: bold;
}

.button-upper-text {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.button-upper-txt-green {
  color: #06B9A3;
}

.invitation-button {
  background-color: #06B9A3;
  box-shadow: 0 5px 0 0 #035C51;
}

.invitation-button, .apply-button {
  padding: 15px 55px 15px 55px;
  color: #fff;
  border-radius: 5px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

.button-text-small {
  font-size: 0.8em;
}

.button-upper-txt-red {
  color: #F41D27;
}

.apply-button {
  background-color: #F41D27;
  box-shadow: 0 5px 0 0 #7A0E13;
}

.button-bottom-txt {
  margin: 5px auto;
  text-align: left;
  position: relative;
  top: 15px;
  width: 773px;
  left: 13px;
}

.button-container2{
  width: 380px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #000000;
}

.deadline-text-box{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.upper-deadline-text{
  width: 650px;
  background: linear-gradient(transparent 70%, #fae800 70%);
  z-index: 1;
  margin: 0 auto;
}

.text-red{
  color: red;
}

.apply-button-txt-small{
  font-size: 30px;
}
.apply-after {
  background-color: #808080;
  color: #fff;
  text-align: center;
  width: 600px;
  margin: 20px auto;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
}