.common-fv {
  width: 100%;
  height: 160px;
  background: url("../img/common/fix-page-FV_bg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}

.common-fv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.common-fv h2::after {
  display: none;
}

.intro-text {
  padding: 100px 0 170px 0;
}

.intro-text h3 {
  margin-bottom: 0;
  font-weight: 500;
}

.common-section {
  padding: 60px 0;
}

.common-section h2 {
  margin-bottom: 57px;
}

.common-section .page-text {
  font-weight: 500;
}

.common-section.gray {
  background-color: #f7f7f7;
}

.btnbox a {
  width: 300px;
  margin: 0 auto;
  background-color: #f0243f;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
  box-shadow: 0px 1px 16px -6px rgba(0,0,0,.6);
}

.btnbox a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_r-arrow.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*# sourceMappingURL=page.css.map */