._contentsSpacer {
  margin-top: 60px !important;
  margin-bottom: 60px !important
}

._contentsSpacer_top {
  margin-top: 80px !important
}

._contentsSpacer_first {
  margin-top: 80px !important;
  margin-bottom: 60px !important
}

@media screen and (max-width:992px) {
  ._contentsSpacer_top {
    margin-top: 50px !important
  }

  ._contentsSpacer_first {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }
}

@media screen and (max-width:992px) {
  ._contentsSpacer {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }
}

@media screen and (max-width:767px) {
  ._titleFSize {
    font-size: 2.8rem !important
  }
}

._brSpOnly {
  display: none
}

@media screen and (max-width:767px) {
  ._brSpOnly {
    display: inline
  }
}

/* 230320追記 */

.area_gray {
  background: #f5f5f5;
  padding-bottom: 60px;
  padding-top: 60px;
}