@charset "UTF-8";
body .container p {
  font-size: 16px;
}
body .container a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
body .container a.btn {
  display: block;
  text-decoration: none;
  background: #D7282F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  width: 300px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
body .container a.btn + p {
  margin-top: 4px;
}
body .container figure + p {
  margin-top: 16px;
}
body .container figure + figure {
  margin-top: 16px;
}
body .container p + a {
  margin-top: 16px;
}
body .container {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
body .container h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #D7282F;
  padding: 40px 0;
  position: relative;
}
body .container h2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  bottom: 20px;
  border-bottom: 4px solid #D7282F;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body .container h3 + p {
  margin-top: 16px;
}
body .container .heading-title {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  font-weight: bold;
  color: #D7282F;
  margin: 40px auto 20px;
}
body .container .heading-title::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 30%;
  height: 5px;
  background: #D7282F;
}
body .container .heading-title::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 30%;
  width: 70%;
  height: 5px;
  background: #e7e7e7;
}

@media screen and (max-width: 767px) {
  body .container p {
    font-size: 3.7333333333vw;
  }
  body .container a.btn {
    padding: 2.6666666667vw 5.3333333333vw;
    width: 80vw;
    font-size: 3.7333333333vw;
  }
  body .container a.btn + p {
    margin-top: 1.0666666667vw;
  }
  body .container figure + p {
    margin-top: 4.2666666667vw;
  }
  body .container figure + figure {
    margin-top: 4.2666666667vw;
  }
  body .container p + a {
    margin-top: 4.2666666667vw;
  }
  body .container {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  body .container h2 {
    font-size: 6.4vw;
    padding-top: 0;
    margin-bottom: 4.2666666667vw;
  }
  body .container h3.heading-title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
    margin: 0 0 4.2666666667vw;
  }
  body .container section {
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
  body .container section:nth-last-child(1) {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=common.css.map */