.text-color-blue {
  color: #009fe8;
}

#contents section.sec-feature {
  padding: 70px 0;
  margin-bottom: 0;
}

#contents section.sec-feature p {
  font-size: 16px;
}

.sec-feature .ttl-h3 {
  margin-bottom: 4rem;
}

.sec-feature img {
  margin-bottom: 24px;
}

.sec-feature .ttl-h5 {
  margin-bottom: 16px;
}

.sec-feature p {
  margin-bottom: 0;
}

#contents section.sec-fee {
  padding: 56px 0 70px 0;
  margin-bottom: 0;
}

.sec-fee .ttl-h3 {
  margin-bottom: 38px;
}

.sec-fee .ttl-h5 {
  padding-bottom: 38px;
}

.sec-fee .fee-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  background-color: #FEF2F5;
  padding: 24px;
  max-width: 477px;
  margin: auto;
}

.sec-fee .fee-box>div:first-child {
  font-size: 2.1rem;
  font-weight: 700;
}

.sec-fee .fee-box>div:nth-child(2) {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  font-size: 20px;
}

.sec-fee .text-red {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.fw-bold {
  font-weight: 700;
}

/* sec-three-step
-------------------------------------------- */
.sec-three-step {
  padding: 60px 0;
}

.sec-three-step p {
  font-size: 16px;
}

.sec-three-step .title-h2 {
  margin-bottom: 0;
  padding-top: 3rem;
}

.sec-three-step .campaign-num {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.button.button-blue {
  border-radius: 50px;
  background-color: #009fe8;
  border: 2px solid #009fe8;
  box-shadow: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 16px 20px;
  letter-spacing: 1px;
  transition: all 1s;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.button.button-blue:hover {
  top: 0;
  color: #fff;
  border: 2px solid #ffe400;
  background-color: #ffe400;
}

#contents section .columns .three-step-block {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.three-step-block>li {
  width: 100%;
  margin-top: 1.5rem;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 1.5rem 1.1rem;
}

.three-step-block p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .three-step-block {
    flex-direction: column;
  }

  .three-step-block>li {
    width: 100%;
    padding: 1.5rem;
    margin-top: 0;
  }

}