@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

body {
  overflow-x: hidden;
  color: #222;
  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;
}
img {
  vertical-align: bottom;
}

/* mv */
.hero-bg-inner {
  position: relative;
  padding: 20px 20px;
}
.mv-wrap {
  position: relative;
  z-index: 1;
}
#metaslider-id-16 img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: 30px;
  object-position: 50% 0%;
}
.mv-info {
  position: relative;
}
.mv-content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-title-wrap {
  position: absolute;
  top: 140px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 30px 30px;
  width: 158.5px;
}
.mv-title {
  font-size: 32px;
  line-height: 1.54;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1), 0 0 34px rgba(255, 255, 255, 1), 0 0 35px rgba(255, 255, 255, 1), 0 0 36px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 1);
  transform: translateZ(0);
  color: #46c2b8;
  writing-mode: vertical-rl;
}
.mv-title-icon {

}
.mv-title-icon-01 {
  position: absolute;
  top: -24px;
  right: -17px;
  width: 62px;
  transform: rotate(26deg);
  max-width: unset;
}

.mv-scroll {
  position: absolute;
  bottom: 150px;
  left: 30px;
  writing-mode: vertical-rl;
  font-family: serif;
  color: #000;
}
.mv-scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.metaslider .flexslider .flex-direction-nav li a {
  width: 60px!important;
  height: 150px!important;
  opacity: 1!important;
  background-color: #fff!important;
  background-position: center!important;
  border-radius: 50%;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev,
.metaslider .flexslider .flex-direction-nav li a.flex-next {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: calc(50% - 75px)!important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
  background-image: url('../../../wp-content/uploads/arrow_02.jpg')!important;
  background-position: unset;
  left: 0px;
  left: -36px;
}
.metaslider .flexslider .flex-direction-nav li a.flex-next {
  background-image: url('../../../wp-content/uploads/arrow_01.jpg')!important;
  right: 0;
  right: -36px;
}
.metaslider .flex-direction-nav .flex-prev {

}

/* メニュー */
.tagline {
  display: none;
}
.header-menu {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 0 32px;
}
.header-info {
  display: flex;
  align-items: center;
}
.header-info-item:nth-child(1) {
  margin-right: auto;
}
.header-info-item:nth-child(2),
.header-info-item:nth-child(3) {
  padding-right: 10px;
}
.header-in.wrap,
.navi-in.wrap {
  width: auto;
  margin: 0;
  display: block;
}
.logo {
  text-align: left;
}
.logo-text {
  padding: 0;
}
.site-name-text-link {
  padding: 0;
  font-weight: 700;
}
.logo-image {
  padding: 0;
  line-height: 1;
}
.logo-image a {
  transition: all 0.2s;
}
.logo-image a:hover {
  opacity: 0.7;
}
.logo-image a img {
  height: 45px;
}

ul.header-info-icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
ul.header-info-icon-list li {
  margin: 0;
  margin-right: 7px;
}
ul.header-info-icon-list li:last-child {
  margin-right: 0;
}
a.header-info-icon {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #C0A4E5;
  border-bottom: 4px solid #a57cda;
  width: 60px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s;
}
a.header-info-icon:hover {
  opacity: 0.7;
}
a.header-info-icon i {
  font-size: 20px;
}
.header-info-icon-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 3px;
}
dl.header-info-time {
  display: flex;
  flex-wrap :wrap;
  width: 285px;
}
dl.header-info-time dt,
dl.header-info-time dd {
  color: #46c2b8;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
dl.header-info-time dt {
  width: 75px;
}
dl.header-info-time dd {
  width: calc(100% - 75px);
}
dl.header-info-time dd:first-of-type {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.header-info-cta {

}
a.a-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: inherit;
  padding: 16px 0;
  position: relative;
  background: #46c2b8;
  border-bottom: 4px solid #36a198;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.2s;
}
a.a-btn:hover {
  opacity: 0.7;
}
a.a-btn::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%);
  font-size: 100%;
}
.header-info-cta a.a-btn {
  display: inline-block;
  font-size: 24px;
  padding: 4px 14px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.header-info-cta a.a-btn::before {
  content: none;
}
.header-info-cta a.a-btn i {
  margin-right: 3px;
}
.header-info-cta-micro {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 2px;
}

.navi-in > ul {
  flex-wrap: nowrap;
  justify-content: center;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  flex-grow: 1;
  position: relative;
}
.navi-in > ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.navi-in > ul li:last-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.navi-in a {
  padding: 15px 0px;
  padding: 15px 0px 12px;
  display: block;
  border-bottom: 5px solid #fff;
  transition: all 0.2s;
  color: #222;
}
.navi-in a:hover {
  background-color: transparent;
  transition: all 0.2s;
  border-bottom: 4px solid #46c2b8;
}
.menu-title {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.menu-title-left {
  width: 20px;
  height: auto;
}
.menu-title-left img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.menu-title-right {
  font-size: 18px;
  font-weight: 700;
  padding-left: 6px;
  letter-spacing: 2px;
  transition: all 0.2s;
}
.navi-in a:hover .menu-title-right {
  color: #46c2b8;
}

/* トップページ */
.mv-page-title h1,
.entry-title-archive,
.top-title h2,
.top-medical-item h3,
.top-medical-banner-item h3,
.top-doctor h3,
.top-point-item-title h3,
h3.top-policy-title,
body:not(.front-top-page) .article h2,
body:not(.front-top-page) .article h3,
body:not(.front-top-page) .article h4,
h2.related-entry-heading,
h1.archive-title {
  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;
}
.mv-title,
.header-menu,
.top-title-en,
.top-medical-item-caption,
.top-point-item-num,
.su-spoiler-style-default>.su-spoiler-title,
.footer-policy,
.footer-title,
.top-promise-title {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.top-doctor p,
.top-point-item-content p,
.top-policy-right p,
.memo-item-content p,
.top-promise-left p,
ul.top-promise-list li,
.vision-left p {
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  text-align: justify;
  margin-bottom: 0;
}
.wrap-style {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section-layout {
  padding: 60px 0;
}
.section-layout-wrap .section-layout:nth-child(odd) {
  background: #e8f7f6;
}

.top-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.top-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-title-left {

}
.top-title-left img {
  width: auto;
  height: 50px;
}
.top-title-right {
  padding-left: 12px;
}
.top-title h2 {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: 700;
}
#top-news-layout .top-title h2 {
  font-size: 32px;
}
#top-news-layout .top-title-left img {
  height: 36px;
}
.top-title-en {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #46c2b8;
  line-height: 1;
  margin-bottom: 10px;
}
span.top-title-en-border {

}
span.top-title-en-border {
  display: inline-block;
  position: relative;
}
span.top-title-en-border::before,
span.top-title-en-border::after {
  content: '';
  display: block;
  width: 15px;
  height: 4px;
  border-radius: 20px;
  background: #46c2b8;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
span.top-title-en-border::before {
  left: -25px;
}
span.top-title-en-border::after {
  right: -25px;
}

.top-news {
  display: flex;
  justify-content: space-between;
}
.top-news-left {
  width: 20%;
  position: relative;
}
.top-news-right {
  width: 77%;
}
.top-news-list {
  padding: 20px 50px;
  border-radius: 30px;
  background: #fff;
}

ul.top-medical-img-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
ul.top-medical-img-list li {
  margin: 0;
  width: 49.5%;
}
ul.top-medical-img-list li:nth-child(1) img {
  border-radius: 0 30px 30px 0;
}
ul.top-medical-img-list li:nth-child(2) img {
  border-radius: 30px 0 0 30px;
}
.top-medical-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 40px;
}
.top-medical-item {
  text-align: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #e8f7f6;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  border-top: 5px solid #46c2b8;
}

.top-medical-list .top-medical-item:nth-child(even) {
  background: #f7f3fc;
  border-top: 5px solid #C0A4E5;
}
.top-medical-item-inner {
  padding: 25px 40px 80px 40px;
}
.top-medical-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: #46c2b8;
  letter-spacing: 1.5px;

  position: relative;
  z-index: 1;
}
.top-medical-item h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: #46c2b8;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.top-medical-list .top-medical-item:nth-child(even) h3::before {
  background: #C0A4E5;
}
.top-medical-item.top-medical-item-letter h3 {
  letter-spacing: 1px;
}
.top-medical-list .top-medical-item:nth-child(even) h3 {
  color: #C0A4E5;
}
.top-medical-item h3 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #e8f7f6;
  padding: 0 10px;
}
.top-medical-list .top-medical-item:nth-child(even) h3 span {
  background: #f7f3fc;
}

.top-medical-item-img {
  margin: 15px 0 15px;
}
.top-medical-item-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 30px;
}
#top-medical-layout > div > div.top-content > div > div.top-medical-list > div:nth-child(11) > div.top-medical-item-inner > div.top-medical-item-img > img {
  object-position: 50% 90%;
}

.top-medical-item-caption {
  position: relative;
  z-index: 1;
  margin: 10px 0 5px;

  display: none;
}
.top-medical-item-caption::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px dotted #ccc;
}
.top-medical-item-caption span {
  display: inline-block;
  background: #e8f7f6;
  padding: 0 7px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 400
}
.top-medical-list .top-medical-item:nth-child(even) .top-medical-item-caption span {
  background: #f7f3fc;
}
ul.top-medical-case-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.top-medical-case-list li {
  margin: 0;
  margin-bottom: 10px;
}
ul.top-medical-case-list li:last-child {
   margin-bottom: 0;
}
ul.top-medical-case-list li a {
  display: block;
  text-decoration: none;
  color: #46c2b8;
  border: 2px solid #46c2b8;
  line-height: 1;
  text-align: left;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 15px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.2s;
}
ul.top-medical-case-list li a:hover {
  background: #46c2b8;
  color: #fff;
}
.top-medical-list .top-medical-item:nth-child(even) ul.top-medical-case-list li a {
  color: #C0A4E5;
  border: 2px solid #C0A4E5;
}
.top-medical-list .top-medical-item:nth-child(even) ul.top-medical-case-list li a:hover {
  background: #C0A4E5;
  color: #fff;
}
ul.top-medical-case-list li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
a.top-medical-case-more {
  font-size: 18.5px;
  font-weight: 500;
  color: #46c2b8;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.2s;
}
a.top-medical-case-more:hover {
  text-decoration: none;
  opacity: 0.7;
}
.top-medical-list .top-medical-item:nth-child(even) a.top-medical-case-more {
  color: #C0A4E5;
}
a.top-medical-case-more i {
  margin-left: 3px;
}
.top-medical-item-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-medical-item-more a {
  display: block;
  width: 100%;
  color: #fff;
  background: #46c2b8;
  text-decoration: none;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  padding: 18px 0px;

  border-radius: 0 0 30px 30px;
  transition: all 0.2s;
}
.top-medical-list .top-medical-item:nth-child(even) .top-medical-item-more a {
  background: #C0A4E5;
}
.top-medical-item-more a:hover {
  opacity: 0.7;
}
.top-medical-item-more a::before {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 120%;
}

.top-medical-banner {

}
a.top-medical-banner-item {
  display: block;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
  color: #fff;

  height: 146px;
  transition: all 0.2s;
}
a.top-medical-banner-item:hover {
  opacity: 0.7;
}
.top-medical-banner .top-medical-banner-item:last-child {
  margin-bottom: 0;
}
.top-medical-banner-item-inner {
  padding: 10px;
  position: relative;
  height: 100%;
}
.top-medical-banner-item-figure {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  height: 100%;
}
.top-medical-banner-item-figure::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(192,164,229,0.82);
  position: absolute;
  top: 0;
  left: 0;
}
.top-medical-banner-item img {
  width: 100%;
  height: 126px;
  object-fit: cover;
}
.top-medical-banner .top-medical-banner-item:nth-child(1) img {
  object-position: 50% 75%;
}
.top-medical-banner .top-medical-banner-item:nth-child(2) img {
  object-position: 50% 60%;
}
.top-medical-banner-item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-decoration: underline;
}
.top-medical-banner-item-more {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  background: #C0A4E5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 8px;
  letter-spacing: 1px;
}
.top-medical-banner-item-more i {
  margin-top: 3px;
}

.memo-item {
  background: #e8f7f6;
  border-radius: 30px;
  padding: 40px 60px;
  margin-top: 30px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  border-top: 5px solid #46c2b8;
}
.su-accordion-01 .su-spoiler {
  margin-bottom: 0 !important;
}
.su-spoiler-style-default>.su-spoiler-title {
  outline: none;
  outline: none !important;
  padding: 20px 40px 20px 0px !important;
  font-size: 28px;
  font-weight: 700;
  color: #46c2b8;
  text-decoration: underline;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.su-spoiler-style-default>.su-spoiler-title:hover {
  opacity: 0.7;
}
.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  background: #46c2b8;
  color: #fff;
  top: 16px;
  left: unset !important;
  right: 5px;
  font-size: 26px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 43px;
}
.su-spoiler-style-default>.su-spoiler-content {
  padding: 0 !important;
  margin-bottom: 25px;
}
.su-spoiler-style-default>.su-spoiler-title > span:not(.su-spoiler-icon) {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #46c2b8;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 8px;
  margin-right: 10px;
}
.su-accordion-01 .ac-style-01 > p {
  margin: 0;
}

.top-doctor-wrap {

}
.top-doctor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.top-doctor-left {
  width: 70%;
  border-top: 2px solid #46c2b8;
  position: relative;
}
.top-doctor-left::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #46c2b8;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -1px;
}
.top-doctor h3 {
  font-size: 26px;
  font-weight: 700;
  color: #46c2b8;
  margin: 20px 0 25px;
}
.top-doctor h3 span {
  display: inline-block;
  background: #46c2b8;
  color: #fff;
  padding: 10px 18px;
  font-size: 24px;
  border-radius: 30px;
  letter-spacing: 1.2px;
  margin-right: 1px;
}
.top-doctor-sign {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
span.top-doctor-pos,
span.top-doctor-name,
span.top-doctor-en,
span.top-doctor-en-color {
  display: inline-block;
}
span.top-doctor-pos {
  font-size: 16px;
}
span.top-doctor-name {
  margin-left: 10px;
  font-size: 22px;
}
span.top-doctor-en {
  margin-left: 7px;
  font-size: 22px;
}
span.top-doctor-en-color {
  color: #46c2b8;
}
.top-doctor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.top-doctor-info-left {

}
.top-doctor-info-right {

}
.top-doctor-info a.a-btn {
  font-size: 18px;
  padding: 16px 35px 16px 20px;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) {
  background: #f7f3fc;
  padding-top: 50px;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor .top-doctor-left {
  border-top: 2px solid #C0A4E5;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor .top-doctor-left::before {
  background: #C0A4E5;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor h3 span {
  background: #C0A4E5;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor h3 {
  color: #C0A4E5;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor .top-doctor-img::before {
  background: #C0A4E5;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor .top-doctor-info a.a-btn {
  background: #C0A4E5;
  border-bottom: 4px solid #a57cda;
}
.top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor span.top-doctor-en-color {
  color: #C0A4E5;
}
.top-promise-bg {
  background: #f7f3fc;
  padding-bottom: 66px;
  padding-top: 60px;
}
#top-doctor-layout.section-layout {
  padding-bottom: 0;
}

.top-doctor-right {
  width: 25%;
}
.top-doctor-img {
  position: relative;
}
.top-doctor-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #46c2b8;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.top-doctor-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.top-promise-wrap {
  background: #fff;
  padding: 50px 70px;
  border-radius: 30px;
}
.top-promise-title {
  text-align: center;
  margin-bottom: 30px;
}
.top-promise-title span {
  display: inline-block;
  background: #e8f7f6;
  color: #46c2b8;
  font-weight: 700;
  line-height: 1;
  padding: 12px 30px;
  font-size: 32px;
  border-radius: 40px;
}
.top-promise {
  display: flex;
  justify-content: space-between;
}
.top-promise-left {
  width: 65%;
}
ul.top-promise-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #e8f7f6;
  padding: 20px 40px 40px;
  border-radius: 30px;
  margin-top: 14px;
}
ul.top-promise-list li {
  margin: 0;
  position: relative;
  padding: 20px 0;
  padding-left: 38px;
  color: #38a89f;
  border-bottom: 3px dotted #ccc;
  font-weight: 700;
}
ul.top-promise-list li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #46c2b8;
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 20px;
}
ul.top-promise-list li:nth-child(1)::before {
  content: '1';
}
ul.top-promise-list li:nth-child(2)::before {
  content: '2';
}
ul.top-promise-list li:nth-child(3)::before {
  content: '3';
}
.top-promise-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.65;
  margin-top: 36px;
}
.top-promise-text span {
  color: #46c2b8;
  text-decoration: underline;
  font-weight: 700;
  font-size: 30px;
}

.top-promise-right {
  width: 31%;
}
ul.top-promise-img-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.top-promise-img-list li {
  margin: 0;
  height: 150px;
}
ul.top-promise-img-list li:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
ul.top-promise-img-list li:nth-child(2) {
  width: 70%;
  padding-right: 10px;
}
ul.top-promise-img-list li:nth-child(3) {
  width: 30%;
}
ul.top-promise-img-list li:nth-child(4) {
  width: 100%;
  margin-top: 10px;
}
ul.top-promise-img-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.top-promise-img-list li:nth-child(1) img {
  border-radius: 30px 30px 0 0;
}
ul.top-promise-img-list li:nth-child(2) img {

}
ul.top-promise-img-list li:nth-child(3) .top-promise-img-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #e8f7f6;
}
ul.top-promise-img-list li:nth-child(4) img {
  border-radius: 0 0 30px 30px;
  height: 175px;
  object-position: 50% 40%;
}

.top-point-item {
  display: flex;
  justify-content: space-between;
  background: #e8f7f6;
  padding: 45px 50px;
  border-radius: 30px;
  margin-bottom: 34px;
}
.top-point .top-point-item:last-child {
  margin-bottom: 0;
}
.top-point .top-point-item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-point-item-left,
.top-point-item-right {

}
.top-point-item-left {
  width: 66.5%;
  padding-right: 0px;
}
.top-point-item-right {
  width: 30%;
  padding-left: 0px;
}
.top-point-item-right img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 30px;
}
.top-point-item-title {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.top-point-item-title::before {
  content: '';
  width: 6px;
  height: 100%;
  background: #46c2b8;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.top-point-item-num {
  font-size: 23px;
  font-weight: 500;
  color: #46c2b8;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.top-point-item-num span {
  display: inline-block;
  font-weight: 700;
  font-size: 42px;
  margin-left: 8px;
}
.top-point-item-title h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.4;
}
.top-point-item-content {

}
span.text-color-01 {
  color: #38a89f;
}
.top-point-item .a-btn-wrap,
#top-policy-layout .a-btn-wrap,
.top-column .a-btn-wrap,
body:not(.front-top-page) .a-btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.top-point-item .a-btn-wrap a.a-btn,
#top-policy-layout .a-btn-wrap a.a-btn,
.top-column .a-btn-wrap a.a-btn,
body:not(.front-top-page) .a-btn-wrap a.a-btn {
  display: inline-block;
  width: auto;
  min-width: 300px;
}
.top-column .a-btn-wrap a.a-btn {
  background: #C0A4E5;
  border-bottom: 4px solid #a57cda;
}
body:not(.front-top-page) .a-btn-wrap a.a-btn {
  padding: 16px 40px;
}

.top-policy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.top-policy-left {
  width: 41%;
}
ul.top-policy-img-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 10px;

  border-radius: 30px;
  overflow: hidden;
}
ul.top-policy-img-list li {
  margin: 0;
}
ul.top-policy-img-list li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.top-policy-right {
  width: 56%;
}
h3.top-policy-title {
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
  margin-bottom: 20px;
}

#top-column-layout.section-layout {
  background: #e8f7f6;
  padding-top: 0;
  padding-bottom: 66px;
}
.top-column-bg {
  background: #f7f3fc;
  padding: 50px 70px;
  border-radius: 30px;
}
.top-column-bg .top-title-en {
  color: #C0A4E5;
}
.top-column-bg span.top-title-en-border::before,
.top-column-bg span.top-title-en-border::after {
  background: #C0A4E5;
}

/* 下層ページ */
.mv-page {
  position: relative;
}
.mv-page-title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mv-page img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  position: relative;
  z-index: 0;
  object-position: 50% 45%;
  border-radius: 30px;
}
.mv-page .date-tags {
  display: none;
}
.mv-page-title h1,
.entry-title-archive {
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
/* 幅 */
body .content,
body .content-in,
body .main,
body .entry-content {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
body:not(.front-top-page) .content-in.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body:not(.front-top-page) .content {
  background: #e8f7f6;
  padding: 60px 0 70px;
}
body:not(.front-top-page) .main {
  padding: 60px 100px;
  border-radius: 30px;
}
body.front-top-page .content-in.wrap {
  width: 100%;
  max-width: unset;
  margin: 0;
}
body.front-top-page article.article,
.section-layout-wrap {
  margin-bottom: 0;
}

/* 目次 */
body.page #toc {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  margin-bottom: 40px;
}
body.page #toc .toc-title {
  display: none;
}
body.page #toc .toc-content {

}
body.page #toc ul.toc-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;
}
body.page #toc ul.toc-list li {
  margin: 0;
}
body.page #toc ul.toc-list > li > ul {
  display: none;
}
body.page #toc ul.toc-list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #38a89f;
  color: #38a89f;
  line-height: 1.5;
  font-size: 14px;
  padding: 15px 20px 15px 8px;
  border-radius: 35px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
  transition: all 0.2s;
}
body.page #toc ul.toc-list li a:hover {
  opacity: 0.7;
}
body.page #toc ul.toc-list li a::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%);
}
body.page #toc ul.toc-list li a:hover {
  text-decoration: none;
}
body.front-top-page #toc,
body.front-top-page header.article-header {
  display: none;
}

body:not(.front-top-page) .article h2,
h2.related-entry-heading,
body:not(.front-top-page) .article h3,
body:not(.front-top-page) .article h4,
h1.archive-title {
  margin: 1.8em 0 0.9em;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 700;
}
body:not(.front-top-page) .article h2,
h2.related-entry-heading,
h1.archive-title {
  background: #46c2b8;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 25px;
  color: #fff;
  position: relative;
}

body:not(.front-top-page) .article h2:first-of-type {
  margin-top: 0;
}
body:not(.front-top-page) .article h3 {
  position: relative;
  border-bottom: 7px dotted #46c2b8;
  font-size: 24px;
  padding-left: 42px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
body:not(.front-top-page) .article h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('../../../wp-content/uploads/menu-icon08.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
body:not(.front-top-page) .article h4 {
  padding-left: 40px;
  font-size: 21px;
  position: relative;
}
body:not(.front-top-page) .article h4::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 30px;
  height: 10px;
  border-radius: 30px;
  background: #46c2b8;
}

ul.list-layout-01 {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #e8f7f6;
  border-radius: 30px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
ul.list-layout-01 li {
  margin: 0;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;

  font-weight: 500;
}
ul.list-layout-01 li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 8px;
  color: #46c2b8;
  font-size: 200%;
}
ul.list-layout-01 li:last-child {
  margin-bottom: 0;
}
ul.list-layout-02 {
  list-style: decimal;
}
ul.list-layout-02 li {
  margin: 0;
  margin-bottom: 10px;
}
ul.list-layout-02 li:last-child {
  margin-bottom: 0;
}

ul.footer-photo.photo-list li {

}
.photo-title {
  text-align: center;
  color: #46c2b8;
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
}
span.photo-title-inner {
  display: block;
  line-height: 1.4;
  font-size: 15.5px;
  letter-spacing: 0;
  color: #333;
}
.page-schedule-table {
  padding: 0 100px;
}
.medical-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #46c2b8;
  line-height: 1.45;
}
ul.link-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
ul.link-style-01 li {
  margin: 0;
  margin-bottom: 10px;
}
ul.link-style-01 li a {
  display: block;
  position: relative;
  padding-left: 21px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.7px;
}
ul.link-style-01 li a::before {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
}
.img-style-01 {
  width: 100%;
  max-width: 750px;
  margin: 30px auto;
}
.img-style-02 {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
.flex-style-01 {
  display: flex;
  justify-content: space-between;
}
.flex-style-01-item {
  width: 48%;
}
.flex-style-01-item img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}
.flex-style-02 {
  display: flex;
  justify-content: space-between;
}
.flex-style-02-left {
  width: 30%;
}
.flex-style-02-left img {
  border-radius: 20px;
}
.flex-style-02-right {
  width: 67%;
}
.flex-style-02-right p:last-child {
  margin-bottom: 0;
}
ul.top-medical-case-list.page-medical {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px 14px;
}
ul.top-medical-case-list.page-medical li {
  margin: 0;
}
ul.top-medical-case-list.page-medical li a {
  line-height: 1.3;
}

.page-word {
  display: flex;
  justify-content: space-between;
}
.page-word-left {
  width: 200px;
  height: auto;
}
.page-word-left img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
}
.page-word-left > p,
.page-word-left > br {
  display: none;
}
.page-word-name {
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
}
span.page-word-name-inner {
  display: block;
  font-size: 14px;
}
.page-word-right {
  width: calc(100% - 250px);
  background: #e8f7f6;
  padding: 35px 45px;
  border-radius: 30px;
  position: relative;
}
.page-word-right p {
  font-weight: 500;
}
.page-word-right p:last-child {
  margin-bottom: 0;
}
.page-word-right::before {
  content: '';
  position: absolute;
  top: 50px;
  left: -30px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 30px solid #e8f7f6;
  z-index: 1;
}
.page-author img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
  object-position: 50% 24%;
}
.page-author .top-doctor-sign{
  display: flex;
  align-items: flex-end;
}
.page-author span.top-doctor-name {
  text-align: center;
  margin-right: 14px;
  letter-spacing: 2px;
  font-size: 14px;
  display: flex;
}
.page-author span.top-doctor-name .page-author-item:first-child {
  margin-right: 5px;
}
.page-author span.top-doctor-name span {
  display: block;
  font-size: 22px;
  margin-top: 4px;
}

.mission-img {

}
.mission-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 50% 31%;
  border-radius: 30px;
}
.vision-item {
  display: flex;
  justify-content: space-between;
  background: #e8f7f6;
  padding: 30px;
  border-radius: 30px;
}
.vision-left {
  width: 67%;
}
.vision-left p {
  font-size: 16px;
  margin-bottom: 20px;
}
.vision-left p:last-child {
  margin-bottom: 0;
}
.vision-right {
  width: 30%;
}
.vision-right img {
  border-radius: 30px;
}

.value-list {
  background: #e8f7f6;
  padding: 30px;
  border-radius: 30px;
}
.value-item {
  border-bottom: 3px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.value-item:last-child {
  border-bottom: 0px dotted #ccc;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
body:not(.front-top-page) .article .value-item h3 {
  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;

  color: #46c2b8;
  font-size: 22px;
  margin: 0em 0 0.9em;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 700;
  padding-left: 50px;
}
body:not(.front-top-page) .article .value-item h3::before {
  content: none;
}
body:not(.front-top-page) .article .value-item h3::after {
  content: '1';
  display: block;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #46c2b8;
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: -5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.front-top-page) .article .value-item:nth-child(2) h3::after {
  content: '2';
}
body:not(.front-top-page) .article .value-item:nth-child(3) h3::after {
  content: '3';
}
body:not(.front-top-page) .article .value-item:nth-child(4) h3::after {
  content: '4';
}
body:not(.front-top-page) .article .value-item:nth-child(5) h3::after {
  content: '5';
}
body:not(.front-top-page) .article .value-item:nth-child(6) h3::after {
  content: '6';
}
body:not(.front-top-page) .article .value-item:nth-child(7) h3::after {
  content: '7';
}
body:not(.front-top-page) .article .value-item:nth-child(8) h3::after {
  content: '8';
}
body:not(.front-top-page) .article .value-item:nth-child(9) h3::after {
  content: '9';
}
body:not(.front-top-page) .article .value-item:nth-child(10) h3::after {
  content: '10';
}
.value-item p {
  margin-bottom: 20px;
}
.value-item p:last-child,
.value-item p:nth-last-child(2) {
  margin-bottom: 0;
}

.doctor-img {
  text-align: center;
}
.doctor-img img {
  width: 80%;
  border-radius: 30px;
}
.doctor-name {
  text-align: right;
  font-size: 110%;
}

ul.page-medical {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 30px;
}
ul.page-medical li {
  margin: 0;
}
ul.page-medical li > p {
  display: none;
}
ul.page-medical li a {
  display: block;
}
ul.page-medical li a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
}
.page-medical-title {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
}

/* 投稿ショートコード_初期化 */
.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;
}
#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: 500;
  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;
}

/* お知らせ */
.top-news-item {
  display: flex;
  align-items: center;
}
.top-news-item-left {
  width: 34%;
}
body.post-type-archive-news #list .top-news-item-left,
body.tax-news-cat #list .top-news-item-left {
  width: 29%;
}
.top-news-item-right {
  width: 66%;
}
body.post-type-archive-news #list .top-news-item-right,
body.tax-news-cat #list .top-news-item-right {
  width: 71%;
}
.top-news-item-info {
  display: flex;
  align-items: center;
}
.top-news-item-info .widget-entry-card-date,
body.post-type-archive-news #list .e-card-info,
body.tax-news-cat #list .e-card-info {
  width: 140px;
}
.top-news-item-info .e-card-categorys,
body.post-type-archive-news #list .e-card-categorys,
body.tax-news-cat #list .e-card-categorys {
  width: calc(100% - 140px);
}
.top-news-list .widget-entry-cards .a-wrap,
body.post-type-archive-news #list .a-wrap,
body.tax-news-cat #list .a-wrap {
  padding: 20px 0px;
  border-bottom: 3px dotted #ccc;
  font-weight: 500;
  transition: all 0.2s;
}
.top-news-list .widget-entry-cards .a-wrap:hover,
body.post-type-archive-news #list .a-wrap:hover,
body.tax-news-cat #list .a-wrap:hover {
  opacity: 0.7;
}
.top-news-list .widget-entry-cards .a-wrap:last-child,
body.post-type-archive-news #list .a-wrap:last-child,
body.tax-news-cat #list .a-wrap:last-child {
  border-bottom: 0px dotted #ccc;
}
.top-news-list .widget-entry-card-date .post-date .entry-date,
body.post-type-archive-news #list .post-date .entry-date,
body.tax-news-cat #list .post-date .entry-date {
  color: #46c2b8;
}
.top-news-list .widget-entry-card-content .entry-category,
body.post-type-archive-news #list .e-card-content .entry-category,
body.tax-news-cat #list .e-card-content .entry-category {
  display: inline-block;
  width: 120px;
  color: #fff;
  background: #46c2b8;
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 8px 0px;
  line-height: 1;
  border-radius: 6px;
}
.top-news-list .widget-entry-cards:not(.large-thumb-on) .card-title,
body.post-type-archive-news #list .entry-card-title,
body.tax-news-cat #list .entry-card-title {
  line-height: 1.4;
  transition: all 0.2s;
}
.top-news-list .widget-entry-cards .a-wrap:hover .card-title,
body.post-type-archive-news #list .a-wrap:hover .entry-card-title {
  color: #46c2b8;
}

/* コラム */
.top-column-list .new-entry-cards > p {
  margin-bottom: 0;
}
.top-column-list .widget-entry-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.top-column-list .widget-entry-cards::after {
  content: '';
  display: block;
  width: 31.5%;
  clear: none;
}
body.blog #list,
body.category #list,
.related-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 30px;
}
.top-column-list .widget-entry-cards a.a-wrap {
  width: 31.5%;
  transition: all 0.2s;
}
body.blog #list a.a-wrap,
body.category #list a.a-wrap,
.related-list a.a-wrap {
  transition: all 0.2s;
}
.top-column-list .widget-entry-cards a.a-wrap:hover {
  opacity: 0.7;
}
body.blog #list a.a-wrap:hover,
body.category #list a.a-wrap:hover,
.related-list a.a-wrap:hover {
  background: transparent;
  opacity: 0.7;
}
.top-column-list .widget-entry-cards a.a-wrap:hover .card-title {
  text-decoration: underline;
}
body.blog #list a.a-wrap:hover .card-title,
body.category #list a.a-wrap:hover .card-title,
.related-list a.a-wrap:hover .card-title {
  text-decoration: underline;
}
.top-column-list .widget-entry-cards a.a-wrap .card-thumb img,
body.blog #list .card-thumb img,
body.category #list .card-thumb img,
.related-list .card-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 30px;
}
.top-column-list .widget-entry-cards:not(.large-thumb-on) .card-title,
body.blog #list .entry-card-title,
body.category #list .entry-card-title,
.related-list .related-entry-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 5px;
}
.top-column-info,
body.blog #list .e-card-meta,
body.category #list .e-card-meta,
.related-list .entry-card-meta {
  display: flex;
  align-items: center;
  line-height: 1;
}
.top-column-list .widget-entry-cards a.a-wrap .widget-entry-card-date,
body.blog #list .e-card-info,
body.category #list .e-card-info,
.related-list .e-card-info {
  width: 125px;
}
.top-column-list .widget-entry-cards a.a-wrap .widget-entry-card-date .post-date .entry-date,
body.blog #list .e-card-info .entry-date,
body.category #list .e-card-info .entry-date,
.related-list .e-card-info .entry-date {
  font-size: 14px;
  margin-bottom: 5px;
}
.top-column-list .widget-entry-cards a.a-wrap .e-card-categorys,
body.blog #list .e-card-meta .e-card-categorys,
body.category #list .e-card-meta .e-card-categorys,
.related-list .e-card-meta .e-card-categorys {
  width: calc(100% - 125px);
}
.top-column-list .widget-entry-cards a.a-wrap .e-card-categorys span.entry-category,
body.blog #list .e-card-meta .e-card-categorys span.entry-category,
body.category #list .e-card-meta .e-card-categorys span.entry-category,
.related-list .e-card-meta .e-card-categorys span.entry-category {
  display: inline-block;
  font-size: 13px;
  background: #C0A4E5;
  color: #fff;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
h1.archive-title {
  margin-top: 0;
}
h1.archive-title span.fa-folder-open {
  display: none;
}

/* 投稿ページ */
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 {
  padding-top: 10px;
  display: block;
}
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 figure.eye-catch img {
  max-height: 400px;
  width: auto;
  object-fit: contain;
}
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: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
}
body.single .mv-page-title .date-tags {
  display: none!important;
}
body.single-news header.article-header .eye-catch-wrap {
  display: none;
}

/* ページネーション */
.pagination-next {
  display: none;
}
.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}
.pagination .current {
  border: 1px solid #46c2b8;
  background-color: #46c2b8;
  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: 80px 0 70px;
}
.footer-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.footer-title {
  line-height: 1;
  font-weight: 700;
  font-size: 40px;
}
.footer-title span {
  display: inline-block;
  position: relative;
}
.footer-title span::before,
.footer-title span::after {
  content: '';
  background-image: url('../../../wp-content/uploads/1761352_1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 60px;
  height: 70px;
  position: absolute;
  top: -16px;
}
.footer-title span::before {
  left: -70px;
  transform: rotate(-33deg);
}
.footer-title span::after {
  right: -70px;
  transform: scale(-1, 1);
  transform: rotate(33deg) scale(-1, 1);
}
.footer-policy {
  background-image: linear-gradient(90deg, #e8f7f6, #f7f3fc);
  padding: 50px 70px;
  border-radius: 30px;
}
.footer-policy-title-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.footer-policy-title-sub {

}
.footer-policy-title {
  text-align: center;
}
span.footer-policy-title-inner {
  display: inline-block;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #46c2b8, #C0A4E5);
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  padding: 15px 50px;
  border-radius: 40px;
}
.footer-policy-content {

}
.footer-policy-content p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

ul.footer-photo {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 10px;
}
ul.footer-photo li {
  margin: 0;
  width: 32%;
  margin-bottom: 20px;
}
ul.footer-photo li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 30px;
}

.footer-cta {
  background: #46c2b8;
  border-radius: 30px;
  padding: 30px 0px 35px;
  text-align: center;
  margin-top: 15px;
}
.footer-cta-text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.footer-cta-text span.footer-cta-text-note {
  display: inline-block;
  font-size: 20px;
}
ul.footer-cta-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-cta-list li {
  margin: 0;
  margin-right: 15px;
}
ul.footer-cta-list li:last-child {
  margin-right: 0;
}
ul.footer-cta-list li a {
  display: block;
  text-decoration: none;
  color: #46c2b8;
  line-height: 1;
  padding: 20px 10px;
  border-radius: 40px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  position: relative;
  transition: all 0.2s;
}
ul.footer-cta-list li a:hover {
  opacity: 0.7;
}
ul.footer-cta-list li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50.5%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.footer-info {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.footer-info-left {
  width: 48%;
}
.footer-logo {
  margin-bottom: 20px;
}
dl.footer-info-address {
  display: flex;
  flex-wrap: wrap;
}
dl.footer-info-address dt,
dl.footer-info-address dd {
  padding: 0;
  margin: 0;
  padding: 6px 10px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.45;
}
dl.footer-info-address dt:last-of-type,
dl.footer-info-address dd:last-of-type {
  margin-bottom: 0;
}
dl.footer-info-address dt {
  width: 20%;
  background: #e8f7f6;
  border-radius: 10px;
  color: #46c2b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl.footer-info-address dd {
  width: 80%;
  padding-left: 14px;
}

.footer-info-right {
  width: 48%;
}

.footer-tel-wrap {
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-tel {
  display: flex;
  align-items: center;
}
.footer-tel-left {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #46c2b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-tel-left i {
  color: #fff;
  font-size: 20px;
}
.footer-tel-right {
  font-size: 30px;
  font-weight: 700;
  padding-left: 5px;
}
.footer-tel-note {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

table.schedule-table {
  margin-bottom: 10px;
}
table.schedule-table tr {
  background: transparent;
}
table.schedule-table tr:nth-child(2) {
  border-bottom: 1px solid #46c2b8;
}
table.schedule-table tr th,
table.schedule-table tr td {
  padding: 0;
  border: 0;
  background: #f0faf9;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 15px 5px;
}
table.schedule-table tr th {
  background: #46c2b8;
  color: #fff;
}
table.schedule-table tr td {

}
table.schedule-table tr td:nth-child(1) {
  font-size: 18px;
  color: #404040;
}
table.schedule-table tr:nth-child(1) th:nth-child(1),
table.schedule-table tr td:nth-child(1) {
  width: 160px;
}
span.schedule-table-circle {
  color: #46c2b8;
  line-height: 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;
}
.schedule-table-note {
  font-size: 16px;
  font-weight: 500;
}

/* 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;
}
.page-ggmap {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.page-ggmap iframe,
.page-ggmap object,
.page-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

/* フッター */
.footer,
.footer-bottom {
  margin: 0;
  padding: 0;
}
.footer {
  background: #46c2b8;
}
.footer-in {
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer-menu-wrap {

}
.footer-menu {
  margin-bottom: 40px;
}
.footer-menu-wrap .footer-menu:last-of-type {
  margin-bottom: 0;
}
.footer-menu-title {
  text-align: left;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid #36a198;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px 5px;
}
ul.footer-menu-list li {
  margin: 0;
  text-align: left;
  line-height: 1;
  position: relative;
  padding-left: 13px;
}
ul.footer-menu-list li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: -0.2px;
  left: 0px;
  color: #36a198;
  font-size: 130%;
}
ul.footer-menu-list li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
}
ul.footer-menu-list li a:hover {
  text-decoration: underline;
}
.copyright {
  margin: 0;
  padding: 15px 0;
  background: #36a198;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
span.pc-br::before {
  content: "\A";
  white-space: pre;
}
span.sp-br::before {
  content: none;
}
body.single-news #toc {
  display: none;
}

@media screen and (min-width: 1800px){
  .mv-title-wrap {
    padding: 30px 20px;
    top: 156px;
    width: 138.5px;
  }
  .mv-title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1250px){
  .header-info-cta a.a-btn {
    font-size: 18px;
    padding: 6px 14px;
  }
  .menu-title-right {
    font-size: 16px;
  }
  .logo-image a img {
    height: 35px;
  }
  .header-menu {
    max-width: 1024px
  }
  .mv-content {
    max-width: 1024px
  }
  dl.header-info-time dt, dl.header-info-time dd {
    font-size: 15px;
  }
  dl.header-info-time {
    width: 273px;
  }
  .top-news-item {
    display: block;
  }
  .top-news-item-left {
    width: 100%;
    margin-bottom: 7px;
  }
  .top-news-item-right {
    width: 100%;
  }
}
@media screen and (max-width: 1023px){
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  span.pc-br::before {
    content: none;
  }
  span.sp-br::before {
    content: "\A";
    white-space: pre;
  }

  .hero-bg-inner {
    padding: 0px;
  }
  .header-menu {
    width: 90%;
    max-width: unset;
    top: 0px;
    padding: 5px 30px 5px;
  }
  .logo-image a img {
    width: 280px;
    max-width: unset;
    height: auto;
  }
  .header-info {
    justify-content: center;
  }
  .header-info-item:nth-child(1) {
    margin-right: unset;
  }
  .header-info-item:not(:first-child) {
    display: none;
  }

  #navi {
    display: none;
  }

  #metaslider-id-16 img {
    height: 450px;
    border-radius: 0;
  }
  ul.flex-direction-nav {
    display: none;
  }
  .mv-content {
    height: auto;
    margin: auto;
    position: static;
    -webkit-transform: unset;
    transform: unset;
    padding: 22px 15px;
  }
  .mv-title-wrap {
    position: relative;
    top: unset;
    right: unset;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  .mv-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0px;
    white-space: normal;
    text-shadow: unset;
    transform: unset;
    writing-mode: unset;
  }
  .mv-title-icon-01 {
    top: -33px;
    right: 20px;
    width: 65px;
    display: none;
  }
  .mv-title-icon-10 {
    position: absolute;
    top: -39px;
    left: 0;
    transform: scaleX(-1);
    width: 100%;
  }
  .section-layout {
    padding: 50px 0;
  }
  #top-news-layout,
  #top-medical-layout,
  #top-point-layout,
  #top-policy-layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-promise-bg {
    padding-top: 50px;
  }
  .top-title-wrap {
    margin-bottom: 30px;
  }
  .top-title-en {
    font-size: 28px;
  }
  .top-title h2,
  #top-news-layout .top-title h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .top-title-left img,
  #top-news-layout .top-title-left img {
    height: 32px;
    position: relative;
    top: 2px;
  }
  .top-title-right {
    padding-left: 8px;
  }
  a.a-btn, .top-point-item .a-btn-wrap a.a-btn, #top-policy-layout .a-btn-wrap a.a-btn, .top-column .a-btn-wrap a.a-btn, body:not(.front-top-page) .a-btn-wrap a.a-btn, .top-doctor-info a.a-btn {
    display: block;
    width: 100%;
    min-width: unset;
    font-size: 20px;
    padding: 20px 0;
  }
  .top-news {
    display: block;
  }
  .top-news-left {
    width: 100%;
  }
  .top-news-right {
    width: 100%;
  }
  .top-news-list {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .top-news-item {
    display: block;
  }
  .top-news-item-left {
    width: auto;
    margin-bottom: 8px;
  }
  .top-news-item-right {
    width: 100%;
  }
  .widget-entry-card-date .post-date, .widget-entry-card-content .entry-category {
    font-size: 18px;
  }
  .top-news-item-info .widget-entry-card-date, body.post-type-archive-news #list .e-card-info, body.tax-news-cat #list .e-card-info {
    width: auto;
  }
  .top-news-item-info .e-card-categorys, body.post-type-archive-news #list .e-card-categorys, body.tax-news-cat #list .e-card-categorys {
    width: auto;
    margin-left: 12px;
  }
  .widget-entry-cards:not(.large-thumb-on) .card-title {
    font-size: 18px;
  }
  ul.top-medical-img-list {
    display: none;
  }
  .top-medical-img-list-sp img {
    border-radius: 30px;
  }
  .top-medical-list {
    display: block;
  }
  .top-medical-item {
    margin-bottom: 30px;
  }
  .top-medical-item-inner {
    padding: 25px 15px 90px 15px;
  }
  ul.top-medical-case-list li a {
    font-size: 20px;
  }
  a.top-medical-case-more {
    font-size: 20px;
  }
  .memo-item {
    padding: 22px 15px;
  }
  .top-medical-banner-item h3 {
    text-align: center;
    line-height: 1.3;
  }
  .su-spoiler-style-default>.su-spoiler-title {
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: center;
    padding: 20px 65px 20px 0px !important;
  }
  .su-spoiler-style-default>.su-spoiler-title > span:not(.su-spoiler-icon) {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    top: 33px;
  }
  .memo-item-content p {
    margin-bottom: 20px;
  }
  .memo-item-content p:last-child {
    margin-bottom: 0;
  }

  .top-doctor,
  .top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor {
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-doctor-left,
  .top-doctor-wrap .top-doctor-inner:nth-child(2) .top-doctor .top-doctor-left {
    width: 100%;
    border-top: 0px solid #46c2b8;
  }
  .top-doctor-left::before {
    content: none;
  }
  .top-doctor-right {
    width: 100%;
  }
  .top-doctor h3 {
    font-size: 23px;
    margin: 33px 0 18px;
    letter-spacing: 0;
  }
  .top-doctor h3 span {
    font-size: 21px;
    padding: 10px 15px;
  }
  .top-doctor p, .top-point-item-content p, .top-policy-right p, .memo-item-content p, .top-promise-left p, ul.top-promise-list li, .vision-left p {
    margin-bottom: 20px;
  }
  .top-doctor-info {
    display: block;
  }
  span.top-doctor-pos {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
  }
  span.top-doctor-name {
    font-size: 22px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .top-promise-wrap {
    border-radius: 0px;
    padding: 50px 15px 0px;
  }
  .top-promise {
    display: block;
  }
  .top-promise-left {
    width: 100%;
  }
  .top-promise-right {
    width: 100%;
  }
  .top-promise-text span {
    font-size: 26px;
  }
  ul.top-promise-list {
    padding: 20px 15px 40px;
  }
  ul.top-promise-img-list {
    margin-top: 30px;
  }
  .top-promise-bg {
    padding-bottom: 0;
  }
  ul.top-promise-img-list li {
    height: 175px;
  }
  ul.top-promise-img-list li:nth-child(4) img {
    object-position: 50% 15%;
  }

  .top-point-item {
    padding: 45px 15px;
    display: block;
  }
  .top-point-item-left {
    width: 100%;
  }
  .top-point-item-right {
    width: 100%;
  }
  figure.top-point-item-figure {
    margin-bottom: 20px;
  }
  figure.top-point-item-figure img {
    border-radius: 30px;
  }
  .top-point-item-title h3 {
    font-size: 26px;
  }
  .top-point-item-num {
    font-size: 26px;
  }
  .top-point-item-num span {
    font-size: 36px;
  }

  .top-policy {
    flex-direction: column-reverse;
  }
  .top-policy-left {
    width: 100%;
  }
  .top-policy-right {
    width: 100%;
  }
  h3.top-policy-title {
    white-space: normal;
    font-size: 26px;
    line-height: 1.45;
    text-align: center;
  }
  ul.top-policy-img-list li img {
    height: 200px;
  }
  #top-column-layout.section-layout {
    padding-bottom: 0;
  }
  .top-column-bg {
    padding: 50px 15px;
  }
  .top-column-list .widget-entry-cards {
    display: block;
  }
  .top-column-list .widget-entry-cards a.a-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-column-list .widget-entry-cards a.a-wrap .card-thumb img, body.blog #list .card-thumb img, body.category #list .card-thumb img, .related-list .card-thumb img {
    height: auto;
  }
  .top-column-list .widget-entry-cards a.a-wrap .widget-entry-card-date, body.blog #list .e-card-info, body.category #list .e-card-info, .related-list .e-card-info {
    width: auto;
  }
  .top-column-list .widget-entry-cards a.a-wrap .widget-entry-card-date .post-date .entry-date, body.blog #list .e-card-info .entry-date, body.category #list .e-card-info .entry-date, .related-list .e-card-info .entry-date {
    font-size: 16px;
    white-space: nowrap;
  }
  .top-column-list .widget-entry-cards a.a-wrap .e-card-categorys, body.blog #list .e-card-meta .e-card-categorys, body.category #list .e-card-meta .e-card-categorys, .related-list .e-card-meta .e-card-categorys {
    width: auto;
    margin-left: 10px;
  }
  .top-column-list .widget-entry-cards a.a-wrap .e-card-categorys span.entry-category, body.blog #list .e-card-meta .e-card-categorys span.entry-category, body.category #list .e-card-meta .e-card-categorys span.entry-category, .related-list .e-card-meta .e-card-categorys span.entry-category {
    font-size: 16px;
    padding: 5px 7px;
  }

  .mv-page img {
    border-radius: 0;
    height: 230px;
  }
  .mv-page-title {
    width: 100%;
    text-align: center;
    top: 54%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mv-page-title h1, .entry-title-archive {
    font-size: 28px;
    letter-spacing: 2px;
  }
  body .content {
    padding: 0 0;
  }
  body:not(.front-top-page) .main {
    border-radius: 0;
    padding: 50px 15px 10px;
  }
  body.page #toc ul.toc-list {
    display: block;
  }
  body.page #toc ul.toc-list li {
    margin-bottom: 15px;
  }
  body.page #toc ul.toc-list li:last-child {
    margin-bottom: 0px;
  }
  body.page #toc ul.toc-list li a {
    font-size: 16px;
  }
  body:not(.front-top-page) .article h2, h2.related-entry-heading, h1.archive-title {
    font-size: 24px;
    padding: 20px 22px;
  }
  body:not(.front-top-page) .article h3 {
    font-size: 23px;
  }
  .mission-img img {
    height: auto;
  }
  .medical-heading {
    font-size: 23px;
    line-height: 1.55;
  }
  .vision-item {
    padding: 30px 15px;
    flex-direction: column-reverse;
  }
  .vision-left {
    width: 100%;
  }
  .vision-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .value-list {
    padding: 30px 15px;
  }
  ul.page-medical {
    display: block;
  }
  ul.page-medical li {
    margin-bottom: 20px;
  }
  ul.page-medical li:last-child {
    margin-bottom: 0;
  }
  ul.list-layout-01 {
    padding: 40px 15px;
  }
  .page-schedule-table {
    padding: 0px;
  }
  .doctor-img img {
    width: 100%;
  }
  .page-ggmap {
    height: 350px;
  }
  .page-ggmap iframe, .page-ggmap object, .page-ggmap embed {
    height: 350px;
  }
  ul.footer-photo.photo-list {
    display: block
  }
  ul.footer-photo.photo-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.footer-photo.photo-list li:last-child {
    margin-bottom: 0;
  }
  ul.footer-photo.photo-list li img {
    height: auto;
    border-radius: 30px;
  }

  body.blog #list, body.category #list, .related-list {
    display: block;
  }
  body.blog #list .a-wrap,
  body.category #list .a-wrap,
  .related-list .a-wrap {
    margin-bottom: 30px;
  }
  body.single h1.entry-title {
    padding: 0;
    line-height: 1.5;
    font-size: 26px;
  }
  body.post-type-archive-news #list .top-news-item-left, body.tax-news-cat #list .top-news-item-left {
    width: 100%;
  }
  body.post-type-archive-news #list .top-news-item-right, body.tax-news-cat #list .top-news-item-right {
    width: 100%;
  }
  body.post-type-archive-news #list .e-card-info > span {
    font-size: 18px;
  }
  body.post-type-archive-news #list .entry-card-title {
    font-size: 18px;
  }

  .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-01-item img {
    height: auto;
  }
  .flex-style-02 {
    display: block;
  }
  .flex-style-02-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-style-02-right {
    width: 100%;
  }
  ul.top-medical-case-list.page-medical {
    display: block;
  }
  ul.top-medical-case-list.page-medical li {
    margin-bottom: 20px;
  }
  ul.top-medical-case-list.page-medical li:last-child {
    margin-bottom: 0;
  }
  .page-medical-title {
    font-size: 20px;
    font-weight: 500;
  }
  body:not(.front-top-page) .article h2, h2.related-entry-heading, body:not(.front-top-page) .article h3, body:not(.front-top-page) .article h4, h1.archive-title {
    line-height: 1.45;
  }
  body:not(.front-top-page) .article h3::before {
    top: 2.4px;
  }
  body:not(.front-top-page) .article h4::before {
    top: 10.4px;
  }

  .page-word-left {
    width: 80px;
    padding-top: 20px;
  }
  .page-word-left img {
    height: 80px;
    border-radius: 50%;
  }
  .page-word-name {
    font-size: 12px;
  }
  span.page-word-name-inner {
    font-size: 12px;
  }
  .page-word-right {
    width: calc(100% - 100px);
    padding: 20px 15px;
  }
  .page-word-right::before {
    top: 40px;
    left: -14.5px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 15px solid #e8f7f6;
  }

  body:not(.front-top-page) .page-author {

  }
  body:not(.front-top-page) .page-author span.top-doctor-name {
    margin-bottom: 0px;
  }
  body:not(.front-top-page) .page-author span.top-doctor-name span {
    font-size: 19px;
  }
  body:not(.front-top-page) .page-author span.top-doctor-pos {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  body:not(.front-top-page) .page-author .top-doctor-sign {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-title {
    font-size: 26px;
    letter-spacing: 0;
  }
  .footer-title span::before {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    width: 45px;
    height: 50px;
  }
  .footer-title span::after {
    content: none;
  }
  .footer-bg {
    padding: 100px 15px 50px;
  }
  .footer-policy {
    padding: 0;
  }
  .footer-policy-title-wrap {
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-policy-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  span.footer-policy-title-inner {
    padding: 15px 15px;
    width: 100%;
    font-size: 28px;
  }
  .footer-policy-content p {
    text-align: left;
    margin-bottom: 15px;
  }
  ul.footer-photo {
    margin-bottom: 0;
  }
  ul.footer-photo li {
    width: 50%;
    margin-bottom: 0px;
  }
  ul.footer-photo li img {
    height: 180px;
    border-radius: 0px;
  }
  ul.footer-cta-list {
    display: block;
  }
  ul.footer-cta-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  ul.footer-cta-list li:last-child {
    margin-bottom: 0;
  }
  ul.footer-cta-list li a {
    width: 100%;
  }
  .footer-cta {
    padding: 30px 15px 50px;
    margin-top: 0;
    border-radius: 0 0 30px 30px;
  }
  .footer-cta-text {
    line-height: 1.45;
    font-size: 26px;
  }

  .footer-info {
    display: block;
  }
  .footer-info-left {
    width: 100%;
  }
  .footer-info-right {
    width: 100%;
  }
  dl.footer-info-address dt {
    width: 90px;
    white-space: nowrap;
  }
  dl.footer-info-address dd {
    width: calc(100% - 90px);
  }
  dl.footer-info-address dd a {
    display: block;
  }
  span.footer-info-address-banchi {
    display: block;
  }
  .footer-tel-wrap {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .footer-tel {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-menu-wrap {
    padding: 0 15px;
  }
  ul.footer-menu-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  ul.footer-menu-list li a {
    font-size: 16.5px;
  }
  .mblt-footer-mobile-buttons, .mblt-header-and-footer-mobile-buttons {
    margin-bottom: 64px;
  }
  table.schedule-table tr:nth-child(1) th:nth-child(1), table.schedule-table tr td:nth-child(1) {
    width: 140px;
    letter-spacing: 0;
  }
  table.schedule-table tr td:nth-child(1) {
    font-size: 17.5px;
  }

  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    height: 64px;
  }
  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    padding: 10px 0;
    width: 20%;
    height: 64px;
  }
  .mobile-menu-buttons > li.menu-button:last-child {
    border-right: 0px solid #fff;
  }
  .mobile-menu-buttons > li.menu-button:hover {
    background: #46c2b8;
  }
  #navi-menu-open .fa-bars:before,
  .menu-tel-icon::before,
  .menu-sp-icon01::before,
  .menu-sp-icon02::before,
  .menu-sp-icon03::before,
  .menu-sp-icon04::before,
  .menu-mail-icon::before {
    font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 22px;
  }
  .menu-sp-icon01::before {
    content:'\f469';
  }
  .menu-sp-icon02::before {
    content:'\f05a';
  }
  .menu-sp-icon03::before {
    content:'\f3c5';
  }
  .menu-sp-icon04::before {
    content:'\f073';
  }
  .mobile-menu-buttons .menu-button {
    background: #46c2b8;
  }
  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }
  .mobile-menu-buttons .menu-icon {
    font-size: 90%;
  }
  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }
  .menu-drawer a {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 15px;
  }
  .menu-close-button {
    margin-top: 10px;
  }
  .menu-close-button span.fa-times {
    font-size: 30px;
  }
  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-top: 3px;
  }

}
@media (min-width: 750px) and (max-width: 1023px){
  .header-menu {
    width: auto;
  }
  .mv-title-icon-10 {
    display: none;
  }
}
@media screen and (max-width: 834px){
  table th, table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 410px){
  .mv-title {
    font-size: 22px;
  }
  .top-doctor h3 {
    font-size: 20px;
  }
  .top-doctor h3 span {
    font-size: 19px;
    padding: 8px 10px;
  }
  span.top-doctor-pos {
    font-size: 18px;
  }
  span.top-doctor-name {
    font-size: 20px;
  }
  span.top-doctor-en {
    font-size: 20px;
  }
  .top-promise-title span {
    font-size: 28px;
  }
  .top-promise-text span {
    font-size: 24px;
  }
  .top-title h2,
  #top-news-layout .top-title h2 {
    font-size: 26px;
    letter-spacing: 0px;
  }
  .top-title-left img, #top-news-layout .top-title-left img {
    height: 30px;
    top: 1px;
  }
  h3.top-policy-title {
    font-size: 24px;
  }
  .footer-title {
    font-size: 22px;
  }
  span.footer-policy-title-inner {
    font-size: 24px;
  }
  .footer-cta-text {
    font-size: 24px;
    letter-spacing: 0;
  }
  .footer-cta-text span.footer-cta-text-note {
    font-size: 18px;
  }
  .su-spoiler-style-default>.su-spoiler-title {
    font-size: 20px;
    padding: 20px 45px 20px 0px !important;
  }
  .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }
  a.a-btn, .top-point-item .a-btn-wrap a.a-btn, #top-policy-layout .a-btn-wrap a.a-btn, .top-column .a-btn-wrap a.a-btn, body:not(.front-top-page) .a-btn-wrap a.a-btn, .top-doctor-info a.a-btn {
    font-size: 19px;
    padding: 20px 35px 20px 35px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 359px){
  .logo-image a img {
    width: 260px;
  }
  .mv-title {
    font-size: 19.5px;
  }
  #metaslider-id-16 img {
    height: 400px;
  }
  .top-news-item-info {
    display: block;
  }
  .top-news-item-info .e-card-categorys, body.post-type-archive-news #list .e-card-categorys, body.tax-news-cat #list .e-card-categorys {
    margin-left: 0;
    margin-top: 5px;
  }
  .top-medical-item h3 {
    font-size: 24px;
  }
  .top-medical-banner-item h3 {
    font-size: 24px;
  }
  .su-spoiler-style-default>.su-spoiler-title {
    text-align: center;
    line-height: 1.5;
    font-size: 22px;
  }
  .top-doctor h3 {
    line-height: 1.5;
  }
  span.top-doctor-pos {
    font-size: 16px;
  }
  span.top-doctor-name {
    font-size: 18px;
  }
  span.top-doctor-en {
    font-size: 18px;
  }
  .top-promise-title span {
    font-size: 24px;
  }
  .top-promise-text span {
    font-size: 20px;
  }
  .top-point-item-title h3 {
    font-size: 24px;
  }
  .top-point-item-num {
    font-size: 24px;
  }
  .top-point-item-num span {
    font-size: 32px;
  }
  h3.top-policy-title {
    font-size: 20px;
  }
  ul.top-policy-img-list li img {
    height: 180px;
  }
  span.footer-policy-title-inner {
    font-size: 23px;
  }
  ul.footer-photo li img {
    height: 160px;
  }
  .footer-cta-text {
    font-size: 21px;
  }
  ul.footer-cta-list li a {
    font-size: 20px;
  }
  .footer-title {
    font-size: 20px;
  }
  .top-title h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .logo-image a img {
    width: 250px;
  }
  #metaslider-id-16 img {
    height: 370px;
  }
  .mv-title {
    font-size: 19px;
  }
  a.a-btn, .top-point-item .a-btn-wrap a.a-btn, #top-policy-layout .a-btn-wrap a.a-btn, .top-column .a-btn-wrap a.a-btn, body:not(.front-top-page) .a-btn-wrap a.a-btn, .top-doctor-info a.a-btn {
    font-size: 17px;
  }

}
