#contents-page.thanks .top-kv {
  height: 400px;
}
@media (max-width: 767px) {
  #contents-page.thanks .top-kv {
    height: 300px;
  }
}
#contents-page.thanks .top-kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents-page .section01 {
  margin-bottom: 30px;
}
#contents-page .section01 .headline {
  line-height: 1.9;
  text-align: left;
  position: relative;
}
#contents-page .section01 .headline::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 767px) {
  #contents-page .section01 .headline {
    font-size: 24px;
  }
}
#contents-page .section01 .main-text {
  line-height: 1.75;
  margin-bottom: 30px;
}
#contents-page .section01 .sub-text {
  line-height: 1.7;
  font-size: 14px;
  color: #a5aeb5;
  margin-bottom: 60px;
}
#contents-page .section01 .top-btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  background-color: #231815;
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents-page .section01 .top-btn a {
  color: #fff;
}