.anshin-extend-support {
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo",
               "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
               Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  max-width: 1150px;
  margin: 0 auto;
  font-weight: 400;
}

/* 見出し */
.anshin-extend-support h2,
.anshin-extend-support h3 {
  font-size: 28px;
  font-weight: 700;
  color: #004f9e;
  margin-bottom: 30px;
  text-align: center;
}

/* 本文＆表テキスト */
.anshin-extend-support p,
.anshin-extend-support td {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
  text-align: center;
}

/* テーブル見出し */
.anshin-extend-support th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #004f9e;
}

/* 注釈 */
.anshin-extend-support .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  text-align: left;
}

/* セクション共通（PC用） */
.anshin-extend-support section {
  padding: 50px 0;
  background: #fff;
  margin-bottom: 80px;	
}

.anshin-extend-support img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Hero全幅対応 */
.anshin-extend-support .hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0a5ab1;
  text-align: center;
  padding: 0;
}
.anshin-extend-support .hero img {
  max-width: 1150px;
  width: 100%;
  height: auto;
}

/* Intro */
.anshin-extend-support .intro p {
  max-width: 1150px;
  margin: 0 auto 25px;
  text-align: center;
}

/* Productセクション背景 */
.anshin-extend-support .product {
  background: #F2F5FA;
  padding: 50px;
  text-align: center;
}

/* 5つのメリット */
.anshin-extend-support .merit {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f5faff;
  padding: 60px 0;
}
.anshin-extend-support .merit h3 {
  text-align: center;
  margin-bottom: 30px;
}
.anshin-extend-support .merit ul {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.anshin-extend-support .merit li {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0;
}
.anshin-extend-support .merit li strong {
  background: #004f9e;
  color: #fff;
  min-width: 160px;
  padding: 14px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anshin-extend-support .merit li div {
  padding: 16px 20px;
  flex: 1;
  display: block;
  text-align: left;
}
.anshin-extend-support .merit li span {
  font-size: 18px;
  font-weight: bold;
  color: #004f9e;
  margin-bottom: 6px;
  display: block;
  text-align: left;
}
.anshin-extend-support .merit li p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.8;
  text-align: left;
}

/* Supportセクション背景 */
.anshin-extend-support .support {
  background: #F2F5FA;
  padding: 50px;
  text-align: center;
}

/* 保証対象外事項 */
.anshin-extend-support .exclude {
  margin: 40px auto 0;
  padding: 0;
  border: none;
  background: transparent;
}
.anshin-extend-support .exclude h3 {
  background: #004f9e;
  color: #fff;
  padding: 18px;
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.anshin-extend-support .exclude h4 {
  text-align: center;
  font-size: 15px;
  margin: 20px 0;
  font-weight: bold;
  color: #333;
  width: 100%;
}
.anshin-extend-support .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 25px 20px;
  background: #fff;
}
.anshin-extend-support .icon-box {
  width: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f9fc;
  padding: 20px;
}
.anshin-extend-support .icon-box img {
  width: 100px;
  height: auto;
  display: block;
}
.support_p {
    margin-bottom: 25px;
}

/* 水のトラブル */
.anshin-extend-support .water {
  background: #F2F5FA;
  padding: 50px;
  text-align: center;
}
.anshin-extend-support table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-top: 25px;
}
.anshin-extend-support th,
.anshin-extend-support td {
  padding: 20px;
  font-size: 15px;
  vertical-align: middle;
}
.anshin-extend-support th {
  width: 180px;
  background: #004f9e;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.anshin-extend-support td {
  background: #fff;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
  text-align: left;
}
.anshin-extend-support tr + tr td {
  border-top: 1px solid #e0e6f0;
}
.anshin-extend-support .note {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  text-align: left !important;
}
.anshin-extend-support .note p {
  margin: 5px 0;
  text-align: left !important;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .anshin-extend-support {
    padding: 0 10px;
    font-size: 14px;
  }

  .anshin-extend-support section {
    padding: 15px 15px!important; /* 上下15px 左右10px */
	  box-sizing: border-box;
	  margin-bottom: 50px;
  }

  .anshin-extend-support h2,
  .anshin-extend-support h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .anshin-extend-support p {
    font-size: 14px;
    line-height: 2 !important;
    text-align: left !important;
  }

  /* メリット */
  .anshin-extend-support .merit {
    padding: 20px 0;
  }
  .anshin-extend-support .merit li {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .anshin-extend-support .merit li strong {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .anshin-extend-support .merit li div {
    padding: 10px;
    box-sizing: border-box;
  }
  .anshin-extend-support .merit li span {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .anshin-extend-support .merit li p {
    font-size: 13px;
    line-height: 1.6;
  }

  /* テーブル */
  .anshin-extend-support table,
  .anshin-extend-support th,
  .anshin-extend-support td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .anshin-extend-support th {
    font-size: 14px;
    padding: 10px;
  }
  .anshin-extend-support td {
    padding: 10px;
    font-size: 13px;
  }

  /* アイコン */
  .anshin-extend-support .icons {
    gap: 10px;
    padding: 15px 10px;
  }
  .anshin-extend-support .icon-box {
    width: 100px;
    padding: 10px;
  }
}
