@charset "UTF-8";
/* 共通カラー */
/* テンプレート共通カラー */
/* タグ */
/* ブレイクポイント */
/* メディアクエリ */
.section {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 780px) {
  .section {
    margin-bottom: 80px;
  }
}
.section__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 8px solid #00773a;
  padding: 5px 20px;
  line-height: 1;
}

.thanks {
  padding-top: 30px;
  text-align: center;
}
.thanks__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 780px) {
  .thanks__title {
    font-size: 3rem;
  }
}
.thanks p {
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .thanks p {
    margin-top: 30px;
  }
}
.thanks__info {
  border: 1px solid #ccc;
  background: #eee;
  padding: 20px;
  display: inline-block;
  border-radius: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 780px) {
  .thanks__info {
    font-size: 1.5rem;
  }
}
.thanks__link {
  display: inline-block;
  margin-top: 20px;
  display: inline-block;
  background: #eee;
  border: 1px solid #eee;
  color: #000;
  border-radius: 25px;
  line-height: 1;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.thanks__link:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .thanks__link {
    margin-top: 50px;
  }
}