@charset "utf-8";

.trix-content {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.7;
  max-width: 1200px;
  margin: 0 auto;
}

.trix-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 2.5em 0 1em;
  padding-bottom: 10px;
  position: relative;
  color: #2c3e50;
  border-bottom: none;
}

.trix-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.trix-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 1.8em 0 1em;
  padding-left: 12px;
  border-left: 4px solid #FF6347;
  color: #2c3e50;
}

.trix-content a img {
  border-radius: 8px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.trix-content a:hover img {

}


.trix-content p {
  margin-bottom: 1.2em;
  font-size: 16px;
  text-align: justify;
}

.trix-content ul {
  padding-left: 5px;
  margin: 1em 0 1.5em;
}

.trix-content ul li {
  margin-bottom: 0.8em;
  position: relative;
  list-style: none;
  padding-left: 1.8em;
  background-color: #f9f9f9;
  padding: 8px 8px 8px 30px;
  border-radius: 5px;
}

.trix-content ul li:hover {

  background-color: #f9f9f9;
  transform: none;
}

.trix-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8px;
  color: #FF6347;
}

.trix-content h3:nth-of-type(1) {
  color: #555;
  border-left: none;
  margin-bottom: 0.5em;
  padding-left: 35px;
  position: relative;
}

.trix-content h3:nth-of-type(1)::before {
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FF6347;
  font-size: 20px;
}

.trix-content .customer-reviews {
  background-color: #fff;
  padding: 15px 20px 15px 75px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 1.5em 0;
  border: 1px solid #eee;
  border-top: 3px solid #FF6347;
  position: relative;
  box-shadow: 0 3px 8px rgba(0,0,0,0.03);
}

.trix-content .customer-reviews::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("images/user-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.trix-content .customer-reviews li {
  padding-left: 0;
}

.trix-content .customer-reviews li::before {
  display: none;
}

.trix-content .customer-reviews p {
  font-style: italic;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.trix-content .customer-reviews p::before {
  content: '"';
  font-size: 24px;
  color: #FF6347;
  position: absolute;
  left: 0;
  top: -5px;
}

.trix-content .reviewer {
  display: block;
  text-align: right;
  color: #777;
  font-style: normal;
  margin-top: 8px;
  font-weight: 500;
}

.trix-content ul {
  margin-bottom: 2em;
}

.trix-content p b {
  color: #e74c3c;
  font-size: 1.1em;
}

.trix-content .buy-now-link {
  display: inline-block;
  background: #FF6347;
  color: white !important;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: bold;
  margin: 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(255, 99, 71, 0.2);
}

.trix-content .buy-now-link:hover {
  background: #FF6347;
  transform: none;
  box-shadow: 0 4px 6px rgba(255, 99, 71, 0.2);
  text-decoration: none !important;
}

/* このポーチの魅力 */
.trix-content h3:nth-of-type(2) {
  background: #fee140;
  color: #333;
  border-left: none;
  padding: 8px 15px;
  border-radius: 30px;
  margin-top: 2em;
  position: relative;
  overflow: hidden;
}

.trix-content h3:nth-of-type(2)::before {
  content: "\f0eb";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 20px;
  opacity: 0.3;
  color: #333;
  transform: rotate(-15deg);
}

.trix-content h3:nth-of-type(3) {
  background: #f8f8f8;
  color: #333;
  border-left: none;
  padding: 10px 15px 10px 50px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.trix-content h3:nth-of-type(3)::before {
  content: "\f02c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FF6347;
  font-size: 18px;
}

#faq ~ h3 {
  background-color: #f8f8f8 !important;
  color: #333 !important;
  border-left: 4px solid #FF6347 !important;
  padding: 10px 15px !important;
  margin: 1.5em 0 0.8em !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  position: relative !important;
  
  border-radius: 4px !important;
  overflow: visible !important; 
}

#faq ~ h3:before {
  display: none !important;
  content: none !important;
}

.product-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  padding-top: 0 !important;
}

.product-card:hover {

  transform: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.product-card .product-image {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 20px 0;
  background: #fff;
  position: relative;
}

.product-card .product-image img {
  max-height: 440px;
  object-fit: contain;
}

.product-card:hover .product-image img {
  transform: none;
}

.product-card .product-details {
  padding: 0 20px 20px;
}

.product-card .product-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
  position: relative;
}

.product-card .product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #FF6347;
}

.product-card .product-description {
  color: #555;
  margin-bottom: 15px;
}

.product-card .product-rating {
  color: #f1c40f;
  margin-bottom: 5px;
}

.product-card .product-price {
  font-size: 20px;
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-container {
  position: relative !important;
  margin-bottom: 1em !important;
  margin-top: 120px !important;
}

.ranking-icon {
  position: absolute !important;
  top: -40px !important;
  left: 10px !important;
  width: 120px !important;
  height: auto !important;
  max-width: 120px !important;
  max-height: 120px !important;
  z-index: 10 !important;
  object-fit: contain !important;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 2em 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table th {
  background: #FF6347;
  color: white;
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}

.comparison-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  vertical-align: middle;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #fffaf5;
}

.comparison-table tbody tr:hover {
  background-color: #FFF7FF;
}

.comparison-table a {
  color: #FF6347;
  text-decoration: none;
  font-weight: 500;
}

.comparison-table a:hover {
  text-decoration: none;
}

.comparison-table img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  border-radius: 4px;
}

@media (max-width: 700px) {
  .comparison-table-wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin-bottom: 1em !important;
    position: relative !important;
  }
  
  .comparison-table {
    min-width: 700px !important;
    margin: 0 !important;
    width: auto !important;
  }

  .comparison-table-wrapper::after {
    content: "←スクロール→" !important;
    display: block !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #888 !important;
    margin-top: 5px !important;
  }
}

.comparison-table-wrapper::-webkit-scrollbar {
  height: 8px !important;
}

.comparison-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: #FF6347 !important;
  border-radius: 4px !important;
}

.comparison-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #e74c3c !important;
}

.trix-content h2:last-of-type {
  font-size: 24px;
  margin-top: 3em;
  background: #FF6347;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
}

.trix-content h2:last-of-type + p {
  padding: 15px;
  background-color: #fffaf5;
  border-radius: 5px;
  border-left: 4px solid #FF6347;
}


.rounded-md {
margin-bottom: 80px;
}

/* スマートフォン用のメディアクエリ */
@media (max-width: 768px) {
  .trix-content h2 {
    font-size: 22px;
  }
  
  .trix-content h3 {
    font-size: 18px;
  }
  
  .trix-content a img {
    max-width: 90%;
  }
  
  .product-card .product-image img {
    max-height: 200px;
  }
  
  .product-container {
    margin-top: 100px !important; /* タブレット用スペース調整 */
  }
  
  .ranking-icon {
    width: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    top: -35px !important; /* タブレット用位置調整 */
  }
}

@media (max-width: 480px) {
  .product-container {
    margin-top: 80px !important; /* スマホ用スペース調整 */
  }
  
  .ranking-icon {
    width: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    top: -30px !important; /* スマホ用位置調整 */
  }
}



















































.profession-container {
  margin: 20px 0;
}

.profession-item {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.profession-title {
  font-size: 18px;
  color: #2c5282;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e2e8f0;
  font-weight: bold;
}

.profession-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.profession-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.profession-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4299e1;
}

.footer-note {
  margin-top: 20px;
  padding: 10px;
  background-color: #ebf8ff;
  border-radius: 8px;
  font-style: italic;
  color: #2c5282;
}





/* リストのはみ出し修正用CSS */
.fixed-list-container {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.fixed-list-container .fixed-ol {
  margin-left: 0;
  padding-left: 2em;
  box-sizing: border-box;
  width: 100%;
  counter-reset: item;
}

.fixed-list-container .fixed-ol > li {
  position: relative;
  margin-left: 0;
  padding-left: 0.5em;
  list-style-position: outside;
  list-style-type: decimal;
}

.fixed-list-container .fixed-ul {
  margin-left: 0;
  padding-left: 2em;
  box-sizing: border-box;
  width: 100%;
}

.fixed-list-container .fixed-ul > li {
  position: relative;
  margin-left: 0;
  padding-left: 0.5em;
  list-style-position: outside;
  list-style-type: disc;
}

.fixed-list-container .fixed-ol .fixed-ul,
.fixed-list-container .fixed-ul .fixed-ol,
.fixed-list-container .fixed-ul .fixed-ul,
.fixed-list-container .fixed-ol .fixed-ol {
  width: calc(100% - 1em);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .fixed-list-container .fixed-ol,
  .fixed-list-container .fixed-ul {
    padding-left: 1.5em;
  }
}


    .chart-container {
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 15px;
      margin: 30px 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .chart-title {
      font-size: 1.2em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px;
      color: #333;
    }
    
    .chart-source {
      font-size: 0.8em;
      text-align: center;
      color: #666;
      margin-top: 10px;
    }
    
    .example-box {
      background-color: #e8f0fe;
      border-left: 5px solid #4285f4;
      padding: 15px;
      margin: 20px 0;
      border-radius: 0 5px 5px 0;
    }
    
    .expert-quote {
      font-style: italic;
      background-color: #f5f5f5;
      padding: 15px;
      border-radius: 5px;
      margin: 20px 0;
      position: relative;
    }
    
    .expert-quote::before {
      content: '"';
      font-size: 3em;
      color: #ddd;
      position: absolute;
      left: 5px;
      top: -10px;
    }
    
    .references {
      margin-top: 50px;
      padding-top: 20px;
      border-top: 1px solid #ddd;
      font-size: 0.9em;
    }
    
    .community-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0;
    }
    
    .community-table th {
      background-color: #4285f4;
      color: white;
      padding: 10px;
      text-align: center;
    }
    
    .community-table td {
      padding: 10px;
      border: 1px solid #ddd;
    }
    
    .community-table tr:nth-child(even) {
      background-color: #e8f0fe;
    }
    
    .value-step {
      margin: 15px 0;
      padding: 15px;
      border-radius: 10px;
    }
@media only screen and (max-width: 1100px) {

  .value-step ~ div {
    display: block !important;
  }
  

  .value-step ~ div > div {
    width: 100% !important;
    margin-bottom: 15px;
  }
  

  .progress-bar {
    width: 100%;
  }
  
  .progress {
    text-align: center;
    justify-content: center;
  }
}
    
    .step1 {
      background-color: #e8f0fe;
      border: 2px solid #4285f4;
    }
    
    .step2 {
      background-color: #fef6e0;
      border: 2px solid #fbbc05;
    }
    
    .step3 {
      background-color: #e6f4ea;
      border: 2px solid #34a853;
    }
    
    .step-title {
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 10px;
    }
    
    /* レスポンシブ対応 */
    @media (max-width: 768px) {
      .community-table {
        font-size: 0.9em;
      }
    }
    
    /* プログレスバー表示用 */
    .progress-bar {
      width: 100%;
      background-color: #f1f1f1;
      border-radius: 5px;
      margin: 10px 0;
    }
    
    .progress {
      height: 24px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: flex-start; /* テキストを左寄せ */
      padding: 0 10px;
      color: white;
      font-weight: bold;
    }
@media only screen and (max-width: 768px) {
  /* プログレスバーのテキスト修正 */
  .progress {
    font-size: 13px; /* フォントサイズを小さく */
  }
  
  /* バーの高さを確保 */
  .progress-bar {
    min-height: 70px;
  }
}
    
    .progress-green {
      height: 70px;
      background-color: #34a853;
    }
    
    .progress-blue {
      background-color: #4285f4;
      height: 70px;
    }
    
    .progress-yellow {
      background-color: #fbbc05;
      height: 70px;
    }
    
    .fatigue-chart {
      position: relative;
      width: 300px;
      height: 300px;
      margin: 0 auto;
    }
    
    .fatigue-legend {
      margin-top: 20px;
    }
    
    .legend-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }
    
    .legend-color {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border-radius: 3px;
    }
    
    .fatigue-counters {
      margin-top: 30px;
    }



.scrollable-table-wrapper {
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  position: relative;
  scrollbar-width: thin; /* Firefox用 */
}

/* Chrome/Safari用スクロールバー制御 - 高さを調整 */
.scrollable-table-wrapper::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さを少し大きく */
}

.scrollable-table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* 薄い色に変更 */
  border-radius: 4px;
}

/* 疑似要素の修正 - 完全に削除せず、透明にする */
.scrollable-table-wrapper::after {
  opacity: 0 !important;
  background: none !important;
}

/* テーブル自体の修正 */
.scrollable-table {
  width: 100%;
  min-width: 650px; /* テーブルの最小幅を維持 */
  border-collapse: collapse;
  margin: 0;
}

/* セルの境界を明示的に設定 */
.scrollable-table th,
.scrollable-table td {
  border: 1px solid #ddd;
  box-shadow: none !important;
  background-clip: padding-box;
}