/* 販売情報 */
.sales-info {
  margin: 80px 0 40px 0;
}

.sales-info p {
  margin: 0px;
  font-size: 16px;
  color: #333;
}

.sales-info .note {
  font-size: 14px;
  color: #666;
}

/* コンパクトサイズ特長 */
.compact-features {
  display: flex;
  gap: 20px;
  margin: 40px 120px;
  padding: 0 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.feature-box {
  flex: 1;
  text-align: center;
}

.feature-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.usage-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
}

.usage-text {
  font-size: 16px;
  color: #333;
}

.usage-percentage {
  font-size: 24px;
  font-weight: 600;
  color: #003883;
}

.data-source {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
  text-align: right;
}

/* ユーザーの声 */
.user-voices {
  margin: 40px 0 0 0;
  padding: 0 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.voice-container {
  background: #fff;
  border: 2px solid #003883;
  border-radius: 12px;
  padding: 24px;
}

.voice-container h3 {
  font-size: 28px;
  font-weight: 600;
  color: #003883;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.voice-items {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.voice-item {
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #003883;
}

.voice-item:last-child {
  border-right: none;
}

.voice-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #003883;
  font-weight: 600;
}

.highlight {
  background: #ffeb3b;
  padding: 2px 4px;
  border-radius: 2px;
}

.voice-note {
  text-align: right;
  font-size: 12px;
  color: #003883;
  margin-top: 20px;
  font-weight: 500;
}

/* 容量ラインナップ */
.capacity-lineup {
  margin: 60px 0 0 0;
  padding: 0 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.capacity-lineup h3 {
  font-size: 28px;
  font-weight: 600;
  color: #003883;
  text-align: center;
  margin-bottom: 40px;
}

.product-lineup {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.product-item {
  text-align: center;
  width: 200px;
  flex: 0 0 200px;
}

.product-item .product-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.product-item .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.new-mark {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #ff4444;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.capacity {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
  text-align: center;
}

.capacity-notes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  width: 800px;
  padding: 0 20px;
}

.note-left {
  font-size: 12px;
  color: #666;
  margin: 0;
  text-align: left;
}

.note-right {
  font-size: 12px;
  color: #666;
  margin: 0;
  text-align: right;
}

.medical-label {
  border: 1px solid #666;
  padding: 4px 8px;
  margin-right: 8px;
}