@charset "UTF-8";


/* 上書きcss（2025/08） */
.main-wrapper section.contents-wrap {
  width: 100%;
}

.spe-banner-ads a img, .banner-ads a img {
  max-width: 100%;
}



/* 
以下、新しく追加した記事用のcssです（2025/08） 
全てのclassの前に『.feature___new2025』をつけてください
*/

.feature___new2025 .doctors-page-content {
  float: left;
  width: 100%;
}
.feature___new2025 p.doctors-page-content + p.doctors-page-content {
  margin-top: 0;
}
.feature___new2025 [class*="-page-list"] [class*="-page-item"] > h3 {
  margin-bottom: 0;
}
.feature___new2025 [class*="-page-list"] [class*="-page-item"] [class*="-page-content"] h4 {
  padding-bottom: 10px;
}
.feature___new2025  img.clinic-banner {
  width:100%;
}
.feature___new2025 .feature-intro {
    color: #5ac3ff;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.feature___new2025 table.hospi_tbl tr, .feature___new2025 table.hospi_tbl th, .feature___new2025 table.hospi_tbl td {
  border: none;
  background: none;
}
.feature___new2025 table.hospi_tbl th {
  vertical-align: top;
  font-weight: 300;
}

.feature___new2025 .clinicinfo {
  display: flex;
  align-items: flex-start;
}

.feature___new2025 .doc-profile th span.bg-gold {
    background: #BD8E00;
    color: #FFF;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 5px;
    line-height: 18px;
    font-weight: 300;
    font-size: 12px;
}

.feature___new2025 [class*="-page-list"] [class*="-page-item"] [class*="-page-content"] .doc-profile td {
  padding-left: 0;
}
.feature___new2025 [class*="-page-list"] [class*="-page-item"] [class*="-page-content"] .doc-profile td p {
  margin: 0;
}

.feature___new2025 .doc-profile dl dd {
  width: 100%;
}
.feature___new2025 .doc-profile td li {
  position: relative;
  padding-left: 15px;

}
.feature___new2025 .doc-profile td li:before {
  position: absolute;
  left: 6px;
  top: 11px;
  content: '';
  width: 2.5px;
  height: 2.5px;
  background-color: #666666;
  border-radius: 100%;
}
.feature___new2025 .doc-profile td ul + p, .feature___new2025 .doc-profile td p + ul, .feature___new2025 .doc-profile td dl + p, .feature___new2025 .doc-profile td p + dl, .feature___new2025 .doc-profile td ul + ul, .feature___new2025 .doc-profile td dl + ul, .feature___new2025 .doc-profile td ul + dl {
  margin-top: 10px;
}

.feature___new2025 .sbtn {
  background: #213868;
    color: #fff;
    font-weight: 600;
    width: auto;
    text-align: center;
    border-radius: 7px;
    float: right;
    margin-top: 30px;
    width: 210px;
    max-width: 100%;
}
.feature___new2025 .sbtn a {
display: block;
    color: #fff;
    padding: 13px;
}

.feature___new2025 .feature-list .feature-row {
  margin-bottom: 50px;
}

.feature___new2025 .bonus {
  font-size: 17px;
  font-weight: 600;
  /* color: #BD8E00; */
  /* text-decoration: underline;
  text-underline-offset: 5px; */
  padding: 10px 0 30px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width:734px) {
  .feature___new2025 .clinicinfo {
    display: block;
  }
}