/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_message__inner {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_message__inner {
    padding-top: 33px;
  }
}
.p_message .c_ttl32 {
  letter-spacing: 0.04em;
  line-height: 1.74375;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_message .c_ttl32 {
    margin-bottom: clamp(
      2.5rem,
      1.4830508475vw + 1.7881355932rem,
      2.9375rem
  );
  }
}
.p_message .c_txt18 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p_message .c_txt18 {
    margin-bottom: clamp(
      1.875rem,
      1.2711864407vw + 1.2648305085rem,
      2.25rem
  );
  }
}
.p_message .c_txt18:last-child {
  margin-bottom: 0;
}
.p_message__right {
  text-align: right;
  padding-top: 5px;
}
.p_message__btn {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .p_message__btn {
    padding: clamp(
      7.5rem,
      5.7203389831vw + 4.7542372881rem,
      9.1875rem
  ) 0 clamp(
      7.5rem,
      8.4745762712vw + 3.4322033898rem,
      10rem
  ) 0;
  }
}
/*# sourceMappingURL=message.css.map */
