@charset "UTF-8";
body, html {
  color: #404040;
}

.contents__inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 95px 0 70px;
  width: 100%;
}

.contents__inner-s {
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 0 75px;
  width: 100%;
}

.pt-0 {
  padding-top: 0;
}

.pageH2Area--tit01 {
  margin-bottom: 35px;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .pageH2Area--tit01 {
    max-width: 100%;
  }
}

.pageH2Area--tit01 .pageH2Area__tit01 {
  font-size: 3.2rem;
  padding: 0 46px;
}

.pageH2Area--tit01 .pageH2Area__tit01 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageH2Area--tit01 .pageH2Area__tit01:before,
.pageH2Area--tit01 .pageH2Area__tit01:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ。デザインに合わせて調整してください */
  background: #00003e; /* ここで濃い青を指定 */
}

.pageH2Area--tit01 .pageH2Area__tit01__txt {
  padding: 0 15px; /* 線と文字の間の余白 */
}

@media (max-width: 1023px) {
  .pageH2Area--tit01 .pageH2Area__tit01 {
    font-size: 2.6rem;
    padding: 0 34px;
  }
}

.pageH2Area__tit01__txtSmall {
  display: block;
  font-family: 'UD新ゴ DB';
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 1023px) {
  .pageH2Area__tit01__txtSmall {
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .pageH2Area__tit01 .pageH2Area__tit01__txt {
    letter-spacing: -.01em;
  }
}

.mv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/sites/default/files/media/jp/service/yahoo-ads/campaign/migiration_260203/202602_YDA_Migration_CP_MV_PC_1440x370_BG.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 600px) {
  .mv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(/sites/default/files/media/jp/service/yahoo-ads/campaign/migiration_260203/202602_YDA_Migration_CP_MV_SP_375x370_BG.png) center bottom no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 370px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    width: 100%;
  }
}

.mv__inner img {
  max-width: 1440px;
  width: 100%;
}

@media (max-width: 1023px) {
  .mv__inner img {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .mv__inner img {
    height: 350px;
    max-width: 100%;
    width: auto;
  }
}

.campaign__inner {
  background: #f2f4f8;
  border-radius: 12px;
  padding: 32px 67px;
}

@media (max-width: 1023px) {
  .campaign__inner {
    padding: 32px 20px;
  }
}

.campaign__lead {
  background: #ffffff;
  border-radius: 9px;
  padding: 39px 40px 43px;
  position: relative;
}

@media (max-width: 1023px) {
  .campaign__lead {
    padding: 30px 15px 25px;
  }
}

.campaign__lead:before {
  background: url(/sites/default/files/media/jp/service/yahoo-ads/campaign/migiration_260203/cracker_left2.png) center center no-repeat;
  background-size: contain;
  bottom: -25px;
  content: '';
  height: 124px;
  left: -65px;
  position: absolute;
  width: 111px;
}

@media (max-width: 1023px) {
  .campaign__lead:before {
    bottom: -20px;
    height: 84px;
    left: -20px;
    width: 75px;
  }
}

.campaign__lead:after {
  background: url(/sites/default/files/media/jp/service/yahoo-ads/campaign/migiration_260203/cracker_right2.png) center center no-repeat;
  background-size: contain;
  bottom: -25px;
  content: '';
  height: 124px;
  position: absolute;
  right: -65px;
  width: 111px;
}

@media (max-width: 1023px) {
  .campaign__lead:after {
    bottom: -20px;
    height: 84px;
    right: -20px;
    width: 75px;
  }
}

.campaign__lead--txt {
  color: #00003e;
  font-family: 'UD新ゴ M';
  font-size: 2.6rem;
  text-align: center;
}

@media (max-width: 1023px) {
  .campaign__lead--txt {
    font-size: 1.5rem;
  }
}

.campaign__lead--txtSmall {
  font-size: 2.3rem;
}

@media (max-width: 1023px) {
  .campaign__lead--txtSmall {
    font-size: 1.5rem;
  }
}

.campaign__lead--txtLine {
  display: inline-block;
  font-family: 'UD新ゴ B';
  position: relative;
}

.campaign__lead--txtLine span {
  position: relative;
  z-index: 50;
}

.campaign__lead--txtLine:after {
  background: #fffd6c;
  bottom: -3px;
  content: '';
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.campaign__lead--txtPrice {
  font-size: 3.5rem;
}

@media (max-width: 1023px) {
  .campaign__lead--txtPrice {
    font-size: 2.3rem;
  }
}

.campaign__detail {
  margin-top: 24px;
}

.campaign__detailBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .campaign__detailBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.campaign__detailBlock:not(:first-of-type) {
  margin-top: 14px;
}

@media (max-width: 1023px) {
  .campaign__detailBlock:not(:first-of-type) {
    margin-top: 28px;
  }
}

.campaign__detailTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ B';
  font-size: 2rem;
  height: 63px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 222px;
  width: 100%;
}

@media (max-width: 1023px) {
  .campaign__detailTitle {
    font-size: 2rem;
    max-width: 186px;
  }
}

.campaign__detailTxt {
  font-family: 'UD新ゴ B';
  font-size: 2rem;
  margin-left: 35px;
  padding-top: 15px;
}

@media (max-width: 1023px) {
  .campaign__detailTxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}

.campaign__detailTxt--lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 40%);
}

.campaign__detailTxt--list {
  counter-reset: num;
  font-family: 'UD新ゴ M';
  list-style: none;
  margin-top: 40px;
}

.campaign__detailTxt--item {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign__detailTxt--item:before {
  content: counter(num) ". ";
  counter-increment: num;
}

.campaign__detailTxt--item:not(:first-of-type) {
  margin-top: 19px;
}

.campaign__notes {
  font-family: 'UD新ゴ M';
  font-size: 1.6rem;
  margin-top: 30px;
}

.step__list {
  background: #e6fce8;
  border-radius: 12px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  counter-reset: stepnum;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 23px 18px 17px;
}

@media (max-width: 1023px) {
  .step__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(100% / 4 - 30px);
}

@media (max-width: 1023px) {
  .step__item {
    width: 100%;
  }
}

.step__item:before {
  color: #00003e;
  content: "STEP" counter(stepnum);
  counter-increment: stepnum;
  font-family: 'UD新ゴ B';
  font-size: 2.8rem;
}

.step__item img {
  height: 128px;
  margin-top: 21px;
  width: auto;
}

@media (max-width: 1023px) {
  .step__item:not(:first-of-type) {
    margin-top: 80px;
  }
}

.step__item:not(:last-of-type)::after {
  border-bottom: 15px solid transparent;
  border-left: 17px solid #02003e;
  border-right: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

@media (max-width: 1023px) {
  .step__item:not(:last-of-type)::after {
    border-bottom: 0;
    border-left: 17px solid  transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #02003e;
    bottom: 0;
    left: 50%;
    top: 110%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

.step__txt {
  color: #00003e;
  font-family: 'UD新ゴ DB';
  font-size: 1.8rem;
  letter-spacing: -.02em;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
}

.step__txt sub {
  font-size: 1.3rem;
}

.step__txt span {
  font-size: 1.3rem;
}

.step__link {
  margin-top: 12px;
}

.step__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b3e9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ B';
  font-size: 1.6rem;
}

.step__link a:after {
  border-right: 2px solid #00003e;
  border-top: 2px solid #00003e;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}

.step__notes {
  counter-reset: stepNotesnum;
  margin-top: 30px;
}

.step__notes li {
  font-family: 'UD新ゴ M';
  font-size: 1.4rem;
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.step__notes li:before {
  content: "※" counter(stepNotesnum);
  counter-increment: stepNotesnum;
  margin-right: 8px;
}

.supportProgram {
  background: #ffffff;
  padding: 0 20px;
}

.supportProgram__inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 0;
}

.supportProgram .pageH2Area--tit01 .pageH2Area__tit01__txt {
  background: transparent;
}

.supportProgram__lead {
  background: #ffffff;
  border-radius: 16px;
  letter-spacing: .03em;
  line-height: 1.632;
  padding: 27px 215px 27px 38px;
  position: relative;
}

@media (max-width: 1023px) {
  .supportProgram__lead {
    padding: 30px;
  }
}

.supportProgram__lead--txt {
  font-family: 'UD新ゴ DB';
  font-size: 1.9rem;
}

.supportProgram__lead--txt span {
  color: #1dcc64;
  font-family: 'UD新ゴ B';
  font-size: 2.2rem;
}

.supportProgram__lead:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/gift_2403/img/supportProgram_img1.svg) center center no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 244px;
  position: absolute;
  right: 36px;
  width: 146px;
}

@media (max-width: 1023px) {
  .supportProgram__lead:after {
    display: none;
  }
}

.supportProgram__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
}

@media (max-width: 1023px) {
  .supportProgram__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.supportProgram__detail:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/gift_2403/img/supportProgram_flow_img3_pc.png) center center no-repeat;
  background-size: contain;
  content: '';
  height: 502px;
  width: 534px;
}

@media (max-width: 1023px) {
  .supportProgram__detail:after {
    height: 315px;
    margin-top: 70px;
    max-width: 534px;
    width: 100%;
  }
}

.supportProgram__detailBlock {
  width: 36%;
}

@media (max-width: 1023px) {
  .supportProgram__detailBlock {
    width: 100%;
  }
}

.supportProgram__detailContents:not(:first-of-type) {
  margin-top: 55px;
}

.supportProgram__detailH3title {
  font-family: 'UD新ゴ B';
  font-size: 2.5rem;
  line-height: 1.36;
}

.supportProgram__detailH3title span {
  font-size: 1.7rem;
}

.supportProgram__detailTxt {
  font-family: 'UD新ゴ M';
  font-size: 1.4rem;
  line-height: 1.857;
  margin-top: 22px;
}

.supportProgram__detailImg {
  display: block;
  margin-top: 21px;
}

.supportProgram__flow {
  margin-top: 80px;
}

.supportProgram__flowH3title {
  font-family: 'UD新ゴ B';
  font-size: 2.5rem;
  text-align: left;
}

.supportProgram__flowImg {
  margin-top: 22px;
}

.attention {
  background: #f2f4f8;
  padding: 0 20px;
}

.attention__inner {
  margin: 0 auto;
  max-width: 900px;
  padding: 70px 0;
}

@media (max-width: 1023px) {
  .attention .pageH2Area--tit01 .pageH2Area__tit01__txt {
    background: transparent;
  }
}

.attention__block {
  line-height: 1.563;
}

.attention__block:not(:first-of-type) {
  margin-top: 24px;
}

.attention__blockTitle {
  font-family: 'UD新ゴ B';
  font-size: 1.8rem;
}

.attention__blockTxt {
  font-family: 'UD新ゴ M';
  font-size: 1.6rem;
}

.attention__notes {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.attention__blockItem {
  padding-left: 1em;
  text-indent: -1em;
}

.attention__blockItem:before {
  content: '・';
}

.attention__blockSubItem {
  padding-left: 2em;
  text-indent: -.7em;
}

.attention__blockSubItem:before {
  content: '- ';
}

.order__detail:not(:first-of-type) {
  margin-top: 70px;
}

.order__H3title {
  font-family: 'UD新ゴ B';
  font-size: 2.5rem;
  text-align: left;
}

.order__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f4f8;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  padding: 33px 66px;
}

@media (max-width: 1023px) {
  .order__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 30px;
  }
}

.order__catTxt {
  color: #00003e;
  font-family: 'UD新ゴ B';
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .order__catTxt {
    font-family: 'UD新ゴ M';
    font-size: 1.4rem;
    text-align: center;
  }
}

.order__cta {
  width: 40.22%;
}

@media (max-width: 1023px) {
  .order__cta {
    width: 100%;
  }
}

.order__cta a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00003e;
  border: 2px solid #00003e;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ DB';
  font-size: 2.1rem;
  height: 66px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
  max-width: 362px;
  min-width: 362px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .order__cta a {
    font-family: 'UD新ゴ DB';
    font-size: 1.6rem;
    height: 54px;
    margin-top: 25px;
    min-width: 100%;
    width: 100%;
  }
}

.order__cta a:hover {
  background: #ffffff;
  color: #00003e;
  text-decoration: none;
}

.order__txt {
  font-family: 'UD新ゴ B';
  font-size: 1.9rem;
  line-height: 1.842;
  margin-top: 35px;
}

.form {
  margin-top: 80px;
}

.form__H3title {
  font-family: 'UD新ゴ B';
  font-size: 2.5rem;
  text-align: center;
}

.form__inner {
  margin-top: 40px;
}

.CTA {
  margin-top: 45px;
}

.CTA__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f77911;
  border: 4px solid #ffffff;
  border-radius: 999em;
  -webkit-box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ DB';
  font-size: 2.6rem;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 483px;
  position: relative;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .CTA__button {
    font-size: 1.7rem;
    height: 58px;
  }
}

.CTA__button:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/gift_2403/img/arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 32px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}

@media (max-width: 1023px) {
  .CTA__button:after {
    height: 21px;
    right: 24px;
    width: 21px;
  }
}

.CTA__button:hover {
  background: #ffffff;
  border: 4px solid #f77911;
  color: #f77911;
  text-decoration: none;
}

.CTA__button:hover::after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/gift_2403/img/arrow_hover.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 32px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
}

@media (max-width: 1023px) {
  .CTA__button:hover::after {
    height: 21px;
    right: 24px;
    width: 21px;
  }
}

@media only screen and (max-width: 480px) {
  .mktoForm .mktoRadioList {
    width: 100% !important;
  }
  .mktoForm .mktoRadioList > label {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */

/* --- H2見出し左右の線を濃い青に変更する設定 --- */
.pageH2Area--tit01 .pageH2Area__tit01 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important; /* 既存の枠線があれば消す */
}

.pageH2Area--tit01 .pageH2Area__tit01:before,
.pageH2Area--tit01 .pageH2Area__tit01:after {
  content: "" !important;
  flex-grow: 1 !important;
  height: 3px !important; /* 線の太さ */
  background: #00003e !important; /* 濃い青色 */
}

.pageH2Area--tit01 .pageH2Area__tit01__txt {
  padding: 0 15px !important; /* 線と文字の間の隙間 */
  background: transparent !important; /* 背景の透過を維持 */
}


/* --- 無料サポート領域のデザイン調整 --- */

/* 1. 外側の背景色をキャンペーン概要と同じ薄いグレーに変更 */
.supportProgram {
  background: #f2f4f8 !important; /* キャンペーン概要と同じ色 */
}

/* 2. テキストエリアの背景を白に固定し、余白を調整 */
.supportProgram__lead {
  background: #ffffff !important; /* 背景を白に設定 */
  border-radius: 16px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important; /* 視認性を高めるための軽い影（任意） */
}

/* 3. 領域全体の上下余白を調整（必要に応じて） */
.supportProgram__inner {
  padding: 60px 0 !important;
}

/* --- 無料サポート領域を独立したセクションにし、下に余白を作る調整 --- */

/* 1. 一番外側の背景は白（または透明）に戻す */
.supportProgram {
  background: #ffffff !important; 
}

/* 2. 内側のコンテナに背景色、角丸、および下の余白を追加 */
.supportProgram__inner {
  background: #f2f4f8 !important; /* キャンペーン概要と同じ薄いグレー [cite: 16] */
  border-radius: 12px !important;   /* キャンペーン概要と同じ角丸 [cite: 16] */
  padding: 60px 67px !important;  /* 内部の余白 [cite: 16] */
  max-width: 900px !important;    /* 横幅の制限 [cite: 2] */
  margin: 0 auto 50px auto !important; /* 下に50pxの余白を追加し、中央寄せ */
}

/* 3. 中のテキストエリア（白枠）を維持 */
.supportProgram__lead {
  background: #ffffff !important; /* 背景を白に [cite: 17] */
  border-radius: 16px !important; /* 角丸 [cite: 58] */
  padding: 30px !important;       
  width: 100% !important;
  box-sizing: border-box !important;
}

/* 4. スマホ表示（幅1023px以下）での余白調整 */
@media (max-width: 1023px) {
  .supportProgram__inner {
    padding: 40px 20px !important; 
    margin: 0 20px 40px 20px !important; /* スマホ時も下に40pxの余白を確保 */
  }
}

/* --- 無料サポートセクションの最終調整 --- */

/* 1. 見出し部分の背景を白（なし）にする */
.supportProgram {
  background: transparent !important;
}

/* 2. 画像と文字の重なりを解消し、回り込みを解除 */
.supportProgram__lead {
  display: flex !important;
  flex-direction: column !important; /* 基本は縦並び */
  position: relative !important;
  overflow: visible !important;
}

/* 画像が文字の下に潜り込まないように調整 */
.supportProgram__lead:after {
  position: relative !important; /* 絶対配置を解除して、要素として並べる */
  display: block !important;
  margin: 20px auto 0 !important; /* 中央寄せにして文字の下に配置 */
  right: auto !important;
  bottom: auto !important;
}

/* 3. PCなどの広い画面では横並びにして自動折り返しを再現 */
@media (min-width: 1024px) {
  .supportProgram__lead {
    display: block !important; /* 回り込みを許可する形式に戻す */
    padding-right: 180px !important; /* 画像の場所を確保 */
  }
  
  .supportProgram__lead:after {
    position: absolute !important; /* PCでは元の位置（右下）に固定 */
    right: 20px !important;
    bottom: 0 !important;
    margin: 0 !important;
  }
}

/* --- 「フォームからのご相談」セクションを中央寄せで整える修正 --- */

/* 1. 外側の枠組み：中央寄せと幅を制御 */
.contact-section {
  background: #ffffff !important;
  border: 2px solid #00003e !important;
  border-radius: 12px !important;
  max-width: 900px !important; /* キャンペーン概要などの幅と統一 */
  margin: 60px auto !important; /* 左右autoで中央寄せ */
  padding: 40px 30px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* 2. 見出し部分：フォントサイズと中央寄せの徹底 */
.contact-section__title {
  color: #00003e !important;
  font-family: 'UD新ゴ B', sans-serif !important;
  font-size: 2.5rem !important;
  margin-bottom: 30px !important;
  display: block !important; /* フレックスを解除して中央に配置 */
  text-align: center !important;
}

/* 3. ボタン：独立させて大きく表示 */
.contact-section__btn {
  background: #00003e !important;
  color: #ffffff !important;
  display: inline-flex !important; /* inline-flexに戻し、中央寄せを確実にする */
  align-items: center !important;
  justify-content: center !important;
  font-family: 'UD新ゴ DB', sans-serif !important;
  font-size: 2.1rem !important;
  padding: 0 80px !important; /* 左右の余白を広げてボタンらしく */
  height: 66px !important;
  border-radius: 999em !important;
  text-decoration: none !important;
  transition: opacity 0.3s ease-out !important;
  margin: 0 auto !important;
}

.contact-section__btn:hover {
  opacity: 0.8 !important;
}

/* 4. 注釈：セクションの外側で中央寄せ */
.contact-section__note {
  font-size: 1.4rem !important;
  color: #404040 !important;
  margin: 20px auto 60px !important; /* 上下に余白を持たせ中央寄せ */
  text-align: center !important; /* 文字も中央寄せ */
  max-width: 900px !important;
}

/* スマホ表示の調整 */
@media (max-width: 1023px) {
  .contact-section {
    margin: 40px 20px !important;
    padding: 30px 15px !important;
  }
  .contact-section__title {
    font-size: 2rem !important;
  }
  .contact-section__btn {
    font-size: 1.8rem !important;
    padding: 0 40px !important;
    height: 54px !important;
    width: 100% !important; /* スマホでは横幅いっぱい */
  }
}

/* --- キャンペーン申し込みエリアの変更 --- */

/* 1. 外枠：背景を白にし、赤色の枠線で囲む */
.order__block {
  background: #ffffff !important; /* 背景色を無くす（白） */
  border: 4px solid #c9002c !important; /* 赤色の枠線 */
  border-radius: 12px !important;
  flex-direction: column !important; /* 縦並びに変更 */
  padding: 40px 20px !important;
  text-align: center !important;
  justify-content: center !important;
}

/* 2. テキスト：1行で中央寄せ、色を赤に変更 */
.order__catTxt {
  color: #c9002c !important; /* 文字色を赤に */
  font-size: 2.2rem !important;
  margin-bottom: 25px !important;
  width: 100% !important;
  white-space: nowrap !important; /* 改行させない */
}

/* 3. ボタン：背景色を赤に変更 */
.order__cta {
  width: auto !important;
  display: flex;
  justify-content: center;
}

.order__cta a {
  background: #c9002c !important; /* ボタン背景を赤に */
  border: 2px solid #c9002c !important;
  color: #ffffff !important;
  min-width: 400px !important; /* ボタンの幅を調整 */
  transition: all 0.3s ease-out !important;
}

/* ホバー時の挙動（任意：白抜きにする場合） */
.order__cta a:hover {
  background: #ffffff !important;
  color: #c9002c !important;
  text-decoration: none !important;
}

/* 4. スマホ表示の調整 */
@media (max-width: 1023px) {
  .order__catTxt {
    font-size: 1.6rem !important;
    white-space: normal !important; /* スマホでは適宜改行を許可 */
  }
  .order__cta a {
    min-width: 100% !important;
    font-size: 1.6rem !important;
  }
}