@charset "UTF-8";
.section-koumon-about .about-content {
  position: relative;
}

.ttl_koumon_big{
    border-bottom: 2px solid #5d2f23;
    padding: 0.2rem;
    margin-bottom: 0.7rem;
}

.ttl_koumon_big p{
  margin: 0;
    color: #5d2f23;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
            font-size: 0.28rem;
}
.other_diseases_box{
      margin-top: 0.3rem;
    background: #fffde9;
    padding: 0.2rem;
}
.other_diseases_box p{
  margin: 0;
  color: #5d2f23;
}

.block-common-detail.top_small{
  margin-top: 0;
}



/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-koumon-about {
    padding-top: 0.81rem;
  }
  .section-koumon-about .title-common-secondary {
    margin-bottom: 0.46rem;
  }

  .section-common-information.pt_small,.section-common-diseases.pt_small{
    padding-top: 0.6rem;
}


}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-koumon-about {
    padding-top: 120px;
  }
  .section-koumon-about .title-common-secondary {
    margin-bottom: 72px;
  }

  .ttl_koumon_big p{
   font-size: 0.36rem;
}
.section-common-information.pt_small,.section-common-diseases.pt_small{
    padding-top: 80px;
}
}
/*# sourceMappingURL=koumon.css.map */