/* ========================================PC版 CSS
======================================== */

.government-subsidy-fv {
  max-width: 1120px;
  width: 90%;
  margin: 60px auto;
  border-radius: 10px;
}

.government-subsidy .government-subsidy__fv-note {
  margin: 30px 60px 60px 0;
}

.government-subsidy .card {
  text-align: left;
}

.woman {
  width: 142px;
  margin: 0 20px 0 auto;
  flex-shrink: 0;
}

.government-subsidy-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
}


/*ボックス全体 */
.government-subsidy .government-subsidy-box {
  border: 2px solid #2f509f;
  border-radius: 8px;
  padding: 45px 30px;
  width: 100%;
  margin: 0 auto 20px;
  background: #fff;
  position: relative;
}

/* ラベル（値引き対象期間など） */
.government-subsidy .government-subsidy__example-flow-label {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: #2f509f;
  color: #fff;
  padding: 2px 40px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  z-index: 10;
}

/* コンテンツエリア（中央配置） */
.government-subsidy .government-subsidy__term-content {
  text-align: center;
}

/* 期間表示（7月～9月） */
.government-subsidy .government-subsidy__term-period {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* 7、9の数字を大きく */
.government-subsidy .government-subsidy__term-month {
  font-size: 36px;
  color: #2f509f;
  font-weight: bold;
}

/* 矢印 */
.government-subsidy .government-subsidy__arrows {
  font-size: 24px;
  color: #2f509f;
  font-weight: bold;
}

/* 注意書き（枠内） */
.government-subsidy .government-subsidy__term-note {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* 注意書き（枠外） */
.government-subsidy .government-subsidy__gas_text {
  font-size: 10px;
  color: #666;
  margin-top: 10px;
  text-align: left;
  line-height: 1.6;
}

/* 内部レイアウト（左右に分割） */
.government-subsidy .government-subsidy-box-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  position: relative;
}

/* 真ん中の縦線 */
.government-subsidy .government-subsidy-box-inner::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2f509f;transform: translateX(-50%);
}

/* 左側エリア */
.government-subsidy .government-subsidy-box-left {
  flex: 1;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items:  flex-start;
  justify-content: center;
  gap: 30px;
  position: relative;
}

/* 右側の縦線 */
.government-subsidy .government-subsidy-box-left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2f509f;
}

/* 左側：電気アイコン + テキストの行 */
.government-subsidy .government-subsidy-box-left > img {
  max-width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.government-subsidy .government-subsidy__procedure-quote {
  display:flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
  justify-content: flex-start;
  width: 100%;
}

.government-subsidy .government-subsidy__procedure-quote img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

.government-subsidy .government-subsidy__procedure-quote .government-subsidy__procedure-hl {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.government-subsidy .government-subsidy__procedure-hl--plain {
  box-shadow: none;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.government-subsidy .government-subsidy-box-left > div {
  width: 100%;
  text-align: left;
}


/* 価格画像 */
.government-subsidy .denki-price img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.government-subsidy .denki-price {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.government-subsidy .government-subsidy__procedure-hl {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* 右側エリア */
.government-subsidy .government-subsidy-box-right {
  flex: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items:  flex-start;
  justify-content: flex-start;
  gap: 20px;
}

/* 右側：ガスアイコン */
.government-subsidy .government-subsidy-box-right > img {
  max-width: 40px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.government-subsidy .government-subsidy-box-right .government-subsidy__procedure-quote {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  justify-content: flex-start; /* 左寄せ */
  width: 100%;
}


.government-subsidy .government-subsidy-box-right .government-subsidy__procedure-quote img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}

.government-subsidy .government-subsidy-box-right .government-subsidy__procedure-quote .government-subsidy__procedure-hl {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
}


/*ガス価格画像 */
.government-subsidy .gas-price {
  text-align: center;
  margin: auto 0;
  width: 100%;
  align-self: center; 
}

.government-subsidy .gas-price img {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 外枠（中央配置） */
.government-subsidy__example-flow {
  position: relative;
  background: #e4ecf7;
  border-radius: 8px;
  padding: 45px 30px;
  max-width:  100%;
  margin: 40px auto;
  margin-top: 80px;
}

/* 青枠の内側 */
.government-subsidy .government-subsidy__example-flow-inner {
  border: 2px solid #2f509f;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

/* タイトル（左上の小さい文字） */
.government-subsidy .government-subsidy__example-flow-title {
  font-size: 20px;
  font-weight: bold;
  color: #2f509f;
  margin: 0 0 20px 0;
  text-align: left;
}

/* コンテンツ全体（横並び・中央揃え） */
.government-subsidy .government-subsidy__example-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  max-width: 100%;
  min-width: 0;  
}

/* 左側：電気とガスの縦並び（A） */
.government-subsidy .government-subsidy__example-amount {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%; /* はみ出し防止 */
  flex-shrink: 1; 
  min-width: 0;
}

/* 電気・ガスの各アイテム */
.government-subsidy .government-subsidy__example-item {
  display: flex;
  flex-direction: row;
  align-items: center; /* 左寄せ */
  gap: 20px;
  width: 100%;
  max-width: 100%; 
  min-width: 0;
}

/* 電気・ガスの画像 */
.government-subsidy .government-subsidy__example-item img {
  width: 200px;
  height: auto;
  flex-shrink: 1;
  max-width: 100%;
  min-width: 100px; /* 最小サイズ（これ以下には縮小しない） */
  object-fit: contain;
}

/* 計算式のテキスト */
.government-subsidy .government-subsidy__example-calc {
  font-size: 28px;
  font-weight: normal;
  color: #333;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.government-subsidy .government-subsidy__example-calc strong {
  font-size: 28px;
  color: #2f509f;
  font-weight: bold;
}

/* 中央：矢印 */
.government-subsidy .government-subsidy__example-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.government-subsidy .government-subsidy__example-arrow img {
  width: 40px;
  height: auto;
}

/* 右側：合計 */
.government-subsidy .government-subsidy__example-total {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.government-subsidy .government-subsidy__example-total img {
  width: 150px;
  height: auto;
}

.government-subsidy .government-subsidy__example-flow-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #849cd7;
}

.government-subsidy .modMovingContact__bubble {
  position: relative;
  width: fit-content;
  font-size: 1.8rem;
  margin: 0px auto;
  padding: 5px 50px;
  text-align: center;
  font-weight: 700;
  color: #2f509f;
  background: #fff;
  border-radius: 50px;
}

.government-subsidy .modMovingContact__title {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto30px;
  color: #2f509f;
}

.government-subsidy .modBox__titleBox__title_top {
  text-align: center;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
}

.government-subsidy .modBox__titleBox__title_top:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.government-subsidy .modBox__titleBox__title_top:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #333;
  z-index: 1;
}

.government-subsidy .government-subsidy__plus {
  width: 30px;
  height: 30px;
  background-color: #2f509f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
  letter-spacing: 0;
}

.government-subsidy .government-subsidy__headline {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.5;
}

.government-subsidy .government-subsidy__hl {
  background: linear-gradient(
  transparent 60%, #fff399 60%);
  padding: 0 4px;
}

.government-subsidy .img_plus {
  margin: 0 10px;
}

.government-subsidy .government-subsidy__speech {
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 0;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  position: relative;
  max-width: 372px;
  width: 90%;
  height: 50px;
  border: 2px solid #2f509f;
  color: #2f509f;
  margin-bottom: 30px;
}

.government-subsidy .government-subsidy__speech::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 19px;
  height: 19px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #2f509f;
  border-bottom: 2px solid #2f509f;
}

.government-subsidy .government-subsidy__discount-img {
  max-width: 453px;
  width: 100%;
  margin: 5px auto20px;
}

.government-subsidy section.government-subsidy__benefit-2 {
  margin-top: 120px;
}

.government-subsidy .government-subsidy__benefit-2 .government-subsidy-box .government-subsidy__example-flow-label,
.government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy__example-flow-label {
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  max-width: 486px;
  width: 90%;
  padding: 7px 0;
  text-align: center;
}

.government-subsidy .government-subsidy__benefit-2 .government-subsidy-box {
  padding: 55px 30px 45px;
}

.government-subsidy .government-subsidy__benefit-2 .government-subsidy__example-flow-inner {
  gap: 10px;
}

.government-subsidy .government-subsidy__campaign-condition {
  background-color: #e0e3e9;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  margin: 30px auto0;
}

.government-subsidy .government-subsidy__campaign-title {
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.6;
}

.government-subsidy .government-subsidy__campaign-list {
  padding-left: 1.2em;
  margin: 0;
}

.government-subsidy .government-subsidy__campaign-list li {
  margin-bottom: 8px;
  line-height: 1.7;
  list-style-type: disc;
  margin-left: 15px;
}

.government-subsidy .government-subsidy__campaign-list li:last-child {
  margin-bottom: 0;
}

.government-subsidy .government-subsidy__summary {
  background: #cfe0ff url("https://japaden.jp/wp/wp-content/themes/japan/assets/img/top/moving_modal/bg-rays.png") center / cover no-repeat;
  border-radius: 10px;
}

.government-subsidy .government-subsidy__summary-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 354px;
}

.government-subsidy .government-subsidy__summary-illust {
  position: absolute;
  bottom: 0;
  max-width: 110px;
  height: auto;
}

.government-subsidy .government-subsidy__summary-illust--left {
  left: 10%;
  max-width: 135px;
}

.government-subsidy .government-subsidy__summary-illust--right {
  right: 10%;
}

.government-subsidy .government-subsidy__summary-discount {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  max-width: 498px;
  width: 60%;
  height: auto;
  z-index: 2;
}

.government-subsidy .government-subsidy__summary-text {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  max-width: 366px;
  width: 90%;
}

.government-subsidy .government-subsidy__summary-lead {
  font-weight: bold;
  color: #2f509f;
  font-size: 38px;
}

.government-subsidy .government-subsidy__summary-bubble {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #2f509f;
  border: 2px solid #2f509f;
  border-radius: 999px;
  padding: 2px 22px;
  font-weight: bold;
  font-size: 21px;
  width: 100%;
}

.government-subsidy .government-subsidy__summary-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #2f509f;
}

.government-subsidy .government-subsidy__summary-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
}

.government-subsidy .government-subsidy__scroll-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 0 30px;
}

.government-subsidy .government-subsidy__scroll-arrows-item {
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #849cd7;
}

.government-subsidy .government-subsidy__procedure-title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #2f509f;
  letter-spacing: 0.06em;
  margin: 0 0 28px;
}

.government-subsidy .government-subsidy__procedure-card.card {
  background: #E4ECF7;
  margin-bottom: 80px;
}

.government-subsidy .government-subsidy__procedure-card-inner {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  align-items: center;
  gap: 24px;
}

.government-subsidy .government-subsidy__procedure-text {
  text-align: center;
}

.government-subsidy .government-subsidy__procedure-lead {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

.government-subsidy .government-subsidy__procedure-quote {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.government-subsidy .government-subsidy__procedure-hl {
  box-shadow: inset 0 -0.45em 0 #ffeb57;
  padding: 0 0.08em;
  font-size: 20px;
}

.government-subsidy .government-subsidy__procedure-hl strong {
  font-size: 20px;
  font-weight: bold;
  color: #2f509f;
}

.government-subsidy .government-subsidy__procedure-illust {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 220px;
}

.government-subsidy .government-subsidy__procedure-illust img {
  width: min(360px, 100%);
  height: auto;
  display: block;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box {
  padding-top: 50px;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy-box__headline {
  color: #2f509f;
  font-weight: bold;
  font-size: 2.2rem;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box .phone-number {
  font-size: 4.8rem;
  line-height: 1.5;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box .phone-number img {
  width: 36px;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy__headline {
  font-size: 2rem;
}

.government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy__headline .government-subsidy__hl {
  color: #2f509f;
}

.government-subsidy .government-subsidy__link-button-wrap {
  text-align: center;
}

.government-subsidy .government-subsidy__btn-speech {
  color: #2f509f;
  font-size: 14px;
  max-width: 330px;
  border-radius: 999px;
  z-index: 2;
  background: #E4ECF7;
  display: flex;
  margin: 0 auto;
  align-items: center;
  gap: 0;
  justify-content: center;
  font-weight: bold;
  padding: 6px 0;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.government-subsidy .border-slide--right span {
  vertical-align: middle;
}

.government-subsidy .link-button--primary {
  margin-top: -13px;
}

.government-subsidy .option__label {
  padding: 4px 24px;
  background: #2f509f;
  border-radius: 3px;
  color: #fff;
  font-size: 1.8rem;
  margin-right: 8px;
  vertical-align: middle;
}

.government-subsidy .nopc {
  display: none;
}

.government-subsidy .government-subsidy-table {
  width: 80%;
  margin: 30px auto;
  height: auto; 
}

.government-subsidy .government-subsidy-table img {
  width: 100%;
  height: auto;
  display: block;
}

.government-subsidy .government-subsidy-table .nosp {
  display: block;
}

.government-subsidy .government-subsidy-table .nopc {
  display: none;
}


/*========================================
   レスポンシブ CSS（タブレット）
======================================== */

@media screen and (max-width: 1023px) {
  .government-subsidy .modal_btn {
    font-size: 16px;
    padding: 13px 0;
    width: 80%;
  }

  .government-subsidy .government-subsidy__btn-speech {
    font-size: 14px;
    width: 68%;
  }

  .government-subsidy .card {
    width: 100%;
    padding: 40px 30px;
    border-radius: 5px;
  }

  .government-subsidy .government-subsidy__benefit-2 .card {
    padding-top: 60px;
  }

  .government-subsidy .government-subsidy__example-flow-circle {
    width: 110px;
    height: 110px;
  }

  .government-subsidy .government-subsidy__summary-illust--left {
    left: 4%;
  }

  .government-subsidy .government-subsidy__summary-illust--right {
    right: 4%;
  }

  .government-subsidy .government-subsidy__procedure .modal_btn {
    font-size: 16px;
    padding: 18px 0;
  }

  .government-subsidy .government-subsidy__procedure-cap {
    font-size: 14px;
  }

  .government-subsidy .government-subsidy__procedure-illust {
    max-width: 160px;
    margin: 0 auto;
  }

  .government-subsidy .nopc {
    display: none;
  }

  .government-subsidy .nosp {
    display: block;
  }
}

/* ========== 画面幅850px以下：矢印と合計を下に配置 ========== */
@media screen and (max-width: 850px) {
  /* コンテンツ全体を縦並びに変更 */
  .government-subsidy .government-subsidy__example-content {
    flex-direction: column;
    gap: 15px;
  }
  
  /* 矢印を縦向きに回転 */
  .government-subsidy .government-subsidy__example-arrow img {
    width: 30px;
    transform: rotate(90deg);
  }
  
  /* 合計画像のサイズ調整 */
  .government-subsidy .government-subsidy__example-total img {
    width: 120px;
  }
}


/* ========================================
   レスポンシブ CSS（スマホ）
======================================== */

@media screen and (max-width: 767px) {
  .government-subsidy-fv {
    margin: 30px auto 60px;
  }

  .government-subsidy .card {
    padding: 30px 15px;
  }

.government-subsidy-row {
    flex-direction: column; /* 縦並びに変更 */
    gap: 20px;
  }

 .woman {
    order: -1; /* 画像を最初に表示（上に配置） */
    width: 120px; /* スマホ用サイズ調整 */
    margin: 0 auto; /* 中央配置 */
  }

  .government-subsidy .modMovingContact__bubble {
    font-size: 1.5rem;
    padding: 5px 38px;
    margin-bottom: 8px;
  }

  .government-subsidy .modMovingContact__title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .government-subsidy .government-subsidy__fv-note {
    margin: 15px 15px 40px;
    text-align: left;
  }

  .government-subsidy .government-subsidy-box {
    padding: 30px 15px;
    margin-bottom: 15px;
  }

  .government-subsidy .government-subsidy__headline {
    font-size: 1.8rem;
  }

  .government-subsidy .government-subsidy__speech {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .government-subsidy .government-subsidy__discount-img {
    width: 87%;margin-top: 12px;
  }

  .government-subsidy .government-subsidy__benefit-2 .government-subsidy-box .government-subsidy__example-flow-label,
  .government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy__example-flow-label {
    top: -23px;
    font-size: 1.6rem;
    line-height: 1.6;padding: 10px 0;
  }

  /* 値引き対象期間のスマホ対応 */
  .government-subsidy .government-subsidy__term-period {
    font-size: 14px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
  }

  .government-subsidy .government-subsidy__term-month {
    font-size: 20px;
  }

  .government-subsidy .government-subsidy__arrows {
    font-size: 16px;
    transform: none;
    margin: 0 3px;
  }

  .government-subsidy .government-subsidy__term-note {
    font-size: 12px;
  }

  .government-subsidy .government-subsidy__gas_text {
    font-size: 10px;
    margin-top: 15px;
  }

  /* その他のスマホ対応 */
  .government-subsidy .government-subsidy__benefit-2 .government-subsidy-box {
    padding: 60px 15px 30px;
    margin-top: 10px;
  }

  .government-subsidy .government-subsidy__benefit-2 .government-subsidy__example-flow-inner {
    gap: 18px;
  }

  .government-subsidy .government-subsidy__campaign-condition {
    padding: 30px 15px;
  }

  .government-subsidy section.government-subsidy__benefit-2 {
    margin-bottom: 40px;
    margin-top: 60px;
  }

  .government-subsidy .government-subsidy__summary-lead {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .government-subsidy .government-subsidy__summary-bubble {
    padding: 6px 0px;
    font-size: 16px;
    width: 80%;
  }

  .government-subsidy .government-subsidy__summary-text {
    top: 5%;
  }

  .government-subsidy .government-subsidy__summary-discount {
    bottom: inherit;
    width: 86%;
    top: 32%;
  }

  .government-subsidy .government-subsidy__summary-illust--left {
    left: 28%;
  }

  .government-subsidy .government-subsidy__summary-illust--right {
    right: 28%;
  }

  .government-subsidy .government-subsidy__summary-illust {
    max-width: 76px;
  }

  .government-subsidy .government-subsidy__summary-illust--left {
    max-width: 85px;
  }

  .government-subsidy .government-subsidy__procedure-cap {
    width: 60%;
    text-align: center;
    margin-bottom: 2px;
    padding: 6px 0;
  }

  .government-subsidy .modal_btn-text {
    width: 62%;
    margin: 0 auto;
  }

  .government-subsidy .government-subsidy__procedure-lead,
  .government-subsidy .government-subsidy__procedure-hl {
    font-size: 1.5rem;
  }

  .government-subsidy .government-subsidy__procedure-hl strong {
    font-size: 1.8rem;
  }

  .government-subsidy .modal_btn {
    width: 90%;
    padding: 23px 0;
  }

  .government-subsidy .government-subsidy__example-amount {
  flex-direction: column; /* 縦並び */
  gap: 15px;
}


  .government-subsidy .line_txt_yellow {
    font-size: 8vw;
  }

  .government-subsidy .nopc {
    display: block;
  }

  .government-subsidy .nosp {
    display: none;
  }

  /* 電気・ガスボックスのスマホ対応 */
  .government-subsidy .government-subsidy-box-inner {
    flex-direction: column;
    gap: 30px;
  }

  /*縦線を横線に変更 */
  .government-subsidy .government-subsidy-box-inner::before {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
  }

  .government-subsidy .government-subsidy-box-inner::before,
  .government-subsidy .government-subsidy-box-left::after {
    display: none;
  }

  .government-subsidy .government-subsidy-box-left::after {
    display: none;
  }

  
  .government-subsidy .government-subsidy-box-left,
  .government-subsidy .government-subsidy-box-right {
    padding: 0;
    align-items: center;
    text-align: center;
  }

   .government-subsidy .government-subsidy-box-left {
    padding-right: 0;
    padding-bottom: 30px;
    align-items: center;
    gap: 20px;
  }

   .government-subsidy .government-subsidy-box-right {
    padding-left: 0;
    padding-top: 30px;
    align-items: center;
    }

   .government-subsidy .government-subsidy-box-left .government-subsidy__procedure-quote {
    align-self: flex-start;
    margin-left: 5px;
  }

    .government-subsidy .government-subsidy-box-right .government-subsidy__procedure-quote {
      align-self: flex-start; /* 左寄せ */
      margin-left: 5px; /* 左から20px */
  }


  .government-subsidy .government-subsidy-box-left img,
  .government-subsidy .government-subsidy-box-right img {
    max-width: 150px;
  }

  .government-subsidy .denki-price img,
  .government-subsidy .gas-price img {
    max-width: 200px;
    display: block;
    margin:0 auto;
  }

   .government-subsidy .denki-price {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
  
   .government-subsidy .gas-price {
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }


  .government-subsidy .government-subsidy__headline {
    font-size: 22px;
  }

  .government-subsidy .government-subsidy__plus {
    font-size: 20px;
  }

  /* 値引き例のスマホ対応 */
  .government-subsidy .government-subsidy__example-flow {
    padding: 45px 15px;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .government-subsidy .government-subsidy__example-flow-label {
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    font-size: 16px;
    padding: 2px 20px;
  }

  .government-subsidy .government-subsidy__example-flow-inner {
    flex-direction: column;
    gap: 18px;
    padding: 15px;
  }

  .government-subsidy .government-subsidy__example-flow-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 0;
    margin-left: 0;
    
  }

  .government-subsidy .government-subsidy__example-content {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }


  .government-subsidy .government-subsidy__example-arrow img {
    width: 30px;
  }

  .government-subsidy .government-subsidy__example-total img {
    width: 120px;
    max-width: 90%;
  }

   .government-subsidy .government-subsidy__example-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .government-subsidy .government-subsidy__example-item img {
    width: 150px;
    max-width: auto;
    margin-left: 0;
    display: block;
    margin-bottom: 5px;
  }

  .government-subsidy .government-subsidy__example-calc {
    font-size: 18px;
    white-space: nowrap;
  }

  .government-subsidy .government-subsidy__example-calc strong {
    font-size: 18px;
  }

  .government-subsidy .government-subsidy__example-flow-circle {
    width: 130px;
    height: auto;
    margin-bottom: 12px;
  }


  .government-subsidy .government-subsidy__procedure-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .government-subsidy .government-subsidy__procedure-card-inner {
    grid-template-columns: 1fr;
  }

  .government-subsidy .government-subsidy__procedure-quote {
    font-size: 16px;
     gap: 2px;
  }

   .government-subsidy .government-subsidy__procedure-quote img {
    width: 40px;
  }

  .government-subsidy .government-subsidy__procedure-actions {
    grid-template-columns: 1fr;
  }

  .government-subsidy .modal_btn-text::before {
    width: 50px;
    height: 50px;
    top: -110px;
    left: -110px;
    animation-duration: 4s;
  }

 .government-subsidy .government-subsidy-table {
    margin: 20px auto;
    box-sizing: border-box;
  }

  .government-subsidy .government-subsidy__procedure-card.card {
    margin-bottom: 60px;
  }

  .government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy-box__headline {
    font-size: 1.6rem;
  }

  .government-subsidy .government-subsidy__procedure .government-subsidy-box .phone-number {
    font-size: 3.2rem;
  }

  .government-subsidy .government-subsidy__procedure .government-subsidy-box .government-subsidy__headline {
    font-size: 1.5rem;
  }

  .government-subsidy .government-subsidy__procedure .government-subsidy-box .phone-number img {
    width: 25px;
  }
}
  .government-subsidy .government-subsidy-table .nosp {
    display: none;
  }
  
  .government-subsidy .government-subsidy-table .nopc {
    display: block;
  }