body {
  background-image: url('/content/uploads/2025/07/%E9%93%B6%E8%89%B2%E8%83%8C%E6%99%AF2x-1.png');
  background-repeat: repeat;
}

.ha-page {
  max-width: 1320px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #525252;
  line-height: 1.8;
}

.ha-page * {
  box-sizing: border-box;
}

.ha-page a {
  color: #2a6cb6;
  text-decoration: none;
}

.ha-banner {
  width: 100%;
  overflow: hidden;
}

.ha-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.ha-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 30px 8px;
  margin: 0;
  list-style: none;
}

.ha-nav a {
  color: #666;
  font-size: 14px;
}

.ha-toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 10px 30px 28px;
  margin: 0;
  list-style: none;
}

.ha-toc li {
  border: 5px #FFE6FA solid;
  border-radius: 15px;
}

.ha-toc a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #444;
  background: #fff;
  transition: all 0.25s;
}

.ha-toc li:hover {
  border-color: #fff;
}

.ha-toc a:hover {
  background: linear-gradient(to right, #FFE6FA 0%, #FFC9F3 100%);
}

.ha-section {
  margin: 20px 20px 0;
  padding: 0 0 20px;
  scroll-margin-top: 120px;
}

.ha-heading-box {
  text-align: center;
  margin-bottom: 30px;
}

.ha-heading-box span {
  display: inline-block;
  padding: 10px 36px;
  border-radius: 12px;
  background: #fff;
  color: #525252;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

.ha-card {
  padding: 40px 36px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.ha-about-text {
  color: #444;
  font-size: 17px;
  line-height: 2;
}

.ha-about-text p {
  margin: 0 0 12px;
}

.ha-about-text ul,
.detail-note-list {
  margin: 8px 0 0 18px;
}

.ha-about-note {
  color: #888;
  margin: 0;
}

.detail-small,
.ha-price-note {
  color: #888;
  font-size: 13px;
}

.ha-effect-summary {
  padding: 20px 24px 0;
  font-size: 16px;
  color: #444;
  line-height: 2;
}

.ha-effect-summary ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.ha-effect-summary ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}

.ha-effect-summary ul li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #666;
}

.ha-effect-summary > p,
.detail-alert-title {
  margin: 0 0 8px;
  color: #444;
  font-size: 16px;
  font-weight: 700;
}

.detail-alert {
  background: #fff;
  border-radius: 20px;
  padding: 10px 36px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
}

.ha-targets-note {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px;
}

.ha-targets-grid,
.detail-four-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
  align-items: stretch;
}

.detail-four-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ha-target-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ha-target-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ha-target-header,
.ha-target-card {
  justify-content: space-between;
}

.ha-target-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.ha-target-header h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding-top: 8px;
}

.ha-target-header img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.6;
  margin-left: 10px;
}

.ha-target-card .card-note {
  font-size: 11px;
  color: #999;
  margin-top: auto;
  padding-top: 12px;
}

.ha-flow-banner,
.ha-price-banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.ha-flow-banner img,
.ha-price-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.ha-flow-section {
  padding: 50px 20px 0;
  margin: 0 0 50px;
}

.ha-flow-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ha-flow-steps {
  max-width: 800px;
  margin: 0 auto;
}

.ha-step {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.ha-step:not(:last-child)::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid rgba(255, 255, 255, 0.7);
  margin: 14px auto;
}

.ha-step-title {
  font-size: 24px;
  color: #525252;
  margin: 0;
  display: inline-block;
  background: #fff;
  padding: 14px 48px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  letter-spacing: 1px;
}

.ha-step p {
  font-size: 18px;
  color: #555;
  margin: 12px 0 0;
  margin-left: auto;
  margin-right: auto;
}

.ha-price-section {
  padding: 0 20px 50px;
}

.ha-price-grid,
.detail-price-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 28px;
}

.ha-price-block h3 {
  font-size: 20px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #FFF3FD;
}

.ha-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.ha-price-table th,
.ha-price-table td {
  padding: 12px 14px;
  font-size: 14px;
  border-bottom: 1px solid #D4D4D4;
  vertical-align: middle;
}

.ha-price-table th {
  background: #FFF3FD;
  text-align: left;
  width: 80%;
  color: #525252;
  font-weight: 600;
}

.ha-price-table td {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #222;
}

.ha-price-table tr:last-child th,
.ha-price-table tr:last-child td {
  border-bottom: none;
}

.detail-sub {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: 500;
}

.detail-full {
  grid-column: 1 / -1;
}

.detail-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.detail-care-grid h3 {
  margin: 0 0 8px;
  color: #525252;
  font-size: 18px;
}

.ha-faq-list {
  display: block;
}

.ha-faq-item {
  margin: 10px auto;
}

.ha-faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.ha-faq-item p {
  color: #888;
}

.ha-disclaimer {
  padding: 0 20px 40px;
}

.ha-disclaimer p {
  font-size: 13px;
  color: #999;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .ha-page {
    max-width: 100%;
  }

  .ha-toc {
    padding: 5px 16px 20px;
    gap: 8px;
  }

  .ha-toc a {
    font-size: 13px;
    padding: 6px 14px;
  }

  .ha-section {
    margin: 0 12px 0;
  }

  .ha-card,
  .detail-alert {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .ha-heading-box {
    margin-bottom: 20px;
  }

  .ha-heading-box span {
    font-size: 20px;
    padding: 8px 24px;
    border-radius: 8px;
  }

  .ha-about-text,
  p,
  li {
    font-size: 14px;
  }

  .ha-effect-summary {
    padding: 14px 16px 0;
    font-size: 14px;
  }

  .ha-targets-grid,
  .detail-four-grid,
  .detail-care-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ha-target-card {
    padding: 20px 16px;
  }

  .ha-target-header img {
    width: 90px;
    height: 90px;
  }

  .ha-target-header h4 {
    font-size: 15px;
  }

  .ha-flow-section {
    padding: 30px 16px 10px;
    margin: 0;
  }

  .ha-step-title {
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 8px;
  }

  .ha-step p {
    font-size: 13px;
  }

  .ha-step:not(:last-child)::after {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 16px;
    margin: 10px auto;
  }

  .ha-price-section {
    padding: 0 12px 30px;
  }

  .ha-price-grid,
  .detail-price-board {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 28px auto 0;
  }

  .ha-price-table th,
  .ha-price-table td {
    padding: 10px 10px;
    font-size: 13px;
    width: 80%;
  }

  .ha-disclaimer {
    padding: 0 12px 30px;
  }
}
