/* ===============================================================

 project / campaign webmeisai

=============================================================== */
.e-statement_title {
  text-align: center;
}

.e-statement_title h2, .e-statement_title h3 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.7em;
}

.e-statement_btnbox {
  position: relative;
}

.e-statement_btn_pc {
  position: absolute;
  width: 100%;
  bottom: 20%;
  left: 34%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.e-statement_btn_sp {
  position: absolute;
  width: 100%;
  bottom: 9%;
  width: 100%;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.e-statement_bg {
  background-color: #eaeaeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.e-statement_caution ul {
  margin: 0 auto;
  width: 90%;
}

.e-statement_faq p {
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 768px) {
  .e-statement_title h2, .e-statement_title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
  }
}
