@charset "utf-8";

/* 基本設定 */
.cleaning {
  background-color: #fafafa;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    sans-serif;
  color: #333333;
  line-height: 1.8;
}

.cleaning img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cleaning-container {
  max-width: 430px;
  margin: 0 auto;
  background-color: #ffffff;
}

.cleaning .hero-section h1 {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 0;
}

/* オプション概要セクション */
.option-overview {
  background-color: #f5f5f5;
  padding: 30px;
}

.option-overview h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.overview-description {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}

.limit-image {
  width: 85%;
}

/* 詳細ボタン */
.detail-button {
  display: block;
  background-color: #000000;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 15px;
  border: none;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}

.detail-button:hover {
  opacity: 0.8;
}

/* 特徴セクション */
.features-section {
  padding: 30px;
}

.features-section h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.feature-item {
  background-color: #f4fbff;
  border: 2px solid #dfedf4;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.feature-icon {
  height: 90px;
  margin: 0 auto 10px auto;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0065aa;
  margin: 0 0 10px 0;
  line-height: 1.2;
  text-align: left;
}

.feature-content p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

.disclaimer {
  font-size: 11px !important;
  margin-top: 5px;
}

.ozone-title {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.ozone-image {
  margin: 10px 0;
}

/* クリーニング例セクション */
.cleaning-examples {
  background-color: #f5f5f5;
  padding: 30px;
}

.cleaning-examples h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.example-item {
  margin-bottom: 20px;
}

.example-image {
  margin-bottom: 20px;
}

.example-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* 対象商品セクション */
.target-products {
  padding: 30px;
}

.target-products h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.product-showcase {
  margin-bottom: 20px;
}

.target-products p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.target-products p:last-child {
  margin-bottom: 0;
}

/* クリーニングの流れ */
.cleaning-flow {
  background-color: #f5f5f5;
  padding: 30px;
}

.cleaning-flow h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.flow-item:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.flow-image {
  margin-bottom: 20px;
}

.flow-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.note {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

/* FAQ */
.faq-section {
  padding: 30px;
}

.faq-section h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.faq-item p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.faq-item a {
  color: #333333;
  text-decoration: underline;
}

/* 注意事項 */
.terms-section {
  background-color: #f5f5f5;
  padding: 30px;
}

.terms-section h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.terms-section ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.terms-section li {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.terms-section li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.terms-section a {
  color: #333333;
  text-decoration: underline;
}
