@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/
body {
  overflow-x: hidden;
  color: #555;
  background: #fff;
  letter-spacing: 0.5px;
}
#container {
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.posts-not-found h2 {
  display: none;
}
img {
  vertical-align: bottom;
}
.pc-block {
  display: block;
}
.pc-block.pc-block-inline {
  display: inline;
}
.sp-block {
  display: none;
}
.sp-block-02 {
  display: none;
}
span.pc-br::before {
  content: "\A";
  white-space: pre;
}
span.sp-br::before {
  content: none;
}
a {
  font-weight: 500;
}
a.a-btn {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  background: #a8ca63;
  border-bottom: 6px solid #83a839;
  color: #fff;
  text-align: center;
  padding: 20px 36px 20px 28px;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
a.a-btn:hover {
  opacity: 0.7;
}
a.a-btn::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.a-btn-wrap {
  text-align: center;
  margin-bottom: 20px;
}
a.btn-more {
  display: block;
  text-decoration: none;
  background: #f4f8ec;
  border: 2px solid #9dc350;
  color: #9dc350;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 9px 40px;
  border-radius: 35px;
  transition: all 0.3s;
  position: relative;
}
a.btn-more::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.btn-more:hover {
  opacity: 0.6;
}
table:not(.has-border-color) :where(th, td) {
  border: 1px solid #ccc;
}

/* メニュー */
#header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: 999;
  padding: 0px 0px;
}
#header-container-in.wrap,
.header-container-in.hlt-top-menu .wrap {
  width: auto;
  margin: 0;
}
.site-name-text-link {
  padding: 0;
  transition: all 0.3s;
}
.site-name-text-link:hover {
  opacity: 0.6;
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: none;
}
.header-container-in.hlt-top-menu .logo-image {
  padding-left: 20px;
}
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 65px;
}
.google-translator-wrap {
  display: flex;
  align-items: center;
}
.google-translator-plugin {
  margin-left: 15px;
}
#navi {
  position: relative;
}
.navi-in > ul {
  text-align: left;
  height: 92px;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: normal;
}
.navi-in a {
  color: #555555;
  padding: 21px 10px 25px;
  position: relative;
  font-weight: 700;
}
.navi-in a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f4cb2a;
}
.navi-in a:hover {
  background: #fdf6d8;
  transition: all 0.3s;
}
.menu-wrap {

}
.menu-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.menu-sub-left {
  width: 20px;
  height: auto;
}
.menu-sub-left img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.menu-sub-right {
  width: auto;
  font-size: 12px;
  letter-spacing: 2.5px;
  padding-left: 5px;
}
.menu-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 3px;
}
ul#menu-menu1 > li:last-child a {
  background: #f4cb2a;
}
ul#menu-menu1 > li:last-child a:hover {
  background: #f6d75a;
}
ul#menu-menu1 > li:last-child a .menu-sub-right,
ul#menu-menu1 > li:last-child a .menu-title {
  color: #fff;
}
.navi-in ul.sub-menu li a::before {
  content: none;
}
.navi-in ul#menu-menu1 .has-icon {
  display: none;
}
.navi-in > ul .sub-menu li {
  width: auto;
  border-bottom: 1px solid #ccc;
}
.navi-in > ul .sub-menu a {
  padding: 20px 16px;
  font-size: 15.5px;
  font-weight: 500;
}

.circle-style-01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 92px;
  overflow: hidden;
}
.circle-style-01::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.2);
}
.circle-style-02 {
  position: absolute;
  top: 0;
  left: 120px;
  width: 150px;
  height: 92px;
  overflow: hidden;
}
.circle-style-02::before {
  content: '';
  display: block;
  position: absolute;
  top: -110px;
  left: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.25);
}

/* mv */
.mv-wrap {
  padding-top: 92px;
  position: relative;
  z-index: 2;
}
.mv-slide {

}
.mv-cta {
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.mv-cta-list {
  display: flex;
  justify-content: space-between;
}
.mv-cta-item {
  width: 24%;
}
.mv-cta-item a {
  display: block;
  text-decoration: none;
  color: #555;
  line-height: 1;
  display: flex;
  align-items: stretch;
  border: 5px solid #555;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  font-weight: 700;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  transition: all 0.3s;
}
.mv-cta-icon,
.mv-cta-title {
  padding: 10px 0;
}
.mv-cta-icon {
  width: 70px;
  background: #555;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-cta-icon i {
  font-size: 36px;
}
.mv-cta-title {
  width: calc(100% - 70px);
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s;
}
.mv-cta-title span {
  display: block;
  font-size: 30px;
  text-decoration: underline;
  transition: all 0.3s;
}
.mv-cta-item a:hover .mv-cta-title span {
  text-decoration: underline;
}
.mv-cta-title i {
  margin-left: 2.5px;
}
.mv-cta-list .mv-cta-item:nth-child(1) a {
  border: 5px solid #67a9f9;
}
.mv-cta-list .mv-cta-item:nth-child(1) .mv-cta-icon {
  background: #67a9f9;
}
.mv-cta-list .mv-cta-item:nth-child(1) .mv-cta-title span {
  color: #67a9f9;
}
.mv-cta-list .mv-cta-item:nth-child(1) a:hover .mv-cta-title {
  background: #67a9f9;
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(1) a:hover .mv-cta-title span {
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(2) a {
  border: 5px solid #80bd9e;
}
.mv-cta-list .mv-cta-item:nth-child(2) .mv-cta-icon {
  background: #80bd9e;
}
.mv-cta-list .mv-cta-item:nth-child(2) .mv-cta-title span {
  color: #80bd9e;
}
.mv-cta-list .mv-cta-item:nth-child(2) a:hover .mv-cta-title {
  background: #80bd9e;
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(2) a:hover .mv-cta-title span {
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(3) a {
  border: 5px solid #f8a858;
}
.mv-cta-list .mv-cta-item:nth-child(3) .mv-cta-icon {
  background: #f8a858;
}
.mv-cta-list .mv-cta-item:nth-child(3) .mv-cta-title span {
  color: #f8a858;
}
.mv-cta-list .mv-cta-item:nth-child(3) a:hover .mv-cta-title {
  background: #f8a858;
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(3) a:hover .mv-cta-title span {
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(4) a {
  border: 5px solid #f98866;
}
.mv-cta-list .mv-cta-item:nth-child(4) .mv-cta-icon {
  background: #f98866;
}
.mv-cta-list .mv-cta-item:nth-child(4) .mv-cta-title span {
  color: #f98866;
}
.mv-cta-list .mv-cta-item:nth-child(4) a:hover .mv-cta-title {
  background: #f98866;
  color: #fff;
}
.mv-cta-list .mv-cta-item:nth-child(4) a:hover .mv-cta-title span {
  color: #fff;
}

/* トップページ */
/* body.front-top-page #content {
  display: none;
} */
body.front-top-page header.article-header {
  display: none;
}
body.front-top-page .content,
body.front-top-page .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.front-top-page #main {
  padding-top: 0;
  padding: 0;
}
body.front-top-page #content-in.wrap {
  width: 100%;
}
body.front-top-page .section-layout-wrap {
  margin-bottom: 0px;
}
body.front-top-page .article {
  margin-bottom: 0px;
}

.dft-ttl,
h1.dft-ttl,
h2.dft-ttl,
h3.dft-ttl,
h4.dft-ttl,
h5.dft-ttl,
.sidebar h3,
body:not(.front-top-page) .main .article h2,
body:not(.front-top-page) .main .article h3,
body:not(.front-top-page) .main .article h4,
body:not(.front-top-page) .main .article h5 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.zmg,
table.table-style-01 tr td:nth-child(1),
table.table-style-01 tr th {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.wrap-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-layout {
  padding: 80px 0 90px;
}
.section-layout-wrap .section-layout:nth-child(even) {
  background: #fdf6d8;
}

.top-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.top-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.top-title-icon {

}
.top-title-icon img {
  width: auto;
  height: 50px;
}
.top-title-en {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #9dc350;
  margin-left: 12px;
}
.top-title-main {

}
.top-title h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #7A6B4C;
  position: relative;
}
.top-title h2::before,
.top-title h2::after,
.page-top-bg header.article-header .dft-ttl::before,
.page-top-bg header.article-header .dft-ttl::after,
.footer-cta-title::before,
.footer-cta-title::after {
  content: '';
  background-image: url('../../../wp-content/uploads/2026/03/ttl-bar.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 46px;
  position: absolute;
  top: 0px;
}
.top-title h2::before,
.page-top-bg header.article-header .dft-ttl::before,
.footer-cta-title::before {
  left: -69px;
}
.top-title h2::after,
.page-top-bg header.article-header .dft-ttl::after,
.footer-cta-title::after {
  right: -69px;
  transform: scale(-1, 1);
}

#top-info-layout.section-layout {
  padding: 100px 0 130px;
}
#top-info-layout,
.footer-bg {
  background-color: #fff0db;
  background-image: linear-gradient(-90deg, #fff6eb 50%, transparent 50%);
  background-size: 70px 70px;
}
.top-info {
  padding: 70px 70px 50px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.top-info::after {
  content: '';
  display: block;
  width: 500px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}
.top-info-header {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 2;
}
.top-info-icon {

}
.top-info-icon i {
  font-size: 40px;
  color: #9dc350;
}
.top-info-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  padding-top: 8px;
  color: #7A6B4C;
}
.top-info h2 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1;
}
.top-info-en {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-left: 10px;
}
.top-info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-info-list ul li {
  margin: 0;
}
.top-info-link {
  position: absolute;
  top: 20px;
  right: 70px;
}

.google-calendar-wrap {
  text-align: center;
  margin: 0 0 20px;
}
ul.top-info-banner {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 100px;
}
ul.top-info-banner li {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
ul.top-info-banner li:last-child {
  margin-bottom: 0px;
}
ul.top-info-banner li a {
  transition: all 0.3s;
}
ul.top-info-banner li a:hover {
  opacity: 0.7;
}
ul.top-info-banner li a img {

}

.bg-circle-03,
.bg-circle-07 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.4);
  position: absolute;
  top: 30px;
  left: -41px;
}
.bg-circle-04,
.bg-circle-08 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.4);
  position: absolute;
  top: 144px;
  left: 74px;
}
.bg-circle-05 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.4);
  position: absolute;
  top: 185px;
  right: -19px;
}
.bg-circle-07 {
  left: unset;
  right: -41px;
  background: rgba(244, 203, 42, 0.4);
}
.bg-circle-08 {
  left: unset;
  right: 74px;
  background: rgba(168, 202, 99, 0.4);
}
.bg-circle-09 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.4);
  position: absolute;
  top: 185px;
  left: -19px;
}
.top-doctor {

}
.top-doctor-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-doctor-content-left {
  width: 55%;
}
.top-doctor-img {
  position: relative;
}
.top-doctor-img::before,
.top-doctor-img::after {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  z-index: 1;
  border-radius: 50%;
}
.top-doctor-img::before {
  top: -16px;
  left: -16px;
  background: #f4cb2a;
}
.top-doctor-img::after {
  bottom: -16px;
  right: -16px;
  background: #a8ca63;
}
.top-doctor-img img {
  width: 480px;
  height: 460px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 2;

  object-position: 90% 50%;
}
.name-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  white-space: nowrap;
}
.name-clinic {
  margin-right: 12px;
}
.name-pos {
  margin-right: 28px;
}
.name-text {
  text-align: center;
  margin-right: 14px;
  letter-spacing: 2px;
  font-size: 16px;
}
.name-text span {
  display: block;
  font-size: 24px;
  margin-top: 4px;
}
.top-doctor-content-right {
  width: 40%;
}
.top-doctor-desc {

}
.top-doctor-head {
  color: #9dc350;
  font-size: 22px;
  font-weight: 500;
}
.top-doctor-head span {
  display: inline-block;
  background: #a8ca63;
  color: #fff;
  padding: 2px 20px;
  font-size: 20px;
  border-radius: 25px;
}
.top-doctor-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 18px 0;
}
.top-doctor-desc p {
  margin-bottom: 12px;
}

ul.top-doctor-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
ul.top-doctor-link li {
  margin: 0;
  width: 19%;
}
ul.top-doctor-link li a {
  display: block;
  text-decoration: none;
  background: #a8ca63;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  line-height: 70px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 5px solid #f4cb2a;
  transition: all 0.3s;
  text-decoration: underline;
  padding-right: 28px;
  text-align: center;
}
ul.top-doctor-link li a:hover {
  opacity: 0.7;
}
.top-doctor-link-more {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  background: #f4cb2a;
  color: #7A6B4C;
  width: auto;
  height: 100%;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  letter-spacing: 1.5px;
}
.top-doctor-link-more i {
  margin-top: 3px;
}

.top-greeting {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 25px;
}
.top-greeting p {
  margin-bottom: 0;
}
.top-greeting-left {
  width: 48%;
}
.top-greeting-left > p {
  margin-bottom: 12px;
}
.top-greeting-right {
  width: 48%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.top-greeting-img {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
ul.top-greeting-img li {
  margin: 0;
  width: 49%;
}
ul.top-greeting-img li img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 30px;
}
.top-greeting-more {
  display: flex;
  justify-content: center;
  margin: 20px 0 38px;
}
.top-greeting-more-item {
  margin-right: 20px;
}
.top-greeting-more-item:last-child {
  margin-right: 0;
}
.top-greeting-more-item a {

}

.top-media {

}
.top-media > p {
  text-align: center;
  margin: 0;
  line-height: 1.9;
  font-size: 18px;
  font-weight: 500;
}
ul.top-media-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 26px;
}
ul.top-media-list li {
  margin: 0;
  width: 32%;
}
ul.top-media-list li img {
  border-radius: 30px;
}
ul.media-logo-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
ul.media-logo-list li {
  margin: 0;
  width: 16.6%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
ul.media-logo-list li img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.medical-toc-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.medical-toc-item {
  width: 23%;
}
.medical-toc-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  border: 8px solid #555;
  border-radius: 15px;
  overflow: hidden;
  background: #555;
  font-weight: 700;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  text-align: center;
  transition: all 0.3s;
}
.medical-toc-item a:hover {
  opacity: 0.7;
}
.medical-toc-list .medical-toc-item:nth-child(1) a {
  border: 8px solid #67a9f9;
  background: #67a9f9;
}
.medical-toc-list .medical-toc-item:nth-child(2) a {
  border: 8px solid #80bd9e;
  background: #80bd9e;
}
.medical-toc-list .medical-toc-item:nth-child(3) a {
  border: 8px solid #f8a858;
  background: #f8a858;
}
.medical-toc-list .medical-toc-item:nth-child(4) a {
  border: 8px solid #f98866;
  background: #f98866;
}
.medical-toc-img {

}
.medical-toc-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;

  object-position: 50% 50%;
}
.medical-toc-list .medical-toc-item:nth-child(1) a .medical-toc-img img {
  object-position: 50% 0%;
}
.medical-toc-list .medical-toc-item:nth-child(1) a .medical-toc-img img {

}
.medical-toc-list .medical-toc-item:nth-child(1) a .medical-toc-img img {

}
.medical-toc-list .medical-toc-item:nth-child(1) a .medical-toc-img img {

}
.medical-toc-title {
  padding: 12px 0px 6px;
  font-size: 23px;
}
.medical-toc-title span {
  display: inline-block;
  background: #fff;
  font-size: 28px;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 8px;
}
.medical-toc-list .medical-toc-item:nth-child(1) a .medical-toc-title span {
  color: #67a9f9;
}
.medical-toc-list .medical-toc-item:nth-child(2) a .medical-toc-title span {
  color: #80bd9e;
}
.medical-toc-list .medical-toc-item:nth-child(3) a .medical-toc-title span {
  color: #f8a858;
}
.medical-toc-list .medical-toc-item:nth-child(4) a .medical-toc-title span {
  color: #f98866;
}
.medical-toc-title i {
  margin-left: 3px;
}

#top-medical-layout {
  position: relative;
}
#top-medical-layout.section-layout {
  padding: 80px 0 130px;
}
.bg-circle-01 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.2);
  position: absolute;
  top: -300px;
  left: -300px;
  z-index: -1;
}
.bg-circle-02 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.2);
  position: absolute;
  bottom: -300px;
  right: -300px;
  z-index: -1;
  z-index: -1;
}
.top-medical {

}
.top-medical-item {
  position: relative;
  margin: 0 30px 50px 30px;
}
.top-medical-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top-medical-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;

  object-position: 50% 50%;
}
.top-medical .top-medical-item:nth-child(1) .top-medical-img img {
  object-position: 50% 20%;
}
.top-medical .top-medical-item:nth-child(2) .top-medical-img img {
  object-position: 50% 57%;
}
.top-medical .top-medical-item:nth-child(3) .top-medical-img img {
  object-position: 50% 50%;
}
.top-medical .top-medical-item:nth-child(4) .top-medical-img img {
  object-position: 50% 50%;
}
.top-medical-content-wrap {
  padding-top: 200px;
}
.top-medical-content {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  position: relative;
  z-index: 2;
}
.top-medical-header {

}
.top-medical h3 {
  background: #555;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
  padding: 15px 0;
}
.top-medical h3 span {
  font-size: 32px;
  background: #fff;
  color: #555;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 5px;
}
.top-medical-list-wrap {
  padding: 30px;
}
.top-medical h4 {
  color: #555;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
  margin: 20px 0 10px;
  line-height: 1.8;
}
.top-medical h4::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #555;
}
.top-medical h4::after {
  content: '';
  display: block;
  width: calc(100% - 24px);
  height: 3px;
  background: #555;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}
.top-medical h4 span.mdl-border {
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-right: 7px;
}
ul.top-medical-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5vw 1.5vw;
}
ul.top-medical-list li {
  margin: 0;
}
ul.top-medical-list li a {
  display: block;
  text-decoration: none;
  color: #9dc350;
  font-size: 18px;
  font-weight: 500;
  border: 3px solid #CECFCF;
  padding: 14px 20px 14px 15px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  background: #fff;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
ul.top-medical-list li a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
ul.top-medical-list li a:hover {
  border: 3px solid #91ba40;
  background: #a8ca63;
  color: #fff;
}

.top-medical-item.color-style-01 h3,
.top-medical-item.color-style-01 h4::before,
.top-medical-item.color-style-01 h4::after {
  background: #67a9f9;
}
.top-medical-item.color-style-01 h3 span,
.top-medical-item.color-style-01 h4,
.top-medical-item.color-style-01 ul.top-medical-list li a {
  color: #67a9f9;
}
.top-medical-item.color-style-01 ul.top-medical-list li a:hover {
  border: 3px solid #368df7;
  background: #67a9f9;
  color: #fff;
}

.top-medical-item.color-style-02 h3,
.top-medical-item.color-style-02 h4::before,
.top-medical-item.color-style-02 h4::after {
  background: #80bd9e;
}
.top-medical-item.color-style-02 h3 span,
.top-medical-item.color-style-02 h4,
.top-medical-item.color-style-02 ul.top-medical-list li a {
  color: #80bd9e;
}
.top-medical-item.color-style-02 ul.top-medical-list li a:hover {
  border: 3px solid #5dac85;
  background: #80bd9e;
  color: #fff;
}

.top-medical-item.color-style-03 h3,
.top-medical-item.color-style-03 h4::before,
.top-medical-item.color-style-03 h4::after {
  background: #f8a858;
}
.top-medical-item.color-style-03 h3 span,
.top-medical-item.color-style-03 h4,
.top-medical-item.color-style-03 ul.top-medical-list li a {
  color: #f8a858;
}
.top-medical-item.color-style-03 ul.top-medical-list li a:hover {
  border: 3px solid #f68f27;
  background: #f8a858;
  color: #fff;
}

.top-medical-item.color-style-04 h3,
.top-medical-item.color-style-04 h4::before,
.top-medical-item.color-style-04 h4::after {
  background: #f98866;
}
.top-medical-item.color-style-04 h3 span,
.top-medical-item.color-style-04 h4,
.top-medical-item.color-style-04 ul.top-medical-list li a {
  color: #f98866;
}
.top-medical-item.color-style-04 ul.top-medical-list li a:hover {
  border: 3px solid #f76336;
  background: #f98866;
  color: #fff;
}

.medical-info-bg {
  background: #fdf6d8;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}
ul.medical-info-list {

}
ul.medical-info-list li {
  margin-bottom: 12px;
}
ul.medical-info-list li:last-child {
  margin-bottom: 0px;
}
ul.medical-info-list li a {
  font-size: 18px;
}
.top-medical-item.color-style-01 .medical-info-bg ul.medical-info-list li a {
  color: #368df7;
}
.top-medical-item.color-style-02 .medical-info-bg ul.medical-info-list li a {
  color: #5dac85;
}
.top-medical-item.color-style-03 .medical-info-bg ul.medical-info-list li a {
  color: #f68f27;
}
.top-medical-item.color-style-04 .medical-info-bg ul.medical-info-list li a {
  color: #f76336;
}
ul.medical-info-list li a:hover {
  text-decoration: none;
}
.top-medical-item.color-style-01 .medical-info-bg a.a-btn {
  background: #67a9f9;
  border-bottom: 6px solid #368df7;
}
.top-medical-item.color-style-02 .medical-info-bg a.a-btn {
  background: #80bd9e;
  border-bottom: 6px solid #5dac85;
}
.top-medical-item.color-style-03 .medical-info-bg a.a-btn {
  background: #f8a858;
  border-bottom: 6px solid #f68f27;
}
.top-medical-item.color-style-04 .medical-info-bg a.a-btn {
  background: #f98866;
  border-bottom: 6px solid #f76336;
}
ul.medical-info-more {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
ul.medical-info-more li {
  margin: 0;
  margin-right: 20px;
  line-height: 1;
  text-align: center;
}
ul.medical-info-more li:last-child {
  margin-right: 0;
}
.medical-info-more-micro {
  font-size: 17px;
  margin-bottom: 5px;
  color: #7A6B4C;
  font-weight: 700;
}

ul.medical-banner-01 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.medical-banner-01 li {
  margin: 0;
  width: 30%;
  margin-right: 20px;
}
ul.medical-banner-01 li:last-child {
  margin-right: 0px;
}
ul.medical-banner-01 li a {
  transition: all 0.3s;
}
ul.medical-banner-01 li a:hover {
  opacity: 0.7;
}
ul.medical-banner-01 li a img {

}

ul.top-md-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw 2vw;
}
ul.top-md-list li {

}
ul.top-md-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #f4cb2a;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #CECFCF;
  padding: 16px 20px 16px 15px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  transition: all 0.3s;
}
ul.top-md-list li a:hover {
  opacity: 0.7;
}
ul.top-md-list li a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

ul.top-note-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw 2vw;
}
ul.top-note-list li {
  margin: 0;
}
a.top-note-item {
  display: flex;
  text-decoration: none;
  color: #555;
  border: 3px solid #f4cb2a;
  border-bottom: 10px solid #f4cb2a;
  background: #fef9e7;
  transition: all 0.3s;
  height: 100%;
}
a.top-note-item:hover {
  opacity: 0.7;
}
.top-note-left {
  width: 70%;
  padding: 20px 20px;
}
.top-note-title {
  font-size: 24px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
  line-height: 1.8;
}
.top-note-title span {

}
.top-note-title i {
  font-size: 16px;
  width: 32px;
  height: 32px;
  background: #f4cb2a;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  padding: 8px;
  top: -3px;
}
.top-note-left p {
  margin: 0;
}
.top-note-right {
  width: 30%;
}
.top-note-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-features-text {
  margin-left: 10px;
}
.top-features-text span {
  display: inline-block;
  background: #f4cb2a;
  color: #fff;
  font-size: 22px;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 22px;
  position: relative;
}
.top-features-text span::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #f4cb2a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 37.5px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
span.top-point-span-num {
  display: inline-block;
  background: #a8ca63;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding-top: 4px;
}
.top-title .top-features-side h2::before,
.top-title .top-features-side h2::after {
  top: 6px;
}
.top-features-side {
  position: relative;
  display: inline-block;
}
.top-features-side::before,
.top-features-side::after {
  content: '';
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 80px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.top-features-side::before {
  background-image: url('../../../wp-content/uploads/2026/03/445731-1.png');
  left: -135px;
}
.top-features-side::after {
  background-image: url('../../../wp-content/uploads/2026/03/445731-2.png');
  right: -135px;
}
#top-doctor-layout,
#top-point-layout {
  position: relative;
  z-index: 2;
}
#top-doctor-layout::before,
#top-point-layout::before {
  content: '';
  position: absolute;
  top: -54px;
  width: 100%;
  height: 54px;
  background: url('../../../wp-content/uploads/2026/03/bg-wave-5.png') 0 0 repeat-x;
}

.top-point-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4vw 3vw;
  padding-top: 10px;
}
.top-point-item {
  position: relative;
}
.top-point-item::before {
  content: '';
  position: absolute;
  top: -45px;
  left: -28px;
  background-image: url('../../../wp-content/uploads/2026/03/leaf-02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 80px;
  z-index: 3;
}
.top-point-item::after {
  content: '1';
  position: absolute;
  top: -22px;
  left: -1px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  z-index: 4;
}
.top-point-item:nth-child(2)::after {
  content: '2';
}
.top-point-item:nth-child(3)::after {
  content: '3';
}
.top-point-item:nth-child(4)::after {
  content: '4';
}
.top-point-item:nth-child(5)::after {
  content: '5';
}
.top-point-item:nth-child(6)::after {
  content: '6';
}
.top-point-item-header {
  position: relative;
}
.top-point-item-header:before {
  content: '';
  position: absolute;
  top: -7px;
  right: -7px;
  width: 100%;
  height: 322px;
  border-radius: 15px;
  background: #f4cb2a;
  z-index: 1;
}
.top-point-item-header img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.top-point-item h3 {
  color: #94be41;
  font-size: 22px;
  letter-spacing: 0;
  padding-bottom: 8px;
  line-height: 1.45;
  text-align: center;
  padding: 10px 0 8px;
  font-weight: 700;
}
.top-point-item p {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 16px;
}
ul.top-point-more {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 14px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
ul.top-point-more li {
  margin: 0;
  margin-bottom: 15px;
}
ul.top-point-more li:last-child {
  margin-bottom: 0px;
}
ul.top-point-more li a {
  width: 100%;
}
ul.top-point-more li a:hover {

}
ul.top-point-more li a::before {

}

#top-blog-layout {
  position: relative;
}
.top-blog {
  display: flex;
  justify-content: space-between;
}
.top-blog-item {
  width: 48%;
  background: #fdf6d8;
  border-radius: 30px;
  padding: 40px 50px;
}
.top-blog h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 2px solid #7A6B4C;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #7A6B4C;
}
.top-blog h3 span {
  font-size: 78%;
  display: inline-block;
  margin-left: 10px;
}
.top-blog h3 span::before {
  content: '/ ';
}
.top-blog-list {
  width: 100%;
  height: 276px;
  overflow-y: scroll;
}
.top-blog-link {
  margin-top: 20px;
}
.top-blog-link a.btn-more {
  max-width: 300px;
  margin: 0 auto;
  font-size: 17px;
  padding: 12px 40px;
}

/* 下層ページ */
.page-top-bg {
  margin-top: 92px;
  width: 100%;
  height: 200px;
  background: rgba(217, 232, 187, 0.85);
}
.page-top-bg header.article-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.page-top-bg header.article-header .dft-ttl {
  margin: 0;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.page-top-bg header.article-header .date-tags {
  display: none;
}
body:not(.front-top-page) main.main {
  padding-top: 0;
}
.sidebar {
  padding-top: 16px;
}
.page-case-header {

}
.page-case-title {
  margin-bottom: 44px;
}
.page-case-title h1.entry-title {
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.page-case-title h1.entry-title::before {
  content: '';
  background-image: url('../../../wp-content/uploads/2026/03/ttl-dot.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.page-case-header .eye-catch-wrap {
  display: block;
  text-align: center;
  padding-top: 0;
  padding-bottom: 5px;
}
.page-case-header .eye-catch-wrap img {
  width: auto;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}
.page-case-header .date-tags {
  display: none;
}
.eye-catch-wrap.display-none {
  display: none;
}

.page-toc {

}
.page-toc .toc {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  background: #fdf6d8;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
}
.page-toc .toc-title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #7A6B4C;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.page-toc .toc-title::before,
.page-toc .toc-title::after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 20px;
  background: #7A6B4C;
  position: absolute;
  top: 52%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-toc .toc-title::before {
  left: -30px;
}
.page-toc .toc-title::after {
  right: -30px;
}
.page-toc .toc-checkbox:checked~.toc-content {
  padding: 0;
}
.page-toc .toc-content {
  margin-top: 10px;
}
.page-toc ul.toc-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 15px;
}
.page-toc ul.toc-list li {
  margin: 0;
}
.page-toc ul.toc-list li a {
  display: block;
  text-decoration: none;
  padding: 10px 32px 10px 15px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  color: #7A6B4C;
  border: 2px solid #7A6B4C;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-toc ul.toc-list li a:hover {
  background: #7A6B4C;
  color: #fff;
}
.page-toc ul.toc-list li a::before {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page-toc ul.toc-list ul {
  display: none;
}

body:not(.front-top-page) .main .article h2,
body:not(.front-top-page) .main .article h3,
body:not(.front-top-page) .main .article h4,
body:not(.front-top-page) .main .article h5,
#archive-title,
.list-page-title,
.treatment-menu-title {
  margin: 1.4em 0 1em;
  font-weight: 700;
  line-height: 1.5;
}
body:not(.front-top-page) .main .article h2,
#archive-title,
.list-page-title,
.treatment-menu-title {
  background: #a8ca63;
  color: #fff;
  padding: 13px 20px;
  padding-left: 40px;
  border-radius: 5px;
  font-size: 26px;
  position: relative;
}
body:not(.front-top-page) .main .article h2::before,
#archive-title::before,
.list-page-title::before,
.treatment-menu-title::before {
  content: '';
  display: block;
  width: 10px;
  height: calc(100% - 26px);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #f4cb2a;
}
#archive-title,
.list-page-title {
  margin-top: 16px;
}
#archive-title span {
  display: none;
}

body:not(.front-top-page) .main .article h3 {
  font-size: 24px;
  color: #9dc350;
  padding-bottom: 10px;
  border-bottom: 5px solid #a8ca63;
  position: relative;
  padding-left: 50px;
}
body:not(.front-top-page) .main .article h3::before {
  content: '';
  background-image: url('../../../wp-content/uploads/2026/03/ttl-icon01.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 2px;
  width: 35px;
  height: 35px;
}

body:not(.front-top-page) .main .article h4 {
  font-size: 22px;
  color: #7A6B4C;
  border-left: 5px solid #7A6B4C;
  padding: 4px 0;
  padding-left: 10px;
  margin-bottom: 1em;
}
body:not(.front-top-page) .main .article h5 {
  color: #7A6B4C;
  border: 2px solid #7A6B4C;
  display: inline-block;
  padding: 5px 15px;
  font-size: 20px;
}

.bg-green {
  background: #f4f8ec;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 1.4em;
}
body:not(.front-top-page) .main .article .bg-green h3,
body:not(.front-top-page) .main .article .bg-green h4,
body:not(.front-top-page) .main .article .bg-green h5 {
  border: 0;
  margin: 0;
  padding: 0;
  border-left: 5px solid #a8ca63;
  padding: 4px 0;
  padding-left: 10px;
  margin-bottom: 1em;
  line-height: 1.25;
  font-size: 22px;
  color: #9dc350;
}
body:not(.front-top-page) .main .article .bg-green h3::before {
  content: none;
}
body:not(.front-top-page) .main .article .bg-green h5 {
  padding-left: 18px;
  border-left: 0px solid #a8ca63;
  position: relative;
}
body:not(.front-top-page) .main .article .bg-green h5::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 26px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.mt-0 {
  margin-top: 0px!important;
}
body:not(.front-top-page) .main .article ul.bg-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.8em;
}
body:not(.front-top-page) .main .article ul.bg-list li {
  margin: 0;
  position: relative;
  margin-bottom: 18px;
  padding-left: 24px;
}
body:not(.front-top-page) .main .article ul.bg-list li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a8ca63;
}
dl.dl-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
dl.dl-list dt,
dl.dl-list dd {
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
}
dl.dl-list dt {
  width: 120px;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
}
dl.dl-list dt::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a8ca63;
}
dl.dl-list dd {
  width: calc(100% - 120px);
}

.clinic-photo {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3vw 2vw;
}
.clinic-photo-item {
  text-align: center;
}
.clinic-photo-img img {
  width: 100%;
  height: 270px;
  object-fit: contain;
}
.clinic-photo-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 6px;
}
p.clinic-photo-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.clinic-photo-item p:last-child {
  display: none;
}
ul.medical-lecture {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw 2vw;
}
ul.medical-lecture li {
  margin: 0;
}
ul.medical-lecture li > p {
  display: none;
}
ul.medical-lecture li a {
  text-align: center;
}

.flex-style-01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
.flex-style-01-item {
  width: 48%;
  text-align: center;
}
.flex-style-02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8em;
}
.flex-style-02-left {
  width: 70%;
}
.flex-style-02-right {
  width: 26%;
}
.flex-style-03 {
  display: flex;
  justify-content: space-between;
}
.flex-style-03-item {
  width: 23%;
}
.flex-style-04 {
  display: flex;
  justify-content: space-between;
}
.flex-style-04-left {
  width: 30%;
}
.flex-style-04-right {
  width: 67%;
}

.w-300,
.w-550 {
  margin: 0 auto;
  margin-bottom: 1.8em;
}
.w-300 {
  max-width: 300px;
}
.w-550 {
  max-width: 550px;
}
.video-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.video-container .video {
  margin-top: 0px;
}
.center {
  text-align: center;
}
.strong-01 {
  font-size: 160%;
  color: #62C3FF;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 1em;
}
.strong-01 span.marker {
  display: inline-block;
  padding: 0px 15px;
}
.body .video-container {
  margin-bottom: 0;
}

table.table-style-01 {

}
table.table-style-01 tr {
  background: transparent;
}
table.table-style-01 tr th {
  background: #a8ca63;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 6px;
}
table.table-style-01 tr td {
  border: 0;
  padding: 0;
  background: #fff;
  border: 2px solid #a8ca63;
  padding: 15px;
  font-size: 16px;
}
table.table-style-01 tr td:nth-child(1) {
  background: #f4f8ec;
  color: #9dc350;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
table.table-style-01 tr td:nth-child(2) {
  width: 140px;
  text-align: right;
  white-space: nowrap;
}
table.table-style-01.table-style-02 tr td:nth-child(1) {
  min-width: 120px;
}
table.table-style-01.table-style-02 tr td:nth-child(2) {
  width: auto;
  text-align: left;
  white-space: normal;
}
table.table-style-01.table-style-02.grant-table tr th {
  border: 1px solid #a8ca63;
}
table.table-style-01.table-style-02.grant-table tr th:nth-child(1),
table.table-style-01.table-style-02.grant-table tr th:nth-child(2) {
  border-right: 1px solid #fff;
}
table.table-style-01.table-style-02.grant-table tr td:nth-child(2),
table.table-style-01.table-style-02.grant-table tr td:nth-child(3) {
  width: 40%;
}
table.table-style-01.table-style-03 tr td:nth-child(1) {
  max-width: 300px;
}
table.table-style-01.table-style-03 tr td:nth-child(2) {
  width: auto;
  text-align: left;
  white-space: normal;
}

table.price-table {

}
table.price-table tr {
  background: #fff;
}
table.price-table tr th,
table.price-table tr td {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  text-align: center;
  border: 1px solid #a8ca63;
  padding: 8px 0;
}
table.price-table tr th {
  background: #a8ca63;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 15.5px;
}
table.price-table tr td span.green {
  color: #77A61F;
}
table.price-table.price-table-02 tr td,
table.price-table.price-table-02 tr th {
  padding: 8px 10px;
}
table.price-table.price-table-02 th {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
table.price-table.price-table-02 tr td:nth-of-type(1) {
  text-align: left;
}
table.price-table.price-table-02 tr td:last-child {
  text-align: right;
}

table.screening-table {

}
table.screening-table tr {
  background: #fff;
}
table.screening-table tr th,
table.screening-table tr td {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  border: 2px solid #a8ca63;
  text-align: center;
  padding: 8px 12px;
}
table.screening-table tr th {
  background: #a8ca63;
  color: #fff;
  border-bottom: 2px solid #fff;
}
table.screening-table tr:last-child th {
  border: 2px solid #a8ca63;
}
table.screening-table.download-table tr th,
table.screening-table.download-table tr td {
  padding: 12px 12px;
}
table.screening-table.download-table tr th {
  width: 80px;
}

table.table-fill {

}
table.table-fill tr {
  background: #fff;
}
table.table-fill tr th,
table.table-fill tr td {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  line-height: 1;
  padding: 15px 15px;
  line-height: 1.6;
}
table.table-fill tr th {
  background: #9dc350;
  color: #fff;
  border: 1px solid #fff;
}
table.table-fill tr td {
  border: solid 1px #DDDADA;
  text-align: right;
  font-size: 18px;
}
table.table-fill tr:nth-child(1) td {
  text-align: center;
  font-size: 16px;
}
table.table-fill.csl-fill tr:nth-child(1) td {
  text-align: right;
  font-size: 18px;
}

ul.external-article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 15px;
  margin-bottom: 40px;
}
ul.external-article-list li {
  margin: 0;
}
ul.external-article-list li a {
  transition: all 0.3s;
}
ul.external-article-list li a:hover {
  opacity: 0.7;
}

ul.single-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 12px;
  margin-bottom: 40px;
}
ul.single-menu-list li {
  margin: 0;
}
ul.single-menu-list li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  height: 80px;
  background: #ccc;
  color: #fff;
  padding: 0 60px 0 108px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s;
}
ul.single-menu-list li a:hover {
  opacity: 0.7;
}
ul.single-menu-list li:nth-child(1) a {
  background: #B8D158;
}
ul.single-menu-list li:nth-child(2) a {
  background: #E7A629;
}
ul.single-menu-list li:nth-child(3) a {
  background: #42BBCE;
}
ul.single-menu-list li:nth-child(4) a {
  background: #E76B79;
}
ul.single-menu-list li:nth-child(5) a {
  background: #7EA0CE;
}
ul.single-menu-list li:nth-child(6) a {
  background: #5FAA6E;
}
ul.single-menu-list li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat;
  transform: translateY(-50%);
}
ul.single-menu-list li:nth-child(1) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_home.png');
}
ul.single-menu-list li:nth-child(2) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_youtube.png');
}
ul.single-menu-list li:nth-child(3) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_recruit.png');
}
ul.single-menu-list li:nth-child(4) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_webreserve.png');
}
ul.single-menu-list li:nth-child(5) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_online.png');
}
ul.single-menu-list li:nth-child(6) a::before {
  background-image: url('../../../wp-content/uploads/2026/03/link_bt_line.png');
}
ul.single-menu-list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 15px;
  height: 27px;
  background: url('../../../wp-content/uploads/2026/03/link_bt_arrow.png') no-repeat;
  transform: translateY(-50%);
}
.single-menu-content {

}
.single-menu-micro {
  font-size: 17.5px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.single-menu-title {
  font-size: 27px;
  font-weight: 700;
}

.treatment-menu {
  margin-bottom: 0;
}
.treatment-menu-title {

}
.treatment-menu .medical-toc-list {
  margin-bottom: 30px;
}
.treatment-menu ul.top-md-list {
  margin-top: 0px;
}

/* サイドバー */
.side-banner-box {
  border: 2px solid #a8ca63;
  background: #a8ca63;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 20px 0;
}
.side-banner-title {
  font-size: 20px;
  font-weight: 700;
}
.side-banner-box a {
  display: inline-block;
  background: #f4cb2a;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  transition: all 0.3s;
  margin-top: 10px;
}
.side-banner-box a:hover {
  opacity: 0.6;
}
.side-banner-box a i {
  margin-left: 4px;
}

.sidebar h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background: #a8ca63;
  border-radius: 5px;
  padding: 7px 10px;
  line-height: 1.8;
}
ul.side-service-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.side-service-list li {
  margin: 0;
}
ul.side-service-list li a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  border-bottom: 2px dotted #d2d2d2;
  color: #7A6B4C;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
}
ul.side-service-list li a:hover {
  opacity: 0.7;
}
ul.side-service-list li a::after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #555;
  font-size: 10px;
  transition: all 0.3s;
}
ul.side-service-list li a:hover::after {
  right: 0px;
}

/* 投稿ショートコード_初期化 */
.body .new-entry-cards {
  margin-bottom: 0;
}
.widget-entry-cards .a-wrap {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.2s;
}
.widget-entry-cards .a-wrap:hover {
  opacity: 1;
  background: transparent;
}
.widget-entry-card {

}
.widget-entry-card::after {
  content: none;
}
.widget-entry-cards figure {
  width: 100%;
  margin: 0;
  float: none;
}
.widget-entry-card-content {
  margin: 0;
}
.widget-entry-cards:not(.large-thumb-on) .card-title {
  display: block;
  font-size: 16px;
}
.widget-entry-card-date {
  display: block;
}
.widget-entry-card-date .post-date,
.widget-entry-card-content .entry-category {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: block;
}
.widget-entry-card-date .post-update,
.widget-entry-card-content .post-update,
.widget-entry-card-date .post-date span.fa-clock {
  display: none;
}
.widget-entry-card-date .post-date .entry-date {
  margin: 0;
  line-height: 1;
  display: block;
}

/* 投稿アーカイブ_初期化、関連記事_初期化 */
#list,
.related-list {
  display: block;
  flex-direction: unset;
  row-gap: unset;
  margin: 0;
}
#list .a-wrap,
.related-list .a-wrap {
  padding: 0;
  transition: all 0.2s;
}
#list .a-wrap:hover,
.related-list .a-wrap:hover {
  background: transparent;
}
#list .a-wrap.cf::after,
.related-list .a-wrap.cf::after {
  content: none;
}
#list .entry-card-thumb,
.related-list .related-entry-card-thumb {
  width: 100%;
  margin: 0;
  float: none;
}
#list .entry-card-content,
.related-list .related-entry-card-content {
  padding: 0;
  margin: 0;
}
#list .entry-card-title,
.related-list .related-entry-card-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
.related-entry-card-snippet, .entry-card-snippet {
  display: none;
}
#list .entry-card-meta,
.related-list .entry-card-meta {
  position: static;
  text-align: left;
  line-height: 1;
}
#list .e-card-info,
.related-list .e-card-info {
  display: block;
  align-items: flex-start;
}
#list .e-card-info > span,
.related-list .e-card-info > span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#list .e-card-info span.fa-clock,
.related-list .e-card-info span.fa-clock {
  display: none;
}
#list .e-card-info .entry-date,
.related-list .e-card-info .entry-date {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
#list .e-card-meta .e-card-categorys,
.related-list .e-card-meta .e-card-categorys {
  display: block;
}
#list .e-card-meta .e-card-categorys span.entry-category,
.related-list .e-card-meta .e-card-categorys span.entry-category {
  padding: 0;
  display: inline-block;
  font-size: 16px;
}
.related-entries {
  margin-bottom: 0;
}
.related-entry-card-meta {
  position: static;
  text-align: left;
}

/* ブログ一覧 */
.top-info-list .new-entry-cards {
  margin-bottom: 0;
  margin-top: 5px;
}
#list {
  display: block;
  margin-bottom: 1em;
}
.widget-entry-cards .a-wrap,
#list .a-wrap {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding: 20px 0;
  transition: all 0.3s;
}
.widget-entry-card-content,
#list .entry-card-content {
  display: flex
}
.widget-entry-card-date,
#list .entry-card-meta {
  width: 160px;
}
.widget-entry-card-date .post-date .entry-date,
#list .e-card-info .entry-date {
  font-size: 16px;
  color: #9dc350;
  white-space: nowrap;
  line-height: 1.6;
  font-weight: 400;
}
.widget-entry-cards:not(.large-thumb-on) .card-title,
#list .entry-card-title {
  width: calc(100% - 160px);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6;
  transition: all 0.3s;
}
.widget-entry-cards .a-wrap:hover .card-title,
#list .a-wrap:hover .card-title {
  transition: all 0.3s;
  color: #9dc350;
  opacity: 0.6;
}

/* 投稿ページ */
body.single header.article-header figure.eye-catch span.cat-label {
  display: none;
}
body.single header.article-header .date-tags {
  display: flex;
  justify-content: flex-start;
}
body.single header.article-header .eye-catch-wrap {
  display: none;
}
body.single header.article-header figure.eye-catch {
  width: 100%;
  max-width: unset;
  position: static;
  margin-bottom: 15px;
  text-align: center;
}
body.single header.article-header .post-update,
body.single header.article-header .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}
body.single h1.entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.page-author-wrap {
  position: relative;
  margin: 90px 0 0px;
}
.page-author-title {
  position: absolute;
  top: -40px;
  left: 0;
  background: #a8ca63;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px 6px 0 0;
}
.page-author {
  display: flex;
  padding: 25px 0;
  border: 2px solid #a8ca63;
  background: #f4f8ec;
  border-radius: 0 10px 10px 10px;
}
.page-section-wrap section.page-section:nth-child(odd) .page-section-content .page-author {
  background: #fff;
}
.page-author-left {
  width: 210px;
  text-align: center;
}
.page-author-left img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #ccc;
  object-fit: cover;
}
.page-author-right {
  width: calc(100% - 210px);
  padding-right: 30px;
}
.page-author-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-author-name a {
  display: inline-block;
  font-size: 17px;
  margin-left: 15px;
}
ul.page-author-list {
  margin: 0;
}
ul.page-author-list li {

}
.page-author-right p {
  margin-bottom: 0;
}
.page-author-link {
  margin-top: 15px;
}
.page-author-link a {
  background: #FF0000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 5px;
  transition: all 0.2s;
}
.page-author-link a:hover {
  opacity: 0.7;
}
.page-author-link a i {
  font-size: 120%;
  margin-right: 5px;
}

/* ページネーション */
.pagination-next {
  display: none;
}
.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}
.pagination .current {
  border: 1px solid #a8ca63;
  background-color: #9dc350;
  color: #fff;
}

/* パンくず */
#breadcrumb {
  padding: 0 10px;
  background: transparent;
  margin-bottom: 4px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.breadcrumb {
  margin: 1em 0em 3em;
}
span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}
.sp-b {
  margin: 0 10px 0 7px!important;
}
.sp .fa-angle-right {
  color: #b3b3b3;
}
.list-breadcrumb-category span.sp {
  margin-left: 8px;
}
body.archive.category #breadcrumb .breadcrumb-item {
  margin-left: 5px;
}
.breadcrumb-caption {
  margin: 0;
}
.breadcrumb-style .sp {
  margin: 0 10px 0 7px;
}

/* フッター情報 */
.footer-bg {
  padding-top: 70px;
}
.footer {
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.footer-in.wrap {
  width: auto;
  margin: 0;
}

.footer-cta-bg {
  background-color: #fdf6d8;
  padding: 60px 0;
  position: relative;
}
.footer-cta-header {
  text-align: center;
}
.footer-cta-title {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1;
  color: #7A6B4C;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.footer-cta-title::before,
.footer-cta-title::after {
  background-image: url('../../../wp-content/uploads/2026/03/ttl-bar02.png');
  width: 46px;
  height: 40px;
  top: -5px;
}
.footer-cta-title::before {
  left: -60px;
}
.footer-cta-title::after {
  right: -56px;
}
.footer-cta-header p {
  font-size: 20px;
}
.footer-cta-list {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
a.footer-cta-item {
  display: block;
  width: 32%;
  line-height: 1;
  text-decoration: none;
  background: #a8ca63;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 30px 0 24px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
}
a.footer-cta-item:hover {
  opacity: 0.7;
}
.footer-cta-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #a8ca63;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-cta-icon i {
  font-size: 32px;
}
a.footer-cta-item:nth-child(1),
a.footer-cta-item:nth-child(1) .footer-cta-icon {
  background: #fff;
  color: #555;
}
a.footer-cta-item:nth-child(2),
a.footer-cta-item:nth-child(2) .footer-cta-icon {
  background: #80bd9e;
}
a.footer-cta-item:nth-child(3),
a.footer-cta-item:nth-child(3) .footer-cta-icon {
  background: #f98866;
}
a.footer-cta-item:nth-child(1) .footer-cta-more {
  border: 2px solid #555;
}
a.footer-cta-item:nth-child(2) .footer-cta-more {
  border: 2px solid #80bd9e;
  color: #6fb492;
  text-decoration: underline;
  font-size: 23px;
}
a.footer-cta-item:nth-child(3) .footer-cta-more {
  border: 2px solid #f98866;
  color: #f8754d;
  text-decoration: underline;
  font-size: 23px;
}

.footer-cta-subject {
  font-size: 28px;
  margin-bottom: 14px;
}
.footer-cta-text {
  font-size: 18.5px;
  line-height: 1.5;
  font-weight: 500;
}
.footer-cta-more {
  display: inline-block;
  background: #fff;
  color: #555;
  font-size: 22px;
  padding: 14px 0;
  border-radius: 30px;
  width: 80%;
  margin-top: 20px;
}
.footer-cta-more i {
  margin-left: 5px;
}

.footer-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-banner-left {
  width: 23%;
}
a.footer-banner-btn {
  display: block;
  text-decoration: none;
  background: #f4cb2a;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 26px 0;
  padding-right: 22px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s;
}
a.footer-banner-btn:nth-child(1) {
  margin-bottom: 20px;
}
a.footer-banner-btn:hover {
  opacity: 0.7;
}
a.footer-banner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted #fff;
  border-radius: 20px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: auto;
}
a.footer-banner-btn::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.footer-banner-btn i {
  font-size: 130%;
  margin-right: 6px;
}
.footer-banner-right {
  width: 75%;
}
a.blog-banner {
  display: flex;
  background: #fff;
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}
a.blog-banner:hover {
  opacity: 0.6;
}
.blog-banner-left {
  width: 75%;
  background: #fff;
  padding: 25px 30px;
  border-bottom: 10px solid #a8ca63;
}
.blog-banner-title {
  font-size: 28px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
}
.blog-banner-title span {
  position: relative;
}
.blog-banner-title span::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 53%;
  right: -45px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 35px;
  height: 35px;
  background: #a8ca63;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.blog-banner p {
  font-weight: 500;
}
.blog-banner-right {
  width: 25%;
}
.blog-banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-hospital {
  background: #fff;
  padding: 40px 50px;
  border-radius: 20px;
}
.footer-hospital-item {
  margin-bottom: 25px;
}
.footer-hospital .footer-hospital-item:last-of-type {
  margin-bottom: 0px;
}
.footer-hospital-title,
h3.footer-hospital-title {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #7A6B4C;
  position: relative;
  margin-bottom: 15px;
}
.footer-hospital-title::before,
h3.footer-hospital-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #7A6B4C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.footer-hospital-title span.fht-border,
h3.footer-hospital-title span.fht-border {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
}
ul.footer-sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5vw 1.5vw;
  margin: 15px 0;
}
ul.footer-sns-list li a img {
  width: 100%;
  height: 82px;
  object-fit: cover;
}
ul.footer-hospital-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5vw 1.5vw;
  margin: 15px 0;
}
ul.footer-banner-list li {
  margin: 0;
}
ul.footer-banner-list li a {
  display: block;
  border: 3px solid #ddd;
  transition: all 0.3s;
}
ul.footer-banner-list li a:hover {
  opacity: 0.7;
}
ul.partner-hospital-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 15px;
  margin-bottom: 20px;
}
ul.partner-hospital-list li {
  margin: 0;
}
ul.partner-hospital-list li a {
  display: block;
  border: 3px solid #ddd;
  transition: all 0.3s;
}
ul.partner-hospital-list li a:hover {
  opacity: 0.7;
}
ul.partner-hospital-list li a img {
  width: 100%;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 70px;
}
.footer-info-left {
  width: 48%;
}
.footer-info-logo {

}
.footer-info-logo img {

}
dl.footer-info-address {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 8px;
  flex-wrap: wrap;
}
dl.footer-info-address dt,
dl.footer-info-address dd {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 16px;
}
dl.footer-info-address dt:last-of-type,
dl.footer-info-address dd:last-of-type {
  margin-bottom: 0px;
}
dl.footer-info-address dt {
  width: 100px;
  color: #fff;
  background: #a8ca63;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl.footer-info-address dd {
  width: calc(100% - 110px);
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer-info-tel {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 22px;
}
span.footer-info-tel-bar {
  position: relative;
  padding: 0 5px;
}
span.footer-info-tel-bar::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: 7px dotted #a8ca63;
}
span.footer-info-tel-text {
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
}
.footer-info-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-info-contact-item {
  width: 48%;
}
.footer-info-contact-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 14px 10px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  background: #f4cb2a;
  position: relative;
}
.footer-info-contact-item a:hover {
  opacity: 0.6;
}
.footer-info-contact-item a i {
  margin-right: 6px;
  font-size: 120%;
}
.footer-info-contact-item a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 17px;
  position: absolute;
  top: 51%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.footer-info-right {
  width: 48%;
}
.footer-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
  position: relative;
  padding-left: 32px;
}
.footer-info-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #a8ca63;
  border-radius: 6px;
}

.schedule-link-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;
  margin-top: 10px;
}
.schedule-link-item {

}
.schedule-link-item a {
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  color: #555;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.4;
  transition: all 0.3s;
}
.schedule-link-item a:hover {
  opacity: 0.7;
}
.schedule-link-left {
  width: 85px;
}
.schedule-link-left img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.schedule-link-list .schedule-link-item:nth-child(1) a .schedule-link-left img {
  object-position: 75% 50%;
}
.schedule-link-right {
  width: calc(100% - 85px);
}
.schedule-link-title {
  text-align: center;
}
.schedule-link-title span {
  display: block;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 700;
  color: #1967d2;
}
.schedule-link-item a:hover .schedule-link-title span {
  text-decoration: none;
}
.schedule-link-title i {
  margin-left: 2.5px;
}

/* スケジュール */
table.schedule-table {
  margin: 0;
  margin-bottom: 10px;
}
table.schedule-table tr {
  background: #fff;
}
table.schedule-table tr th,
table.schedule-table tr td {
  border: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
  font-size: 17px;
  background: #fff;
  padding: 15px 5px;
}
table.schedule-table tr th {
  background: #a8ca63;
  color: #fff;
}
table.schedule-table tr td:nth-child(1) {
  font-size: 20px;
}
table.schedule-table tr:nth-child(1) th:nth-child(1) {
  border-radius: 15px 0 0 0;
}
table.schedule-table tr:nth-child(1) th:last-child {
  border-radius: 0 15px 0 0;
}
table.schedule-table tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 15px;
}
table.schedule-table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
table.schedule-table tr:nth-child(2) {
  border-bottom: 1px solid #a8ca63;
}
/* table.schedule-table tr th,
table.schedule-table tr td {
  width: 11%;
} */
table.schedule-table tr th:nth-child(1),
table.schedule-table tr td:nth-child(1) {
  /* width: 34%; */
  width: 200px;
}
.tbl-ccl {
  line-height: 1.3;
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 8px 5px;
  border-radius: 5px;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background: #a8ca63;
}
.bg-01 {
  background: #f4cb2a!important;
}
.bg-02 {
  background: #FF95D1!important;
}
.color-01 {
  color: #f4cb2a!important;
}
.color-02 {
  color: #FF95D1!important;
}
ul.schedule-table-note {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.schedule-table-note li {
  font-size: 19px;
  font-weight: 500;
}
.page-schedule-table {

}
.page-schedule-table table.schedule-table tr td {
  background: #f4f8ec;
}
.page-schedule-table .schedule-link-list {
  grid-gap: 20px 20px;
}
.page-schedule-table .schedule-link-item a {
  background: #fdf6d8;
}
body.page-id-10055 .page-schedule-table .schedule-link-list {
  display: none;
}

/* ggmap */
.footer-ggmap {
  position: relative;
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}
.footer-ggmap iframe,
.footer-ggmap object,
.footer-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

/* フッターメニュー */
.footer-bottom {
  background: #a8ca63;
  margin-top: 0;
  padding-top: 40px;
}
.footer-menu-wrap {
  padding: 32px 0 40px;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu-left {
  width: 20%;
}
.footer-menu-right {
  width: 80%;
}
ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.footer-menu-list li {
  margin: 0;
  text-align: left;
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}
ul.footer-menu-list li::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 2px;
  left: 0;
  color: #fff;
}
ul.footer-menu-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;

  font-weight: 700;
  text-decoration: underline;
}
ul.footer-menu-list.footer-menu-list-inner {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.9vw 0.5vw;
  margin-top: 10px;
  margin-bottom: 20px;
}
ul.footer-menu-list.footer-menu-list-inner li {
  padding-left: 10px;
  margin-right: 0px;
  line-height: 1.6;
  margin-bottom: 0;
}
ul.footer-menu-list.footer-menu-list-inner li a {
  font-weight: 500;
  text-decoration: none;
}
ul.footer-menu-list.footer-menu-list-inner li::before {
  content: '';
  font-family: inherit;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
ul.footer-menu-list li a:hover {
  text-decoration: underline;
}
.copyright {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  background: #83a739;
  margin: 0;
}
ul.footer-menu-list li a.footer-font-01 {
  font-size: 15px;
  letter-spacing: -1px;
}

/* お問い合わせフォーム */
.contact-bg {
  background: #f4f8ec;
  padding: 50px 100px;
  border-radius: 10px;
}
table.contact-table {
  margin-bottom: 5px;
}
table.contact-table tr:nth-of-type(2n+1) {
  background: transparent;
}
table.contact-table tbody tr {

}
table.contact-table tbody tr th,
table.contact-table tbody tr td {
  background: transparent;
  display: block;
  border: 0;
  padding: 0;
}
table.contact-table tbody tr th {
  text-align: left;
  font-weight: 500;
  color: #9dc350;
  font-weight: 700;
  font-size: 18px;
}
table.contact-table tbody tr th p,
table.contact-table tbody tr td p {
  margin: 0;
}
table.contact-table tbody tr td {
  margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  border: 1px solid #767676;
  font-family: "Noto Sans JP", sans-serif;
}
select {
  padding: 10.5px;
}
textarea {
  line-height: 1.5;
}
input[type='submit'] {
  background: #a8ca63;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  padding: 12px 0;
}
input[type='submit']:hover {
  background: #c1d991;
}
.contact-form-wrap table.contact-table td.checkbox-wrap span.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
.contact-form-wrap > p {
  margin: 0;
}
.contact-submit-wrap {
  text-align: center;
}
.contact-submit-wrap .wpcf7-spinner {
  margin-top: 16px;
}
.contact-submit-wrap p {
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0!important;
}
span.required {
  color: red !important;
  font-size: 11px;
  letter-spacing: 3px;
  border: 1px solid red;
  border-radius: 2px;
  padding: 0px 4px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 8px;
  font-weight: 500;
}

body.column1-wide .glp1-btn,
body.column1-wide #breadcrumb {
  display: none;
}
body.content-only-wide .glp1-btn,
body.content-only-wide #breadcrumb,
body.content-only-wide .footer-cta-bg,
body.content-only-wide .footer-bg,
body.content-only-wide .mobile-menu-buttons {
  display: none;
}
body.content-only-wide .page-top-bg {
  margin-top: 0px;
}
body.column1-wide .page-toc,
body.content-only-wide .page-toc,
body.content-only-wide.mblt-footer-mobile-buttons {
  margin-bottom: 0px;
}

/* 外来医師担当表 */
.legend-container {
display: flex;
flex-wrap: wrap;
gap: 8px 24px; /* 上下8px、左右24pxの間隔 */
font-size: 14px;
line-height: 1.6;
/* max-width: 600px; */
max-width: none;
width: 100%;
font-size: 16px;
margin-bottom: 15px;
}
.legend-item {
width: calc(50% - 12px); /* gapと合わせて2列 */
display: flex;
align-items: center;
}
.legend-item span {
display: inline-block;
margin-right: 6px;
font-weight: bold;
}
/* 色クラス（例） */
.green { color: green; }
.violetred { color: violetred; }
.blue-l { color: #6699cc; }
.pink { color: hotpink; }
.brown { color: brown; }
.green-l { color: #66cc66; }
.lightgreen { color: lightgreen; }
.salmon-pink { color: #ff9999; }
.turquoise { color: turquoise; }
.dark-brown { color: #5a3e36; }
.orange { color: orange; }
.blue { color: blue; }
.purple-l { color: #9b59b6; }
.purple { color: purple; }
.coral-pink { color: #f08080; }
.dark-blue { color: #003366; }
.crimson { color: crimson; }
.beige { color: #d9c5a0; }
.slate-gray { color: #708090; }
.schedule-container {
overflow-x: auto;
text-align: center;
/* padding: 0 20px; */
margin-bottom: 15px;
}
.schedule-container table {
border-collapse: collapse;
width: 100%;
min-width: 900px;
background-color: #fff;
margin: 0 auto;
}
.schedule-container th,
.schedule-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.schedule-container th {
background-color: #f0f8ff;
color: #0077cc;
font-weight: bold;
}
.label {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 9999px;
color: white;
font-size: 0.9em;
}
.混 { background-color: #f6b73c; }
.混プラス { background-color: #f28b8b; }
.普 { background-color: #a5d8f3; }
.空 { background-color: #167abc; }
.休 { color: #0077cc; font-weight: bold; }
.home-schedule table td .green, .home-schedule table td .pink, .home-schedule table td .orange, .home-schedule table td .purple, .home-schedule table td .blue, .home-schedule table td .blue-l, .home-schedule table td .purple-l, .home-schedule table td .brown, .home-schedule table td .turquoise, .home-schedule table td .lightgreen, .home-schedule table td .violetred, .home-schedule table td .salmon-pink, .home-schedule table td .dark-green, .home-schedule table td .dark-brown, .home-schedule table td .dark-blue, .home-schedule table td .coral-pink, .home-schedule table td .beige, .home-schedule table td .mustard, .home-schedule table td .violet {
  font-size: 26px;
}
.crimson {
    color: crimson;
}
.slate-gray {
    color: #708090;
}
.home-schedule .purple-l {
    color: #E2B5D9;
}
.home-schedule .purple {
    color: #482473;
}
.home-schedule .dark-blue {
    color: #00496b;
}
.home-schedule .turquoise {
    color: #00ced1;
}
.home-schedule .blue-l {
    color: #79C6EB;
}
.home-schedule .violetred {
    color: #c71585;
}
.home-schedule .brown {
    color: #C4A88C;
}
.home-schedule .green-l {
    color: #9FD9BA;
}
.home-schedule .green {
    color: #77AA32;
}
.home-schedule .blue {
    color: #1791e7;
}
.home-schedule .lightgreen {
    color: #cae172;
}
.home-schedule .salmon-pink {
    color: #ff765d;
}
.home-schedule .dark-brown {
    color: #8c6b54;
}
.home-schedule .coral-pink {
    color: #FF9DAD;
}
.home-schedule .beige {
    color: #F2D4A4;
}
.home-schedule .pink {
    color: #F66C80;
}
.home-schedule table {
  margin-bottom: 15px;
}
.home-schedule table td {
    padding: 6px 8px;
    line-height: 1.4;
    color: #6A4E3B;
    font-size: 24px;
    text-align: center;
    background: #fff;
    border: solid 1px #CCCCCC;
}
.home-schedule table th {
    padding: 6px 8px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #6A4E3B;
    background: #DCD1CA;
    border: solid 1px #fff;
}

.home-schedule table th.bg_dark {
    color: #fff;
    background: #99867A;
}
.home-schedule table th.small {
    font-size: 16px;
}
.small {
    font-size: .8em;
}
.fs-20 {
    font-size: 20px;
}
.legend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

table.table-fill.wave-table .fs-20 {
  font-size: 16px;
}
table.table-fill.wave-table tr td {
  text-align: center;
}
table.table-fill.wave-table tr td:first-of-type {
  font-weight: 700;
  font-size: 16.5px;
}

table.table-style-01.table-style-02.table-style-05 tr td:nth-child(1) {
  min-width: unset;
}
table.table-style-01.table-style-05 tr td:nth-child(1) {
  background: unset;
  color: unset;
  font-size: 16px!important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

ul.footer-cta-option {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
ul.footer-cta-option li {
  margin-right: 20px;
}
ul.footer-cta-option li:last-child {
  margin-right: 0px;
}
ul.footer-cta-option li a {
  font-size: 17.5px;
}
ul.footer-cta-option li a i {
  margin-left: 2px;
}



@media screen and (max-width: 1350px){
  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
  }
  .navi-in a {
    padding: 21px 5px 25px;
  }
  .menu-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px){
  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 48px;
  }
  .navi-in a {
    padding: 21px 4px 25px;
  }
  .menu-title {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .menu-sub-left {
    width: 15px;
  }
  .menu-sub-left img {
    width: 15px;
    height: 15px;
  }
  .menu-sub-right {
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 3px;
  }
  .mv-cta-icon {
    width: 60px;
  }
  .mv-cta-title {
    width: calc(100% - 60px);
  }
  .mv-cta-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px){
  .pc-block {
    display: none;
  }
  .pc-block.pc-block-inline {
    display: none;
  }
  .sp-block {
    display: block;
  }
  span.pc-br::before {
    content: none;
  }
  span.sp-br::before {
    content: "\A";
    white-space: pre;
  }

  #header-container {
    position: static;
    height: auto;
    padding: 10px 5px;
  }
  .header-container-in.hlt-top-menu .logo-image {
    padding-left: 0;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    max-height: none;
  }
  .circle-style-01,
  .circle-style-02 {
    display: none;
  }
  .bg-circle-01 {
    width: 240px;
    height: 240px;
    top: -120px;
    left: -120px;
  }
  .bg-circle-02 {
    width: 240px;
    height: 240px;
    bottom: -120px;
    right: -120px;
  }
  .bg-circle-03,
  .bg-circle-07 {
    width: 70px;
    height: 70px;
  }
  .bg-circle-07 {
    right: unset;
    left: -41px;
  }
  .bg-circle-04,
  .bg-circle-08 {
    width: 30px;
    height: 30px;
    top: 106px;
    left: 33px;
  }
  .bg-circle-05 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(244, 203, 42, 0.4);
    position: absolute;
    top: 185px;
    right: -19px;
  }
  .bg-circle-09 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(244, 203, 42, 0.4);
    position: absolute;
    top: 185px;
    right: -19px;
    left: unset;
  }
  .mv-wrap {
    padding-top: 0px;
    position: static;
  }
  .mv-cta {
    position: static;
    -webkit-transform: unset;
    transform: unset;
    padding: 10px;
  }
  .mv-cta-list {
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    justify-content: unset;
  }
  .mv-cta-item {
    width: auto;
  }
  .mv-cta-item a {
    display: block;
  }
  .mv-cta-icon,
  .mv-cta-title {
    padding: 5px 0;
  }
  .mv-cta-icon {
    width: 100%;
  }
  .mv-cta-icon i {
    font-size: 30px
  }
  .mv-cta-title {
    width: 100%;
  }
  ul.top-info-banner {
    margin-bottom: 45px;
  }

  .section-layout,
  #top-info-layout.section-layout,
  #top-medical-layout.section-layout {
    padding: 50px 15px;
  }
  #top-medical-layout.section-layout {
    padding: 50px 0px;
  }
  #top-doctor-layout::before,
  #top-point-layout::before {
    display: none;
  }
  .top-info {
    padding: 0;
    background: transparent;
    border-radius: 0px;
    position: static;
  }
  .top-info::after {
    content: none;
  }
  .top-info-header {
    position: static;
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 24px;
  }
  .top-info h2 {
    font-size: 30px;
  }
  .top-info-en {
    font-size: 22px;
    margin-left: 5px;
  }
  .top-info-list .new-entry-cards {
    background: #fff;
    border-radius: 15px;
  }
  .widget-entry-cards .a-wrap, #list .a-wrap {
    padding: 25px 15px;
  }
  .widget-entry-card-content, #list .entry-card-content {
    display: block;
  }
  .widget-entry-card-date, #list .entry-card-meta {
    width: 100%;
    margin-bottom: 5px;
  }
  .widget-entry-card-date .post-date .entry-date, #list .e-card-info .entry-date {
    font-size: 18px;
  }
  .widget-entry-cards:not(.large-thumb-on) .card-title, #list .entry-card-title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
  }
  .top-info-link {
    position: static;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .top-info-link a.btn-more {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px;
    padding: 12px 40px;
  }
  .top-info-list .widget-entry-cards .a-wrap:last-child {
    border-bottom: 0;
  }

  .top-title {
    margin-bottom: 40px;
  }
  .top-title-sub {
    display: block;
    margin-bottom: 10px;
  }
  .top-title-icon {
    margin-bottom: 10px;
  }
  .top-title-icon img {
    height: 70px;
  }
  .top-title-en {
    margin-left: 0px;
    font-size: 28px;
  }
  .top-title h2 {
    font-size: 30px;
  }
  .top-title h2::before, .top-title h2::after, .page-top-bg header.article-header .dft-ttl::before, .page-top-bg header.article-header .dft-ttl::after, .footer-cta-title::before, .footer-cta-title::after {
    width: 28px;
    height: 32px;
  }
  .top-title h2::before, .page-top-bg header.article-header .dft-ttl::before, .footer-cta-title::before {
    left: -38px;
  }
  .top-title h2::after, .page-top-bg header.article-header .dft-ttl::after, .footer-cta-title::after {
    right: -34px;
  }

  .top-doctor-content {
    flex-direction: column-reverse;
  }
  .top-doctor-content-left {
    width: 100%;
    margin-top: 30px;
  }
  .top-doctor-title {
    font-size: 24px;
    margin: 10px 0 12px;
  }
  .top-doctor-desc p {
    margin-bottom: 17px;
    font-size: 17px;
  }
  .top-doctor-content-right {
    width: 100%;
  }
  .top-doctor-img {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .top-doctor-img img {
    width: 100%;
    height: 330px;
  }
  .name-line {
    flex-wrap: wrap;
    width: 350px;
    margin: 35px auto 0;
    font-size: 20px;
  }
  .name-pos {
    margin-right: 0;
  }
  .name-text {
    margin-top: 15px;
  }
  .name-text:last-of-type {
    margin-right: 0;
  }
  .top-doctor-head {
    font-size: 24px;
  }
  .top-doctor-head span {
    font-size: 22px;
    border-radius: 30px;
  }

  ul.top-doctor-link {
    flex-wrap: wrap;
  }
  ul.top-doctor-link li {
    width: 48.5%;
    margin-bottom: 15px;
  }
  ul.top-doctor-link li:last-child {
    width: 100%;
    margin-bottom: 0px;
  }
  ul.top-doctor-link li a {
    font-size: 23px;
  }
  .footer-hospital {
    padding: 30px 15px;
    border-radius: 15px;
  }
  h3.footer-hospital-title {
    line-height: 1.45;
  }
  h3.footer-hospital-title::before {
    display: none;
  }
  h3.footer-hospital-title span.fht-border {
    position: static;
    display: inline;
    background: transparent;
    padding: 0;
  }
  .top-greeting {
    display: block;
    margin-top: 0px;
  }
  .top-greeting-left {
    width: 100%;
  }
  .top-greeting-left .youtube {
    margin-bottom: 15px;
  }
  .top-greeting-right {
    width: 100%;
  }
  .top-greeting p {
    font-size: 17.5px;
  }
  ul.top-greeting-img {
    display: block;
    margin-bottom: 15px;
  }
  ul.top-greeting-img li {
    width: 100%;
    margin-bottom: 15px;
  }
  ul.top-greeting-img li:last-child {
    margin-bottom: 0px;
  }
  ul.top-greeting-img li img {
    height: auto;
    border-radius: 15px;
  }
  .top-greeting-more {
    display: block;
  }
  .top-greeting-more-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-greeting-more-item:last-child {
    margin-bottom: 0px;
  }
  .top-media > p {
    margin-bottom: 15px;
  }
  ul.top-media-list {
    display: block;
    margin-top: 20px;
  }
  ul.top-media-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.top-media-list li:last-child {
    margin-bottom: 0px;
  }
  ul.top-media-list li img {
    border-radius: 15px;
  }
  ul.media-logo-list {
    justify-content: space-between;
    padding: 0 10px;
  }
  ul.media-logo-list li {
    width: 47%;
    padding: 0;
  }
  ul.media-logo-list li:last-child {
    width: 100%;
  }
  ul.media-logo-list li:last-child img {
    height: 47px;
  }

  .medical-toc-list {
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    justify-content: unset;
    padding: 0 10px;
  }
  .medical-toc-item {
    width: 100%;
  }
  .medical-toc-img img {
    height: 90px;
  }

  #top-dermatology .top-medical-list-wrap {
    padding-bottom: 40px;
  }
  .top-medical-item {
    position: static;
    margin: 0;
    margin-bottom: 0px;
    padding: 40px 10px;
  }
  .top-medical-img {
    position: static;
    top: unset;
    left: unset;
  }
  .top-medical-img img {
    height: 200px;
    border-radius: 15px;
  }
  .top-medical-content-wrap {
    padding-top: 0px;
  }
  .top-medical-content {
    border-radius: 0px;
    box-shadow: unset;
  }
  .top-medical h3 {
    border-radius: 0;
  }
  .top-medical h4 {
    font-size: 26px;
  }
  .top-medical-list-wrap {
    padding: 20px 10px;
  }
  .medical-info-bg {
    padding: 30px 10px;
    margin-bottom: 5px;
    border-radius: 15px;
  }
  ul.medical-banner-01 {
    display: block;
  }
  ul.medical-banner-01 li {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  ul.medical-banner-01 li:last-child {
    margin-bottom: 0px;
  }
  ul.medical-info-list {
    padding-left: 20px;
  }
  ul.medical-info-list li {
    margin-bottom: 15px;
  }
  ul.medical-info-more {
    flex-direction: column-reverse;
  }
  ul.medical-info-more li {
    margin-right: 0;
    margin-bottom: 24px;
  }
  ul.medical-info-more li:first-child {
    margin-bottom: 0;
  }
  ul.medical-info-more li:last-child {

  }
  .medical-info-more-micro {
    letter-spacing: -0.5px;
    margin-bottom: 7px;
  }
  ul.top-medical-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px 10px;
  }
  ul.top-medical-list li a {
    font-size: 20px;
    padding: 12px 20px 12px 5px;
  }
  ul.top-medical-list li a::before {
    right: 2px;
  }
  .top-medical-item.color-style-01 {
    background: #67a9f9;
  }
  .top-medical-item.color-style-02 {
    background: #80bd9e;
  }
  .top-medical-item.color-style-03 {
    background: #f8a858;
  }
  .top-medical-item.color-style-04 {
    background: #f98866;
  }

  ul.top-md-list {
    display: block;
    padding: 0 15px;
    margin-top: 30px;
  }
  ul.top-md-list li {
    margin-bottom: 20px;
  }
  ul.top-md-list li:last-child {
    margin-bottom: 0;
  }
  ul.top-md-list li a {
    font-size: 20px;
  }
  ul.top-note-list {
    display: block;
    padding: 0 15px;
    margin-top: 30px;
  }
  ul.top-note-list li {
    margin-bottom: 20px;
  }
  ul.top-note-list li:last-child {
    margin-bottom: 0;
  }
  a.top-note-item {
    display: block;
    border-bottom: 0px;
    border: 4px solid #f4cb2a;
  }
  .top-note-left {
    width: 100%;
  }
  .top-note-title {
    line-height: 1.6;
  }
  .top-note-left p {
    font-size: 18px;
    line-height: 1.7;
  }
  .top-note-right {
    width: 100%;
  }
  .top-note-right img {
    height: 200px;
  }

  .top-features-side span.top-point-span-num {
    font-size: 34px;
    padding-top: 10px;
  }
  .top-title .top-features-side h2::before,
  .top-title .top-features-side h2::after {
    top: 12px;
  }
  .top-point-list {
    display: block;
  }
  .top-point-item {
    margin-bottom: 55px;
  }
  .top-point-item::before {
    top: -54px;
    left: -10px;
    width: 78px;
    height: 68px;
  }
  .top-point-item::after {
    top: -33px;
    left: 14px;
    font-size: 24px;
  }
  .top-point-list .top-point-item:last-of-type {
    margin-bottom: 0;
  }
  .top-point-item h3 {
    font-size: 23px;
  }
  .top-point-item p {
    font-size: 17px;
  }
  .top-point-item-header img {
    height: 215px;
  }
  .top-point-item-header:before {
    height: 215px;
  }
  ul.top-point-more {
    max-width: none;
    margin-left: unset;
    margin-right: unset;
  }

  .top-blog {
    display: block;
  }
  .top-blog-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .top-blog .top-blog-item:last-of-type {
    margin-bottom: 0px;
  }
  .top-blog-list {
    height: 300px;
  }
  .top-blog-list .widget-entry-cards .a-wrap {
    padding: 10px 0px;
  }

  a.a-btn {
    white-space: normal;
    line-height: 1.5;
    padding: 20px 15px 20px 10px;
    display: block;
    width: 100%;
    border-radius: 50px;
  }
  a.a-btn::before {
    right: 5px;
  }

  /* 下層ページ */
  .content,
  .body .article,
  .main {
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 0px;
  }
  body:not(.front-top-page) main.main {
    margin: 0;
    padding: 50px 15px;
  }
  div.sidebar {
    display: none;
  }
  .entry-content {
    margin: 0;
  }
  .page-top-bg {
    margin-top: 0;
    height: 160px;
    padding: 0 40px;
  }
  .page-top-bg header.article-header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-top-bg header.article-header .dft-ttl {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .page-top-bg header.article-header .dft-ttl::before,
  .page-top-bg header.article-header .dft-ttl::after {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .page-top-bg header.article-header .dft-ttl::after {
    -webkit-transform: translate(0%, -50%) scale(-1, 1);
    transform: translate(0%, -50%) scale(-1, 1);
  }
  .page-toc .toc {
    padding: 20px 10px;
    border-radius: 15px;
  }
  .page-toc .toc-title {

  }
  .page-toc ul.toc-list {
    grid-gap: 10px 10px;
  }
  .page-toc ul.toc-list li a {
    padding: 10px 24px 10px 5px;
    font-size: 18.5px;
    border-radius: 6px;
  }
  .page-toc ul.toc-list li a::before {
    right: 2px;
  }
  .page-case-title h1.entry-title {
    font-size: 26px;
    margin-top: 0px;
    line-height: 1.5;
  }
  body:not(.front-top-page) .main .article h2,
  body:not(.front-top-page) .main .article h3,
  body:not(.front-top-page) .main .article h4,
  body:not(.front-top-page) .main .article h5,
  #archive-title,
  .list-page-title,
  .treatment-menu-title {
    margin: 1.4em 0 0.8em;
  }
  body:not(.front-top-page) .main .article h2, #archive-title,
  .list-page-title, .treatment-menu-title {
    font-size: 24px;
  }
  body:not(.front-top-page) .main .article h3 {
    font-size: 23px;
    padding-left: 46px;
    padding-bottom: 8px;
  }
  body:not(.front-top-page) .main .article h4 {
    font-size: 22px;
  }
  body:not(.front-top-page) .main .article .bg-green h3,
  body:not(.front-top-page) .main .article .bg-green h4,
  body:not(.front-top-page) .main .article .bg-green h5 {
    line-height: 1.45;
    margin-bottom: 0.6em;
  }
  .strong-01 {
    font-size: 140%;
    line-height: 1.5;
  }
  .strong-01 span.marker {
    padding: 10px 15px;
    border-radius: 10px;
  }
  .clinic-photo {
    display: block;
  }
  .clinic-photo-item {
    margin-bottom: 20px;
  }
  .clinic-photo-img img {
    height: auto;
  }
  .clinic-photo-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  p.clinic-photo-text {
    font-size: 17px;
  }
  ul.partner-hospital-list {
    display: block;
  }
  ul.partner-hospital-list li {
    margin-bottom: 20px;
  }
  .bg-green {
    padding: 30px 15px;
    border-radius: 15px;
  }
  body:not(.front-top-page) .medical-toc-list {
    padding: 0;
  }
  body:not(.front-top-page) .medical-toc-title {
    font-size: 21px;
  }
  body:not(.front-top-page) .medical-toc-title span {
    font-size: 26px;
  }
  body:not(.front-top-page) ul.top-md-list {
    padding: 0;
  }
  .flex-style-01 {
    display: block;
  }
  .flex-style-01-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-style-01-item:last-child {
    margin-bottom: 0;
  }
  .flex-style-02 {
    flex-direction: column-reverse;
  }
  .flex-style-02-left {
    width: 100%;
  }
  .flex-style-02-left > p:last-of-type {
    margin-bottom: 0;
  }
  .flex-style-02-right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .flex-style-02 > p {
    display: none;
  }
  .flex-style-03 {
    display: block;
  }
  .flex-style-03-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .flex-style-03 .flex-style-03-item:last-of-type {
    margin-bottom: 0px;
  }
  .flex-style-04 {
    display: block;
  }
  .flex-style-04-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .flex-style-04-left img {
    width: 80%;
  }
  .flex-style-04-right {
    width: 100%;
  }
  img.sp-img01 {
    max-height: 180px;
  }
  ul.medical-lecture {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
  }
  dl.dl-list dt {
    width: 104px;
  }
  ul.external-article-list {
    display: block;
  }
  ul.external-article-list li {
    margin-bottom: 20px;
  }
  ul.external-article-list li:last-child {
    margin-bottom: 0;
  }

  table.table-style-01:not(.sp-table-style-01) tr td,
  table.table-style-01:not(.sp-table-style-01) tr td:nth-child(1),
  table.table-style-01:not(.sp-table-style-01) tr td:nth-child(2) {
    width: 100%;
    display: block;
    text-align: left;
    border: 0px solid #a8ca63;
  }
  table.table-style-01:not(.sp-table-style-01) {
    border: 2px solid #a8ca63;
    border-bottom: 0px solid #a8ca63;
  }
  table.table-style-01:not(.sp-table-style-01) tr td:nth-child(1),
  table.table-style-01:not(.sp-table-style-01) tr td:nth-child(2) {
    border-bottom: 2px solid #a8ca63;
  }

  table.table-style-01.sp-table-style-01 tr th,
  table.table-style-01.sp-table-style-01 tr td {
    padding: 15px 5px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.55;
  }
  table.table-style-01.sp-table-style-01 tr th {
    font-weight: 700;
    font-size: 17px;
  }
  table.table-style-01.sp-table-style-01 tr td:nth-child(1) {
    font-size: 17px;
    line-height: 1.55;

    min-width: auto;
    width: auto;
  }
  table.table-style-01.sp-table-style-01 tr td:nth-child(2) {
    /* width: 100px;
    white-space: nowrap; */

    min-width: auto;
    width: auto;
  }
  table.table-style-01.table-style-02.sp-table-style-01 tr td:nth-child(1) {
    /* min-width: 80px; */
    font-size: 17px;
  }

  table.price-table tr th,
  table.price-table tr td {
    line-height: 1.55;
  }
  table.price-table.price-table-02 tr td,
  table.price-table.price-table-02 tr th {
    padding: 12px 5px;
  }
  table.price-table.price-table-02 tr th {
    font-weight: 700;
  }

  .contact-bg {
    background: transparent;
    padding: 0;
  }
  table.contact-table tbody tr td {
    font-size: 16px;
  }

  .home-schedule table th.small {
    font-size: 11px;
  }

  #archive-title {
    margin-top: 0px;
  }
  #list .a-wrap {
    padding: 15px 0px;
  }

  body.single h1.entry-title {
    font-size: 26px;
    line-height: 1.5;
    padding: 0;
    margin-top: 0;
    letter-spacing: 0.7px;
  }

  .page-author {
    display: block;
  }
  .page-author-left {
    width: 100%;
  }
  .page-author-right {
    width: 100%;
    padding-right: 0px;
  }
  .page-author-name {
    text-align: center;
    line-height: 1.55;
    margin: 10px 0 20px;
  }
  .page-author-name a {
    margin-left: 0px;
  }
  .page-author-link {
    text-align: center;
  }

  table.contact-table tbody tr th {
    font-size: 17px;
  }

  /* フッター */
  .footer-cta-bg {
    padding: 50px 15px;
  }
  .footer-cta-title {
    line-height: 1.4;
    font-size: 32px;
  }
  .footer-cta-title::before,
  .footer-cta-title::after {
    top: 6px;
  }
  .footer-cta-title::before {
    left: -24px;
  }
  .footer-cta-title::after {
    right: -18px;
  }
  .footer-cta-list {
    justify-content: unset;
    flex-direction: column;
  }
  a.footer-cta-item {
    width: 100%;
  }
  a.footer-cta-item:nth-child(1) {
    order: 3;
  }
  a.footer-cta-item:nth-child(2) {
    order: 1;
    margin-bottom: 50px;
  }
  a.footer-cta-item:nth-child(3) {
    order: 2;
    margin-bottom: 50px;
  }
  .footer-cta-text {
    font-size: 20px;
  }
  .footer-cta-more {
    width: 85%;
  }
  a.footer-cta-item:nth-child(2) .footer-cta-more {
    font-size: 24px;
  }

  .footer-bg {
    padding-top: 50px;
  }
  #footer-in > .wrap-style {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.single-menu-list {
    display: block;
    margin-bottom: 24px;
  }
  ul.single-menu-list li {
    margin-bottom: 16px;
  }
  ul.single-menu-list li:last-child {
    margin-bottom: 0;
  }
  ul.single-menu-list li a {
    padding: 0 35px 0 75px;
    height: 86px;
  }
  ul.single-menu-list li a::before {
    left: 15px;
  }
  ul.single-menu-list li a::after {
    right: 10px;
  }
  .single-menu-title {
    font-size: 24px;
  }
  .single-menu-micro {
    font-size: 17px;
    margin-bottom: 2px;
    line-height: 1.2;
  }

  .footer-banner {
    display: block;
    margin-bottom: 30px;
  }
  .footer-banner-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-banner-right {
    width: 100%;
  }
  a.footer-banner-btn {
    font-size: 24px;
  }
  a.blog-banner {
    display: block;
    border: 4px solid #a8ca63;
  }
  .blog-banner-left {
    width: 100%;
    padding: 15px 15px;
    border-bottom: 0;
  }
  .blog-banner-title {
    font-size: 27px;
    margin-bottom: 3px;
  }
  .blog-banner-title span::before {
    right: -40px;
  }
  a.blog-banner p {
    font-size: 18px;
  }
  .blog-banner-right {
    width: 100%;
  }

  ul.footer-sns-list {
    display: block;
  }
  ul.footer-banner-list li {
    margin-bottom: 15px;
  }
  ul.footer-banner-list li:last-child {
    margin-bottom: 0;
  }

  ul.footer-hospital-list {
    display: block;
    margin-bottom: 0;
  }

  .footer-info {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .footer-info-left {
    width: 100%;
    margin-bottom: 30px;
  }
  dl.footer-info-address dt, dl.footer-info-address dd {
    margin-bottom: 15px;
  }
  dl.footer-info-address dt {
    width: 90px;
    padding: 10px 5px;
  }
  dl.footer-info-address dd {
    width: calc(100% - 100px);
  }
  .footer-info-contact-item a {
    padding: 16px 10px;
    border-radius: 40px;
    font-size: 23px;
  }
  .footer-info-contact-item a::before {
    font-size: inherit;
  }
  .footer-info-right {
    width: 100%;
  }

  .footer-info-contact {
    display: block;
  }
  .footer-info-contact-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-info-contact .footer-info-contact-item:last-of-type {
    margin-bottom: 0px;
  }

  table.schedule-table tr th:nth-child(1),
  table.schedule-table tr td:nth-child(1) {
    width: 160px;
  }

  .schedule-link-list {
    display: block;
  }
  .schedule-link-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .schedule-link-list .schedule-link-item:last-child {
    margin-bottom: 0;
  }
  .schedule-link-item a {
    font-size: 18px;
  }
  .schedule-link-title span {
    display: inline;
    font-size: 22px;
  }

  .footer-ggmap,
  .footer-ggmap iframe,
  .footer-ggmap object,
  .footer-ggmap embed {
    height: 450px;
  }

  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-menu-wrap {
    padding: 15px 0 30px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu-left {
    width: 100%;
  }
  .footer-menu-right {
    width: 100%;
  }
  ul.footer-menu-list.footer-menu-list-inner {
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 10px;
  }
  ul.footer-menu-list li a {
    font-size: 16px;
  }

  .mblt-footer-mobile-buttons,
  .mblt-header-and-footer-mobile-buttons {
    margin-bottom: 80px;
  }

  ul.footer-cta-option {
    display: block;
  }
  ul.footer-cta-option li {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  ul.footer-cta-option li a {
    font-size: 19px;
  }

  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    box-shadow: unset;
    height: 80px;
    z-index: 999;
  }
  .mobile-menu-buttons > li.menu-button {
    width: 33.33333%;
    border: 0;
    display: block;
    align-items: unset;
    height: 40px;
    line-height: 40px;
    background: #4BCFC4;
    color: #fff;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #4BCFC4;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(1) {
    width: 24%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2) {
    width: 38%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(3) {
    width: 38%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(4) {
    width: 38%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(5) {
    width: 24%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(6) {
    width: 38%;
  }
  .mobile-menu-buttons .menu-button > a {
    background: #a8ca63;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(1) > a {
    background: #E24B5C;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2) > a {
    background: #5890C2;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(3) > a {
    background: #AF7CC0;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(4) > a {
    background: #60AA6E;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(5) > a {
    background: #E7A72A;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(6) > a {

  }
  .mobile-menu-buttons .menu-button:hover .menu-button-in {
    opacity: 1;
  }
  .mobile-menu-buttons .menu-icon {
    display: none;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
  }
  .menu-close-button {
    margin-top: 10px;
  }
  .menu-close-button span.fa-times {
    font-size: 30px;
    color: #555;
  }
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }
  .menu-drawer a {
    font-size: 17px;
    font-weight: 500;
    padding: 12.5px 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 834px){
  body:not(.front-top-page) main.main {
    margin: 0;
    padding: 50px 15px;
  }
  div.sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .schedule-container table {
    font-size: 14px;
  }
  .schedule-container table th,
  .schedule-container table td {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .home-schedule table td,
  .home-schedule table th {
    padding: 2px 4px;
    font-size: 14px;
  }
  .home-schedule table td span {
    font-size: 12px !important;
    font-family: 'Noto Sans JP', sans-serif;
  }

  table.table-fill th {
    padding: 6px;
    font-size: 14px;
  }
  table.table-fill td {
    padding: 6px;
    font-size: 14px;
  }
  *.fs-sp-18 {
    font-size: 18px !important;
  }
  .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .table-wrap > p {
    margin-bottom: 0;
  }
  .table-wrap table {
    width: 770px;
    max-width: none;
    margin-bottom: 0;
  }
  .sp-block-02 {
    display: block;
  }

  table.table-fill.wave-table tr th,
  table.table-fill.wave-table tr td {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 480px){
  .ect-entry-card .a-wrap:not(.ec-big-card-first) .card-thumb, .rect-entry-card .a-wrap:not(.ec-big-card-first) .card-thumb, .ect-big-card-first .a-wrap:not(.ec-big-card-first) .card-thumb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 413px){
  /* #header-container {
    padding: 10px 20px;
  } */
  .top-doctor-img img {
    height: 300px;
  }
  .name-line {
    width: 300px;
  }
  .medical-toc-title span {
    font-size: 24px;
  }
  .medical-toc-title {
    font-size: 20px;
  }
  .medical-toc-title i {
    margin-left: 1px;
  }
  .top-medical h4 {
    line-height: 1.5;
  }
  .top-medical h4::before {
    top: 12px;
  }
  .medical-info-more-micro {
    font-size: 15px;
  }
  .top-features-text span {
    padding: 12px 15px;
  }
  ul.single-menu-list li a {
    padding: 0 20px 0 50px;
    letter-spacing: 0px;
  }
  ul.single-menu-list li a::before {
    left: 5px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  ul.single-menu-list li a::after {
    right: 5px;
    width: 10px;
    height: 20px;
    background-size: contain;
  }
  .blog-banner-title {
    font-size: 24px;
    letter-spacing: 0px;
  }
  body:not(.front-top-page) .medical-toc-title span {
    font-size: 22.5px;
  }
  body:not(.front-top-page) .medical-toc-title {
    font-size: 20px;
  }
  body:not(.front-top-page) main.main {
    padding: 40px 15px;
  }
  .page-toc ul.toc-list li a {
    font-size: 18px;
  }
  body.single header.article-header .post-update, body.single header.article-header .post-date {
    font-size: 13px;
  }
}
@media screen and (max-width: 369px){
  .mobile-menu-buttons .menu-caption {
    font-size: 17px;
  }
  /* #header-container {
    padding: 10px 15px;
  } */
  .mv-cta-title span {
    font-size: 23px;
  }
  ul.top-doctor-link li a {
    font-size: 21px;
  }
  .medical-toc-title span {
    font-size: 22px;
  }
  .medical-toc-title {
    font-size: 19px;
  }
  .medical-info-more-micro {
    line-height: 1.5;
  }
  .top-note-left {
    padding: 15px 15px;
  }
  .top-features-text {
    margin-left: 0px;
  }
  .top-features-text span {
    padding: 12px 10px;
  }
  .top-blog h3 {
    font-size: 24px;
  }
  .footer-cta-title {
    font-size: 30px;
  }
  .footer-cta-subject {
    font-size: 26px;
  }
  .footer-cta-text {
    font-size: 18px;
  }
  .single-menu-title {
    font-size: 23px;
  }
  .blog-banner-title {
    font-size: 23px;
  }
  a.blog-banner p {
    font-size: 17px;
  }
  dl.footer-info-address dt {
    width: 80px;
  }
  dl.footer-info-address dd {
    width: calc(100% - 90px);
    padding: 10px 10px;
  }
  .footer-info-tel {
    font-size: 34px;
  }
  .footer-info-contact-item a {
    font-size: 22px;
  }
  ul.schedule-table-note li {
    font-size: 18px;
  }
  .schedule-link-title span {
    display: block;
    font-size: 21px;
  }
  a.a-btn {
    font-size: 19px;
  }
  body:not(.front-top-page) .medical-toc-title {
    font-size: 19px;
  }
  body:not(.front-top-page) .medical-toc-title span {
    font-size: 21px;
  }
  body.single header.article-header .post-update, body.single header.article-header .post-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 349px){
  .mobile-menu-buttons .menu-caption {
    font-size: 16px;
    letter-spacing: 0;
  }
  .mv-cta-title span {
    font-size: 20px;
  }
  .top-title-icon img {
    height: 52px;
  }
  .top-title h2,
  .top-info h2 {
    font-size: 26px;
  }
  .top-title h2::before, .top-title h2::after, .page-top-bg header.article-header .dft-ttl::before, .page-top-bg header.article-header .dft-ttl::after, .footer-cta-title::before, .footer-cta-title::after {
    top: 2px;
    width: 22px;
    height: 24px;
  }
  .top-title h2::before, .page-top-bg header.article-header .dft-ttl::before, .footer-cta-title::before {
    left: -30px;
  }
  .top-title h2::after, .page-top-bg header.article-header .dft-ttl::after, .footer-cta-title::after {
    right: -27px;
  }
  .top-title-en {
    font-size: 24px;
  }
  .top-doctor-img img {
    height: 270px;
  }
  .name-line {
    font-size: 18px;
  }
  .name-text {
    margin-right: 10px;
  }
  .name-text span {
    font-size: 22px;
  }
  .top-doctor-head {
    font-size: 22px;
  }
  .top-doctor-head span {
    font-size: 20px;
  }
  .top-doctor-title {
    font-size: 21px;
  }
  ul.top-doctor-link {
    display: block;
  }
  ul.top-doctor-link li {
    width: 100%;
  }
  .footer-hospital-title, h3.footer-hospital-title {
    font-size: 24px;
  }
  a.a-btn {
    padding: 20px 15px 20px 15px;
  }
  .medical-toc-title span {
    padding: 6px 5px;
  }
  .medical-toc-title {
    font-size: 18px;
  }
  .medical-toc-img img {
    height: 70px;
  }
  .top-medical h3 span {
    font-size: 26px;
  }
  .top-medical h4 {
    font-size: 24px;
  }
  .top-medical h4::before {
    top: 10px;
  }
  ul.top-medical-list li a {
    font-size: 18.5px;
  }
  .top-note-title {
    font-size: 22px;
  }
  .top-features-text span {
    font-size: 20px;
  }
  .top-title .top-features-side h2::before, .top-title .top-features-side h2::after {
    top: 20px;
  }
  .top-point-item h3 {
    font-size: 22px;
  }
  .top-blog h3 {
    font-size: 22px;
  }
  .top-blog h3 span {
    margin-left: 5px;
  }
  .footer-cta-title {
    font-size: 26px;
  }
  .footer-cta-title {
    font-size: 28px;
  }
  .footer-cta-title::before, .footer-cta-title::after {
    top: 9px;
  }
  .footer-cta-title::before {
    left: -13px;
  }
  .footer-cta-title::after {
    right: -6px;
  }
  .footer-cta-subject {
    font-size: 24px;
  }
  .footer-cta-text {
    font-size: 16px;
  }
  .footer-cta-more {
    font-size: 21px;
  }
  a.footer-cta-item:nth-child(2) .footer-cta-more {
    font-size: 22px;
  }
  a.footer-cta-item:nth-child(3) .footer-cta-more {
    font-size: 22px;
  }
  ul.single-menu-list li a {
    padding: 0 5px 0 50px;
  }
  .single-menu-title {
    font-size: 21px;
  }
  ul.single-menu-list li a::after {
    content: none;
  }
  a.footer-banner-btn {
    font-size: 22px;
  }
  .blog-banner-left {
    padding: 15px 10px;
    letter-spacing: 0;
  }
  .blog-banner-title {
    font-size: 21px;
  }
  .blog-banner-title span::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
    right: -30px;
    top: 54%;
  }
  .footer-hospital-title::before, h3.footer-hospital-title::before {
    content: none;
  }
  dl.footer-info-address dt {
    width: 50px;
  }
  dl.footer-info-address dd {
    width: calc(100% - 60px);
  }
  .footer-info-tel {
    font-size: 30px;
  }
  .footer-info-contact-item a {
    font-size: 20px;
  }
  table.schedule-table tr th:nth-child(1), table.schedule-table tr td:nth-child(1) {
    width: 80px;
  }
  table.schedule-table tr th, table.schedule-table tr td {
    font-size: 16px;
  }
  table.schedule-table tr td:nth-child(1) {
    font-size: 18px;
  }
  ul.schedule-table-note li {
    font-size: 16px;
  }
  .schedule-link-title span {
    font-size: 20px;
  }
  .footer-ggmap, .footer-ggmap iframe, .footer-ggmap object, .footer-ggmap embed {
    height: 350px;
  }
  ul.footer-menu-list.footer-menu-list-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .page-top-bg header.article-header .dft-ttl {
    font-size: 26px;
  }
  .page-top-bg header.article-header .dft-ttl::before,
  .page-top-bg header.article-header .dft-ttl::after {
    top: 18px;
  }
  body:not(.front-top-page) .main .article h2, #archive-title, .list-page-title, .treatment-menu-title {
    font-size: 22px;
  }
  .page-toc ul.toc-list li a {
    font-size: 17px;
  }
  .page-toc .toc-title {
    font-size: 22px;
  }
  .strong-01 {
    font-size: 130%;
  }
  body:not(.front-top-page) .main .article h3 {
    font-size: 21px;
    padding-left: 44px;
  }
  body:not(.front-top-page) .main .article h3::before {
    top: -1px;
  }
  body:not(.front-top-page) .main .article h4 {
    font-size: 20px;
  }
  .page-case-title h1.entry-title {
    font-size: 23px;
  }
  body:not(.front-top-page) .main .article .bg-green h3, body:not(.front-top-page) .main .article .bg-green h4, body:not(.front-top-page) .main .article .bg-green h5 {
    font-size: 21px;
  }
  body.single h1.entry-title {
    font-size: 23px;
  }
  ul.page-author-list li {
    margin-right: 10px;
  }
  .page-author-link a {
    font-size: 17px;
    letter-spacing: 0;
    padding: 5px 10px;
  }
  .clinic-photo-title {
    font-size: 18px;
  }
  span.sp-br.sp-br-mini::before {
    content: none;
  }
  body.single header.article-header .post-update, body.single header.article-header .post-date {
    font-size: 11px;
  }

}
