.indigestion02__wrap {
    margin: 0 auto;
    text-align: center;
}
.indigestion02-intro {
    text-align: left;
    padding: 0 30px;
    background: #cefaff;
    padding: 20px;
    margin: 0 20px;
    border-radius: 5px;
    text-align: center;
}

.indigestion02__inner {
     max-width: 730px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.indigestion02__bg {
    background-image: url('https://www.bigwood-onlineshop.com/wp/wp-content/uploads/2026/01/AdobeStock_144177032-2.jpeg');
          background-size: cover;     
  background-position: center; 
  background-repeat: no-repeat;

  width: 100%;
  min-height: 100vh;
}

.indigestion02-list__wrap {
    background: #fff;
    margin: 30px 20px;
    padding: 20px;
    border-radius: 5px;
}

.indigestion02-list {
    text-align: left;

}

.indigestion02-title {
    text-align: left;
}

.indigestion02-title h3 {
    position: relative;
    padding-left: 20px;
}

.indigestion02-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.6em;
  height: 0.6em;
  background-color: orange;
  border-radius: 50%;
}

.toiawase {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;

}

.toiawase img {
    max-width: 60%;
    
}

@media screen and (max-width: 375px) {
  .toiawase img {
    max-width: 80%;
    
}

}

.p-add{
    text-align: left;
}

.indigestion02-table {
    /*width: 600px;*/
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
  .indigestion02-table {
    font-size: 12px;
  }
    
}

.indigestion02-table td {
    background-color: #fff;
}

.indigestion02-table th,
.indigestion02-table td {
    border: 1px solid #9d752f;
    padding: 10px;
}

@media screen and (max-width: 375px) {
  .indigestion02-table th,
.indigestion02-table td  {
    padding: 10px;
  }
    
}

.indigestion02-table th {
    background: #d5be98;
}

.ndigestion02-strong {
    font-weight: bold;
    border-bottom: 2px solid #be7c11;
    display: inline-block;
}

.ndigestion02-strong__wrap{
    text-align: left;
}

.indigestion02-list__wrap p {
    text-align: left;
}

.ndigestion02-strong--ad {
    text-align: center!important;
    font-weight: bold;
    font-size: 20px;
}

.ndigestion02-strong--ad__wrap {
    background: #ece3cb;
    margin-top: 60px;
    padding: 20px;
    margin-bottom: 40px;
}

/* 食欲不振 */
.appetite__bg {
    background: rgb(254, 255, 224);
}

.appetite__wrap {
    padding: 0 20px;
}

.appetite--intro {
    padding: 20px;
    margin: 0 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: 2px solid #d0b95d;
}

.appetite-h3 {
    text-align: left;
    border-bottom: 2px solid #d0b95d;
    margin-bottom: 20px;
    
}

.how__wrap {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.how-title {
    font-weight: bold;
    font-size: 18px!important;
}

.kuroojiya-link {
  background: rgb(46, 92, 6);
  padding: 20px 56px 20px 40px; 
  border-radius: 5px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.kuroojiya-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff; 
}

.kuroojiya-link__wrap {
    margin: 40px auto 40px auto;
    text-align: center;
}

/* 嘔吐 */
.vomiting__bg {
    background-image: url('https://www.bigwood-onlineshop.com/wp/wp-content/uploads/2026/01/AdobeStock_969436813.jpeg');
    background-size: cover;     
  background-position: center; 
  background-repeat: no-repeat;

  width: 100%;
  min-height: 100vh;
}

.vomiting-intro {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.vomiting-intro__strong {
    font-weight: bold;
}

.vomiting-content__title {
    position: relative;
    padding-left: 10px;
}

.vomiting-content__title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 1rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(255, 136, 0);
}