@charset "UTF-8";

.block-goods-comment1 {
  margin-bottom: 0;
}

.block-goods-comment2 {
  margin: 0 0 30px;
}

.text-center {
  text-align: center;
}

#air-4dx .wrap-top {
  background-image: url(/img/usr/goods/air/4dx/bg_top@2x.png);
  background-size: cover;
}

#air-4dx .wrap-bottom {
  padding: 20px;
  background-image: url(/img/usr/goods/air/4dx/bg_bottom@2x.png);
  background-size: auto 100%;
  background-position: center;
}



#air-4dx .air-4dx-logo {
  padding: 30px 0 20px;
  text-align: center;
}

#air-4dx .air-4dx-logo img {
  width: 50%;
  height: auto;
}

#air-4dx .lead {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#air-4dx .lead.high {
  background-color: #1F4DA0;
}

#air-4dx .lead.low {
  background-color: #D7053D;
}

#air-4dx .paragraph {
  margin-top: 18px;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 2;
}

#air-4dx .feature {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#air-4dx .feature-contents {
  padding: 20px 10px 40px;
  background-color: #D9D9DA;
}

#air-4dx .feature-title {
  font-size: 18px;
  padding: 0;
  border-left: none;
  color: #231815;
}

#air-4dx .feature-contents p {
  font-size: 14px;
  color: #231815;
}

#air-4dx .feature-title span {
  margin-right: 10px;
  font-size: 1.2em;
  color: #CA0238;
  font-weight: bold;
}

#air-4dx .feature-image {
  max-width: 100%;
}

#air-4dx .feature-image img {
  width: 100%;
  height:auto;
}

#air-4dx .feature-detail {
  display: flex;
  padding: 8px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#air-4dx .feature-detail .support {
  width: 140px;
  padding: 10px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
}

#air-4dx .feature-detail .support-text {
  margin-left: 10px;
  font-size: 12px;
  color: #231815;
}

#air-4dx .feature-text {
  max-width: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  background-color: #696765;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

#air-4dx .paragraph.red {
  color: #D7053D;
  padding: 0;
}
/* ==================================================
枕の高さ別比較表 (SP用スタイル調整)
================================================== */
/* 1. 見出し（中央の30px黒下線デザイン） */
.block-goods-comment2 .block-goods-comparison h2,
.block-goods-comment2 .block-goods-comparison h3 {
background: none;
border: none;
padding: 0 0 12px 0;
margin: 25px 0 15px 0;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #333333;
line-height: 1.4;
position: relative;
}

.block-goods-comment2 .block-goods-comparison h2::before,
.block-goods-comment2 .block-goods-comparison h3::before {
display: none;
}

.block-goods-comment2 .block-goods-comparison h2::after,
.block-goods-comment2 .block-goods-comparison h3::after {
content: '';
width: 30px;
height: 2px;
display: inline-block;
background-color: #000;
position: absolute;
bottom: 2px;
left: calc(50% - 15px);
}

/* 2. ポイントエリア（白背景） */
.block-goods-comment2 .block-goods-comparison .comparison-point {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 12px 15px;
margin-bottom: 20px;
}

/* 3. テーブルタイトルの下線と下余白 */
.block-goods-comment2 .block-goods-comparison .table-high-title,
.block-goods-comment2 .block-goods-comparison .table-low-title {
position: relative;
padding-bottom: 8px;
margin-bottom: 18px;
line-height: 1.4;
}

.block-goods-comment2 .block-goods-comparison .table-high-title::after,
.block-goods-comment2 .block-goods-comparison .table-low-title::after {
content: "";
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
border-bottom: 2px solid #c1c0c0;
}

/* 4. テーブルセルの縦中央揃え */
.block-goods-comment2 .block-goods-comparison table th,
.block-goods-comment2 .block-goods-comparison table td {
vertical-align: middle;
}

/* 5. スムーススクロール */
html {
scroll-behavior: smooth;
}