/*
 * ガス給湯器お値打ち品ページ用スタイル
 *
 * @概要 最大幅640pxの中央寄せ、商品画像・ボタンの中央寄せ、レスポンシブ対応、ボタン画像のカーソルポインタ指定
 * @仕様 .gas-wh-sale-container, .gas-wh-sale-item, .gas-wh-sale-img, .gas-wh-sale-btn-wrap, .mitumori-btn-img
 * @制限事項 他ページへの影響を避けるため、クラス名はgas-wh-sale-で始める
 */
.gas-wh-sale-container {
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw); /* 中央から左にずらす */
}
.gas-wh-sale-header {
  text-align: center;
  line-height: 0;
  background-color: #031fd6;
}
.gas-wh-sale-header-img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
.gas-wh-sale-items-wrap {
  background-color: #2f93d1;
}
.gas-wh-sale-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 30px 0 15px 0;
  max-width: 640px;
}
.gas-wh-sale-item {
  position: relative;
  text-align: center;
  width: 85%;
}

.gas-wh-sale-item:last-child {
  margin-bottom: 0;
}
.gas-wh-sale-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gas-wh-sale-btn-wrap {
  position: absolute;
  bottom: clamp(6px, 3vw, 24px);
  margin-top: 0;
  text-align: center;
  width: 100%;
  pointer-events: none;
}
.gas-wh-sale-btn-wrap a {
  pointer-events: auto;
}
.mitumori-btn-img {
  display: inline-block;
  cursor: pointer;
  width: 90%;
  height: auto;
  transition: opacity 0.2s;
}
@media (max-width: 640px) {
  .gas-wh-sale-container {
    padding: 0;
  }
  .mitumori-btn-img {
    max-width: 100%;
  }
}

.gas-wh-sale-footer {
  background-color: #2f93d1;
  padding-bottom: 24px;
}
.gas-wh-sale-footer-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.gas-wh-sale-footer p {
  width: 85%;
  font-size: 1em;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

/**
 * 無料お見積りセクション用スタイル
 */
.cta-section {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  max-height: 464px;
  position: relative;
}
.cta-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-inner {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.cta-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 100%;
}
.cta-btn:hover {
  opacity: 0.8;
}
.cta-btn-form{
  margin-bottom: 45px;  
}
@media (max-width: 640px) {
  .cta-section {
    height: 70vw;
  }
  .cta-btn{
    margin-bottom: 0;
  }
  .cta-btn-form{
    margin-bottom: 6.5vw;
  }
}

.checklist-section {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.checklist-inner {
}
.checklist-check01 {
  border: 2px solid #da1020;
  width: 86%;
  margin: 0 auto 5% auto;
  padding:0;
  box-sizing: border-box;
}
.checklist-img-checklist05{
    display: block;
}
.checklist-check01-inner {
  padding: 2%;
  text-align: left;
}
.checklist-check01-img1 {
  width: 50%;
  height: auto;
}
.checklist-check01-img2 {
  width: 60%;
  height: auto;
}
.checklist-checkbox-group01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  border-bottom: 2px solid #000;
  margin-bottom: 5%;
}
.checklist-checkbox-group01 label {
  width: 20%;
}
.checklist-checkbox-group02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5%;
}
.checklist-checkbox-group02 label {
  width: 70%;
}

.checklist-check02 {
  border: 2px solid #da1020;
  width: 86%;
  margin: 0 auto 5% auto;
}

.checklist-check03 {
  border: 2px solid #da1020;
  width: 86%;
  margin: 0 auto 5% auto;
}
.checklist-check03-img1 {
  width: 60%;
  height: auto;
}
.checklist-check03-inner {
  padding: 2%;
  text-align: left;
}
.checklist-checkbox-group03 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  border-bottom: 2px solid #000;
  margin-bottom: 5%;
}
.checklist-checkbox-group03 label {
  width: 20%;
}
.checklist-checkbox-group04 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 5%;
}
.checklist-checkbox-group04 label {
  width: 40%;
  margin-bottom: 3%;
}
.checklist-checkbox-group04 label.checklist-checkbox-other {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.checklist-checkbox-other-img {
  width: 50%;
}
.checklist-cover-other-input {
  width: 30%;
  text-align: right;
}
.checklist-cover-other-cm-img {
  width: 15%;
}

.checklist-check04 {
  border: 2px solid #da1020;
  width: 86%;
  margin: 0 auto 5% auto;
}
.checklist-checkbox-group05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 2%;
}
.checklist-checkbox-group05 label {
  width: 20%;
}

/**
 * チェックリスト テキスト入力欄の下線装飾
 * @target .checklist-number-input, .checklist-cover-other-input
 */
.checklist-number-input,
.checklist-cover-other-input {
  border: none;
  border-bottom: 2px solid #000; /* 太めの下線 */
  outline: none;
  font-size: 1.5em;
  width: 90%;
  margin: 1vw auto;
  background: transparent;
  padding: 4px 0 2px 0;
  box-sizing: border-box;
  border-radius: 0;
}

.checklist-mitumori-btn-wrap {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}
.checklist-submit-img {
  width: 70%;
  height: auto;
}
.checklist-mitumori-btn-wrap-inner{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 640px) {
    .checklist-mitumori-btn-wrap {
        height: 24vw;
    }
}