/* プロモーションキャンペーン用スタイル - 元デザイン維持版 */

:is(h3, h4, h5, h6, .info_wrapper) {
  line-height: 1.4;
  margin-block: 2em .5em;
}

.info_wrapper {
  padding-block: 150px;
  line-height: 1.75;
}

.info_wrapper section + section {
  margin-top: 3em;
}

.info_wrapper hr {
  margin-block: 80px;
}

.info_wrapper .btn_wrapper {
  margin-top: 80px;
}

.btn_wrapper {
  align-items: center;
  width: 100%;
}


/* スマホでの文字サイズ調整のみ適用 */
@media (max-width: 768px) {
  .info_wrapper  {
    padding-block: 80px;
  }
  .info_wrapper hr {
    display: block;
    margin-block: 40px;
  }
  .info_wrapper h3 {
    font-size: 20px;
  }
  .info_wrapper h4 {
    font-size: 18px;
  }
  .info_wrapper h5 {
    font-size: 16px;
  }

}

@media (max-width: 480px) {
  p {
    font-size: 16px!important;
  }
}