@charset "UTF-8";

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

body {
  overflow-x: hidden;
  color: #404040;
  background: #fff;
  letter-spacing: 0.5px;
  -webkit-print-color-adjust: exact;
  */
}

#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;
}

body.single h1.entry-title,
.page-top-bg h1.entry-title,
h2.page-title,
.top-title h2,
h3.page-title,
h3.top-point-title,
h3.top-media-title,
h4.page-title,
h4.top-media-title,
h5.page-title,
body.single h2.h-title,
body.single h3.h-title,
h1#archive-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.top-title-en,
.top-medical-title,
.top-doctor-title,
.top-doctor-profile,
.top-doctor-desc p,
.top-point-num,
.page-top-bg .entry-title-archive,
.menu-title,
.menu-en,
ul.header-point-list li,
.mv-content-title,
a.footer-info-banner-item .footer-info-banner-title,
.header-cta-time,
.mv-content-sub,
a.mv-content-link,
.footer-cta-title,
.footer-cta-desc,
a.footer-cta-link,
ul.footer-banner-list li a,
.bh-banner-title {
  font-family: 'Zen Maru Gothic', sans-serif;
}


/* レイアウト */
body.page .content,
body.single .content,
body.blog .content,
body.archive .content,
body.category .content {
  padding: 0;
  margin: 0;
  background: #f8f6f2;
  padding: 50px 0;
}

body.page .main,
body.single .main,
body.blog .main,
body.archive .main,
body.category .main {
  padding: 0;
  margin: 0;
  border: 0;
  padding: 60px 70px;
  border-radius: 30px;
}

body.single .main,
body.blog .main,
body.archive .main,
body.category .main,
.padding-style-03 {
  padding-left: 200px;
  padding-right: 200px;
}

body.page .article,
body.single .article,
body.blog .article,
body.archive .article,
body.category .article {
  padding: 0;
  margin: 0;
}

body.page .entry-content,
body.single .entry-content,
body.blog .entry-content,
body.archive .entry-content,
body.category .entry-content {
  padding: 0;
  margin: 0;
}

body.front-top-page .content {
  padding: 0;
  background: #fff;
}

body.front-top-page .main {
  padding: 0px;
  border-radius: 0px;
}

body.front-top-page #content-in.wrap {
  width: auto;
}

body.single h1.entry-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
body.single h2.h-title,
body.single h3.h-title,
h1#archive-title {
  margin: 1.8em 0 0.9em;
  line-height: 1.4;
}

h2.page-title,
body.single h1.entry-title,
h1#archive-title {
  background: #f8f6f2;
  padding: 20px 30px;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #404040;
  font-size: 24px;
}

h3.page-title,
body.single h2.h-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}

h3.page-title::before,
body.single h2.h-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #9ED1BA;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}

h4.page-title,
body.single h3.h-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 34px;
}

h4.page-title::before,
body.single h3.h-title::before {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: #9ED1BA;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 20px;
}

#top-medical-layout {
  position: relative;
}

.bg-circle-01 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(158, 209, 186, 0.15);
  position: absolute;
  top: -300px;
  left: -300px;
  z-index: -1;
}

.bg-circle-02 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(158, 209, 186, 0.15);
  position: absolute;
  bottom: -300px;
  right: -300px;
  z-index: -1;
}

/* ヘッダー */
#header-container {
  /* padding: 12px 30px; */
  padding: 12px 20px;
}

.tagline {
  display: none;
}

.logo-image {
  padding: 0;
}

.logo-image a {
  padding: 0;
  transition: all 0.2s;
}

.logo-image a:hover {
  opacity: 0.7;
}

.header-point-wrap {
  display: flex;
  align-items: center;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: none;
}

.header-container-in.hlt-top-menu .logo-header img {
  max-height: none;
  height: 80px;
}

ul.header-point-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 15px;
}

ul.header-point-list li {
  margin: 0;
  text-align: left;
  width: 80px;
  font-size: 15px;
  /* color: #dab58b; */
  color: #ce9d64;
  margin-bottom: 14px;
  line-height: 1;
}

ul.header-point-list li:nth-child(5),
ul.header-point-list li:nth-child(6) {
  margin-bottom: 0;
}

.header-container-in.wrap {
  width: 100%;
}

.navi-in>ul li {
  width: auto;
  height: auto;
  line-height: normal;
  /* margin-right: 21.5px; */
  margin-right: 18px;
}

.navi-in>ul li:last-child {
  margin-right: 0px;
}

.navi-in a {
  /* padding: 20px 10px; */
  padding: 0;
  color: #404040;
  transition: all 0.2s;
}

.navi-in a:hover {
  background: #fff;
  opacity: 0.6;
  transition: all 0.2s;
}

.menu-wrap {}

.menu-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.menu-en {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-top: 4px;
}

.header-cta {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 12px;
}

.header-cta .header-cta-item {
  margin-right: 10px;
}

.header-cta .header-cta-item:last-child {
  margin-right: 0;
}



.header-cta-time {
  display: flex;
  align-items: center;

  /* display: none; */
}

.header-cta-time-title {
  font-size: 13px;
  font-weight: 500;
  background: #fff;
  color: #9ED1BA;
  border: 1px solid #9ED1BA;
  height: 60px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0px 9px; */
  padding: 0px 7px;
}

.header-cta-time-text {
  line-height: 1.55;
  font-size: 14.5px;
  font-weight: 500;
  padding-left: 5px;
}



.header-cta-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #9ED1BA;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  /* height: 50px;
  line-height: 50px; */
  border-radius: 25px;
  /* padding: 0px 20px; */
  /* padding: 0px 25px 0 20px; */
  padding: 10px 25px 10px 20px;
  /* border: 3px solid #ace133; */
  /* box-shadow: 0px 0px 10px rgb(63 63 63 / 20%); */
  position: relative;
  transition: all 0.2s;
}

.header-cta-link a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 53%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}

.header-cta-link a:hover {
  opacity: 0.7;
}

.header-cta-link.header-cta-tel a {
  font-size: 18px;
  /* padding: 0px 20px; */
  padding: 8.8px 17px;
}

.header-cta-link.header-cta-tel a::before {
  content: none;
}

.header-cta-link-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.header-cta-link-icon i {
  color: #9ED1BA;
  font-size: 16px;
}

.google-translator-wrap {
  padding-left: 15px;
}

/* mv */
.mv-wrap {
  /* margin-top: 124px; */
}

.mv-bg {
  position: relative;
}

.mv-bg img.mv-main-img {
  width: 100%;
  /* height: 480px; */
  /* height: 500px; */
  height: 510px;
  object-fit: cover;
  object-position: 50% 55%;
}

.mv-bg img.mv-sub-img {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 600px; */
  width: 600px;
  /* height: 480px; */
  height: 500px;
  z-index: 1;

  display: none;
}

.mv-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* border: 1px solid #000; */
  width: 100%;
  height: 100%;
  max-width: 1100px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.mv-content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 40px 40px;
}

.mv-content-sub {
  background: #fff;
  width: 500px;
  /* height: 50px;
  line-height: 50px; */
  padding: 5px 0;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 22.5px;
  letter-spacing: 2px;
  color: #9ED1BA;
  position: relative;
  margin-bottom: 3px;
}

.mv-content-sub::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 1;

  display: none;
}

.mv-content-title {
  font-size: 28px;
  font-weight: 700;
  /* text-shadow: 0 0 7px #da5082, 0 0 7px #da5082, 0 0 7px #da5082; */
  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);
  color: #404040;
  letter-spacing: 2px;
}

.mv-content-link-wrap {
  display: flex;
  margin-top: 20px;
}

a.mv-content-link {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #90C31D;
  color: #fff;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  transition: all 0.2s;
}

a.mv-content-link:last-child {
  margin-right: 0;
}

a.mv-content-link:hover {
  opacity: 0.7;
}

.mv-content-link-wrap a.mv-content-link:nth-child(1) {
  background: #9ED1BA;
  /* border: 3px solid #f4b3cf; */
}

.mv-content-link-wrap a.mv-content-link:nth-child(2) {
  background: #E0C19E;
  /* border: 3px solid #f0b19d; */
}

.mv-content-link-wrap a.mv-content-link:nth-child(3) {
  background: #E8B8D2;
  /* border: 3px solid #00f0c0; */
}

.mv-content-link-wrap a.mv-content-link:nth-child(4) {
  background: #a0cbed;
  /* border: 3px solid #2ed5ff; */
}

a.mv-content-link::before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 80%;
}

a.mv-content-link i {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  /* font-size: 200%; */
  font-size: 28px;
}

/* トップページ */
.front-top-bg {
  display: none;
}

.top-layout-wrap {
  margin-bottom: 0;
}

.section-layout {
  padding: 50px 0 60px;
  margin: 0;
}

.top-layout-wrap .section-layout:nth-child(even) {
  background: #f8f6f2;
}

.wrap-style {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.top-title {
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.top-title-img {
  margin-bottom: 10px;
}

.top-title-img img {
  width: auto;
  height: 40px;
}

.top-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.top-title-en {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 10px;
}

#top-info-layout.section-layout {
  padding: 60px 0 60px;
}

#top-info-layout .top-title-img img {
  height: 35px;
}

#top-info-layout .top-title h2 {
  font-size: 34px;
}

#top-info-layout .top-title-en {
  font-size: 19px;
}

.top-medical {
  display: flex;
  flex-wrap: wrap;
  /* border: 3px solid #CECFCF;
  background: #fdf2f7; */
}

.top-medical-item {
  width: 33.33333%;
  /* background: transparent; */
}

.top-medical-title {
  text-align: center;
  background: #f1f8f5;
  padding: 10px 0;
  font-weight: 500;
  font-size: 22px;

  height: 59.6px;
  border-top: 3px solid #CECFCF;
  border-left: 3px solid #CECFCF;
}

ul.top-medical-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 20px 25px;

  height: calc(100% - 59.6px);
  background: #fff;
  border-left: 3px solid #CECFCF;
}

.top-medical-item:nth-child(3) .top-medical-title,
.top-medical-item:nth-child(3) ul.top-medical-list,
.top-medical-item:nth-child(6) .top-medical-title,
.top-medical-item:nth-child(6) ul.top-medical-list {
  border-right: 3px solid #CECFCF;
}

.top-medical-item:nth-child(4) ul.top-medical-list,
.top-medical-item:nth-child(5) ul.top-medical-list,
.top-medical-item:nth-child(6) ul.top-medical-list {
  border-bottom: 3px solid #CECFCF;
}

.top-medical-item:nth-child(1) .top-medical-title {
  border-top-left-radius: 30px;
}

.top-medical-item:nth-child(3) .top-medical-title {
  border-top-right-radius: 30px;
}

.top-medical-item:nth-child(4) ul.top-medical-list {
  border-bottom-left-radius: 30px;
}

.top-medical-item:nth-child(6) ul.top-medical-list {
  border-bottom-right-radius: 30px;
}

ul.top-medical-list li {
  margin: 0;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

ul.top-medical-list li:last-child {
  margin-bottom: 0;
}

ul.top-medical-list li::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 120%;
  color: #9ED1BA;
}

ul.top-medical-list li a {
  color: #1967d2;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s;
}

ul.top-medical-list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top-media-title-speech {
  position: relative;
  padding: 1rem 1.5em;
  border-radius: 10px;
  border: 3px solid #404040;
  box-shadow: 5px 5px 0px #404040;
  background-color: #fff;
  color: #404040;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 34px;
}

.top-media-title-speech::before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 25px;
  width: 15px;
  border-right: 8px solid #404040;
  background-color: #fff;
  content: "";
}

h4.top-media-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}

.top-media-qa {
  display: flex;
  justify-content: space-between;
}

.top-media-qa-left {
  width: 60%;
}

.top-media-qa-left p {
  font-size: 18px;
  margin-bottom: 10px;
}

.top-media-qa-left p:last-child {
  margin-bottom: 0;
}

.top-media-qa-right {
  width: 36%;
}

.top-media-qa-right img {
  border-radius: 30px;
}

.top-symptoms {}

ul.top-symptoms-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.2vw 1.2vw;
  margin-top: 24px;
}

ul.top-symptoms-list li {
  margin: 0;
}

ul.top-symptoms-list li a {
  transition: all 0.2s;
}

ul.top-symptoms-list li a:hover {
  opacity: 0.6;
}

ul.top-symptoms-list li img {
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px rgb(63 63 63 / 20%); */
  border: 3px solid #CECFCF;
}

.top-doctor {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-doctor-left {
  width: 25%;
}

.top-doctor-img {
  position: relative;
}

.top-doctor-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #9ED1BA;
  border-radius: 30px;
  z-index: 1;

  content: none;
}

.top-doctor-img img {
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.top-doctor-profile {
  text-align: center;
  line-height: 1;
}

.top-doctor-name {
  font-size: 22px;
  font-weight: 500;
  margin: 16px 0;
}

.top-doctor-name span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.top-doctor-pos {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.top-doctor-profile .top-doctor-pos:last-child {
  margin-bottom: 0;
}


.top-doctor-right {
  width: 70%;
}

.top-doctor-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin: 5px 0 10px;
  color: #9ED1BA;
}

.top-doctor-desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
}

.top-doctor-link {
  margin-top: 28px;
}

ul.top-doctor-link-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.top-doctor-link-list li.top-doctor-link-item {
  margin: 0;
  width: auto;
  margin-right: 70px;
}

ul.top-doctor-link-list li.top-doctor-link-item:last-child {
  margin-right: 0px;
}

ul.top-doctor-link-list li.top-doctor-link-item a {}

a.top-info-more,
a.a-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #9ED1BA;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  border-radius: 40px;
  padding: 15px 20px;
  border: 3px solid #9ED1BA;
  /* box-shadow: 0px 0px 10px rgb(63 63 63 / 20%); */
  position: relative;
  transition: all 0.2s;
}

a.a-btn {
  background: #9ED1BA;
  border: 3px solid #9ED1BA;
}

a.top-info-more::before,
a.a-btn::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 53%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}

a.top-info-more:hover,
a.a-btn:hover {
  opacity: 0.7;
}

#top-info-layout a.top-info-more {
  width: 75%;
  padding: 12px 20px;
  text-align: center;
}


ul.top-doctor-link-list li.top-doctor-link-item a,
a.top-point-link-item {
  display: inline-block;
  position: relative;
  color: #1967d2;
  padding-left: 28px;
  font-size: 17px;
  text-decoration: underline;
  transition: all 0.2s;
}

ul.top-doctor-link-list li.top-doctor-link-item a:hover,
a.top-point-link-item:hover {
  text-decoration: none;
  opacity: 0.7;
}

ul.top-doctor-link-list li.top-doctor-link-item a::before,
a.top-point-link-item::before {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
  color: #9ED1BA;
  font-size: 110%;
}


.center {
  text-align: center;
}

.a-btn-wrap {
  margin-top: 1.8em;
}

a.a-btn {
  width: 300px;
  margin: 0 auto;
}

a.tel-style-01 {
  font-size: 28px;
  font-weight: 500;
}

.top-media {
  background: #fff;
  padding: 40px 50px 45px;
  border-radius: 30px;
  margin-top: 45px;
}

h3.top-media-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.8;
}

span.top-media-title-inner {
  display: inline-block;
  position: relative;
}

span.top-media-title-inner::before,
span.top-media-title-inner::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background: #9ED1BA;
  position: absolute;
  top: 52%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

span.top-media-title-inner::before {
  left: -42px;
}

span.top-media-title-inner::after {
  right: -42px;
}

.top-media>p {
  text-align: center;
  margin: 0;
  line-height: 1.9;
  font-size: 18px;
}

ul.top-media-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 29px;
}

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: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 28px 28px;
  margin-bottom: 32px;
}

ul.media-logo-list li {
  margin: 0;
  text-align: center;
}

ul.media-logo-list li img {
  width: auto;
  height: 50px;
}


#top-medical-layout .top-media {
  background: #f8f6f2;
}

.top-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-point-item {
  width: 48.5%;
  background: #f8fced;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.top-point-item:nth-last-child(1),
.top-point-item:nth-last-child(2) {
  margin-bottom: 0;
}

.top-point-num {
  position: absolute;
  top: 0;
  left: 0;
  background: #90C31D;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 12px 25px;
  border-radius: 30px 0 30px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

span.top-point-num-inner {
  display: block;
  font-size: 32px;
  font-weight: 900;
}

.top-point-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.top-point .top-point-item:nth-child(2) img {
  object-position: 50% 67%;
}

.top-point .top-point-item:nth-child(3) img {
  object-position: 50% 16%;
}

.top-point .top-point-item:nth-child(5) img {
  object-position: 50% 20%;
}

.top-point .top-point-item:nth-child(6) img {
  object-position: 50% 67%;
}

.top-point-desc {
  padding: 20px 30px 30px;
}

.top-point-desc p {
  margin: 0;
}

h3.top-point-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}

.top-point-link {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  ;
  margin-top: 20px;
}

a.top-point-link-item {
  /* margin-right: 10px;
  min-width: 220px; */
  /* width: 48.5%; */
  margin-right: 50px;
}

.top-point-link a.top-point-link-item:last-child {
  margin-right: 0;
}

.top-point .top-point-item:nth-child(odd) {
  background: #f7f7f7;
}

.top-point .top-point-item:nth-child(odd) .top-point-num {
  background: #9ED1BA;
}

.top-point .top-point-item:nth-child(even) {
  background: #f7f7f7;
}

.top-point .top-point-item:nth-child(even) .top-point-num {
  background: #9ED1BA;
}

/* お知らせ */
.top-info {
  display: flex;
  justify-content: space-between;
}

.top-info-left {
  width: 25%;
  position: relative;
}

a.top-info-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);

  background: #9ED1BA;
  border-color: #9ED1BA;
}

.top-info-right {
  width: 75%;
}

.info-entry-cards {
  margin: 0 !important;
}

.info-entry-cards a.a-wrap {
  padding: 0;
  margin: 0;
  line-height: 1;
  background: #fff;
  margin-bottom: 10px;
  padding: 25px 35px;
  border-radius: 40px;
  position: relative;
  transition: all 0.2s;
}

.info-entry-cards a.a-wrap:last-child {
  margin-bottom: 0;
}

.info-entry-cards a.a-wrap::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #999;
}

.info-entry-cards .new-entry-card {
  display: flex;
  align-items: center;
}

.info-entry-cards .news-desc-wrap {
  width: 130px;
}

.info-entry-cards .e-card-info {
  display: block;
}

.e-card-info>span {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #999;
}

.e-card-info>span i {
  margin-right: 5px;
}

.info-entry-cards .widget-entry-card-content {
  padding: 0;
  margin: 0;
  width: calc(100% - 130px);
  color: #1967d2;
  text-decoration: underline;
  transition: all 0.2s;
}

.info-entry-cards a.a-wrap:hover .widget-entry-card-content {
  text-decoration: none;
  opacity: 0.7;
}

.info-entry-cards .new-entry-card-title {
  font-size: 16px;
}

.widget-entry-cards:not(.large-thumb-on) .card-title,
.related-entry-card-title,
.entry-card-title {
  overflow: unset;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}

/* 固定ページ */
.page-top-bg {
  /* margin-top: 124px; */
  width: 100%;
  height: 162px;
  position: relative;
  background-image: url('../../../wp-content/uploads/image4412.jpg');

  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-top-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(158, 209, 186, 0.85);
  z-index: 2;
}

.page-top-bg header.article-header {
  display: inline-block;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-top-bg .date-tags {
  display: none;
}

.page-top-bg h1.entry-title,
.page-top-bg .entry-title-archive {
  margin: 0;
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.bg-style-01 {
  background: #f3f9f6;
  padding: 30px 50px;
  /* padding-bottom: 30px; */
  border-radius: 30px;
  margin-top: 1.8em;
}

ul.list-layout-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list-layout-01 li {
  margin: 0;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

ul.list-layout-01 li::before {
  content: '';
  position: absolute;
  top: 9.5px;
  left: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background: #9ED1BA;
  border-radius: 50%;
}

ul.list-layout-01 li:last-child {
  margin-bottom: 0;
}

/* フッターCTA */
.footer-cta-link-list {
  display: flex;
  margin-bottom: 35px;
}

a.footer-cta-link {
  display: block;
  width: 25%;
  background: #fff;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  /* margin-bottom: 20px; */
  line-height: 1;
  position: relative;
  padding: 20px 0px;
  /* border-bottom: 2px solid #ddd; */
  transition: all 0.2s;
  text-align: center;
}

a.footer-cta-link:hover {
  opacity: 0.6;
}

.footer-cta-link-list a.footer-cta-link:nth-child(1) {
  background: #9ED1BA;
  border-radius: 30px 0 0 30px;
}

.footer-cta-link-list a.footer-cta-link:nth-child(2) {
  background: #E0C19E;
}

.footer-cta-link-list a.footer-cta-link:nth-child(3) {
  background: #E8B8D2;
}

.footer-cta-link-list a.footer-cta-link:nth-child(4) {
  background: #a0cbed;
  border-radius: 0 30px 30px 0;
}

a.footer-cta-link::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 28px;

  display: none;
}

.footer-cta-link-sub {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
}

.footer-cta-link-main {
  font-size: 24px;
  font-weight: 700;
  /* text-decoration: underline; */
}

span.footer-cta-link-main-border {
  /* text-decoration: underline; */
}

.footer-cta-link-more {
  background: #fff;
  color: #404040;
  font-size: 17px;
  width: 86%;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 12px;
}

.footer-cta-link-more i {
  margin-left: 5px;
}

/* フッター */
.footer-info-bg {
  padding: 60px 0 64px;
}

.footer-info-logo {
  text-align: center;
  margin-bottom: 26px;
}

.footer-info-logo img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 305px;
}

.footer-info {
  background: #f8f6f2;
  padding: 60px 70px;
  border-radius: 30px;
}

.footer-info-sub-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 0px 90px;

  position: relative;
}

.footer-info-sub-text::before,
.footer-info-sub-text::after {
  content: '';
  background-image: url('../../../wp-content/uploads/10484093.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -2px;
}

.footer-info-sub-text::before {
  left: 5px;
  transform: rotate(-33deg);
}

.footer-info-sub-text::after {
  right: 10px;
  transform: rotate(33deg) scale(-1, 1);
}

.footer-info-inner {
  display: flex;
  justify-content: space-between;
}

.footer-info-left {
  width: 48.5%;
}

ul.footer-info-point {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.footer-info-point li {
  margin: 0;
  padding-left: 28px;
  position: relative;
  margin-bottom: 7px;
}

ul.footer-info-point li:last-child {
  margin-bottom: 0;
}

ul.footer-info-point li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../../../wp-content/uploads/icon_check07.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

dl.footer-info-address {
  display: flex;
  flex-wrap: wrap;
}

dl.footer-info-address dt,
dl.footer-info-address dd {
  margin-bottom: 10px;
  font-size: 15px;
  padding: 10px 15px;
}

dl.footer-info-address dt:last-child,
dl.footer-info-address dd:last-child {
  margin-bottom: 0;
}

dl.footer-info-address dt {
  width: 80px;
  color: #404040;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 0px;
}

dl.footer-info-address dd {
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
}

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

table.schedule-table {
  margin-bottom: 10px;
}

table.schedule-table tr {
  background: transparent;
}

table.schedule-table tr:nth-child(2) {
  border-bottom: 1px solid #E0C19E;
}

table.schedule-table tr th,
table.schedule-table tr td {
  padding: 0;
  border: 0;
  background: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding: 15px 5px;
}

table.schedule-table tr th {
  background: #E0C19E;
  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: #FEAF3E;
}

span.schedule-table-circle-02 {
  color: #3e8efe;
}

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;
}

.footer-info-banner {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

a.footer-info-banner-item {
  display: block;
  width: 48.5%;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}

a.footer-info-banner-item:hover {
  opacity: 0.7;
}

a.footer-info-banner-item img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.footer-info-banner a.footer-info-banner-item:nth-child(1) img {
  object-position: 50% 50%;
}

.footer-info-banner a.footer-info-banner-item:nth-child(2) img {
  object-position: 50% 8%;
}

a.footer-info-banner-item .footer-info-banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(158, 209, 186, 0.85);
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  font-weight: 500;
}

a.footer-info-banner-item .footer-info-banner-title::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 53%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}

.footer-banner {
  margin: 50px 0 40px;
}

ul.footer-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.footer-banner-list li {
  margin: 0;
  width: 23.5%;
}

ul.footer-banner-list li a {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.2s;
}

ul.footer-banner-list li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 53%;
  right: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
}

ul.footer-banner-list li a:hover {
  opacity: 0.7;
}

ul.footer-banner-list li:nth-child(1) a {
  background: #2EAD36;
}

ul.footer-banner-list li:nth-child(2) a {
  background: #30618A;
}

ul.footer-banner-list li:nth-child(3) a {
  background: #DA1725;
}

ul.footer-banner-list li:nth-child(4) a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footer-banner-list li:nth-child(4) a img {
  width: 26px;
  height: auto;
  margin-right: 5px;
}

ul.footer-banner-list li a i {
  margin-right: 5px;
  font-size: 120%;
}

.footer-banner-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 6px;
  letter-spacing: 0px;
}


/* フッターメニュー */
#footer {
  background: #f7f7f7;
  /* background: #fff; */
  margin-top: 0;

  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#footer-in {
  padding: 30px 0;
}

.footer-bottom {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
}

ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.footer-menu-list>li {
  margin: 0;
  position: relative;
  text-align: left;
  padding-left: 13px;
  margin-bottom: 11.9px;
}

ul.footer-menu-list>li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9ED1BA;
  position: absolute;
  top: 12px;
  left: 0;
}

ul.footer-menu-list>li>a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

ul.footer-menu-list>li>a:hover {
  text-decoration: underline;
}

ul.footer-sub-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;

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

  margin-top: 10px;
}

ul.footer-sub-menu-list>li {
  margin: 0;
  position: relative;
  text-align: left;
  /* padding-left: 14.5px; */
  padding-left: 11.5px;
  letter-spacing: 0;
}

ul.footer-sub-menu-list>li::before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #9ED1BA;
  position: absolute;
  top: 13px;
  left: 0;
}

ul.footer-sub-menu-list>li>a {
  display: inline-block;
  color: #404040;
  text-decoration: none;
  font-size: 14.5px;
}

ul.footer-sub-menu-list>li>a:hover {
  text-decoration: underline;
}


.bh-banner {
  background: #fff;
  padding: 0px 0 0px;
}

.bh-banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  color: #404040;
}

span.bh-banner-title-inner {
  display: inline-block;
  position: relative;
}

span.bh-banner-title-inner::before,
span.bh-banner-title-inner::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background: #9ED1BA;
  position: absolute;
  top: 52%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

span.bh-banner-title-inner::before {
  left: -42px;
}

span.bh-banner-title-inner::after {
  right: -42px;
}

ul.bh-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.bh-banner-list li {
  margin: 0;
  margin-right: 20px;
}

ul.bh-banner-list li:last-child {
  margin-right: 0;
}

ul.bh-banner-list li a {
  display: block;
  border: 3px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
}

ul.bh-banner-list li a:hover {
  opacity: 0.7;
}

ul.bh-banner-list li a img {
  width: 300px;
  height: auto;
}

.copyright {
  text-align: center;
  background: #f7f7f7;
  color: #404040;
  font-size: 14px;
  padding: 0 0 15px;
  margin-top: 0;
  font-weight: 500;
  text-align: center;
}

/* パンくず */
#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;
}

/* 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;
}

/* 固定 */
.fixed-wrap {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 998;
  display: flex;

  display: none;
}

a.fixed-link {
  display: inline-block;
  text-decoration: none;
  background: #90C31D;
  color: #fff;
  line-height: 1;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s;
  margin-left: 8px;
  border: 3px solid #ace133;
}

.fixed-link-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-link-icon i {
  color: #90C31D;
  font-size: 22px;
  transition: all 0.3s;
}

a.fixed-link:hover {
  background: #ace133;
}

a.fixed-link:hover i {
  color: #ace133;
}

.fixed-link-right {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 5px;
}

.fixed-tel-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.fixed-tel-num {
  font-size: 22px;
  font-weight: 700;
}

a.img-opacity-01 {
  transition: all 0.2s;
}

a.img-opacity-01:hover {
  opacity: 0.7;
}

.bg-style-02-qa {
  position: relative;
  padding: 15px 30px;
  border-radius: 10px;
  border: 3px solid #333;
  box-shadow: 5px 5px 0px #333;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 40px;
  margin-top: 30px;
}

.bg-style-02-qa:before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 25px;
  width: 15px;
  border-right: 8px solid #333;
  background-color: #fff;
  content: "";
}

.bg-style-02-qa p {
  line-height: 1.5;
  margin: 0 !important;
}

.service-case-img-wrap img {
  width: 100%;
  height: 284px;
  object-fit: cover;
}

ul.service-case-img {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.service-case-img li {
  margin: 0;
  text-align: center;
  width: 48.5%;
}

.service-case-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
}

table.table-style-01 {}

table.table-style-01 tr {}

table.table-style-01 tr th,
table.table-style-01 tr td {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  text-align: left;
  padding: 12px 20px;
  border: 1px solid #ccc;
}

table.table-style-01 tr th {
  background: #efdfcd;
  font-weight: 500;
}

table.table-style-01 tr td {}

.bijiris-img-01 {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.bijiris-img-02 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 22px;
}

.bijiris-img-03 {
  text-align: center;
  margin-bottom: 20px;
}

.bijiris-img-03 img {
  height: 280px;
}

.bijiris-img-04 {
  text-align: center;
}

.bijiris-img-04 img {
  height: 180px;
}

.bijiris-img-04>p {
  display: none;
}

.bg-style-03-img-text {
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
  font-style: italic;
}

.bijiris-price {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0px;
}

.bijiris-price .bold-red {
  font-size: 34px;
}

.bg-style-01.arrow-option {
  position: relative;
}

.bg-style-01.arrow-option::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 35px solid #f3f9f6;
  z-index: 1;
}

.bg-style-02 {
  margin-top: 52px;
  border-radius: 30px;
  overflow: hidden;
}

.bg-style-02-title {
  background: #9ED1BA;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 26px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.bg-style-02-inner {
  background: #f7f7f7;
  padding: 30px 50px;
}

.bg-style-02-inner p {
  margin-bottom: 0.5em;
}

.bg-style-03-header {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin: 32px 0 34px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.bg-style-03 {
  display: flex;
  justify-content: space-between;
}

.bg-style-03-item {
  width: 48.5%;
  border-radius: 30px;
  overflow: hidden;
  background: #f7f7f7;
}

.bg-style-03-item>p {
  display: none;
}

.bg-style-03-title {
  background: #9ED1BA;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.bg-style-03-inner {
  padding: 30px 40px;
}

.bg-style-03-point {
  background: #efdfcd;
  font-weight: 500;
  border-radius: 5px;
  padding: 7.7px 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

p.bg-style-03-point {}

.bg-style-03-point-text .bold-red {
  font-size: 22px;
}

.flex-style-01 {
  display: flex;
  justify-content: space-between;
}

.flex-style-01>p {
  display: none;
}

.flex-style-01-left {
  width: 70%;
}

.flex-style-01-right {
  width: 28%;
}

.grasty-title {
  text-align: center;
  color: #a0cbed;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 1.5px;
}

#box-row.box-row-grasty .box-item>p {
  margin: 0;
}

.btm02 a {
  background-color: #a0cbed !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 12px 15px !important;
  line-height: 1 !important;
}

.box-row-grasty-name {
  margin: 10px 0 5px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
}

.grasty-img-01 {
  text-align: center;
}

.grasty-img-01 img {
  width: 100%;
  max-width: 550px;
}

.flex-style-02 {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.flex-style-02-left {
  padding-right: 50px;
}

.flex-style-02-left>p {
  display: none;
}

.flex-style-02-left img {
  width: 200px;
}

ul.flex-style-02-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

.flex-style-02-right img {
  width: 230px;
}

.padding-style-01 {
  padding-left: 130px;
  padding-right: 130px;
}

table.table-style-02 tr th,
table.table-style-02 tr td {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  text-align: left;
  padding: 12px 20px;
  border: 1px solid #ccc;
}

table.table-style-02 tr:nth-child(1) td {
  background: #efdfcd;
  font-weight: 500;
}

table.table-style-02 tr td:nth-child(1) {
  width: 35%;
}

table.table-style-02 tr td:nth-child(2) {
  width: 65%;
}

table.table-style-02 tr td img {
  max-width: 200px;
}

.clinic-news-img-01 {
  text-align: center;
  margin-bottom: 20px;
}

.clinic-news-img-01 img {
  width: 100%;
  max-width: 450px;
}

ul.clinicnews-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.clinicnews-list li {
  margin: 0;
  border: 1px #a0cbed solid;
  border-radius: 6px;
  background-color: #f6fafd;
  margin-bottom: 15px;
  padding: 10px 20px;
}

.padding-style-02 {
  padding-left: 200px;
  padding-right: 200px;
}

.flex-style-03 {
  display: flex;
  justify-content: space-between;
}

.flex-style-03-left {
  width: 70%;
  padding-right: 20px;
}

.flex-style-03-right {
  width: 30%;
}

.dermatron-img-01 {
  text-align: center;
}

.dermatron-img-01 img {
  width: 100%;
  max-width: 600px;
}

ul.dermatron-img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.dermatron-img-list li {
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}

ul.dermatron-img-list li img {
  width: 100%;
  max-width: 550px;
}

table.table-style-03 {}

table.table-style-03 tr {}

table.table-style-03 tr td,
table.table-style-03 tr th {
  background: #fff;
  padding: 0;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 5px 20px;
  text-align: center;
}

table.table-style-03 tr td:nth-child(1) {
  text-align: left;
}

table.table-style-03 tr th {
  background: #f3f9f6;
}

a.acne-page-banner {
  transition: all 0.2s;
  display: inline-block;
  margin-bottom: 12px;
}

a.acne-page-banner:hover {
  opacity: 0.7;
}

ul.recruit-toc-header {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.recruit-toc-header li {
  margin: 0;
  width: 31%;
  margin-bottom: 30px;
}

ul.recruit-toc-header::after {
  display: block;
  content: "";
  width: 31%;
}

ul.recruit-toc-header li a {
  text-decoration: none;
  padding: 12px 35px 12px 15px;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #a0cbed;
  text-align: center;
  color: #a0cbed;
  border-radius: 40px;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  transition: all 0.2s;
}

ul.recruit-toc-header li a:hover {
  background: #a0cbed;
  color: #fff;
}

ul.recruit-toc-header li a::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 52%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 90%;
  transition: all 0.2s;
}

ul.recruit-toc-header li a:hover::before {
  color: #fff;
}

.interview-practicing-doctor {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 5px 0 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.interview-doctor-img-01 {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.interview-doctor-img-01 img {
  width: 130px;
}

.interview-doctor-text-01 {
  font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

table.table-style-04 {}

table.table-style-04 tr {}

table.table-style-04 tr td,
table.table-style-04 tr th {
  background: #fff;
  border: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 20px;
}

table.table-style-04 tr th {
  background: #f7f7f7;
  font-weight: 500;
  width: 150px;
}

table.table-style-04 tr td {}

.form-style-01 table tr th,
.form-style-01 table tr td {
  background: #fff;
  border: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  border: 1px solid #ccc;
}

.form-style-01 table tr th {
  background: #f3f9f6;
  font-weight: 500;
  width: 230px;
}

.form-style-01 table tr th p,
.form-style-01 table tr td p {
  margin: 0;
}

.form-style-01-note {
  text-align: center;
}

.form-style-01-note span.wpcf7-list-item-label span {
  font-size: 16px !important;
}

.form-style-01-contact>p {
  margin: 0 auto;
}

.form-style-01-contact input.wpcf7-form-control {
  background: #9ED1BA;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px;
  padding: 18px 10px;
}

.flex-style-04 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flex-style-04>p {
  display: none;
}

.flex-style-04-left {
  width: 40%;
}

.flex-style-04-left img {}

.flex-style-04-right {
  width: 58%;
  background: #f3f9f6;
  padding: 30px;
  border-radius: 30px;
}

.flex-style-04-right p:nth-last-child(1),
.flex-style-04-right p:nth-last-child(2) {
  margin-bottom: 0;
}

.flex-style-04-title {
  font-size: 18px;
  font-weight: 500;
}

.day-life-wrap {}

.day-life-item {
  border: 1px dashed #ccc;
  padding: 30px 50px;
  position: relative;
  margin-bottom: 55px;
  border-radius: 30px;
}

.day-life-item:last-child {
  margin-bottom: 0px;
}

.day-life-time {
  position: absolute;
  top: -25px;
  left: -25px;
}

.day-life-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 10px;
}

.day-life-item p {
  margin: 0;
}

.day-life-item-img {
  margin-bottom: 15px;
}

.right {
  text-align: right;
}

table.table-style-05 {}

table.table-style-05 tr {}

table.table-style-05 tr td {
  border: 0;
  padding: 0;
  font-size: 18px;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  width: 14.28%;
  padding: 15px 5px;
}

table.table-style-05 tr:nth-child(1) td,
table.table-style-05 tr td:nth-child(1) {
  background: #f7f7f7;
}

.congestion-icon-01 {
  background: #dcffdc !important;
}

.congestion-icon-01 i {
  color: #4fd200;
}

.congestion-icon-02 {
  background: #ccf1ff !important;
}

.congestion-icon-02 i {
  color: #3189fb;
}

.congestion-icon-03 {
  background: #fff !important;
}

.congestion-icon-03 i {
  color: red;
}

ul.congestion-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.congestion-list li {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

ul.congestion-list li .congestion-list-item {
  display: inline-block;
  width: 280px;
  padding: 10px 15px;
}

ul.congestion-list li i {
  margin-right: 5px;
}

ul.symptoms-list-01 {
  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-bottom: 30px;
}

ul.symptoms-list-01 li {
  margin: 0;
}

ul.symptoms-list-01 li a {
  display: block;
  position: relative;
  padding-left: 21px;
}

ul.symptoms-list-01 li a::before {
  content: '\f35a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}

ul.symptoms-list-01.symptoms-list-option-01 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

ul.symptoms-list-01.symptoms-list-option-02 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.flex-style-01-right p {
  margin: 0;
}

table.table-style-06 {}

table.table-style-06 tr {}

table.table-style-06 tr td,
table.table-style-06 tr th {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

table.table-style-06 tr td {}

table.table-style-06 tr th {
  background: #eef7f3;
  font-weight: 500;
}

ul.symptoms-list-02 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

ul.symptoms-list-02 li {
  margin: 0;
  margin-right: 10px;
}

table.table-style-07 {}

table.table-style-07 tr {}

table.table-style-07 tr td {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}

table.table-style-07 tr td:first-child,
table.table-style-07 tr td:last-child {
  background: #eef7f3;
  font-weight: 500;
}

.btn-layout-01 {
  border: 2px solid #31C52B;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

table.table-style-06.text-nowrap tr th {
  white-space: nowrap;
}

table.table-style-08 {}

table.table-style-08 tr {}

table.table-style-08 tr td,
table.table-style-08 tr th {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
}

table.table-style-08 tr th {
  background: #eef7f3;
  font-weight: 500;
  text-align: center;
}

table.table-style-08 tr th:nth-child(2),
table.table-style-08 tr td:nth-child(2) {
  background: #e5f1fa;
}

a.a-btn {
  width: auto;
  margin: 0 auto;
  min-width: 300px;
  display: inline-block;
  text-align: center;
  padding: 15px 34px;
}

.a-btn-wrap {
  text-align: center;
}

.skin-health-wrap {
  margin-bottom: 34px;
}

.skin-health-item {
  background: #f3f9f6;
  padding: 30px 40px;
  border-radius: 30px;
}

.skin-health-item>p {
  margin: 0;
}

.flex-style-05 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-style-05-left {
  width: 75%;
}

.flex-style-05-left h3.page-title {
  margin-top: 0;
}

.flex-style-05-left p:last-child {
  margin-bottom: 0;
}

.flex-style-05-right {
  width: 20%;
  text-align: center;
}

.flex-style-05-right img {
  max-height: 200px;
}

.skin-health-item-icon {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0;
}

.skin-health-item-icon.skin-health-item-icon-02 {
  font-size: 24px;
  margin: 16px 0;
}

ul.derma-pen-img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.derma-pen-img-list li {
  margin: 0;
  margin-bottom: 20px;
}

ul.derma-pen-img-list li:last-child {
  margin-bottom: 0;
}

.flex-style-06 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-style-06-item {
  margin-right: 20px;
}

.flex-style-06-item:last-child {
  margin-right: 0;
}

.flex-style-06-item img {
  width: 250px;
}

ul.about-sns-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

ul.about-sns-list li {
  margin-right: 15px;
}

ul.about-sns-list li:last-child {
  margin-right: 0;
}

ul.about-sns-list li a {
  transition: all 0.2s;
}

ul.about-sns-list li a:hover {
  opacity: 0.7;
}

ul.about-sns-list li a img {
  height: 40px;
}

.height-style-01 img {
  height: 190px;
}

a.hover-style-01 {
  transition: all 0.2s;
}

a.hover-style-01:hover {
  opacity: 0.7;
}

ul.access-img-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.access-img-list li {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

ul.access-img-list li img {}

/* 投稿ページ */
body.single article figure.eye-catch span.cat-label {
  display: none;
}

body.single article .date-tags {
  display: flex;
  justify-content: flex-start;
}

body.single article .eye-catch-wrap {
  padding-top: 10px;
}

body.single article .post-update,
body.single article .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}

body.single h1.entry-title {
  margin-top: 0;
}

body.single article .entry-content {
  margin-top: 0.5em;
}

body.single article header.article-header {
  /* margin-bottom: 30px; */
  margin-bottom: 20px;
}

body.single .cat-link {
  background-color: #9ED1BA;
}

.aligncenter {
  display: block;
  margin: 0.5em auto 1.2em;
  margin-right: auto;
  margin-left: auto;
}

/* お知らせ */
h1#archive-title {
  margin-top: 0;
}

h1#archive-title span.fa-folder-open {
  display: none;
}

#list {
  margin: 0;
}

#list .a-wrap,
.news-entry-cards.widget-entry-cards .a-wrap {
  padding: 0;
  margin: 0;
  padding: 20px 0px;
  border-bottom: 1px dotted #CECFCF;
  transition: all 0.3s;
}

#list .a-wrap:hover,
.news-entry-cards.widget-entry-cards .a-wrap:hover {
  background: transparent;
}

#list .a-wrap h2.entry-card-title,
.news-entry-cards.widget-entry-cards .a-wrap .widget-entry-card-content {
  transition: all 0.3s;
}

#list .a-wrap:hover h2.entry-card-title,
.news-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-content {
  transition: all 0.3s;
  color: #dcba93;
  opacity: 0.6;
}

#list article.entry-card,
.news-entry-cards .widget-entry-card {
  display: flex;
  align-items: center;
  font-size: 16.5px;
}

#list article.entry-card .news-desc-wrap,
.news-entry-cards .news-desc-wrap {
  width: 120px;
}

#list article.entry-card .e-card-info,
.news-entry-cards .e-card-info {
  display: block;
}

#list article.entry-card .e-card-info>span,
.news-entry-cards .e-card-info>span {
  padding: 0;
  margin: 0;
  font-size: 16.5px !important;
  color: #dcba93;
}

#list article.entry-card .e-card-info>span.post-update,
.news-entry-cards .e-card-info>span.post-update {
  display: none;
}

#list article.entry-card .e-card-info>span i,
.news-entry-cards .e-card-info>span i {
  display: none;
}

#list article.entry-card .entry-card-content,
.news-entry-cards .widget-entry-card-content {
  margin: 0;
  padding: 0;
  width: calc(100% - 120px);
  transition: all 0.3s;
}

#list article.entry-card h2.entry-card-title,
article.type-news h2.entry-card-title {
  font-weight: 400;
  font-size: 16.5px;
  margin: 0;
}

/* 医療コラム */
.top-medical-column {
  background: #fff;
  border-radius: 30px;
  /* padding: 30px 60px; */
  margin-top: 35px;
  overflow: hidden;
  padding-bottom: 35px;
}

.top-medical-column-title {
  font-size: 26px;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  background: #9ED1BA;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.top-medical-column-content {
  padding: 30px 60px 0;
}

.medical-column-entry-cards,
body.post-type-archive-medical_column #list,
body.tax-medical_column_category #list,
.popular-entry-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}

.medical-column-entry-cards::after,
body.post-type-archive-medical_column #list::after,
body.tax-medical_column_category #list::after,
.popular-entry-cards::after {
  display: block;
  content: "";
  width: 31%;
  clear: none;
}

.medical-column-entry-cards::after,
.popular-entry-cards::after {
  /* content: none; */
}

.medical-column-entry-cards a.a-wrap,
body.post-type-archive-medical_column #list a.a-wrap,
body.tax-medical_column_category #list a.a-wrap,
.popular-entry-cards a.a-wrap {
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 31%;
  transition: all 0.2s;
}

.medical-column-entry-cards a.a-wrap:hover,
body.post-type-archive-medical_column #list a.a-wrap:hover,
body.tax-medical_column_category #list a.a-wrap:hover,
.popular-entry-cards a.a-wrap:hover {
  background: #fff;
  opacity: 0.7;
}

.medical-column-entry-cards a.a-wrap:hover .card-title,
body.post-type-archive-medical_column #list a.a-wrap:hover .card-title,
body.tax-medical_column_category #list a.a-wrap:hover .card-title,
.popular-entry-cards a.a-wrap:hover .card-title {
  text-decoration: none;
  /* opacity: 0.8; */
}

.medical-column-entry-cards figure,
body.post-type-archive-medical_column #list figure,
body.tax-medical_column_category #list figure,
.popular-entry-cards figure {
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  position: static;
}

.medical-column-entry-cards .card-thumb img,
body.post-type-archive-medical_column #list .card-thumb img,
body.tax-medical_column_category #list .card-thumb img,
.popular-entry-cards .card-thumb img {
  height: 180px;
  object-fit: cover;
  border-radius: 30px;
}

.medical-column-entry-cards .widget-entry-card-content,
body.post-type-archive-medical_column #list .card-content,
body.tax-medical_column_category #list .card-content,
.popular-entry-cards .widget-entry-card-content {
  margin: 0;
}

.medical-column-entry-cards .card-title,
body.post-type-archive-medical_column #list .card-title,
body.tax-medical_column_category #list .card-title,
.popular-entry-cards .card-title {
  font-size: 16px;
  line-height: 1.55;
  margin-top: 7px;
  color: #1967d2;
  text-decoration: underline;
  transition: all 0.2s;
}

body.post-type-archive-medical_column #list .card-snippet,
body.post-type-archive-medical_column #list .card-meta,
body.tax-medical_column_category #list .card-snippet,
body.tax-medical_column_category #list .card-meta {
  display: none;
}

body.post-type-archive-medical_column #list,
body.tax-medical_column_category #list,
.popular-entry-cards {
  flex-direction: unset;
  row-gap: unset;
  flex-wrap: wrap;
}

body.post-type-archive-medical_column #list article.entry-card,
body.tax-medical_column_category #list article.entry-card {
  display: block;
  font-size: 16px;
}

body.post-type-archive-medical_column #list article.entry-card .entry-card-content,
body.tax-medical_column_category #list article.entry-card .entry-card-content {
  width: 100%;
}

body.post-type-archive-medical_column #list article.entry-card h2.entry-card-title,
body.tax-medical_column_category #list article.entry-card h2.entry-card-title {
  font-size: 16px;
  margin-top: 7px;
}

body.post-type-archive-medical_column #list a.a-wrap:hover h2.entry-card-title,
body.tax-medical_column_category #list a.a-wrap:hover h2.entry-card-title {
  color: #1967d2;
}

body.post-type-archive-medical_column #list .card-thumb img,
body.tax-medical_column_category #list .card-thumb img,
.popular-entry-cards .card-thumb img {
  height: 120px;
  border-radius: 15px;
}

body.post-type-archive-medical_column #list a.a-wrap,
body.tax-medical_column_category #list a.a-wrap,
.popular-entry-cards a.a-wrap {
  margin-bottom: 22px;
  border: 0;
}

ul.single-cat-list {}

ul.single-cat-list li {}

ul.single-cat-list li a {}



/* ページネーション */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}

.pagination .current {
  border: 1px solid #9ED1BA;
  background-color: #9ED1BA;
  color: #fff;
}

.pagination {
  margin-top: 40px;
}





.mv-wrap,
.pc-block {
  display: block !important;
}

.mv-wrap-sp,
.sp-block {
  display: none !important;
}

span.br::before {
  content: "\A";
  white-space: pre;
}

.acne-page-banner-wrap {
  margin-bottom: 5px;
}

a.acne-page-text {
  font-size: 120%;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
}

.flex-style-05>p {
  display: none;
}

.page-medical-wrap {
  margin-top: 50px;
}

.page-medical-wrap .top-medical {
  margin-top: 28px;
}


.video-container {
  margin-left: auto;
  margin-right: auto;
}


.bcs_bizcalendar-wrap {
  margin-bottom: 60px;
}

.bcs_bizcalendar-title {
  background: #E0C19E;
  color: #fff;
  line-height: 1;
  padding: 22px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px;
  margin-bottom: 22px;
}

#biz_calendar {
  width: auto !important;
  max-width: 100% !important;
  margin: auto;
  height: auto;
}

#biz_calendar table.bizcal {
  border: none;
  margin-bottom: 15px;
  border: #d9d8d8 1px solid;
}

#biz_calendar table tr:nth-of-type(2n+1) {
  background: #fff;
}

#biz_calendar table {
  border-collapse: unset;
  border-spacing: revert;
}

#biz_calendar table.bizcal th {
  background-color: #ededed;
  font-weight: 500;
}

#biz_calendar table.bizcal td {
  padding: 0;
  color: #666;
}

#biz_calendar table.bizcal th:first-child {
  color: #f56803;
}

#biz_calendar table.bizcal td,
#biz_calendar table.bizcal th {
  color: #666;
}

#biz_calendar table.bizcal th {
  background-color: #ededed;
}

#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #008cff;
}

#biz_calendar table.bizcal .eventday {
  background-color: #f1b897 !important;
  color: #fff !important;
}

#biz_calendar table.bizcal td {
  text-align: center;
  border-width: 0;
  padding: 0;
  color: #666;
}

#biz_calendar table.bizcal .holiday {
  background-color: #ccc;
  color: #fff !important;
}

#biz_calendar table.bizcal .today {
  font-weight: normal;
  /* background-color: #fff; */
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 3px #5bc3be inset;
}

#biz_calendar p {
  margin: 0;
  float: left;
  margin-right: 20px;
  line-height: 120%;
  margin-bottom: 0.7em;
}

#biz_calendar p span.boxholiday {
  background-color: #ccc;
  padding-left: 25px;
  margin-right: 10px;
}

#biz_calendar p span.boxeventday,
#biz_calendar p span.boxeventday {
  font-weight: normal;
}

#biz_calendar p span.boxeventday {
  background-color: #f1b897;
}

a.footer-info-banner-item img {
  height: 168px;
}

.footer-cta-info {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.bg-circle-01,
.bg-circle-02 {
  display: none;
}

.top-layout-wrap .section-layout:nth-child(odd) {
  background: #f8f6f2;
}

.top-layout-wrap .section-layout:nth-child(even) {
  background: #fff;
}

#top-info-layout.section-layout,
.section-layout {
  padding: 50px 0 50px;
}

.top-medical-column-content {
  padding-top: 35px;
}


#sidebar {
  display: none;
}

#main {
  width: 100%;
}

ul.symptoms-list-01.symptoms-list-option-03 {
  display: block;
}

ul.symptoms-list-01.symptoms-list-option-03 li {
  margin-bottom: 10px;
}

ul.symptoms-list-01.symptoms-list-option-03 li:last-child {
  margin-bottom: 0;
}

.flex-style-07 {
  display: flex;
  margin-bottom: 24px;
}

.flex-style-07-left {
  width: 70px;
}

.flex-style-07-left img {}

.flex-style-07-right {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.flex-style-07-right ul.symptoms-list-01 {
  margin-bottom: 0;
}

.flex-style-08 {
  display: flex;
  justify-content: space-between;
}

.flex-style-08-item {
  width: 48.5%;
}

.flex-style-08-item img {
  width: 100%;
}

.flex-style-09 {
  display: flex;
  justify-content: space-between;
}

.flex-style-09-item {
  width: 48.5%;
}

.flex-style-09-item img {
  width: 100%;
}




.su-accordion-01 .su-spoiler {
  margin-bottom: 0 !important;
  /* border-bottom: 2px solid #fff; */
}

.su-spoiler-style-default>.su-spoiler-title {
  outline: none;
  outline: none !important;
  padding: 20px 40px 20px 0px !important;
  font-size: 24px;
  font-weight: 500;
  color: #ce9d64;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  background: #ce9d64;
  color: #fff;
  top: 16px;
  left: unset !important;
  right: 5px;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
}

.su-spoiler-style-default>.su-spoiler-content {
  padding: 0 !important;
  margin-bottom: 25px;
}

.su-spoiler-style-default.su-spoiler-closed>.su-spoiler-title {
  /* color: #0c456e; */
}


.su-spoiler-style-default>.su-spoiler-title>span:not(.su-spoiler-icon) {
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  /* color: #404040; */
  color: #1967d2;
  text-decoration: underline;
}

.su-accordion-01 .ac-style-01>p {
  margin: 0;
}

.ac-style-01-title {
  margin: 1.8em 0 0.9em;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}


.page-medical-footer-wrap {
  margin: 30px 0 0;
}

.page-medical-footer {
  display: flex;
  justify-content: center;
}

.page-medical-footer-item {
  margin: 0 10px;
}


@media screen and (min-width: 1600px) {
  .mv-bg img.mv-sub-img {
    width: 905px;
  }

  .mv-bg img.mv-main-img {
    object-position: 50% 46%;
  }
}

@media screen and (max-width: 1400px) {
  .header-container-in.hlt-top-menu .logo-header img {
    height: 70px;
  }
}

@media screen and (max-width: 1340px) {
  .header-container-in.hlt-top-menu .logo-header img {
    height: 60px;
  }

  ul.header-point-list {
    width: 155px;
    margin-left: 10px;
  }

  ul.header-point-list li {
    width: 75px;
    font-size: 14px;
  }

  .menu-title {
    font-size: 14px;
  }

  .header-cta-link a {
    font-size: 14px;
  }

  .header-cta-link.header-cta-tel a {
    font-size: 16px;
  }

  .header-cta-time-text {
    font-size: 13.5px;
  }

  .header-cta-time-title {
    font-size: 12px;
  }

  .header-cta .header-cta-item {
    margin-right: 5px;
  }

  .header-cta-link a::before {
    content: none;
  }

  .header-cta-link a,
  .header-cta-link.header-cta-tel a {
    padding: 10px 10px 10px 10px;
  }

  .navi-in>ul li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .header-point {
    display: none;
  }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

  .mv-wrap,
  .pc-block {
    display: none !important;
  }

  .mv-wrap-sp,
  .sp-block {
    display: block !important;
  }

  span.br::before {
    content: none;
  }

  html {
    padding-top: 0px !important;
  }

  #wprmenu_bar {
    display: none;
  }

  .header-cta-wrap {
    display: none;
  }

  .header-container-in.hlt-top-menu .logo-header img {
    height: auto;
  }

  #header-container {
    padding: 5px 10px;
  }

  .header-point-wrap {
    /* justify-content: space-between; */
    justify-content: flex-start;
  }

  .header-container-in.hlt-top-menu .logo-header {
    /* width: 55%; */
    width: 53%;
  }

  .google-translator-wrap {
    /* padding-left: 0px; */
    width: 40%;
    padding-left: 10px;
  }

  .mv-bg-sp {
    position: relative;
  }

  .mv-slide-sp #metaslider-id-12834 img {
    height: 500px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .mv-slide-sp #metaslider-id-12834 .flexslider .slides>li .kenburns-inner {
    transform: scale(1.1);
  }

  .mv-content-title-sp {
    position: absolute;
    top: 44%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .mv-content-title-sp-inner {
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    border-radius: 10px;
  }

  .mv-content-title-sp-inner span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Zen Maru Gothic', sans-serif;
  }

  .mv-content-sub-sp {
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    background: #fff;
    color: #9ED1BA;
  }

  .mv-content-link-wrap-sp {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 0 5px;
    z-index: 2;
  }

  ul.mv-content-link-wrap-sp-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  ul.mv-content-link-wrap-sp-list li {
    margin: 0;
    width: 24%;
  }

  .bg-circle-01,
  .bg-circle-02 {
    display: none;
  }

  .top-title h2,
  #top-info-layout .top-title h2 {
    font-size: 24px;
  }

  .top-title-en,
  #top-info-layout .top-title-en {
    font-size: 18px;
  }

  .top-title-img img,
  #top-info-layout .top-title-img img {
    height: 30px;
  }

  .top-medical {
    display: block;
  }

  .top-medical-item {
    width: 100%;
  }

  .section-layout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-medical-item:nth-child(1) .top-medical-title {
    border-top-left-radius: 0px;
  }

  .top-medical-item:nth-child(3) .top-medical-title {
    border-top-right-radius: 0px;
  }

  .top-medical-item:nth-child(4) ul.top-medical-list {
    border-bottom-left-radius: 0px;
  }

  .top-medical-item:nth-child(6) ul.top-medical-list {
    border-bottom-right-radius: 0px;
  }

  .top-medical-item:nth-child(3) .top-medical-title,
  .top-medical-item:nth-child(3) ul.top-medical-list,
  .top-medical-item:nth-child(6) .top-medical-title,
  .top-medical-item:nth-child(6) ul.top-medical-list {
    border-right: 0px solid #CECFCF;
  }

  .top-medical-item:nth-child(4) ul.top-medical-list,
  .top-medical-item:nth-child(5) ul.top-medical-list,
  .top-medical-item:nth-child(6) ul.top-medical-list {
    border-bottom: 0px solid #CECFCF;
  }

  .top-medical-title {
    border-top: 0px solid #CECFCF;
    border-left: 0px solid #CECFCF;
    border-radius: 10px !important;
  }

  ul.top-medical-list {
    border-left: 0px solid #CECFCF;
  }

  ul.top-medical-list li {
    margin-bottom: 10px;
  }

  h3.top-media-title {
    font-size: 22px;
  }

  span.top-media-title-inner::before,
  span.top-media-title-inner::after {
    content: none;
  }

  .top-media {
    padding: 40px 15px 45px;
  }

  .top-media-title-speech {
    padding: 1rem 1em;
  }

  h4.top-media-title {
    font-size: 20px;
    line-height: 1.55;
  }

  .top-media>p {
    text-align: left;
  }

  .top-media-qa {
    flex-direction: column-reverse;
  }

  .top-media-qa-left {
    width: 100%;
  }

  .top-media-qa-right {
    width: 100%;
    margin-bottom: 20px;
  }

  ul.top-symptoms-list {
    display: block;
  }

  ul.top-symptoms-list li {
    text-align: center;
    margin-bottom: 20px;
  }

  ul.top-symptoms-list li img {
    width: 100%;
  }

  .top-doctor {
    display: block;
  }

  .top-doctor-left {
    width: 100%;
  }

  .top-doctor-right {
    width: 100%;
    margin-top: 26px;
  }

  .top-doctor-img {
    text-align: center;
  }

  .top-doctor-img img {
    width: 230px;
  }

  .top-doctor-pos {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .top-doctor-title {
    font-size: 22px;
  }

  ul.top-doctor-link-list {
    display: block;
  }

  ul.top-doctor-link-list li.top-doctor-link-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  ul.top-media-list {
    display: block;
  }

  ul.top-media-list li {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
  }

  ul.top-media-list li img {
    width: 100%;
  }

  ul.media-logo-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .top-point {
    display: block;
  }

  .top-point-item {
    width: 100%;
  }

  h3.top-point-title {
    font-size: 22px;
  }

  .top-point-desc {
    padding: 20px 15px 30px;
  }

  a.top-point-link-item {
    margin-right: 15px;
  }

  .top-point-item img {
    height: auto;
    height: 240px;
  }

  .top-point-item:nth-last-child(2) {
    margin-bottom: 30px;
  }

  .top-point-num {
    padding: 10px 15px;
  }

  span.top-point-num-inner {
    font-size: 26px;
  }

  .top-info {
    display: block;
  }

  .top-info-left {
    width: 100%;
  }

  .top-info-right {
    width: 100%;
  }

  .info-entry-cards .new-entry-card {
    display: block;
  }

  .info-entry-cards .news-desc-wrap {
    width: 100%;
    margin-bottom: 7px;
  }

  .info-entry-cards .widget-entry-card-content {
    width: 100%;
    line-height: 1.55;
  }

  #top-info-layout.section-layout {
    padding: 60px 15px 60px;
  }

  .info-entry-cards a.a-wrap {
    padding: 15px 35px;
    margin-bottom: 15px;
  }

  .footer-info-bg {
    padding: 48px 0 64px;
  }

  .footer-info-logo img {
    /* height: 100px; */
  }

  .footer-info-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-info-sub-text::before,
  .footer-info-sub-text::after {
    content: none;
  }

  .footer-info {
    padding: 40px 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-info-sub-text {
    padding: 0;
    font-size: 18.5px;
  }

  .footer-cta-link-list {
    display: block;
  }

  a.footer-cta-link,
  .footer-cta-link-list a.footer-cta-link:nth-child(1),
  .footer-cta-link-list a.footer-cta-link:nth-child(4) {
    border-radius: 30px;
  }

  a.footer-cta-link {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-cta-link-sub {
    font-size: 20px;
  }

  .footer-cta-link-main {
    font-size: 26px;
  }

  .footer-cta-link-more {
    font-size: 19px;
  }

  .footer-info-inner {
    display: block;
  }

  .footer-info-left {
    width: 100%;
  }

  .footer-info-right {
    width: 100%;
    margin-top: 30px;
  }

  dl.footer-info-address dt,
  dl.footer-info-address dd {
    font-size: 16px;
    padding: 10px 10px;
  }

  dl.footer-info-address dt {
    width: 70px;
    padding-left: 0px;
    letter-spacing: 0;
    font-size: 15px;
    white-space: nowrap;
  }

  dl.footer-info-address dd {
    width: calc(100% - 70px);
  }

  ul.footer-info-point li {
    margin-bottom: 12px;
  }

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

  table.schedule-table tr td:nth-child(1) {
    letter-spacing: 0;
  }

  .schedule-table-note {
    font-size: 17px;
  }

  .footer-info-banner {
    display: block;
    margin-top: 30px;
  }

  a.footer-info-banner-item {
    width: 100%;
    margin-bottom: 20px;
  }

  a.footer-info-banner-item .footer-info-banner-title {
    font-size: 22px;
  }

  span.bh-banner-title-inner::before,
  span.bh-banner-title-inner::after {
    content: none;
  }

  .bh-banner-title {
    font-size: 22px;
  }

  ul.footer-banner-list {
    display: block;
  }

  ul.footer-banner-list li {
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-banner-text {
    font-size: 17px;
  }

  ul.bh-banner-list {
    display: block;
  }

  ul.bh-banner-list li {
    margin: 0;
    margin-bottom: 30px;
  }

  ul.bh-banner-list li a img {
    width: 100%;
  }

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

  #footer-in {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-menu {
    display: block;
  }

  ul.footer-menu-list>li {
    margin-bottom: 15px;
  }

  ul.footer-menu-list>li>a {
    font-size: 16px;
  }

  ul.footer-sub-menu-list>li>a {
    font-size: 16px;
  }

  .copyright {
    padding-bottom: 90px;
  }

  /* 下層ページ */
  body.page .content,
  body.single .content,
  body.blog .content,
  body.archive .content,
  body.category .content {
    background: #fff;
    padding-bottom: 0px;
  }

  body.page .main,
  body.single .main,
  body.blog .main,
  body.archive .main,
  body.category .main {
    border-radius: 0px;
    padding: 0 15px;
  }

  body.front-top-page .main {
    padding: 0 0px;
  }

  h2.page-title,
  body.single h1.entry-title,
  h1#archive-title {
    padding: 20px 15px;
  }

  .bg-style-01 {
    padding: 20px 15px;
  }

  .bg-style-02-title {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-style-02-inner {
    padding: 30px 15px;
  }

  .bg-style-02-qa {
    padding: 15px 15px;
  }

  .flex-style-01 {
    flex-direction: column-reverse;
  }

  .flex-style-01-left {
    width: 100%;
  }

  .flex-style-01-right {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .flex-style-01-right img {
    width: 70%;
  }

  .bg-style-03-header {
    font-size: 22px;
  }

  .bg-style-03 {
    display: block;
  }

  .bg-style-03-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .bg-style-03-inner {
    padding: 30px 15px;
  }

  .bg-style-03-point-text .bold-red {
    font-size: 20px;
  }

  .bijiris-price .bold-red {
    font-size: 26px;
  }

  table.table-style-01 tr th,
  table.table-style-01 tr td {
    padding: 12px 5px;
  }

  .grasty-title {
    font-size: 22px;
  }

  #box-row-nv .btm02 {
    display: block !important;
  }

  #box-row-nv .btm02 a {
    display: block !important;
    padding: 20px 15px !important;
  }

  .padding-style-01 {
    padding-left: 0px;
    padding-right: 0px;
  }

  table.table-style-02 tr td img {
    max-width: unset !important;
    width: 100% !important;
  }

  ul.clinicnews-list {
    margin-top: 20px;
  }

  .padding-style-02,
  .padding-style-03 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .flex-style-03 {
    flex-direction: column-reverse;
  }

  .flex-style-03-left {
    width: 100%;
    padding-right: 0px;
  }

  .flex-style-03-right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  table.table-style-03 tr td,
  table.table-style-03 tr th {
    padding: 5px 5px;
  }

  .acne-page-banner-wrap {
    margin-bottom: 15px;
  }

  a.acne-page-banner {
    margin-bottom: 0;
    display: block;
  }

  a.acne-page-banner img {
    width: 100%;
  }

  .acne-page-text {}

  .pr-derma-pen-case-02 .pr2 {
    padding-left: 22px;
  }

  .form-style-01 table tr th,
  .form-style-01 table tr td {
    padding: 12px 10px;
  }

  .form-style-01 table tr th {
    width: 120px;
  }

  ul.recruit-toc-header {
    display: block;
  }

  ul.recruit-toc-header li {
    width: 100%;
    margin-bottom: 20px;
  }

  body.single h1.entry-title,
  h2.page-title,
  h3.page-title,
  h4.page-title,
  h5.page-title,
  body.single h2.h-title,
  body.single h3.h-title,
  h1#archive-title {
    line-height: 1.5;
  }

  table.table-style-04 tr th {
    width: 90px;
  }

  table.table-style-04 tr td,
  table.table-style-04 tr th {
    padding: 12px 5px;
  }

  .form-style-01-contact>p {
    width: 100% !important;
  }

  .flex-style-04 {
    display: block;
    margin-bottom: 30px;
  }

  .flex-style-04-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .flex-style-04-right {
    width: 100%;
  }

  .bijiris-price span.marker-under {
    line-height: 1.5;
  }

  .day-life-item {
    padding: 40px 20px;
  }

  .day-life-wrap {
    padding: 0 20px;
  }

  ul.symptoms-list-01 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5.5vw 2.5vw;
  }

  ul.top-medical-list {
    padding: 20px 10px;
    height: auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.top-medical-list li {
    width: 48.5%;
  }

  table.table-style-06 tr td,
  table.table-style-06 tr th {
    padding: 10px 5px;
  }

  .skin-health-item {
    padding: 30px 15px;
  }

  table.table-style-08 tr td,
  table.table-style-08 tr th {
    padding: 10px 5px;
  }

  .pr-derma-pen-case-02 .pr2 {
    padding-left: 22px;
  }

  table.table-style-07 tr td {
    padding: 10px 5px;
  }

  ul.about-sns-list li a img {
    width: auto;
  }



  .top-medical-column-content {
    padding: 30px 15px 0;
  }

  .medical-column-entry-cards,
  body.post-type-archive-medical_column #list,
  body.tax-medical_column_category #list,
  .popular-entry-cards {
    display: block;
  }

  .medical-column-entry-cards a.a-wrap,
  body.post-type-archive-medical_column #list a.a-wrap,
  body.tax-medical_column_category #list a.a-wrap,
  .popular-entry-cards a.a-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .medical-column-entry-cards .card-thumb img,
  body.post-type-archive-medical_column #list .card-thumb img,
  body.tax-medical_column_category #list .card-thumb img,
  .popular-entry-cards .card-thumb img {
    height: auto;
  }

  .page-top-bg h1.entry-title,
  .page-top-bg .entry-title-archive {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 15px;
  }


  .top-layout-wrap {
    padding-top: 30px;
    background: #f8f6f2;
  }

  .mv-slide-sp #metaslider-id-12834 img {
    height: 250px;
  }

  .mv-content-title-sp {
    right: unset;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
  }

  .mv-content-title-sp-inner {
    display: block;
    padding: 15px 10px;
  }

  .mv-content-title-sp-inner span {
    letter-spacing: 0px;
    white-space: nowrap;
    writing-mode: unset;
    display: block;
    font-size: 16px;
    text-align: center;
  }

  .mv-content-sub-sp {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .top-title h2,
  #top-info-layout .top-title h2 {
    font-size: 23px;
  }


  a.footer-info-banner-item img {
    height: 180px;
  }

  #biz_calendar table.bizcal td,
  #biz_calendar table.bizcal th {
    font-size: 16px;
    padding: 5px;
  }

  #biz_calendar table.bizcal td {
    padding: 3px;
  }

  #biz_calendar table.bizcal .calmonth {
    font-size: 16px;
  }

  .bcs_bizcalendar-title {
    font-size: 17px;
  }

  .top-title {
    margin-bottom: 20px;
  }

  .top-media {
    margin-top: 20px;
  }

  .section-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #top-info-layout.section-layout {
    padding: 40px 15px 40px;
    padding-top: 15px;
  }

  .top-medical-column-title {
    font-size: 22px;
    padding: 7px 0;
  }

  .top-title-en {
    margin-top: 5px;
  }


  ul.media-logo-list {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    grid-gap: unset;
  }

  ul.media-logo-list li {
    min-width: 80px;
    margin-right: 12px;
  }

  ul.media-logo-list li:last-child {
    margin-right: 0;
  }

  ul.media-logo-list li:nth-child(1) {
    min-width: 50px;
  }

  ul.media-logo-list li:nth-child(2) {
    min-width: 110px;
  }

  ul.media-logo-list li:nth-child(3) {
    min-width: 80px;
  }

  ul.media-logo-list li:nth-child(4) {
    min-width: 80px;
  }

  ul.media-logo-list li:nth-child(5) {
    min-width: 100px;
  }

  ul.media-logo-list li:nth-child(6) {
    min-width: 120px;
  }

  ul.media-logo-list li:nth-child(7) {
    min-width: 120px;
  }

  ul.media-logo-list li:nth-child(8) {
    min-width: 90px;
  }

  ul.media-logo-list li:nth-child(9) {
    min-width: 90px;
  }

  ul.media-logo-list li:nth-child(10) {
    min-width: 120px;
  }

  ul.media-logo-list li:nth-child(11) {
    min-width: 110px;
  }

  ul.media-logo-list li:nth-child(12) {
    min-width: 125px;
  }

  .top-medical-column .medical-column-entry-cards {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .top-medical-column .medical-column-entry-cards a.a-wrap {
    min-width: 210px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .top-medical-column .medical-column-entry-cards a.a-wrap:last-child {
    margin-right: 0;
  }

  ul.footer-banner-list {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  ul.footer-banner-list li {
    min-width: 210px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  ul.footer-banner-list li:last-child {
    margin-right: 0;
  }

  ul.footer-banner-list li a {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
  }

  ul.footer-banner-list li:nth-child(4) a img {
    width: 22px;
  }

  .footer-banner-text {
    font-size: 16px;
  }


  #nav_menu-2 {
    margin-bottom: 0;
  }

  .popular-entry-cards {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .popular-entry-cards a.a-wrap {
    min-width: 210px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .popular-entry-cards a.a-wrap:last-child {
    margin-right: 0;
  }

  ul.symptoms-list-01.symptoms-list-option-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: unset;
    margin-bottom: 0px;
  }

  ul.symptoms-list-01.symptoms-list-option-02 li {
    width: 48.5%;
    margin-bottom: 10px;
  }




  ul.top-media-list {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  ul.top-media-list li {
    width: auto;
    text-align: left;
    margin-bottom: 0;
    min-width: 300px;
    margin-right: 15px;
  }

  ul.top-media-list li:last-child {
    margin-right: 0;
  }

  ul.top-media-list li img {
    width: 100%;
  }


  .flex-style-08 {
    display: block;
  }

  .flex-style-08-item {
    width: 100%;
    margin-bottom: 20px;
  }



  .su-spoiler-style-default>.su-spoiler-title>span:not(.su-spoiler-icon) {
    margin-left: 0;
    display: block;
    margin-top: 15px;
    line-height: 1.4;
  }

  body.page-id-12691 .su-spoiler-style-default>.su-spoiler-title>span:not(.su-spoiler-icon) {
    margin-top: 0px;
  }


  .page-medical-footer-wrap {
    margin: 10px 0 0;
  }

  .page-medical-footer {
    display: block;
    text-align: center;
  }

  .page-medical-footer-item {
    margin: 0;
  }

  .page-medical-footer-item:first-child {
    margin-bottom: 20px;
  }


  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    height: 70px;
  }

  .mobile-menu-buttons>li.menu-button {
    border-right: 1px solid #fff;
    line-height: 1.2;
  }

  .mobile-menu-buttons>li.menu-button:last-child {
    border-right: 0px solid #fff;
  }

  .mobile-menu-buttons>li.menu-button:hover {
    background: #1967d2;
  }

  .menu-icon-01::before,
  .menu-icon-02::before,
  .menu-icon-03::before,
  .menu-icon-04::before,
  .menu-icon-05::before,
  .menu-icon-06::before,
  .menu-icon-07::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 22px;
  }

  .menu-icon-01::before {
    content: '\f879';
  }

  .menu-icon-02::before {
    content: '\f073';
  }

  .menu-icon-03::before {
    content: '\f0f1';
  }

  .menu-icon-04::before {
    content: '\f3c5';
  }

  .menu-icon-05::before {
    content: '\f0c9';
  }

  .menu-icon-06::before {
    content: '\f274';
  }

  .menu-icon-07::before {
    content: '\f5d0';
  }

  .mobile-menu-buttons .menu-button {
    background: #1967d2;
  }

  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }

  .mobile-menu-buttons .menu-icon {
    /* font-size: 90%; */
    line-height: 1;
  }

  .menu-drawer li,
  .menu-menu2-container ul.menu li.menu-item {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer a,
  .menu-menu2-container ul.menu li.menu-item a {
    font-size: 18px;
    font-weight: 400;
    /* padding: 20px 15px; */
    padding: 10px 5px;
    line-height: 1.8;
  }

  .menu-close-button {
    margin-top: 10px;
    line-height: 1.8;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption,
  .mobile-menu-buttons .menu-button:hover .menu-button-in {
    opacity: 1;
    font-size: 16px;
  }

  .sp-menu-title {
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1;
  }

  .sp-menu-title-sub {
    font-size: 11.5px;
  }

  .sp-menu-title-main {
    font-size: 14px;
    font-weight: 500;
    margin: 3px 0 5px;
    text-decoration: underline;
  }

  .navi-menu-content,
  .sidebar-menu-content {
    left: 0;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .mobile-menu-buttons {
    height: 65px;
  }

  .sp-menu-title-sub {
    display: none;
  }

  .sp-menu-title-main {
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .mobile-menu-buttons>li.menu-button {
    width: 14.33333%;
  }

  .mobile-menu-buttons>li.menu-button.home-menu-button-wide {
    width: 19%;
  }

  .mobile-menu-buttons>li.menu-button.sp-top-menu-item {
    position: fixed;
    top: 0;
    right: 0;
    /* z-index: 999; */

    margin: 0;
    background: #1967d2;
    width: 50px;
    height: 50px;
  }

  .mobile-menu-buttons>li.menu-button.sp-top-menu-item .menu-open.menu-button-in {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .mobile-menu-buttons>li.menu-button.sp-top-menu-item .sp-menu-title-sub {
    display: none;
  }

  .mobile-menu-buttons>li.menu-button.sp-top-menu-item .sp-menu-title-main {
    line-height: 1;
    margin: 0;
    font-size: 11.5px;
    text-decoration: none;
    padding-bottom: 6px;
  }

  .mobile-menu-buttons>li.menu-button.sp-top-menu-item span.home-menu-icon.menu-icon {
    display: block;
    text-align: center;
    width: 50px;
    height: 33px;
    line-height: 1.8;
  }

}

@media (min-width: 767px) and (max-width: 1023px) {
  .header-container-in.wrap {
    justify-content: center;
  }

  .header-container-in.hlt-top-menu .logo-header img {
    height: 100px;
  }

  .mv-content-title-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 60px;
  }

  .mv-content-title-sp-inner span {
    writing-mode: unset;
  }

  ul.top-symptoms-list li img {
    width: 50% !important;
  }

  a.footer-info-banner-item {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 390px) {

  .top-title h2,
  #top-info-layout .top-title h2 {
    line-height: 1.45;
  }

  table.schedule-table tr td:nth-child(1) {
    font-size: 16px;
  }

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

  .sp-menu-title {
    letter-spacing: -1px;
  }

  .sp-menu-title-sub {
    font-size: 10.5px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .sp-menu-title-sub {
    display: none;
  }

  .sp-menu-title-main {
    margin: 3px 0 10px;
    font-size: 13px;
  }

  #google_language_translator select.goog-te-combo {
    width: auto;
  }

  li.sp-lower-fixed-item>a {
    font-size: 14.5px;
  }

  li.sp-lower-fixed-item.sp-lower-fixed-item-wide>a {
    font-size: 13px;
  }
}