@charset "UTF-8";
/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* setting.scss start*/
a.common-btn, .information-section .info-nav-btns .flex-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* サイトのフォント */
  color: var(--main-fontColor);
  /* サイトのフォント色 */
  width: 100%;
  font-size: 16px;
  /* サイトのフォントサイズ */
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-weight: 500;
  }
}

.boxwrap, .staff-section .staff-section_sliderWrap, .wp-block-create-block-block-image {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .boxwrap, .staff-section .staff-section_sliderWrap, .wp-block-create-block-block-image {
    width: 90%;
  }
}
.boxwrap .boxwrap, .staff-section .staff-section_sliderWrap .boxwrap, .wp-block-create-block-block-image .boxwrap, .boxwrap .staff-section .staff-section_sliderWrap, .staff-section .boxwrap .staff-section_sliderWrap, .staff-section .staff-section_sliderWrap .staff-section_sliderWrap, .wp-block-create-block-block-image .staff-section .staff-section_sliderWrap, .staff-section .wp-block-create-block-block-image .staff-section_sliderWrap, .boxwrap .wp-block-create-block-block-image, .staff-section .staff-section_sliderWrap .wp-block-create-block-block-image, .wp-block-create-block-block-image .wp-block-create-block-block-image {
  width: 100%;
}

a {
  color: var(--main-fontColor);
  text-decoration: none;
}
a:hover, a:link, a:visited, a:active, a:focus {
  color: var(--main-fontColor);
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.img_w100 {
  width: 100%;
  height: auto;
}

.column .author-avatar img, .header-logo img, .header-nav_telP .img-add img, .header-nav_telP .sp-img-add .imgBox img, .header-nav_bthArea .btnStyle .img-add img, .popupArea .popupArea-title .img-add img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.fade, .column .share-buttons .share-button, .column .related-posts-thumbnail a, .column .related-posts-link, .post-list-flex .column-thumbnail, .patient-list, .footer-logo, .header-logo, .header-nav_bthArea .btnStyle, .tags-list a, .group-section .group-list .imgbox, .news-section .cate-tag a, .news-section .news-ttl a {
  transition: 0.2s ease-in-out;
}

.fade:hover, .column .share-buttons .share-button:hover, .column .related-posts-thumbnail a:hover, .column .related-posts-link:hover, .post-list-flex .column-thumbnail:hover, .patient-list:hover, .footer-logo:hover, .header-logo:hover, .header-nav_bthArea .btnStyle:hover, .tags-list a:hover, .group-section .group-list .imgbox:hover, .news-section .cate-tag a:hover, .news-section .news-ttl a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.pc_ipad {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc_ipad {
    display: none;
  }
}

.sp_ipad {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_ipad {
    display: block;
  }
}

.pc_ipadPro {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_ipadPro {
    display: none;
  }
}

.sp_ipadPro {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_ipadPro {
    display: block;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

.clearfix:after, .wp-block-image:after, .block-wraparound-news:after {
  content: " ";
  display: block;
  clear: both;
}

.flexArea {
  display: flex;
}
@media screen and (max-width: 600px) {
  .flexArea {
    flex-wrap: wrap;
  }
}

@keyframes scroll-btn {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}
.relative {
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

/** text-align **/
.ql-align-left {
  text-align: left;
}

.ql-align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ql-align-center {
    text-align: left;
  }
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

/** text-align **/
strong {
  font-weight: bold;
}

.mainColor-text {
  color: var(--main-mainColor);
}

.section-bg {
  background-color: var(--main-sectionbg);
}

.column-post .section-bg {
  background-color: transparent;
}

.justify-center {
  justify-content: center;
}

section {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  section {
    margin-bottom: 50px;
  }
}

.mainColor-text {
  color: var(--main-mainColor);
}

small {
  font-size: 80%;
}

* {
  min-width: 0;
  min-height: 0;
}

/* setting.scss end*/
.section-title {
  margin: 0 0 15px;
}
.section-title .section-title__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: transparent;
  color: var(--main-fontColor);
}
@media screen and (max-width: 768px) {
  .section-title .section-title__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .section-title .section-title__inner {
    justify-content: flex-start;
  }
}
.section-title .section-title__inner::before {
  display: none;
}
.section-title .jp-text {
  font-size: 24px;
  font-weight: 400;
  order: 2;
  color: var(--main-mainColor);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-title .jp-text {
    font-weight: 500;
  }
}
.section-title .jp-text p {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .section-title .jp-text p {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
  }
}
.section-title .jp-text_top p {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .section-title .jp-text_top p {
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
  }
}
.section-title .line {
  display: none;
}
.section-title .en-text {
  display: none;
}
.section-title .en-text p {
  margin-bottom: 0;
  line-height: 1.6;
  text-transform: uppercase;
}

/*** main slider ***/
.wp-block-create-block-block-slider {
  position: relative;
  padding-top: 40px;
}
.wp-block-create-block-block-slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80%;
  background-color: var(--main-sectionbg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .wp-block-create-block-block-slider::after {
    height: 33%;
  }
}

.mv-section {
  width: 100%;
  margin: 0 auto 75px;
}
@media screen and (max-width: 1024px) {
  .mv-section {
    width: 100%;
    padding-left: 8%;
  }
}
.mv-section .mv-slider {
  margin-bottom: 0;
}
.mv-section .mv-slider video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.mv-section .mv-slider iframe {
  position: relative;
  pointer-events: none;
}
.mv-section .mv-slider.no-dots .slick-dots {
  display: none;
}
.mv-section .mv-slide-item {
  display: flex;
  position: relative;
}
.mv-section .mv-slide-item a {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-section .mv-slide-item {
    flex-wrap: wrap;
  }
}
.mv-section .slide-img {
  width: 55%;
  margin-bottom: 0;
  position: relative;
  height: 550px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .mv-section .slide-img {
    order: 1;
  }
}
.mv-section .slide-img img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .mv-section .slide-img {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 960px) {
  .mv-section .slide-img {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .mv-section .slide-img {
    height: 250px;
  }
}
.mv-section .seo-text {
  flex: 1;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  left: calc(150px + 1.5%);
  display: flex;
  flex-direction: column;
  max-width: 45%;
  width: calc(40% - 150px + 1.5%);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .mv-section .seo-text {
    flex: auto;
    width: 100%;
    position: static;
    transform: translateY(0%);
    order: 2;
    margin-top: 60px;
    max-width: 92%;
  }
}
.mv-section .h1-text {
  font-size: 32px;
  font-weight: 400;
  margin: 5% 0 0;
  letter-spacing: 0;
  z-index: 10;
  position: relative;
  text-shadow: 0px 0px 2px var(--main-mainColorFont);
  order: 2;
}
@media screen and (max-width: 600px) {
  .mv-section .h1-text {
    font-weight: 500;
  }
}
.mv-section .h1-text p {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .mv-section .h1-text p {
    font-size: 25px;
  }
}
.mv-section .mv-illust {
  width: auto;
  z-index: 1;
  order: 1;
}
.mv-section .mv-illust img {
  width: auto;
}
.mv-section .slick-dots {
  bottom: 15px;
  right: 0;
  text-align: center;
  width: 100%;
  position: static;
}
@media screen and (max-width: 1024px) {
  .mv-section .slick-dots {
    position: absolute;
    top: 460px;
    right: 4%;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mv-section .slick-dots {
    top: 250px;
  }
}
.mv-section .slick-dots li button {
  width: 15px;
  height: 15px;
}
.mv-section .slick-dots li button:before {
  font-size: 14px;
}
.mv-section .slick-dots li button:hover:before {
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .mv-section .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .mv-section .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .mv-section .slick-dots li button:before {
    font-size: 10px;
  }
}
.mv-section .slick-dots li.slick-active button:before {
  color: var(--main-mainColor);
}

/*** main slider ***/
/*** symptoms section 症状一覧 ***/
.symptoms-section {
  padding: 60px 0 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .symptoms-section {
    margin-bottom: 50px;
    padding: 0;
  }
}
.symptoms-section .symptoms-block {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block {
    flex-wrap: wrap;
  }
}
.symptoms-section .symptoms-block .inner-tag {
  font-size: 22px;
  padding: 2px 10px;
  background: var(--main-mainColor);
  color: var(--main-mainColorFont);
  display: block;
}
.symptoms-section .symptoms-block .imgbox {
  width: 30%;
  position: relative;
}
.symptoms-section .symptoms-block .imgbox .imgbox-img {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}
.symptoms-section .symptoms-block .imgbox .imgbox-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.symptoms-section .symptoms-block .imgbox .imgbox-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.symptoms-section .symptoms-block .items-list {
  flex: 1;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .symptoms-section .symptoms-block .items-list {
    flex: auto;
    margin-left: 0;
    width: 100%;
  }
}
.symptoms-section .symptoms-block .items-list a {
  text-decoration: none;
  border-bottom: 1px solid var(--main-fontColor);
  padding-bottom: 5px;
  padding-right: 5px;
  line-height: 2.5;
}
.symptoms-section .symptoms-block .items-list a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid var(--main-fontColor);
  border-right: 1.5px solid var(--main-fontColor);
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  margin-left: 8px;
  margin-bottom: 2px;
}
.symptoms-section .symptoms-block .items-list p {
  margin-bottom: 0px;
}
.symptoms-section .symptoms-block .body-part {
  margin: 0 0 5px;
  font-weight: bold;
}
.symptoms-section .symptoms-block .symptoms-list {
  margin: 0;
}
.symptoms-section .symptoms-block .symptoms-list:not(:last-of-type) {
  margin: 0 0 15px;
}
.symptoms-section .symptoms-block .symptoms-list a {
  display: inline-block;
  border-bottom: 1px solid var(--main-fontColor);
  transition: 0.2s ease-in-out;
  margin: 0 15px 7px 0;
  line-height: 1.2;
}
.symptoms-section .symptoms-block .symptoms-list a:hover {
  color: var(--main-mainColor);
  border-color: var(--main-mainColor);
}

/*** symptoms section 症状一覧 ***/
/*** 特集 features ***/
.features-section .features-block {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .features-section .features-block {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.features-section .features-block .imgbox {
  width: 42%;
  margin-right: 5%;
  position: relative;
  height: 400px;
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
}
@media screen and (max-width: 600px) {
  .features-section .features-block .imgbox {
    width: 95%;
    margin: 0 0 20px;
    height: 300px;
  }
}
.features-section .features-block .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-section .features-block .textbox {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .features-section .features-block .textbox {
    flex: none;
    width: 100%;
  }
}
.features-section .features-block .common-btn-wrap {
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 960px) {
  .features-section .features-block .common-btn-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .features-section .features-block .common-btn-wrap {
    margin: 0 auto 20px;
  }
}
.features-section .feature-number {
  color: var(--main-mainColor);
  margin: 5px 0 0px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .features-section .feature-number {
    font-weight: 500;
  }
}
.features-section .feature-number p {
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1;
  font-style: italic;
}
.features-section .feature-ttl {
  font-size: 32px;
  color: var(--main-mainColor);
  margin: 0 0 15px;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .features-section .feature-ttl {
    font-size: 24px;
  }
}
.features-section .feature-ttl::before {
  display: none;
}
.features-section .feature-content {
  margin: 0 0 30px;
  line-height: 1.7;
}
.features-section .feature-content p {
  margin-bottom: 0;
}

.common-btn-wrap {
  display: inline-block;
  width: 250px;
  position: relative;
  z-index: 1;
}
.common-btn-wrap:hover .underBtn-label {
  display: none;
}
@media screen and (max-width: 600px) {
  .common-btn-wrap {
    margin: 20px auto 10px;
    display: block;
    width: 100%;
  }
}

a.common-btn {
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColorFont);
  display: block;
  position: relative;
  border-radius: 7px;
  transition: 0.2s ease-in-out;
  background-color: var(--main-mainColorFont);
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  a.common-btn {
    font-weight: 600;
  }
}
a.common-btn:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColorFont);
  border-right: 2px solid var(--main-mainColorFont);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  transition: 0.2s ease-in-out;
}
a.common-btn:hover {
  transform: translate(5px, 5px);
  border: 1px solid var(--main-mainColor);
  background-color: var(--main-mainColorFont);
  color: var(--main-mainColor);
}
a.common-btn:hover:after {
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
}

/*** 特集 features ***/
/*** 施術メニュー Menu ***/
.menu-list-section {
  margin-bottom: 0;
}
.menu-list-section .menu-list {
  align-items: stretch;
}
.menu-list-section .menu-list .imgbox {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
.menu-list-section .menu-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.menu-list-section .menu-list .flex-item {
  padding-bottom: 60px;
  position: relative;
  height: auto;
}
.menu-list-section .menu-list .flex-item .common-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .menu-list-section .menu-list .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .menu-list-section .menu-list .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .menu-list-section .menu-list .flex-item {
    margin-bottom: 20px;
  }
}

.block-4layouts-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.block-4layouts-flex:nth-of-type(n+2) .flex-item {
  width: 23.5%;
}
@media screen and (max-width: 960px) {
  .block-4layouts-flex:nth-of-type(n+2) .flex-item {
    width: 48%;
  }
}
.block-4layouts-flex:nth-of-type(n+2) .flex-item:nth-of-type(4n) {
  margin-right: 0;
}
.block-4layouts-flex .flex-item {
  width: 23.5%;
  margin: 0 2% 30px 0;
}
.block-4layouts-flex .flex-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .block-4layouts-flex .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.block-4layouts-flex .common-btn-wrap {
  width: 100%;
  margin: auto;
}
.block-4layouts-flex .menu-detail p {
  margin-bottom: 0;
}
.block-4layouts-flex .menu-ttl {
  color: var(--main-mainColor);
  font-size: 20px;
  margin: 5px 0 0;
  padding: 0;
  background-color: transparent;
}
.block-4layouts-flex .menu-ttl::before {
  display: none;
}
.block-4layouts-flex .menu-ttl p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .block-4layouts-flex.justify-center {
    justify-content: flex-start;
  }
}

/*** 施術メニュー Menu ***/
/*** コラム一覧 Column ***/
.column-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .column-section {
    margin-bottom: 100px;
  }
}
.column-section .column-list {
  align-items: stretch;
}
.column-section .column-list .imgbox {
  display: block;
}
.column-section .column-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 960px) {
  .column-section .column-list .flex-item {
    width: 48%;
    margin-bottom: 55px;
  }
  .column-section .column-list .flex-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .column-section .column-list .flex-item {
    margin-bottom: 20px;
  }
}

.tags-list {
  margin-top: 10px;
}
.tags-list a {
  display: inline-block;
  padding: 1px 5px;
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  margin: 0 3px 3px 0;
}

.column-list .flex-item {
  margin-bottom: 40px;
}
.column-list .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 600px) {
  .column-list .post-title {
    font-weight: 600;
  }
}

/*** コラム一覧 Column ***/
/*** スタッフ紹介 Staff ***/
.staff-section {
  padding: 40px 0 0;
  position: relative;
}
.staff-section .staff-section__inner {
  overflow: visible;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .staff-section .staff-section__inner {
    margin-top: 18%;
  }
}
.staff-section .staff-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  background-color: var(--main-footerColor);
  width: 100%;
  height: 240px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}
.staff-section .staff-section_sliderWrap {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .staff-section .staff-section_sliderWrap {
    margin: 0 0 0 auto;
    overflow: hidden;
    width: 95%;
  }
}
.staff-section .staff-section_sliderWrap .no-dots {
  margin-bottom: 50px;
  z-index: 100;
}
.staff-section .staffs-slider {
  width: 93%;
  margin: 0 auto;
}
.staff-section .staff-slider-item {
  margin: 10px;
  background-color: var(--main-mainColorFont);
  padding: 25px;
  transition: 0.2s ease-in-out;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--main-mainColor);
}
.staff-section .staff-slider-item:hover {
  background-color: var(--main-sectionbg);
}
@media screen and (max-width: 600px) {
  .staff-section .staff-slider-item {
    margin: 0 15px 10px 0;
  }
}
.staff-section .staff-slider-item .imgbox {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .staff-section .staff-slider-item .imgbox {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .staff-section .staff-slider-item .imgbox {
    height: 130px;
  }
}
.staff-section .staff-position {
  display: block;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  color: var(--main-mainColor);
  margin-top: 20px;
}
.staff-section .staff-name {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 20px;
}
.staff-section .slider-dots {
  width: 100%;
  margin: 50px 0 0;
  padding: 0 0 0 134px;
  text-align: center;
  list-style: none;
  display: flex;
  display: none !important;
}
@media screen and (max-width: 600px) {
  .staff-section .slider-dots {
    padding-left: 0;
    width: 95%;
  }
}
.staff-section .slider-dots li {
  flex: 1;
}
.staff-section .slider-dots button {
  position: relative;
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #eae3dc;
  font-size: 0;
}
.staff-section .slider-dots button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.staff-section .slider-dots .slick-active button:after {
  background-color: var(--main-mainColor);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .staff-section .slick-list {
    overflow: visible;
    padding-right: 33% !important;
  }
}
.staff-section .slick-list img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-section .slick-nav-arrows {
  position: absolute;
  top: -18%;
  right: 0;
  padding: 10px 10px 10px 10px;
  background-color: var(--main-mainColorFont);
}
.staff-section .slick-nav-arrows.no-dots {
  display: none;
}
@media screen and (max-width: 600px) {
  .staff-section .slick-nav-arrows {
    top: -28%;
  }
}
.staff-section .slick-prev {
  margin-right: 10px;
  margin-left: 10px;
}
.staff-section .slick-arrow {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--main-mainColor);
  position: static;
  transform: none;
}
.staff-section .slick-arrow:active {
  background: var(--main-sectionbg);
}
.staff-section .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--main-mainColor);
  border-right: 3px solid var(--main-mainColor);
  transform: rotate(45deg);
  border-radius: 1px;
  margin-left: -4px;
}
.staff-section .slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--main-mainColor);
  border-left: 3px solid var(--main-mainColor);
  transform: rotate(-45deg);
  border-radius: 1px;
  margin-right: -4px;
}
.staff-section .ql-align-center {
  text-align: center;
  margin-top: 40px;
}

/*** スタッフ紹介 Staff ***/
/*** 院の紹介 INFOMATION ***/
.information-section .gg-map {
  width: 85%;
  margin: 0 auto 80px;
}
.information-section .gg-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.information-section .block-4layouts-flex {
  justify-content: left;
}
.information-section .info-nav-btns .flex-item a {
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColorFont);
  display: block;
  position: relative;
  border: 1px solid var(--main-mainColor);
  border-radius: 7px;
  transition: 0.2s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}
@media screen and (max-width: 600px) {
  .information-section .info-nav-btns .flex-item a {
    font-weight: 500;
  }
}
.information-section .info-nav-btns .flex-item a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  transition: 0.2s ease-in-out;
}
.information-section .info-nav-btns .flex-item a:hover {
  transform: translate(5px, 5px);
  background-color: var(--main-mainColorFont);
  border: 1px solid var(--main-mainColor);
  color: var(--main-mainColor);
}
.information-section .info-nav-btns .flex-item a:hover:after {
  border-color: var(--main-mainColorFont);
}

/*** 院の紹介 INFOMATION ***/
/*** お問い合わせ CONTACT ***/
.contact-section .contact-section__inner {
  padding: 50px;
  border-left: 4px solid var(--main-mainColor);
}
@media screen and (max-width: 960px) {
  .contact-section .contact-section__inner {
    padding: 10px 5% 20px;
  }
}
.contact-section .contact-section__inner .jp-text {
  display: none;
}
.contact-section .contact-info__ttl {
  margin-bottom: 7px;
  line-height: 1.8;
  text-align: left;
  color: var(--main-mainColor);
  font-weight: 500;
  margin-bottom: -10px;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-info__ttl {
    font-weight: 600;
  }
}
.contact-section .contact-flexArea {
  display: flex;
  justify-content: space-between;
}
.contact-section .contact-flexArea .contact-btn-wrap {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .contact-section .contact-flexArea .contact-btn-wrap {
    margin-left: 0;
    flex-wrap: wrap;
    flex: none;
    width: 100%;
  }
}
.contact-section .contact-flexArea .contact-btn {
  flex: 1;
}
.contact-section .contact-flexArea .contact-btn:last-of-type .common-btn-wrap .common-btn {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-flexArea .contact-btn {
    flex: auto;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.contact-section .contact-flexArea .contact-btn .common-btn-wrap {
  width: 100%;
  margin: 0;
}
.contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
  font-size: 24px;
  text-align: left;
  padding: 30px 30px 30px 50px;
  margin-bottom: 20px;
}
.contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn::after {
  border-top: 2px solid var(--main-mainColorFont);
  border-right: 2px solid var(--main-mainColorFont);
  width: 10px;
  height: 10px;
  top: 43%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn::after {
    right: 8.5%;
  }
}
@media screen and (max-width: 600px) {
  .contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn::after {
    right: 12%;
  }
}
.contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn::before {
  content: "";
  border: 1px solid var(--main-mainColorFont);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-flexArea .contact-btn .common-btn-wrap .common-btn {
    padding: 30px 30px 30px 20px;
  }
}
.contact-section .contact-flexArea .contact-btn a.op-common-btn {
  background-color: var(--main-subColor1) !important;
  color: var(--main-mainColorFont);
}
.contact-section .contact-flexArea .contact-btn a.op-common-btn:after {
  border-color: var(--main-mainColorFont);
}
@media screen and (max-width: 960px) {
  .contact-section .contact-flexArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .contact-section .contact-flexArea .contact-btn:first-of-type {
    margin: 0;
  }
}
.contact-section .contact-info {
  width: 36%;
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .contact-section .contact-info {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .contact-section .contact-info {
    width: 100%;
    padding: 30px 0;
    border-right: none;
  }
}
.contact-section .contact-address {
  margin-top: 5px;
}
.contact-section .contact-info__phone {
  display: flex;
  align-items: center;
}
.contact-section .contact-info__phone .number {
  font-size: 40px;
  font-family: var(--fontfamily-en);
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-info__phone .number {
    font-weight: 600;
  }
}
.contact-section .contact-info__phone .small-text {
  font-size: 10px;
  display: none;
}
@media screen and (max-width: 960px) {
  .contact-section .contact-info__phone {
    flex-wrap: wrap;
  }
}

/*** お問い合わせ CONTACT ***/
/*** カレンダー calendar ***/
.calendar-section iframe {
  margin: auto;
  display: block;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .calendar-section iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .calendar-section iframe {
    height: 300px;
  }
}

/*** カレンダー calendar ***/
/*** 関連グループ GROUP ***/
.group-section {
  position: relative;
}
.group-section .group-list .imgbox {
  height: 140px;
  margin-bottom: 15px;
  position: relative;
}
.group-section .group-list .imgbox img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.group-section .group-list .group-name {
  transition: 0.2s ease-in-out;
  color: var(--main-mainColor);
}
.group-section .group-list .flex-item {
  margin-bottom: 30px;
  display: block;
  z-index: 100;
}
.group-section .group-list .flex-item:hover .group-name {
  opacity: 0.5;
}

/*** 関連グループ GROUP ***/
/*** バナー一覧 banners list  ***/
.banners-list .block-4layouts-flex:nth-of-type(n+2) .flex-item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .banners-list .block-4layouts-flex:nth-of-type(n+2) .flex-item {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .banners-list .block-4layouts-flex:nth-of-type(n+2) .flex-item {
    width: 48%;
  }
}
.banners-list .block-4layouts-flex .flex-item {
  margin-bottom: 2%;
}
.banners-list .block-4layouts-flex .flex-item:last-of-type {
  margin-right: 0;
}

/*** バナー一覧 banners list  ***/
/*** 簡単なメニュー top menu list ***/
.block-3layouts-flex {
  display: flex;
}
.block-3layouts-flex .flex-item {
  width: 32.5%;
  margin: 0 2% 20px 0;
}
.block-3layouts-flex .flex-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .block-3layouts-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .block-3layouts-flex .flex-item {
    width: 100%;
    margin-right: 0;
  }
}

.top-menu-list {
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .top-menu-list {
    padding: 0;
  }
}
.top-menu-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--main-footerColor);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .top-menu-list::after {
    content: none;
  }
}
.top-menu-list .menu-list-btns {
  align-items: stretch;
}
.top-menu-list .list-item {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  background-color: var(--main-mainColorFont);
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: auto;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item {
    margin-bottom: 15px;
    width: 47.5%;
    margin-right: 15px;
    padding: 0;
  }
  .top-menu-list .list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.top-menu-list .list-item:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--main-fontColor);
  border-right: 2px solid var(--main-fontColor);
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 4px);
  bottom: 10%;
  display: none;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item:after {
    left: auto;
    bottom: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.top-menu-list .list-item:hover {
  box-shadow: none;
  transform: translate(10px, 10px);
}
.top-menu-list .list-item a {
  padding: 12% 9%;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item a {
    padding: 5% 6%;
    padding-right: 40px;
  }
  .top-menu-list .list-item a:after {
    position: absolute;
    right: 7%;
    bottom: auto;
    top: 42%;
    left: auto;
  }
}
.top-menu-list .list-item .imgbox {
  width: 35%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.top-menu-list .list-item .imgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-menu-list .list-item .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .imgbox {
    width: 21%;
  }
}
.top-menu-list .list-item .menu-name {
  font-size: 20px;
  font-weight: 400;
  flex: 1;
  margin: 0;
  text-align: center;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: -10px;
}
.top-menu-list .list-item .menu-name::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-menu-list .list-item .menu-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .menu-name {
    font-weight: 500;
  }
}
.top-menu-list .list-item .menu-name p {
  font-size: 18px;
  margin-bottom: 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .top-menu-list .list-item .menu-name p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .menu-name p {
    font-weight: 600;
  }
}
.top-menu-list .list-item .inner-tag {
  display: none;
  font-size: 13px;
  font-family: var(--fontfamily-en);
  text-align: center;
  background-color: var(--main-mainColorFont);
  border: 1px solid var(--main-borderColor);
  border-radius: 30px;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 2;
  padding: 5px 10px;
  width: 105px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .inner-tag {
    font-size: 11px;
    width: 80px;
  }
}
.top-menu-list .list-item .inner-tag p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .top-menu-list .list-item .inner-tag p {
    font-size: 11px;
  }
}
.top-menu-list .menu-list-btns4 .list-item {
  margin-bottom: 20px;
}
.top-menu-list .menu-list-btns4 .list-item .menu-name {
  font-size: 17px;
}
.top-menu-list .menu-list-btns4 .list-item .imgbox {
  width: 37%;
}
@media screen and (max-width: 600px) {
  .top-menu-list .menu-list-btns4 .list-item .imgbox {
    width: 22%;
  }
}
@media screen and (min-width: 601px) {
  .top-menu-list .menu-list-btns4 .list-item a:after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 600px) {
  .top-menu-list .menu-list-btns4 .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*** 簡単なメニュー top menu list ***/
/*** ニュース一覧 News ***/
.news-section {
  padding: 70px 0;
}
@media screen and (max-width: 960px) {
  .news-section {
    padding: 0;
  }
}
.news-section .news-list-item {
  padding: 10px 0;
  border-top: 1px dashed var(--main-borderColor);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-section .news-list-item:first-child {
  padding-top: 0;
  border-top: none;
}
.news-section .news-list-item:last-child {
  border-bottom: 1px dashed var(--main-borderColor);
}
@media screen and (max-width: 600px) {
  .news-section .news-list-item {
    flex-wrap: wrap;
  }
}
.news-section .news-date {
  font-size: 13px;
  font-weight: 400;
  color: var(--main-fontColor);
  opacity: 0.4;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .news-section .news-date {
    font-weight: 600;
  }
}
.news-section .cate-tag {
  width: 90%;
}
@media screen and (max-width: 960px) {
  .news-section .cate-tag {
    width: 80%;
  }
}
.news-section .cate-tag a {
  color: var(--main-mainColor);
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 1px;
  font-weight: 400;
}
.news-section .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .news-section .news-ttl a {
    display: block;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 600px) {
  .news-section .news-ttl a {
    font-weight: 600;
  }
}
@media screen and (max-width: 600px) {
  .news-section .news-ttl {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    flex: auto;
  }
}
.news-section .btn-wrap:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
  border-radius: 1px;
  margin: 0 0 1px 7px;
}
.news-section .btn-wrap .viewMore-btn {
  border-bottom: 1px solid var(--main-mainColor);
  color: var(--main-mainColor);
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .news-section .btn-wrap .viewMore-btn {
    font-weight: 600;
  }
}
.news-section .btn-wrap .viewMore-btn:hover {
  border-color: transparent;
}

/*** ニュース一覧 News ***/
/*** ご挨拶 greeting  ***/
.greeting-section {
  padding-bottom: 65px;
  z-index: 1;
  position: relative;
  background-size: cover !important;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .greeting-section {
    padding-top: 0;
  }
}
.greeting-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--main-mainColorFont), 0.7);
  z-index: -1;
}
.greeting-section .greeting-sub__ttl {
  text-align: center;
  color: var(--main-mainColor);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 50px;
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0 0 50px;
}
.greeting-section .greeting-sub__ttl::before {
  display: none;
}
.greeting-section .greeting-sub__ttl p {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .greeting-section .greeting-sub__ttl {
    order: 3;
    margin: 0 0 30px;
  }
}
.greeting-section .greeting-section__inner {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .greeting-section .greeting-section__inner {
    justify-content: space-between;
  }
}
.greeting-section .center-textbox {
  width: auto;
  padding: 0 3.5%;
  line-height: 1.8;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .greeting-section .center-textbox {
    flex: none;
    width: 100%;
    order: 4;
    padding: 0;
  }
}
.greeting-section .gr_img {
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  .greeting-section .gr_img {
    width: 46%;
    margin-bottom: 30px;
  }
  .greeting-section .gr_img.gr_img2 {
    order: 2;
  }
}
.greeting-section .gr_img img {
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
}
@media screen and (max-width: 600px) {
  .greeting-section .gr_img img {
    box-shadow: 10px 10px 0 0 var(--main-sectionbg);
  }
}
.greeting-section .gr_img2 {
  margin-top: 5%;
}

/*** ご挨拶 greeting  ***/
/*** クリニック情報　About clinic ***/
.wp-block-create-block-block-yayoidou {
  position: relative;
}

.about-clinic::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--main-sectionbg);
  width: 100%;
  height: 70%;
}
@media screen and (max-width: 600px) {
  .about-clinic::after {
    bottom: 0;
  }
}
.about-clinic .reception-time__inner {
  padding: 35px 0 20px;
}
@media screen and (max-width: 600px) {
  .about-clinic .reception-time__inner {
    padding: 20px 0;
  }
}
.about-clinic .time-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table {
    width: 100%;
  }
}
.about-clinic .time-table tr {
  border-bottom: 1px dashed var(--main-mainColor);
  border-top: 1px dashed var(--main-mainColor);
}
.about-clinic .time-table tr:first-of-type {
  border-top: none;
  border-bottom: none;
}
.about-clinic .time-table tr th {
  font-weight: 400;
  padding: 10px 30px;
  font-size: 17px;
  background: var(--main-sectionbg);
}
@media screen and (max-width: 768px) {
  .about-clinic .time-table tr th {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th {
    padding: 5px;
    font-weight: 600;
  }
}
.about-clinic .time-table tr th.time-td {
  text-align: left;
  width: 170px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th.time-td {
    width: auto;
    font-size: 13px;
    padding-left: 15px;
    font-weight: 600;
  }
}
.about-clinic .time-table tr th:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr th {
    font-size: 14px;
  }
}
.about-clinic .time-table tr td {
  text-align: center;
  padding: 10px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about-clinic .time-table tr td {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr td {
    padding: 5px;
  }
}
.about-clinic .time-table tr td.time-td {
  text-align: left;
  font-family: var(--fontfamily-en);
  font-weight: 400;
  font-size: 20px;
  width: 220px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr td.time-td {
    font-size: 14px;
    width: 75px;
    line-height: 1.2;
    padding-left: 15px;
    font-weight: 600;
  }
}
.about-clinic .time-table tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table tr td {
    font-size: 14px;
  }
  .about-clinic .time-table tr td.time-td {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .about-clinic .time-table tr td.time-td {
    font-size: 13px;
  }
}
.about-clinic .time-table .x-mark {
  display: inline-block;
  width: 35px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480 631.566 276.783 834.783Q264.957 846.609 249 846.609t-27.783-11.826Q209.391 822.957 209.391 807t11.826-27.783L424.434 576 221.217 372.783Q209.391 360.957 209.391 345t11.826-27.783q11.826-11.826 27.783-11.826t27.783 11.826L480 520.434l203.217-203.217q11.826-11.826 27.783-11.826t27.783 11.826q11.826 11.826 11.826 27.783t-11.826 27.783L535.566 576l203.217 203.217q11.826 11.826 11.826 27.783t-11.826 27.783Q726.957 846.609 711 846.609t-27.783-11.826L480 631.566Z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about-clinic .time-table .x-mark {
    width: 27px;
  }
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table .x-mark {
    width: 20px;
    height: 15px;
  }
}
.about-clinic .time-table .o-mark {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: var(--main-fontColor);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-clinic .time-table .o-mark {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table .o-mark {
    width: 14px;
    height: 14px;
  }
}
.about-clinic .time-table .triangle-mark {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 96 960 960' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m125.521 910.131q-23.652 0-34.696-20.587-11.043-20.587 1.783-40.674l355.479-566.001q11.261-19.087 32.913-19.087 21.652 0 32.913 19.087l353.479 566.001q11.826 20.087 1.283 40.674-10.544 20.587-34.196 20.587z' fill='%23000'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .about-clinic .time-table .triangle-mark {
    width: 25px;
  }
}
@media screen and (max-width: 600px) {
  .about-clinic .time-table .triangle-mark {
    width: 18px;
    height: 12px;
  }
}
.about-clinic .reception-time__note {
  text-align: right;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .about-clinic .reception-time__note {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
  }
}

.clinic-info {
  padding-bottom: 50px;
}
.clinic-info .clinic-info-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box {
    flex-wrap: wrap;
  }
}
.clinic-info .clinic-info-box .imgbox {
  flex: 1;
  margin-right: 5%;
  z-index: 10;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box .imgbox {
    width: 100%;
    margin-right: 0.01%;
  }
}
.clinic-info .clinic-info-box .textbox {
  flex: 1;
  z-index: 10;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box .textbox {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }
}
.clinic-info .clinic-info-box dl {
  display: flex;
  border-bottom: 1px dashed var(--main-mainColor);
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box dl {
    font-weight: 600;
  }
}
.clinic-info .clinic-info-box dt {
  width: 75px;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box dt {
    font-weight: 600;
  }
}
.clinic-info .clinic-info-box dd {
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .clinic-info .clinic-info-box dd {
    font-weight: 600;
  }
}
.clinic-info .section-title .jp-text {
  z-index: 10;
}

/*** クリニック情報　About clinic ***/
/*** SNS LINKS ***/
@media screen and (max-width: 600px) {
  .sns-section__inner {
    padding: 0;
  }
}
.sns-section__inner .sns-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sns-section__inner .sns-list .sns-links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sns-section__inner .sns-list .sns-links {
    flex: auto;
    width: 100%;
  }
}
.sns-section__inner .sns-list .sns-thread {
  flex: 1;
  margin-left: 4%;
  height: 500px;
  overflow: auto;
}
@media screen and (max-width: 960px) {
  .sns-section__inner .sns-list .sns-thread {
    margin-left: 0.01%;
    margin-top: 30px;
  }
}
.sns-section__inner .sns-box {
  width: 100%;
  padding: 5px;
  background: var(--main-footerColor);
  transition: 0.2s ease-in-out;
  margin-bottom: 10px;
}
.sns-section__inner .sns-box:hover {
  background: var(--main-sectionbg);
  border: 2px solid var(--main-mainColor);
}
.sns-section__inner .sns-box::before {
  display: none;
}
.sns-section__inner .sns-box:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sns-section__inner .sns-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.sns-section__inner .sns-box a {
  display: flex;
  align-items: center;
}
.sns-section__inner .sns-box .sns-logo {
  width: 80%;
  margin-right: 5%;
  max-width: 90px;
}
.sns-section__inner .sns-box .textbox {
  flex: 1;
}
.sns-section__inner .sns-box .textbox p {
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 14px;
}
.sns-section__inner .sns-box .textbox p span {
  font-weight: 500;
  font-size: 18px;
  color: var(--main-mainColor);
}
.sns-section__inner .sns-title {
  font-family: var(--fontfamily-en);
  font-size: 12px;
}
.sns-section__inner .sub-title {
  font-size: 14px;
  line-height: 1.4;
}

.no-sns-thread__sns-section .sns-section__inner .sns-box {
  width: 48%;
  margin-right: 20px;
}
.no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even) {
  margin-right: 3.5%;
}
.no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .no-sns-thread__sns-section .sns-section__inner .sns-box {
    width: 48%;
    margin-right: 4%;
  }
  .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even), .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(3n) {
    margin-right: 4%;
  }
  .no-sns-thread__sns-section .sns-section__inner .sns-box:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .no-sns-thread__sns-section .sns-section__inner .sns-box {
    width: 100%;
    margin-right: 0 !important;
  }
}

/*** SNS LINKS ***/
/*** 下層ページテンプレ ***/
.lowerPage .section-subtitle + p,
.lowerPage .section-title + p {
  margin-bottom: 40px;
}
.lowerPage .section-subtitle {
  color: var(--main-mainColor);
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .lowerPage .section-subtitle {
    text-align: left;
  }
}
.lowerPage .section-subtitle p {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .lowerPage .section-subtitle p {
    font-size: 20px;
  }
}
.lowerPage p {
  line-height: 1.8;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .lowerPage p.text-center {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .lowerPage p {
    font-weight: 600;
  }
}
.lowerPage section {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .lowerPage section {
    margin-bottom: 80px;
  }
}

.borderB_title_block {
  margin-bottom: 45px;
}

.borderB-title {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-borderColor);
  margin-bottom: 30px;
}

.bg-title {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.bg-title .mainBg-circle {
  color: var(--main-mainColor);
  padding-right: 3px;
}
.bg-title p {
  color: var(--main-mainColor);
  font-weight: 500;
}

.checkbox-icon__list {
  padding: 50px 4% 25px;
  margin-top: 30px;
  background: var(--main-sectionbg);
}
@media screen and (max-width: 600px) {
  .checkbox-icon__list {
    padding: 30px 4% 30px;
  }
}
.checkbox-icon__list ul {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-icon__list ul li {
  width: 48%;
  margin: 0 4% 15px 0;
  font-size: 18px;
  font-weight: bold;
  display: flex;
}
.checkbox-icon__list ul li p {
  font-weight: 400;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .checkbox-icon__list ul li {
    width: 100%;
    margin-right: 0;
  }
}
.checkbox-icon__list ul li:nth-of-type(even) {
  margin-right: 0;
}
.checkbox-icon__list ul li .checkbox-icon {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 600px) {
  .checkbox-icon__list ul li .checkbox-icon {
    width: 25px;
  }
}
.checkbox-icon__list ul li p {
  flex: 1;
  line-height: 1.6;
  margin-bottom: 0;
}

/** 目次 table-contents **/
.table-contents {
  padding: 40px 7%;
  margin-top: 30px;
  border: 1px dotted var(--main-borderColor);
  font-family: var(--fontfamily-san-selif);
}
.table-contents a {
  line-height: 1.8;
}
.table-contents a:hover {
  color: var(--main-mainColor);
}
.table-contents .toc-heading-level-1 {
  margin-bottom: 5px;
}
.table-contents .toc-link__level1 {
  display: inline-block;
}

/** 目次 table-contents **/
/** ２カラムAパターン **/
.twoCol__common-flexArea {
  display: flex;
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea {
    margin-bottom: 40px;
  }
}
.twoCol__common-flexArea.imgRight__flexArea .imgbox {
  margin-right: 0;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea.imgRight__flexArea .imgbox {
    margin-left: 0;
  }
}
.twoCol__common-flexArea .imgbox {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea .imgbox {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .imgbox {
    margin-bottom: 40px;
  }
}
.twoCol__common-flexArea .imgbox img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoCol__common-flexArea .textbox {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .twoCol__common-flexArea .textbox {
    flex: none;
    width: 100%;
  }
}
.twoCol__common-flexArea .author-name {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 5px;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .author-name {
    font-size: 20px;
  }
}
.twoCol__common-flexArea .author-info-table dl {
  display: flex;
  line-height: 1.8;
  margin-bottom: 5px;
}
.twoCol__common-flexArea .author-info-table dt {
  width: 160px;
}
.twoCol__common-flexArea .author-info-table dt p {
  font-weight: 500;
  color: var(--main-mainColor);
}
.twoCol__common-flexArea .author-info-table dd {
  flex: 1;
}
.twoCol__common-flexArea .author-info-table {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-mainColor);
}
.twoCol__common-flexArea .message {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.twoCol__common-flexArea .common-btn-wrap {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .twoCol__common-flexArea .common-btn-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .twoCol__common-flexArea .common-btn-wrap:last-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .imgRight__flexArea .textbox {
    order: 2;
  }
  .imgRight__flexArea .imgbox {
    order: 1;
  }
}

/** ２カラムAパターン **/
/** ２カラムBパターン **/
.twoCol__B-pattern__content {
  display: flex;
  flex-wrap: wrap;
}
.twoCol__B-pattern__content .borderB-title {
  border-bottom: none;
  margin-bottom: 0;
}
.twoCol__B-pattern__content .borderB-title p {
  color: var(--main-mainColor);
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .twoCol__B-pattern__content .borderB-title p {
    font-size: 20px;
  }
}
.twoCol__B-pattern__content .bg-title {
  margin-bottom: 0;
}
.twoCol__B-pattern__content .B-pattern__block {
  width: 48%;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .twoCol__B-pattern__content .B-pattern__block {
    width: 100%;
    margin-bottom: 50px;
  }
}
.twoCol__B-pattern__content .B-pattern__block:nth-of-type(odd) {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .twoCol__B-pattern__content .B-pattern__block:nth-of-type(odd) {
    margin-right: 0;
  }
}
.twoCol__B-pattern__content .B-pattern__block .twoCol__common-flexArea {
  margin-bottom: 35px;
  flex-direction: column;
}
.twoCol__B-pattern__content .B-pattern__block .common-btn-wrap {
  margin: 20px auto 10px;
}

/** ２カラムBパターン **/
/** ２カラムCパターン **/
.twoCol__C-pattern__content {
  display: flex;
  flex-wrap: wrap;
}
.twoCol__C-pattern__content .C-pattern__block {
  width: 48%;
  margin-bottom: 70px;
  margin-right: 4%;
}
.twoCol__C-pattern__content .C-pattern__block .imgbox {
  height: 310px;
  width: 97%;
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
}
.twoCol__C-pattern__content .C-pattern__block:nth-of-type(even) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .twoCol__C-pattern__content .C-pattern__block {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .twoCol__C-pattern__content .C-pattern__block:last-child {
    margin-bottom: 0;
  }
}
.twoCol__C-pattern__content .C-pattern__block .common-btn-wrap {
  display: block;
  margin: 20px auto 10px;
}
@media screen and (max-width: 600px) {
  .twoCol__C-pattern__content .C-pattern__block .common-btn-wrap {
    width: 100%;
  }
}
.twoCol__C-pattern__content .C-pattern__block img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoCol__C-pattern__content .pattern__block-title {
  font-size: 24px;
  color: var(--main-mainColor);
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .twoCol__C-pattern__content .pattern__block-title {
    font-size: 20px;
  }
}

/** ２カラムCパターン **/
/** 下層ページ　スタッフ紹介 staffs-list__section **/
.lowerPage {
  /** staffs-list__sectionVer2 **/
}
.lowerPage .staffs-list {
  display: flex;
  flex-wrap: wrap;
}
.lowerPage .staff-box {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box {
    width: 100%;
    margin-right: 0;
  }
  .lowerPage .staff-box:last-child {
    margin-bottom: 0;
  }
}
.lowerPage .staff-box:nth-of-type(3n) {
  margin-right: 0;
}
.lowerPage .staff-box .staff-img {
  width: 90%;
  margin: 0 auto 20px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box .staff-img {
    width: 50%;
  }
}
.lowerPage .staff-box .staff-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lowerPage .staff-box .staff-img img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerPage .staff-box .staff-name-box .staff-position {
  font-size: 13px;
}
.lowerPage .staff-box .staff-name-box {
  margin-bottom: 17px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box .staff-name-box {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box .staff-name-box .ql-align-center {
    text-align: center;
  }
}
.lowerPage .staff-box p {
  font-size: 14px;
}
.lowerPage .staff-box .common-btn-wrap {
  display: block;
  max-width: 90%;
  margin: 20px auto 10px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staff-box .common-btn-wrap {
    width: 100%;
  }
}
.lowerPage .staffs-list__sectionVer2 {
  padding: 50px 0 20px;
}
@media screen and (max-width: 600px) {
  .lowerPage .staffs-list__sectionVer2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lowerPage .staffs-list__ver2 .staff-img {
  width: 100%;
  height: 250px;
  border-radius: 0;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 600px) {
  .lowerPage .staffs-list__ver2 .staff-img {
    width: 70%;
    margin: 0 auto;
  }
}
.lowerPage .staffs-list__ver2 .staff-name-box p {
  font-size: 24px;
  color: var(--main-mainColor);
}
.lowerPage .staffs-list__ver2 .staff-box {
  margin-right: 3%;
  background-color: var(--main-mainColorFont);
  width: 31%;
  margin-bottom: 1%;
}
.lowerPage .staffs-list__ver2 .staff-box:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .lowerPage .staffs-list__ver2 .staff-box {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
}
.lowerPage .staffs-list__ver2 .staff-box .common-btn-wrap {
  max-width: 100%;
  width: 100%;
}
.lowerPage .staffs-list__ver2 .staff-position {
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: -5px;
}

/** 下層ページ　スタッフ紹介 staffs-list__section **/
/** よくある質問 FAQ **/
.faq-section .faq-box {
  border: 1px solid var(--main-mainColor);
  margin-bottom: 10px;
  border-radius: 4px;
}
.faq-section .faq-box .faq-mark {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-family: var(--fontfamily-en);
  font-size: 20px;
  color: var(--main-mainColor);
  margin-right: 10px;
  margin-top: 3px;
}
.faq-section .faq-box .q-text {
  flex: 1;
}
.faq-section .question,
.faq-section .answer {
  display: flex;
}
.faq-section .question {
  position: relative;
  cursor: pointer;
  padding: 15px 3%;
}
.faq-section .question:after {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 16.5px);
  content: "+";
  font-size: 32px;
  line-height: 1;
  color: var(--main-mainColor);
  right: 3%;
}
.faq-section .question.btnOn:after {
  content: "ー";
  top: 15%;
  font-size: 23px;
  line-height: 1;
  color: var(--main-mainColor);
  right: 3%;
}
.faq-section .answer-wrap {
  background-color: var(--main-sectionbg);
  padding: 15px 3%;
  display: none;
}

/** よくある質問 FAQ **/
/** 数字が増えるパターン increasingNumber-block **/
.increasingNumber-block {
  margin-bottom: 30px;
}
.increasingNumber-block div:nth-of-type(n+2) {
  background: var(--main-sectionbg);
}
.increasingNumber-block div:nth-of-type(2) {
  padding: 25px 25px 0 25px;
}
.increasingNumber-block .borderB-title {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block .borderB-title {
    margin-bottom: 0;
  }
}
.increasingNumber-block .borderB-title .number {
  color: var(--main-mainColor);
  font-size: 32px;
  font-family: var(--fontfamily-en);
  font-weight: 400;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block .borderB-title .number {
    font-size: 28px;
  }
}
.increasingNumber-block .borderB-title .text {
  flex: 1;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block .borderB-title .text {
    font-size: 20px;
  }
}
.increasingNumber-block .borderB-title .text p {
  color: var(--main-mainColor);
  line-height: 1.3;
}
.increasingNumber-block .ql-align-right {
  text-align: center;
  margin-top: 0 !important;
  padding: 15px 0 25px 0;
}
@media screen and (max-width: 600px) {
  .increasingNumber-block .ql-align-right .common-btn-wrap {
    width: 90%;
  }
}

/** 数字が増えるパターン increasingNumber-block **/
/** 表１ **/
.graph1-block .graph1-block_content {
  padding: 17px 0;
  border-bottom: 1px solid var(--main-mainColor);
}
.graph1-block .graph1-block_content:first-child {
  border-top: 1px solid var(--main-mainColor);
}
.graph1-block .graph1-block_content div:first-child {
  font-size: 20px;
  color: var(--main-mainColor);
}
.graph1-block .graph1-block_content p {
  margin: 0;
}

/** 表１ **/
/** graph4-block **/
.graph4-block .history-table dl:first-of-type dt {
  color: var(--main-mainColor);
  padding: 0.5em 1.2em;
}
.graph4-block .history-table dl:first-of-type dt:last-of-type {
  text-align: center;
  width: 80%;
}
.graph4-block .history-table .table-title {
  background-color: var(--main-sectionbg);
  border-top: 1px solid var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table .table-title .ql-align-center {
    text-align: left;
  }
}
.graph4-block .history-table dl {
  border-bottom: 1px solid var(--main-mainColor);
  display: flex;
}
.graph4-block .history-table dl dt,
.graph4-block .history-table dl dd {
  padding: 0.8em 1.2em;
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table dl dt,
  .graph4-block .history-table dl dd {
    padding: 5%;
  }
}
.graph4-block .history-table dl dt {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .graph4-block .history-table dl dt {
    width: 50%;
  }
}
.graph4-block .history-table dl dd {
  flex: 1;
}

/** graph4-block **/
/** 表２（料金表）graph2-block **/
.price-table {
  border-bottom: 1px solid var(--main-mainColor);
}
.price-table p {
  margin: 0;
}
.price-table li {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .price-table li {
    background: var(--main-mainColorFont);
  }
}
@media screen and (max-width: 600px) {
  .price-table li {
    flex-wrap: wrap;
  }
}
.price-table .course-price {
  display: flex;
  padding: 15px 0;
}
.price-table .course-price:not(:last-child) {
  border-bottom: 1px solid var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .price-table .course-price:not(:last-child) {
    border-bottom: none;
  }
}
.price-table .course-price span {
  display: block;
  width: 33.3%;
}
@media screen and (max-width: 600px) {
  .price-table .course-price span {
    width: auto;
  }
}
.price-table .course-price span:not(:last-child) {
  padding-right: 10px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .price-table .course-price {
    flex-wrap: wrap;
    padding: 15px 0 15px 5%;
    font-size: 14px;
  }
  .price-table .course-price span:nth-of-type(2) {
    width: 95px;
    flex: none;
  }
  .price-table .course-price span:last-child {
    flex: 1;
  }
}
.price-table .course-ttl {
  padding: 15px;
  width: 30%;
}
.price-table .course-ttl p:first-of-type {
  color: var(--main-mainColor);
}
.price-table .course-ttl .ql-size-small {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .price-table .course-ttl {
    width: 100%;
  }
}
.price-table .course-info {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .price-table .course-info {
    flex: none;
    width: 100%;
  }
}

/** 表２（料金表）graph2-block **/
/** 施術の流れ Flow of treatment **/
.flowOfTreatment-block-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .flowOfTreatment-block-title {
    margin-bottom: 10px;
  }
}
.flowOfTreatment-block-title span {
  display: block;
  margin-right: 3px;
}
.flowOfTreatment-block-title .num {
  color: var(--main-mainColor);
  font-size: 32px;
  font-family: var(--fontfamily-en);
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .flowOfTreatment-block-title .num {
    font-weight: 500;
    font-size: 28px;
  }
}
.flowOfTreatment-block-title .text {
  font-size: 28px;
  flex: 1;
  color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .flowOfTreatment-block-title .text {
    font-size: 24px;
  }
}
.flowOfTreatment-block-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flowOfTreatment-block-img {
  width: 30%;
  margin-right: 40px;
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-img {
    width: 100%;
    margin-right: 0;
  }
}
.flowOfTreatment-block-img img {
  width: 100%;
  height: auto;
}
.flowOfTreatment-block-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .flowOfTreatment-block-text {
    flex: none;
    margin-top: 30px;
    width: 100%;
  }
}
.flowOfTreatment-block-wrap {
  margin-top: 40px;
  position: relative;
  padding-bottom: 40px;
}
.flowOfTreatment-block-wrap:last-child {
  padding-bottom: 0;
}
.flowOfTreatment-block.ShowArrows .flowOfTreatment-block-wrap::after {
  content: "";
  display: block;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid var(--main-mainColor);
  border-right: 4px solid var(--main-mainColor);
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flowOfTreatment-block.ShowArrows .flowOfTreatment-block-wrap:last-of-type::after {
  display: none;
}

/** 施術の流れ Flow of treatment **/
/** 院長プロフィール profile-block **/
.profile-block-img {
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
  width: 75%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .profile-block-img {
    width: 100%;
  }
}
.profile-block-img img {
  height: auto;
}
.profile-block-table {
  border-top: 1px solid var(--main-mainColor);
  margin-top: 40px;
}
.profile-block-table dl {
  display: flex;
  border-bottom: 1px solid var(--main-mainColor);
  margin: 0;
}
.profile-block-table dt {
  width: 175px;
  font-weight: bold;
  background: var(--main-sectionbg);
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .profile-block-table dt {
    width: 160px;
  }
}
.profile-block-table dd {
  flex: 1;
  margin: 0;
  padding: 15px 25px;
}

/** 院長プロフィール profile-block **/
/** 施設案内スライドショー facilities-SlideShow-block **/
.facilities-SlideShow-block {
  overflow: hidden;
}
.facilities-SlideShow-block .ql-align-center {
  text-align: center;
}

.facilities-SlideShow-slick {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick {
    width: 85%;
  }
  .facilities-SlideShow-slick .slick-list {
    overflow: visible;
  }
}
.facilities-SlideShow-slick.no-dots {
  margin-bottom: 50px;
}
.facilities-SlideShow-slick-Wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick-Wrap {
    width: 106%;
    overflow: hidden;
  }
}
.facilities-SlideShow-slick .slick-track {
  display: flex;
  justify-content: center;
}
.facilities-SlideShow-slick .slick-slide {
  overflow: hidden;
}
.facilities-SlideShow-slick .slick-slide img {
  width: 100% !important;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-slide img {
    height: 60vw !important;
  }
}
.facilities-SlideShow-slick .slick-slide.three-or-fewer {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-slide.three-or-fewer {
    max-width: 100%;
  }
}
.facilities-SlideShow-slick .slider-dots {
  display: flex;
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slider-dots {
    width: 112%;
  }
}
.facilities-SlideShow-slick .slider-dots li {
  flex: 1;
}
.facilities-SlideShow-slick .slider-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--main-sectionbg);
  height: 2px;
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.facilities-SlideShow-slick .slider-dots li.slick-active button {
  background-color: var(--main-mainColor);
}
.facilities-SlideShow-slick .slick-arrow {
  z-index: 10;
  top: 42%;
}
.facilities-SlideShow-slick .slick-prev,
.facilities-SlideShow-slick .slick-next {
  width: 45px;
  height: 45px;
  background-color: var(--main-mainColorFont);
  border-radius: 50%;
  border: 1px solid var(--main-mainColor);
}
.facilities-SlideShow-slick .slick-prev:hover, .facilities-SlideShow-slick .slick-prev:link, .facilities-SlideShow-slick .slick-prev:visited, .facilities-SlideShow-slick .slick-prev:active, .facilities-SlideShow-slick .slick-prev:focus,
.facilities-SlideShow-slick .slick-next:hover,
.facilities-SlideShow-slick .slick-next:link,
.facilities-SlideShow-slick .slick-next:visited,
.facilities-SlideShow-slick .slick-next:active,
.facilities-SlideShow-slick .slick-next:focus {
  background-color: var(--main-mainColorFont);
}
.facilities-SlideShow-slick .slick-prev {
  left: -20px;
}
@media screen and (max-width: 1200px) {
  .facilities-SlideShow-slick .slick-prev {
    left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-SlideShow-slick .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-prev {
    left: 5px;
  }
}
.facilities-SlideShow-slick .slick-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  transform: rotate(-45deg);
}
.facilities-SlideShow-slick .slick-next {
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .facilities-SlideShow-slick .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities-SlideShow-slick .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .facilities-SlideShow-slick .slick-next {
    right: 5px;
  }
}
.facilities-SlideShow-slick .slick-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
}
.facilities-SlideShow-slick.round .slick-slide {
  position: relative;
  border-radius: 50%;
  margin: 15px;
}
.facilities-SlideShow-slick.round .slick-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.facilities-SlideShow-slick.round .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.facilities-SlideShow-slick.round .slick-prev {
  left: -5px;
}
.facilities-SlideShow-slick.round .slick-prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  transform: rotate(-45deg);
}
.facilities-SlideShow-slick.round .slick-next {
  right: -5px;
}
.facilities-SlideShow-slick.round .slick-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
}

.wp-block-create-block-block-trouble-two .ql-align-center,
.wp-block-create-block-block-cause .ql-align-center,
.wp-block-create-block-block-staff-back-white .ql-align-center,
.wp-block-create-block-block-staff-back-color .ql-align-center,
.wp-block-create-block-block-sub-for-first-time .ql-align-center,
.wp-block-create-block-block-sub-menu-one .ql-align-center,
.wp-block-create-block-block-sub-menu-two .ql-align-center {
  margin-bottom: 20px;
}

.wp-block-create-block-block-sub-for-first-time .ql-align-right {
  margin-top: 20px;
}

.column-post .greeting-section {
  background-image: none !important;
}
.column-post .wp-block-create-block-block-yayoidou p,
.column-post .wp-block-create-block-block-time p,
.column-post .wp-block-create-block-block-new p,
.column-post .wp-block-create-block-block-greeting p,
.column-post .wp-block-create-block-block-pickup p,
.column-post .wp-block-create-block-block-menu p,
.column-post .wp-block-create-block-block-symptoms p,
.column-post .wp-block-create-block-block-feature p,
.column-post .wp-block-create-block-block-column p,
.column-post .wp-block-create-block-block-banner-list p,
.column-post .wp-block-create-block-block-slider p,
.column-post .wp-block-create-block-block-contact p,
.column-post .wp-block-create-block-block-infomation p,
.column-post .wp-block-create-block-block-group p,
.column-post .wp-block-create-block-block-sns-links p,
.column-post .wp-block-create-block-block-staff p,
.column-post .wp-block-create-block-block-health p,
.column-post .wp-block-create-block-block-headache p,
.column-post .wp-block-create-block-block-trouble p,
.column-post .wp-block-create-block-block-trouble-two p,
.column-post .wp-block-create-block-block-author p,
.column-post .wp-block-create-block-block-introduction p,
.column-post .wp-block-create-block-block-cause p,
.column-post .wp-block-create-block-block-sub-profile p,
.column-post .wp-block-create-block-block-sub-flow p,
.column-post .wp-block-create-block-block-sub-for-first-time p,
.column-post .wp-block-create-block-block-staff-back-color p,
.column-post .wp-block-create-block-block-staff-back-white p,
.column-post .wp-block-create-block-block-sub-wrap-around p,
.column-post .wp-block-create-block-block-sub-checkbox p,
.column-post .wp-block-create-block-block-sub-faq p,
.column-post .wp-block-create-block-block-sub-menu-one p,
.column-post .wp-block-create-block-block-sub-menu-two p,
.column-post .wp-block-create-block-block-facilities p,
.column-post .wp-block-create-block-block-history p,
.column-post .wp-block-create-block-block-tab-content p {
  font-size: unset;
  margin-bottom: 0;
  line-height: 1.8;
}
.column-post .wp-block-create-block-block-yayoidou .imgbox img,
.column-post .wp-block-create-block-block-time .imgbox img,
.column-post .wp-block-create-block-block-new .imgbox img,
.column-post .wp-block-create-block-block-greeting .imgbox img,
.column-post .wp-block-create-block-block-pickup .imgbox img,
.column-post .wp-block-create-block-block-menu .imgbox img,
.column-post .wp-block-create-block-block-symptoms .imgbox img,
.column-post .wp-block-create-block-block-feature .imgbox img,
.column-post .wp-block-create-block-block-column .imgbox img,
.column-post .wp-block-create-block-block-banner-list .imgbox img,
.column-post .wp-block-create-block-block-slider .imgbox img,
.column-post .wp-block-create-block-block-contact .imgbox img,
.column-post .wp-block-create-block-block-infomation .imgbox img,
.column-post .wp-block-create-block-block-group .imgbox img,
.column-post .wp-block-create-block-block-sns-links .imgbox img,
.column-post .wp-block-create-block-block-staff .imgbox img,
.column-post .wp-block-create-block-block-health .imgbox img,
.column-post .wp-block-create-block-block-headache .imgbox img,
.column-post .wp-block-create-block-block-trouble .imgbox img,
.column-post .wp-block-create-block-block-trouble-two .imgbox img,
.column-post .wp-block-create-block-block-author .imgbox img,
.column-post .wp-block-create-block-block-introduction .imgbox img,
.column-post .wp-block-create-block-block-cause .imgbox img,
.column-post .wp-block-create-block-block-sub-profile .imgbox img,
.column-post .wp-block-create-block-block-sub-flow .imgbox img,
.column-post .wp-block-create-block-block-sub-for-first-time .imgbox img,
.column-post .wp-block-create-block-block-staff-back-color .imgbox img,
.column-post .wp-block-create-block-block-staff-back-white .imgbox img,
.column-post .wp-block-create-block-block-sub-wrap-around .imgbox img,
.column-post .wp-block-create-block-block-sub-checkbox .imgbox img,
.column-post .wp-block-create-block-block-sub-faq .imgbox img,
.column-post .wp-block-create-block-block-sub-menu-one .imgbox img,
.column-post .wp-block-create-block-block-sub-menu-two .imgbox img,
.column-post .wp-block-create-block-block-facilities .imgbox img,
.column-post .wp-block-create-block-block-history .imgbox img,
.column-post .wp-block-create-block-block-tab-content .imgbox img {
  width: 100%;
  height: auto;
}
.column-post .wp-block-create-block-block-yayoidou li,
.column-post .wp-block-create-block-block-time li,
.column-post .wp-block-create-block-block-new li,
.column-post .wp-block-create-block-block-greeting li,
.column-post .wp-block-create-block-block-pickup li,
.column-post .wp-block-create-block-block-menu li,
.column-post .wp-block-create-block-block-symptoms li,
.column-post .wp-block-create-block-block-feature li,
.column-post .wp-block-create-block-block-column li,
.column-post .wp-block-create-block-block-banner-list li,
.column-post .wp-block-create-block-block-slider li,
.column-post .wp-block-create-block-block-contact li,
.column-post .wp-block-create-block-block-infomation li,
.column-post .wp-block-create-block-block-group li,
.column-post .wp-block-create-block-block-sns-links li,
.column-post .wp-block-create-block-block-staff li,
.column-post .wp-block-create-block-block-health li,
.column-post .wp-block-create-block-block-headache li,
.column-post .wp-block-create-block-block-trouble li,
.column-post .wp-block-create-block-block-trouble-two li,
.column-post .wp-block-create-block-block-author li,
.column-post .wp-block-create-block-block-introduction li,
.column-post .wp-block-create-block-block-cause li,
.column-post .wp-block-create-block-block-sub-profile li,
.column-post .wp-block-create-block-block-sub-flow li,
.column-post .wp-block-create-block-block-sub-for-first-time li,
.column-post .wp-block-create-block-block-staff-back-color li,
.column-post .wp-block-create-block-block-staff-back-white li,
.column-post .wp-block-create-block-block-sub-wrap-around li,
.column-post .wp-block-create-block-block-sub-checkbox li,
.column-post .wp-block-create-block-block-sub-faq li,
.column-post .wp-block-create-block-block-sub-menu-one li,
.column-post .wp-block-create-block-block-sub-menu-two li,
.column-post .wp-block-create-block-block-facilities li,
.column-post .wp-block-create-block-block-history li,
.column-post .wp-block-create-block-block-tab-content li {
  padding-left: 0;
}
.column-post .wp-block-create-block-block-yayoidou li::before,
.column-post .wp-block-create-block-block-time li::before,
.column-post .wp-block-create-block-block-new li::before,
.column-post .wp-block-create-block-block-greeting li::before,
.column-post .wp-block-create-block-block-pickup li::before,
.column-post .wp-block-create-block-block-menu li::before,
.column-post .wp-block-create-block-block-symptoms li::before,
.column-post .wp-block-create-block-block-feature li::before,
.column-post .wp-block-create-block-block-column li::before,
.column-post .wp-block-create-block-block-banner-list li::before,
.column-post .wp-block-create-block-block-slider li::before,
.column-post .wp-block-create-block-block-contact li::before,
.column-post .wp-block-create-block-block-infomation li::before,
.column-post .wp-block-create-block-block-group li::before,
.column-post .wp-block-create-block-block-sns-links li::before,
.column-post .wp-block-create-block-block-staff li::before,
.column-post .wp-block-create-block-block-health li::before,
.column-post .wp-block-create-block-block-headache li::before,
.column-post .wp-block-create-block-block-trouble li::before,
.column-post .wp-block-create-block-block-trouble-two li::before,
.column-post .wp-block-create-block-block-author li::before,
.column-post .wp-block-create-block-block-introduction li::before,
.column-post .wp-block-create-block-block-cause li::before,
.column-post .wp-block-create-block-block-sub-profile li::before,
.column-post .wp-block-create-block-block-sub-flow li::before,
.column-post .wp-block-create-block-block-sub-for-first-time li::before,
.column-post .wp-block-create-block-block-staff-back-color li::before,
.column-post .wp-block-create-block-block-staff-back-white li::before,
.column-post .wp-block-create-block-block-sub-wrap-around li::before,
.column-post .wp-block-create-block-block-sub-checkbox li::before,
.column-post .wp-block-create-block-block-sub-faq li::before,
.column-post .wp-block-create-block-block-sub-menu-one li::before,
.column-post .wp-block-create-block-block-sub-menu-two li::before,
.column-post .wp-block-create-block-block-facilities li::before,
.column-post .wp-block-create-block-block-history li::before,
.column-post .wp-block-create-block-block-tab-content li::before {
  display: none;
}
.column-post .wp-block-create-block-block-yayoidou h2,
.column-post .wp-block-create-block-block-yayoidou h3,
.column-post .wp-block-create-block-block-yayoidou h4,
.column-post .wp-block-create-block-block-yayoidou h5,
.column-post .wp-block-create-block-block-yayoidou h6,
.column-post .wp-block-create-block-block-time h2,
.column-post .wp-block-create-block-block-time h3,
.column-post .wp-block-create-block-block-time h4,
.column-post .wp-block-create-block-block-time h5,
.column-post .wp-block-create-block-block-time h6,
.column-post .wp-block-create-block-block-new h2,
.column-post .wp-block-create-block-block-new h3,
.column-post .wp-block-create-block-block-new h4,
.column-post .wp-block-create-block-block-new h5,
.column-post .wp-block-create-block-block-new h6,
.column-post .wp-block-create-block-block-greeting h2,
.column-post .wp-block-create-block-block-greeting h3,
.column-post .wp-block-create-block-block-greeting h4,
.column-post .wp-block-create-block-block-greeting h5,
.column-post .wp-block-create-block-block-greeting h6,
.column-post .wp-block-create-block-block-pickup h2,
.column-post .wp-block-create-block-block-pickup h3,
.column-post .wp-block-create-block-block-pickup h4,
.column-post .wp-block-create-block-block-pickup h5,
.column-post .wp-block-create-block-block-pickup h6,
.column-post .wp-block-create-block-block-menu h2,
.column-post .wp-block-create-block-block-menu h3,
.column-post .wp-block-create-block-block-menu h4,
.column-post .wp-block-create-block-block-menu h5,
.column-post .wp-block-create-block-block-menu h6,
.column-post .wp-block-create-block-block-symptoms h2,
.column-post .wp-block-create-block-block-symptoms h3,
.column-post .wp-block-create-block-block-symptoms h4,
.column-post .wp-block-create-block-block-symptoms h5,
.column-post .wp-block-create-block-block-symptoms h6,
.column-post .wp-block-create-block-block-feature h2,
.column-post .wp-block-create-block-block-feature h3,
.column-post .wp-block-create-block-block-feature h4,
.column-post .wp-block-create-block-block-feature h5,
.column-post .wp-block-create-block-block-feature h6,
.column-post .wp-block-create-block-block-column h2,
.column-post .wp-block-create-block-block-column h3,
.column-post .wp-block-create-block-block-column h4,
.column-post .wp-block-create-block-block-column h5,
.column-post .wp-block-create-block-block-column h6,
.column-post .wp-block-create-block-block-banner-list h2,
.column-post .wp-block-create-block-block-banner-list h3,
.column-post .wp-block-create-block-block-banner-list h4,
.column-post .wp-block-create-block-block-banner-list h5,
.column-post .wp-block-create-block-block-banner-list h6,
.column-post .wp-block-create-block-block-slider h2,
.column-post .wp-block-create-block-block-slider h3,
.column-post .wp-block-create-block-block-slider h4,
.column-post .wp-block-create-block-block-slider h5,
.column-post .wp-block-create-block-block-slider h6,
.column-post .wp-block-create-block-block-contact h2,
.column-post .wp-block-create-block-block-contact h3,
.column-post .wp-block-create-block-block-contact h4,
.column-post .wp-block-create-block-block-contact h5,
.column-post .wp-block-create-block-block-contact h6,
.column-post .wp-block-create-block-block-infomation h2,
.column-post .wp-block-create-block-block-infomation h3,
.column-post .wp-block-create-block-block-infomation h4,
.column-post .wp-block-create-block-block-infomation h5,
.column-post .wp-block-create-block-block-infomation h6,
.column-post .wp-block-create-block-block-group h2,
.column-post .wp-block-create-block-block-group h3,
.column-post .wp-block-create-block-block-group h4,
.column-post .wp-block-create-block-block-group h5,
.column-post .wp-block-create-block-block-group h6,
.column-post .wp-block-create-block-block-sns-links h2,
.column-post .wp-block-create-block-block-sns-links h3,
.column-post .wp-block-create-block-block-sns-links h4,
.column-post .wp-block-create-block-block-sns-links h5,
.column-post .wp-block-create-block-block-sns-links h6,
.column-post .wp-block-create-block-block-staff h2,
.column-post .wp-block-create-block-block-staff h3,
.column-post .wp-block-create-block-block-staff h4,
.column-post .wp-block-create-block-block-staff h5,
.column-post .wp-block-create-block-block-staff h6,
.column-post .wp-block-create-block-block-health h2,
.column-post .wp-block-create-block-block-health h3,
.column-post .wp-block-create-block-block-health h4,
.column-post .wp-block-create-block-block-health h5,
.column-post .wp-block-create-block-block-health h6,
.column-post .wp-block-create-block-block-headache h2,
.column-post .wp-block-create-block-block-headache h3,
.column-post .wp-block-create-block-block-headache h4,
.column-post .wp-block-create-block-block-headache h5,
.column-post .wp-block-create-block-block-headache h6,
.column-post .wp-block-create-block-block-trouble h2,
.column-post .wp-block-create-block-block-trouble h3,
.column-post .wp-block-create-block-block-trouble h4,
.column-post .wp-block-create-block-block-trouble h5,
.column-post .wp-block-create-block-block-trouble h6,
.column-post .wp-block-create-block-block-trouble-two h2,
.column-post .wp-block-create-block-block-trouble-two h3,
.column-post .wp-block-create-block-block-trouble-two h4,
.column-post .wp-block-create-block-block-trouble-two h5,
.column-post .wp-block-create-block-block-trouble-two h6,
.column-post .wp-block-create-block-block-author h2,
.column-post .wp-block-create-block-block-author h3,
.column-post .wp-block-create-block-block-author h4,
.column-post .wp-block-create-block-block-author h5,
.column-post .wp-block-create-block-block-author h6,
.column-post .wp-block-create-block-block-introduction h2,
.column-post .wp-block-create-block-block-introduction h3,
.column-post .wp-block-create-block-block-introduction h4,
.column-post .wp-block-create-block-block-introduction h5,
.column-post .wp-block-create-block-block-introduction h6,
.column-post .wp-block-create-block-block-cause h2,
.column-post .wp-block-create-block-block-cause h3,
.column-post .wp-block-create-block-block-cause h4,
.column-post .wp-block-create-block-block-cause h5,
.column-post .wp-block-create-block-block-cause h6,
.column-post .wp-block-create-block-block-sub-profile h2,
.column-post .wp-block-create-block-block-sub-profile h3,
.column-post .wp-block-create-block-block-sub-profile h4,
.column-post .wp-block-create-block-block-sub-profile h5,
.column-post .wp-block-create-block-block-sub-profile h6,
.column-post .wp-block-create-block-block-sub-flow h2,
.column-post .wp-block-create-block-block-sub-flow h3,
.column-post .wp-block-create-block-block-sub-flow h4,
.column-post .wp-block-create-block-block-sub-flow h5,
.column-post .wp-block-create-block-block-sub-flow h6,
.column-post .wp-block-create-block-block-sub-for-first-time h2,
.column-post .wp-block-create-block-block-sub-for-first-time h3,
.column-post .wp-block-create-block-block-sub-for-first-time h4,
.column-post .wp-block-create-block-block-sub-for-first-time h5,
.column-post .wp-block-create-block-block-sub-for-first-time h6,
.column-post .wp-block-create-block-block-staff-back-color h2,
.column-post .wp-block-create-block-block-staff-back-color h3,
.column-post .wp-block-create-block-block-staff-back-color h4,
.column-post .wp-block-create-block-block-staff-back-color h5,
.column-post .wp-block-create-block-block-staff-back-color h6,
.column-post .wp-block-create-block-block-staff-back-white h2,
.column-post .wp-block-create-block-block-staff-back-white h3,
.column-post .wp-block-create-block-block-staff-back-white h4,
.column-post .wp-block-create-block-block-staff-back-white h5,
.column-post .wp-block-create-block-block-staff-back-white h6,
.column-post .wp-block-create-block-block-sub-wrap-around h2,
.column-post .wp-block-create-block-block-sub-wrap-around h3,
.column-post .wp-block-create-block-block-sub-wrap-around h4,
.column-post .wp-block-create-block-block-sub-wrap-around h5,
.column-post .wp-block-create-block-block-sub-wrap-around h6,
.column-post .wp-block-create-block-block-sub-checkbox h2,
.column-post .wp-block-create-block-block-sub-checkbox h3,
.column-post .wp-block-create-block-block-sub-checkbox h4,
.column-post .wp-block-create-block-block-sub-checkbox h5,
.column-post .wp-block-create-block-block-sub-checkbox h6,
.column-post .wp-block-create-block-block-sub-faq h2,
.column-post .wp-block-create-block-block-sub-faq h3,
.column-post .wp-block-create-block-block-sub-faq h4,
.column-post .wp-block-create-block-block-sub-faq h5,
.column-post .wp-block-create-block-block-sub-faq h6,
.column-post .wp-block-create-block-block-sub-menu-one h2,
.column-post .wp-block-create-block-block-sub-menu-one h3,
.column-post .wp-block-create-block-block-sub-menu-one h4,
.column-post .wp-block-create-block-block-sub-menu-one h5,
.column-post .wp-block-create-block-block-sub-menu-one h6,
.column-post .wp-block-create-block-block-sub-menu-two h2,
.column-post .wp-block-create-block-block-sub-menu-two h3,
.column-post .wp-block-create-block-block-sub-menu-two h4,
.column-post .wp-block-create-block-block-sub-menu-two h5,
.column-post .wp-block-create-block-block-sub-menu-two h6,
.column-post .wp-block-create-block-block-facilities h2,
.column-post .wp-block-create-block-block-facilities h3,
.column-post .wp-block-create-block-block-facilities h4,
.column-post .wp-block-create-block-block-facilities h5,
.column-post .wp-block-create-block-block-facilities h6,
.column-post .wp-block-create-block-block-history h2,
.column-post .wp-block-create-block-block-history h3,
.column-post .wp-block-create-block-block-history h4,
.column-post .wp-block-create-block-block-history h5,
.column-post .wp-block-create-block-block-history h6,
.column-post .wp-block-create-block-block-tab-content h2,
.column-post .wp-block-create-block-block-tab-content h3,
.column-post .wp-block-create-block-block-tab-content h4,
.column-post .wp-block-create-block-block-tab-content h5,
.column-post .wp-block-create-block-block-tab-content h6 {
  font-size: unset;
  font-weight: unset;
  color: unset;
  background-color: unset;
  padding: 0;
  margin: 0;
  border-top: unset;
  border-bottom: unset;
  border-left: unset;
  border-right: unset;
}
.column-post .wp-block-create-block-block-yayoidou h2::before,
.column-post .wp-block-create-block-block-yayoidou h3::before,
.column-post .wp-block-create-block-block-yayoidou h4::before,
.column-post .wp-block-create-block-block-yayoidou h5::before,
.column-post .wp-block-create-block-block-yayoidou h6::before,
.column-post .wp-block-create-block-block-time h2::before,
.column-post .wp-block-create-block-block-time h3::before,
.column-post .wp-block-create-block-block-time h4::before,
.column-post .wp-block-create-block-block-time h5::before,
.column-post .wp-block-create-block-block-time h6::before,
.column-post .wp-block-create-block-block-new h2::before,
.column-post .wp-block-create-block-block-new h3::before,
.column-post .wp-block-create-block-block-new h4::before,
.column-post .wp-block-create-block-block-new h5::before,
.column-post .wp-block-create-block-block-new h6::before,
.column-post .wp-block-create-block-block-greeting h2::before,
.column-post .wp-block-create-block-block-greeting h3::before,
.column-post .wp-block-create-block-block-greeting h4::before,
.column-post .wp-block-create-block-block-greeting h5::before,
.column-post .wp-block-create-block-block-greeting h6::before,
.column-post .wp-block-create-block-block-pickup h2::before,
.column-post .wp-block-create-block-block-pickup h3::before,
.column-post .wp-block-create-block-block-pickup h4::before,
.column-post .wp-block-create-block-block-pickup h5::before,
.column-post .wp-block-create-block-block-pickup h6::before,
.column-post .wp-block-create-block-block-menu h2::before,
.column-post .wp-block-create-block-block-menu h3::before,
.column-post .wp-block-create-block-block-menu h4::before,
.column-post .wp-block-create-block-block-menu h5::before,
.column-post .wp-block-create-block-block-menu h6::before,
.column-post .wp-block-create-block-block-symptoms h2::before,
.column-post .wp-block-create-block-block-symptoms h3::before,
.column-post .wp-block-create-block-block-symptoms h4::before,
.column-post .wp-block-create-block-block-symptoms h5::before,
.column-post .wp-block-create-block-block-symptoms h6::before,
.column-post .wp-block-create-block-block-feature h2::before,
.column-post .wp-block-create-block-block-feature h3::before,
.column-post .wp-block-create-block-block-feature h4::before,
.column-post .wp-block-create-block-block-feature h5::before,
.column-post .wp-block-create-block-block-feature h6::before,
.column-post .wp-block-create-block-block-column h2::before,
.column-post .wp-block-create-block-block-column h3::before,
.column-post .wp-block-create-block-block-column h4::before,
.column-post .wp-block-create-block-block-column h5::before,
.column-post .wp-block-create-block-block-column h6::before,
.column-post .wp-block-create-block-block-banner-list h2::before,
.column-post .wp-block-create-block-block-banner-list h3::before,
.column-post .wp-block-create-block-block-banner-list h4::before,
.column-post .wp-block-create-block-block-banner-list h5::before,
.column-post .wp-block-create-block-block-banner-list h6::before,
.column-post .wp-block-create-block-block-slider h2::before,
.column-post .wp-block-create-block-block-slider h3::before,
.column-post .wp-block-create-block-block-slider h4::before,
.column-post .wp-block-create-block-block-slider h5::before,
.column-post .wp-block-create-block-block-slider h6::before,
.column-post .wp-block-create-block-block-contact h2::before,
.column-post .wp-block-create-block-block-contact h3::before,
.column-post .wp-block-create-block-block-contact h4::before,
.column-post .wp-block-create-block-block-contact h5::before,
.column-post .wp-block-create-block-block-contact h6::before,
.column-post .wp-block-create-block-block-infomation h2::before,
.column-post .wp-block-create-block-block-infomation h3::before,
.column-post .wp-block-create-block-block-infomation h4::before,
.column-post .wp-block-create-block-block-infomation h5::before,
.column-post .wp-block-create-block-block-infomation h6::before,
.column-post .wp-block-create-block-block-group h2::before,
.column-post .wp-block-create-block-block-group h3::before,
.column-post .wp-block-create-block-block-group h4::before,
.column-post .wp-block-create-block-block-group h5::before,
.column-post .wp-block-create-block-block-group h6::before,
.column-post .wp-block-create-block-block-sns-links h2::before,
.column-post .wp-block-create-block-block-sns-links h3::before,
.column-post .wp-block-create-block-block-sns-links h4::before,
.column-post .wp-block-create-block-block-sns-links h5::before,
.column-post .wp-block-create-block-block-sns-links h6::before,
.column-post .wp-block-create-block-block-staff h2::before,
.column-post .wp-block-create-block-block-staff h3::before,
.column-post .wp-block-create-block-block-staff h4::before,
.column-post .wp-block-create-block-block-staff h5::before,
.column-post .wp-block-create-block-block-staff h6::before,
.column-post .wp-block-create-block-block-health h2::before,
.column-post .wp-block-create-block-block-health h3::before,
.column-post .wp-block-create-block-block-health h4::before,
.column-post .wp-block-create-block-block-health h5::before,
.column-post .wp-block-create-block-block-health h6::before,
.column-post .wp-block-create-block-block-headache h2::before,
.column-post .wp-block-create-block-block-headache h3::before,
.column-post .wp-block-create-block-block-headache h4::before,
.column-post .wp-block-create-block-block-headache h5::before,
.column-post .wp-block-create-block-block-headache h6::before,
.column-post .wp-block-create-block-block-trouble h2::before,
.column-post .wp-block-create-block-block-trouble h3::before,
.column-post .wp-block-create-block-block-trouble h4::before,
.column-post .wp-block-create-block-block-trouble h5::before,
.column-post .wp-block-create-block-block-trouble h6::before,
.column-post .wp-block-create-block-block-trouble-two h2::before,
.column-post .wp-block-create-block-block-trouble-two h3::before,
.column-post .wp-block-create-block-block-trouble-two h4::before,
.column-post .wp-block-create-block-block-trouble-two h5::before,
.column-post .wp-block-create-block-block-trouble-two h6::before,
.column-post .wp-block-create-block-block-author h2::before,
.column-post .wp-block-create-block-block-author h3::before,
.column-post .wp-block-create-block-block-author h4::before,
.column-post .wp-block-create-block-block-author h5::before,
.column-post .wp-block-create-block-block-author h6::before,
.column-post .wp-block-create-block-block-introduction h2::before,
.column-post .wp-block-create-block-block-introduction h3::before,
.column-post .wp-block-create-block-block-introduction h4::before,
.column-post .wp-block-create-block-block-introduction h5::before,
.column-post .wp-block-create-block-block-introduction h6::before,
.column-post .wp-block-create-block-block-cause h2::before,
.column-post .wp-block-create-block-block-cause h3::before,
.column-post .wp-block-create-block-block-cause h4::before,
.column-post .wp-block-create-block-block-cause h5::before,
.column-post .wp-block-create-block-block-cause h6::before,
.column-post .wp-block-create-block-block-sub-profile h2::before,
.column-post .wp-block-create-block-block-sub-profile h3::before,
.column-post .wp-block-create-block-block-sub-profile h4::before,
.column-post .wp-block-create-block-block-sub-profile h5::before,
.column-post .wp-block-create-block-block-sub-profile h6::before,
.column-post .wp-block-create-block-block-sub-flow h2::before,
.column-post .wp-block-create-block-block-sub-flow h3::before,
.column-post .wp-block-create-block-block-sub-flow h4::before,
.column-post .wp-block-create-block-block-sub-flow h5::before,
.column-post .wp-block-create-block-block-sub-flow h6::before,
.column-post .wp-block-create-block-block-sub-for-first-time h2::before,
.column-post .wp-block-create-block-block-sub-for-first-time h3::before,
.column-post .wp-block-create-block-block-sub-for-first-time h4::before,
.column-post .wp-block-create-block-block-sub-for-first-time h5::before,
.column-post .wp-block-create-block-block-sub-for-first-time h6::before,
.column-post .wp-block-create-block-block-staff-back-color h2::before,
.column-post .wp-block-create-block-block-staff-back-color h3::before,
.column-post .wp-block-create-block-block-staff-back-color h4::before,
.column-post .wp-block-create-block-block-staff-back-color h5::before,
.column-post .wp-block-create-block-block-staff-back-color h6::before,
.column-post .wp-block-create-block-block-staff-back-white h2::before,
.column-post .wp-block-create-block-block-staff-back-white h3::before,
.column-post .wp-block-create-block-block-staff-back-white h4::before,
.column-post .wp-block-create-block-block-staff-back-white h5::before,
.column-post .wp-block-create-block-block-staff-back-white h6::before,
.column-post .wp-block-create-block-block-sub-wrap-around h2::before,
.column-post .wp-block-create-block-block-sub-wrap-around h3::before,
.column-post .wp-block-create-block-block-sub-wrap-around h4::before,
.column-post .wp-block-create-block-block-sub-wrap-around h5::before,
.column-post .wp-block-create-block-block-sub-wrap-around h6::before,
.column-post .wp-block-create-block-block-sub-checkbox h2::before,
.column-post .wp-block-create-block-block-sub-checkbox h3::before,
.column-post .wp-block-create-block-block-sub-checkbox h4::before,
.column-post .wp-block-create-block-block-sub-checkbox h5::before,
.column-post .wp-block-create-block-block-sub-checkbox h6::before,
.column-post .wp-block-create-block-block-sub-faq h2::before,
.column-post .wp-block-create-block-block-sub-faq h3::before,
.column-post .wp-block-create-block-block-sub-faq h4::before,
.column-post .wp-block-create-block-block-sub-faq h5::before,
.column-post .wp-block-create-block-block-sub-faq h6::before,
.column-post .wp-block-create-block-block-sub-menu-one h2::before,
.column-post .wp-block-create-block-block-sub-menu-one h3::before,
.column-post .wp-block-create-block-block-sub-menu-one h4::before,
.column-post .wp-block-create-block-block-sub-menu-one h5::before,
.column-post .wp-block-create-block-block-sub-menu-one h6::before,
.column-post .wp-block-create-block-block-sub-menu-two h2::before,
.column-post .wp-block-create-block-block-sub-menu-two h3::before,
.column-post .wp-block-create-block-block-sub-menu-two h4::before,
.column-post .wp-block-create-block-block-sub-menu-two h5::before,
.column-post .wp-block-create-block-block-sub-menu-two h6::before,
.column-post .wp-block-create-block-block-facilities h2::before,
.column-post .wp-block-create-block-block-facilities h3::before,
.column-post .wp-block-create-block-block-facilities h4::before,
.column-post .wp-block-create-block-block-facilities h5::before,
.column-post .wp-block-create-block-block-facilities h6::before,
.column-post .wp-block-create-block-block-history h2::before,
.column-post .wp-block-create-block-block-history h3::before,
.column-post .wp-block-create-block-block-history h4::before,
.column-post .wp-block-create-block-block-history h5::before,
.column-post .wp-block-create-block-block-history h6::before,
.column-post .wp-block-create-block-block-tab-content h2::before,
.column-post .wp-block-create-block-block-tab-content h3::before,
.column-post .wp-block-create-block-block-tab-content h4::before,
.column-post .wp-block-create-block-block-tab-content h5::before,
.column-post .wp-block-create-block-block-tab-content h6::before {
  display: none;
}
.column-post .wp-block-create-block-block-symptoms .section-bg .bg-white {
  margin: 0 5%;
}
.column-post .wp-block-create-block-block-contact .contact-info__phone {
  flex-wrap: wrap;
  justify-content: center;
}
.column-post .wp-block-create-block-block-contact .contact-info__phone .small-text {
  width: 100%;
  text-align: center;
}
.column-post .wp-block-create-block-block-contact .contact-section .contact-address {
  font-size: 12px;
}
.column-post .wp-block-create-block-block-contact .number {
  margin-left: 6px;
}

.lowerPage #sb_instagram {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lowerPage #sb_instagram {
    width: 90%;
  }
}
.lowerPage #sb_instagram .sb_instagram_header {
  display: none;
}
.lowerPage.column #sb_instagram, .lowerPage.recommender #sb_instagram {
  width: 100%;
}
.lowerPage .wp-block-columns,
.lowerPage .wp-block-buttons {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .lowerPage .wp-block-columns,
  .lowerPage .wp-block-buttons {
    width: 90%;
  }
}

.page-errer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  flex-wrap: wrap;
}
.page-errer-subtitle {
  font-size: 24px;
  padding: 20px 60px;
  border: 1px solid var(--main-borderColor);
  border-radius: 50px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-errer-subtitle {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.page-errer-title {
  font-size: 150px;
  font-family: "Lato", sans-serif;
  color: var(--main-mainColor);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .page-errer-title {
    font-size: 100px;
  }
}
.page-errer-title .page-errer-title_btm {
  font-size: 43px;
  display: block;
  letter-spacing: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .page-errer-title .page-errer-title_btm {
    font-size: 28px;
  }
}
.page-errer-title .page-errer-bg {
  position: relative;
}
.page-errer-title .page-errer-bg::after {
  content: "404";
  position: absolute;
  top: 0;
  top: 20px;
  left: 3px;
  z-index: -1;
  color: transparent;
  text-shadow: 2px 2px 3px var(--main-mainColor);
  opacity: 0.3;
}
@media screen and (max-width: 600px) {
  .page-errer-title .page-errer-bg::after {
    top: 13px;
  }
}
@media screen and (max-width: 600px) {
  .page-errer-title {
    text-align: center;
    width: 100%;
    flex: unset;
    margin-bottom: 40px;
  }
}
.page-errer-text {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .page-errer-text {
    width: 100%;
    flex: unset;
  }
}
.page-errer-chach {
  color: var(--main-mainColor);
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .page-errer-chach {
    margin-bottom: 20px;
  }
}
.page-errer-chach::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 8%;
  margin-right: 10px;
  vertical-align: super;
  background-color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .page-errer-chach {
    font-size: 22px;
  }
}
.page-errer-text {
  margin-bottom: 50px;
}
.page-errer .common-btn-wrap {
  width: 320px;
}
@media screen and (max-width: 600px) {
  .page-errer .common-btn-wrap {
    width: 100%;
  }
}
.page-errer .common-btn-wrap a {
  color: var(--main-mainColor);
  border: 1px solid var(--main-mainColor);
  background: none;
}
.page-errer .common-btn-wrap a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 6%;
  transition: 0.2s ease-in-out;
}
.page-errer .common-btn-wrap a::after {
  content: none;
}
.page-errer .common-btn-wrap a:hover {
  background: var(--main-mainColor);
  color: var(--main-mainColorFont);
}

.wp-block-create-block-block-tab-content .table-contents li a {
  cursor: pointer;
}

.lowerPage .pageStyle > h2 {
  text-align: center;
  background-color: unset;
  color: var(--main-mainColor);
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  .lowerPage .pageStyle > h2 {
    font-weight: 500;
  }
}

.lowerPage .pageStyle > h1 {
  font-size: 35px;
  font-family: var(--fontfamily-serif);
  color: var(--main-mainColor);
  text-align: center;
  border-bottom: 1px solid var(--main-borderColor);
  font-weight: 400;
  padding: 0 20px 40px;
  margin-top: -10px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .lowerPage .pageStyle > h1 {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 600px) {
  .lowerPage .pageStyle > h1 {
    font-weight: 500;
  }
}

.wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item {
  width: 21.5%;
}
@media screen and (max-width: 768px) {
  .wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item {
    width: 23%;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item {
    width: 47.5%;
    margin-right: 15px;
  }
  .wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item:nth-of-type(4n) {
  margin-right: 0;
}
.wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item:nth-of-type(3n) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-pickup .block-4layouts-flex:nth-of-type(n+2) .flex-item:nth-of-type(3n) {
    margin-right: 15px;
  }
}
.wp-block-create-block-block-pickup .top-menu-list .list-item:hover {
  border: 3px solid var(--main-mainColor);
  background: #f5fcfe;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-pickup .boxwrap, .wp-block-create-block-block-pickup .staff-section .staff-section_sliderWrap, .staff-section .wp-block-create-block-block-pickup .staff-section_sliderWrap, .wp-block-create-block-block-pickup .wp-block-create-block-block-image {
    content: "";
    display: block;
    background-color: var(--main-footerColor);
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
}

.wp-block-create-block-block-new .section-bg {
  background: none;
}
.wp-block-create-block-block-new .ql-align-right {
  margin-top: 30px;
}

.wp-block-create-block-block-greeting .common-btn-wrap {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .wp-block-create-block-block-greeting .common-btn-wrap {
    width: 100%;
  }
}

.wp-block-create-block-block-symptoms .section-bg {
  background: none;
}
.wp-block-create-block-block-symptoms .symptoms-section .symptoms-block {
  background: var(--main-sectionbg);
}

main .wp-block-create-block-block-banner-list:nth-of-type(2) {
  margin-top: 80px;
  background: aliceblue;
  padding: 60px 0 50px;
}
main .wp-block-create-block-block-banner-list:nth-of-type(2) section {
  margin-bottom: 0;
}

.wp-block-create-block-block-infomation .block-4layouts-flex .flex-item {
  margin: 0 2% 20px 0;
  width: 23%;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-infomation .block-4layouts-flex .flex-item {
    width: 49%;
  }
  .wp-block-create-block-block-infomation .block-4layouts-flex .flex-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.wp-block-create-block-block-staff .common-btn-wrap {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .wp-block-create-block-block-staff .common-btn-wrap {
    width: 96%;
    margin-left: 0;
  }
}

.wp-block-create-block-block-column .common-btn-wrap {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .wp-block-create-block-block-column .common-btn-wrap {
    width: 100%;
  }
}

.wp-block-create-block-block-time .about-clinic::after {
  content: none;
}

.pageStyle:nth-child(2) .wp-block-create-block-block-banner-list {
  background: var(--main-subColor1);
}

.wp-block-create-block-block-group .boxwrap, .wp-block-create-block-block-group .staff-section .staff-section_sliderWrap, .staff-section .wp-block-create-block-block-group .staff-section_sliderWrap, .wp-block-create-block-block-group .wp-block-create-block-block-image {
  position: relative;
}
.wp-block-create-block-block-group .group-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--main-footerColor);
  width: 100%;
  height: 70%;
}
.wp-block-create-block-block-group .flex-item {
  width: 21.5% !important;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-group .flex-item {
    width: 45% !important;
    margin-bottom: 20px;
  }
}

.gg-calendar {
  width: 45% !important;
  margin: 0 auto 80px !important;
}
@media screen and (max-width: 960px) {
  .gg-calendar {
    width: 90% !important;
    margin: 0 auto 50px !important;
  }
}

.features-section__inner .features-block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.features-section__inner .features-block:nth-of-type(2n) .imgbox {
  margin-right: 0;
  margin-left: 5%;
}
@media screen and (max-width: 600px) {
  .features-section__inner .features-block:nth-of-type(2n) .imgbox {
    margin: 0 20px 20px;
  }
}

.pageStyle:nth-of-type(2) .wp-block-create-block-block-banner-list {
  background: var(--main-subColor1);
}

.h1-text p span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  display: block;
}

.footer-4blocks {
  background: var(--main-sectionbg);
  padding: 60px 0 80px;
  border-top: 1px solid var(--main-borderColor);
}
.footer-4blocks .wp-block-create-block-block-contact .contact-section {
  margin-bottom: 0;
}
.footer-4blocks .wp-block-create-block-block-contact .contact-section .contact-section__inner {
  background: var(--main-mainColorFont);
}
.footer-4blocks .wp-block-create-block-block-time .about-clinic .time-table tr {
  border-bottom: 1px solid var(--main-mainColor);
  border-top: 1px solid var(--main-mainColor);
}
.footer-4blocks .wp-block-create-block-block-time .about-clinic .time-table tr:first-of-type {
  border-top: none;
  border-bottom: none;
}
.footer-4blocks .wp-block-create-block-block-time .about-clinic .time-table tr th {
  position: relative;
  z-index: 1;
}
.footer-4blocks .wp-block-create-block-block-time .about-clinic .time-table tr th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--main-mainColor);
  opacity: 0.25;
  z-index: -1;
}

.wp-block-create-block-block-health .section-title {
  border-bottom: 1px solid var(--main-mainColor);
  border-left: 10px solid var(--main-mainColor);
  padding: 0 20px 20px;
}
.wp-block-create-block-block-health .section-title .section-title__inner {
  justify-content: flex-start;
}

.twoCol__A-pattern-block1 .twoCol__common-flexArea .imgbox img {
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.08);
}
.twoCol__A-pattern-block1 .twoCol__common-flexArea .textbox {
  flex: unset;
}

.wp-block-create-block-block-introduction .twoCol__common-flexArea .author-name {
  border-bottom: none;
  margin-bottom: 0;
}
.wp-block-create-block-block-introduction .twoCol__common-flexArea .imgbox {
  box-shadow: 30px 30px 0 0 var(--main-sectionbg);
  margin-right: 6%;
}

.wp-block-create-block-block-trouble-two .twoCol__common-flexArea {
  flex: block;
}
.wp-block-create-block-block-trouble-two .twoCol__common-flexArea .imgbox {
  width: 100%;
  margin-right: 0;
}
.wp-block-create-block-block-trouble-two .twoCol__common-flexArea .textbox {
  flex: unset;
  color: var(--main-mainColor);
  padding-top: 20px;
}
.wp-block-create-block-block-trouble-two .twoCol__B-pattern__content .B-pattern__block {
  border-left: none;
}

.wp-block-create-block-block-health .imgbox,
.wp-block-create-block-block-headache .imgbox {
  width: 75%;
  margin: 30px auto 40px;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-health .imgbox,
  .wp-block-create-block-block-headache .imgbox {
    width: 100%;
  }
}

.wp-block-create-block-block-headache .borderB_title_block .bg-title {
  margin-bottom: 0;
}
.wp-block-create-block-block-headache .borderB_title_block .borderB-title {
  border-bottom: none;
  font-size: 24px;
  color: var(--main-mainColor);
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-create-block-block-headache .borderB_title_block .borderB-title p {
  font-weight: 500;
}
.wp-block-create-block-block-headache .borderB_title_block .borderB-title p::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 5%;
  margin-right: 10px;
  vertical-align: super;
  background-color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-headache .borderB_title_block .borderB-title p {
    font-size: 20px;
  }
}

.wp-block-create-block-block-author .message p {
  font-weight: 500;
  color: var(--main-mainColor);
}

.wp-block-create-block-block-history .section-title .section-title__inner {
  justify-content: flex-start;
}
.wp-block-create-block-block-history .section-title .section-title__inner::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 5%;
  margin-right: 10px;
  vertical-align: super;
  background-color: var(--main-mainColor);
}
.wp-block-create-block-block-history .section-title .section-title__inner .jp-text {
  font-weight: 500;
}

.wp-block-create-block-block-staff-back-color .staff-box .staff-name-box p:first-child {
  font-size: 16px;
  margin-bottom: -5px;
}
.wp-block-create-block-block-staff-back-color .staff-box .staff-name-box p:last-child {
  font-size: 24px;
  color: var(--main-mainColor);
}
.wp-block-create-block-block-staff-back-color .staff-box .common-btn-wrap {
  width: 100%;
  margin: 20px 0 10px 0;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-staff-back-color .staff-box .common-btn-wrap:last-child {
    margin-top: 10px;
  }
}
.wp-block-create-block-block-staff-back-color .staff-box .common-btn-wrap a {
  border-radius: 50px;
}

.wp-block-create-block-block-staff-back-white .section-bg {
  background-color: unset;
}

.facilities-SlideShow-block .facilities-SlideShow-slick .slider-dots li button {
  background: var(--main-fontColor);
  opacity: 0.1;
  height: 10px;
}
.facilities-SlideShow-block .facilities-SlideShow-slick .slider-dots .slick-active button {
  background: var(--main-fontColor);
  opacity: 0.6;
}

.wp-block-create-block-block-menu .common-btn {
  padding: 12px 30px 12px 15px;
}

.header {
  background-color: var(--main-mainColorFont);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 125px;
  z-index: 10000;
  align-items: center;
  border-bottom: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .header {
    align-items: flex-start;
    height: 60px;
  }
}
.header-wrap {
  height: 125px;
}
@media screen and (max-width: 1024px) {
  .header-wrap {
    height: 60px;
  }
}
.header-logo {
  width: 250px;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  border-right: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1300px) {
  .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    background-color: var(--main-mainColorFont);
    height: 100%;
    display: flex;
    align-items: center;
    border-right: none;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    width: 100px;
  }
}
@media screen and (max-width: 410px) {
  .header-logo {
    width: 100px;
  }
}
@media screen and (max-width: 360px) {
  .header-logo {
    width: 90px;
  }
}
.header-logo_link {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-logo_link {
    margin: 0 auto;
  }
}
.header-logo img {
  max-height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    max-height: 60px;
    -o-object-position: left 50%;
       object-position: left 50%;
    position: static;
    transform: translateY(0%) translateX(0%);
  }
}
.header-nav {
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: flex;
    background-color: var(--main-mainColorFont);
  }
}
.header-nav_upper {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  height: 77px;
}
@media screen and (max-width: 1024px) {
  .header-nav_upper {
    border-bottom: none;
    height: auto;
    padding-right: 2px;
    align-items: flex-start;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.header-nav_info {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .header-nav_info {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_info {
    padding-right: 0;
  }
}
.header-nav_add {
  font-size: 12px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-right: 30px;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .header-nav_add {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav_add {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_add {
    background-color: var(--main-footerColor);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 3%;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: none;
  }
  .header-nav_add br {
    display: none;
  }
}
.header-nav_telArea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-nav_telArea {
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid var(--main-mainColor);
    border-radius: 4px;
  }
}
.header-nav_telP {
  font-size: 23px;
  font-family: var(--fontfamily-en);
  display: flex;
  align-items: center;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .header-nav_telP {
    font-size: 18px;
  }
}
.header-nav_telP .img-add {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
@media screen and (max-width: 1300px) {
  .header-nav_telP .img-add {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .img-add {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .text-add {
    display: none;
  }
}
.header-nav_telP .sp-img-add {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .sp-img-add {
    display: block;
    padding: 0 12px;
  }
}
@media screen and (max-width: 400px) {
  .header-nav_telP .sp-img-add {
    padding: 0 8px 0;
  }
}
.header-nav_telP .sp-img-add .imgBox {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header-nav_telP .sp-img-add .imgBox {
    width: 24px;
    height: 24px;
  }
}
.header-nav_telP .sp-img-add .textBox {
  font-size: 10px;
  color: var(--main-mainColor);
  display: block;
  margin-top: 5px;
}
.header-nav_hours {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .header-nav_hours {
    padding-left: 30px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav_hours {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_hours {
    display: none;
  }
}
.header-nav_bthArea {
  display: flex;
}
.header-nav_bthArea .btnStyle {
  padding: 15px 25px;
  font-family: var(--fontfamily-en);
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle {
    padding: 0 10px 0;
    border-bottom: 1px solid var(--main-borderColor);
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  .header-nav_bthArea .btnStyle {
    padding: 0 6px 0;
  }
}
.header-nav_bthArea .btnStyle .img-add {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle .img-add {
    width: 15px;
    height: 15px;
    display: none;
  }
}
.header-nav_bthArea .btnStyle .text-add {
  display: block;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .header-nav_bthArea .btnStyle .text-add {
    font-size: 12px;
  }
}
.header-nav_bthArea .white {
  background-color: var(--main-mainColorFont);
}
.header-nav_bthArea .themeColor {
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}
.header-nav_bthArea .lineColor {
  background-color: var(--main-subColor1);
  color: var(--main-mainColorFont);
}
.header-nav_under .nav-content_info {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-nav_under .nav-content_info {
    padding: 0 3%;
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
  }
  .header-nav_under .header-nav_telArea {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: unset;
  }
}
@media screen and (max-width: 1024px) and (max-width: 400px) {
  .header-nav_under .header-nav_telArea {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav_under .header-nav_telP {
    font-size: 23px;
  }
  .header-nav_under .header-nav_telP .img-add {
    display: block;
    width: 22px;
    height: 22px;
  }
  .header-nav_under .header-nav_telP .text-add {
    display: block;
  }
  .header-nav_under .header-nav_telP .sp-img-add {
    display: none;
  }
  .header-nav_under .header-nav_hours {
    display: block;
  }
  .header-nav_under .header-nav_add {
    background-color: unset;
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    height: auto;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .header-nav_under .header-nav_add br {
    display: block;
  }
}
.header .under-list {
  display: flex;
  background-color: var(--main-footerColor);
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .header .under-list {
    flex-wrap: wrap;
    background-color: transparent;
    padding: 0 3%;
  }
}
.header .under-list_parent {
  padding: 0 20px 0;
  padding-top: 12px;
  height: 47px;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent {
    height: auto;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--main-borderColor);
  }
}
.header .under-list_parent:first-of-type {
  padding-left: 15px;
}
@media screen and (min-width: 1025px) {
  .header .under-list_parent:hover {
    border-bottom: 4px solid var(--main-mainColor);
  }
  .header .under-list_parent:hover > .childElementMenu {
    display: block;
  }
  .header .under-list_parent:hover.addLayer .link-text {
    color: var(--main-mainColor);
    font-weight: 500;
  }
  .header .under-list_parent:hover.addLayer .link-text:after {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid var(--main-mainColor);
    border-right: 1px solid var(--main-mainColor);
    transform: rotate(45deg);
  }
}
.header .under-list_parent .link-text {
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent .link-text {
    display: block;
    padding: 15px 3%;
    font-size: 16px;
    position: relative;
  }
  .header .under-list_parent .link-text::after {
    content: "";
    display: block;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-mainColorFont);
    border-right: 1px solid var(--main-mainColorFont);
    transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .header .under-list_parent .link-text::after {
    right: 5%;
  }
}
.header .under-list_parent.addLayer .link-text {
  position: relative;
  padding-right: 12px;
}
.header .under-list_parent.addLayer .link-text:after {
  content: "";
  display: block;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 7px;
}
@media screen and (max-width: 1024px) {
  .header .under-list_parent.addLayer .link-text::before {
    content: "";
    display: block;
    background-color: #c2c2c2;
    width: 2px;
    height: 14px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .under-list_parent.addLayer .link-text::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: #c2c2c2;
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(4% - 6px);
    top: 50%;
    transform: translateY(-50%);
  }
  .header .under-list_parent.addLayer .link-text.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .under-list_parent.addLayer .link-text::before {
    right: 5%;
  }
  .header .under-list_parent.addLayer .link-text::after {
    right: calc(5% - 6px);
  }
}
.header .under-list .childElementMenu {
  display: none;
  color: var(--main-mainColorFont);
  padding: 0px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 250px;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.header .under-list .childElementMenu-wrap {
  height: calc(100vh - 125px);
  overflow: scroll;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-wrap {
    height: auto;
  }
}
.header .under-list .childElementMenu-flex {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--main-borderColor);
  border-right: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-flex {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--main-borderColor);
  }
}
.header .under-list .childElementMenu-Box {
  width: 100%;
  background-color: var(--main-mainColorFont);
  border-bottom: 1px solid var(--main-borderColor);
}
@media screen and (min-width: 1025px) {
  .header .under-list .childElementMenu-Box:hover .childElementMenu-Box_list_wrap {
    display: block;
  }
  .header .under-list .childElementMenu-Box:hover .childElementMenu-Box_title {
    background-color: var(--main-footerColor);
    color: var(--main-mainColor);
    font-weight: 500;
  }
  .header .under-list .childElementMenu-Box:hover .childElementMenu-Box_title.addPlus::after {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-mainColor);
    border-right: 1px solid var(--main-mainColor);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1200px) {
  .header .under-list .childElementMenu-Box {
    width: 33.333%;
  }
  .header .under-list .childElementMenu-Box:nth-of-type(4n) {
    border-right: 1px solid rgba(var(--main-mainColorFont), 0.2);
  }
  .header .under-list .childElementMenu-Box:nth-of-type(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .header .under-list .childElementMenu-Box:last-of-type {
    border-bottom: none;
  }
}
.header .under-list .childElementMenu-Box_title {
  font-size: 14px;
  color: var(--main-fontColor);
  display: block;
  padding: 8px 15px;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_title {
    background-color: rgba(var(--main-mainColorFont), 0.2);
    padding: 15px 3%;
    font-size: 16px;
    display: block;
    font-weight: 300;
    padding-left: 6%;
  }
  .header .under-list .childElementMenu-Box_title .sp_ipadPro {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_title {
    position: relative;
  }
  .header .under-list .childElementMenu-Box_title.addPlus::before {
    content: "";
    display: block;
    background-color: #c2c2c2;
    width: 2px;
    height: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .under-list .childElementMenu-Box_title.addPlus::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: #c2c2c2;
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(5% - 6px);
    top: 50%;
    transform: translateY(-50%);
  }
  .header .under-list .childElementMenu-Box_title.addPlus.btnOn::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header .under-list .childElementMenu-Box_title.addPlus {
    position: relative;
  }
  .header .under-list .childElementMenu-Box_title.addPlus::after {
    content: "";
    display: block;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--main-fontColor);
    border-right: 1px solid var(--main-fontColor);
    transform: rotate(45deg);
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.header .under-list .childElementMenu-Box_list_wrap {
  display: none;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 250px;
  width: 250px;
  border-right: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list_wrap {
    padding: 0 3% 15px;
    display: none;
    position: static;
    width: 100%;
    border-right: none;
  }
}
.header .under-list .childElementMenu-Box_list {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--main-mainColorFont);
}
.header .under-list .childElementMenu-Box_list li {
  width: 100%;
  border-bottom: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list li {
    border-bottom: none;
  }
}
.header .under-list .childElementMenu-Box_list a {
  font-size: 14px;
  color: var(--main-fontColor);
  position: relative;
  padding: 8px 15px;
  display: block;
}
.header .under-list .childElementMenu-Box_list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background-color: var(--main-mainColorFont);
  margin-right: 4px;
}
.header .under-list .childElementMenu-Box_list a:hover {
  background-color: var(--main-footerColor);
  color: var(--main-mainColor);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header .under-list .childElementMenu-Box_list a .sp_ipadPro {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
  }
}

/* ハンバーガーメニュー */
body.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.menuBtn {
  display: block;
}
@media screen and (max-width: 1024px) {
  .menuBtn {
    width: 65px;
  }
}

#nav-drawer {
  position: relative;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  #nav-open {
    display: block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
    right: 0;
    margin-bottom: 0;
    animation: menuBtnMove 0.2s ease-in-out forwards;
    margin: 0 auto;
    margin-top: 5px;
    background-color: #f0f0f0;
    border-radius: 4px;
  }
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;
  width: 20px;
  background: var(--main-fontColor);
  display: block;
  content: "";
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  top: 16px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#nav-open span:before,
#nav-open span:after {
  background: var(--main-fontColor);
}

#nav-open span:before {
  top: 8px;
}

#nav-open span:after {
  top: 16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#nav-content {
  display: block;
}
@media screen and (max-width: 1024px) {
  #nav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 80px);
    background: var(--main-mainColorFont);
    transition: 0.3s ease-in-out;
    transform: translateY(-100%);
    overflow: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #nav-content {
    overflow: auto;
  }
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.7;
  top: 80px;
}

#nav-input:checked ~ #nav-content {
  transform: translateY(0%);
  top: 60px;
}

#nav-input:checked ~ #nav-open {
  background-color: var(--main-borderColor);
}

#nav-input:checked ~ #nav-open span {
  background: transparent;
}

#nav-input:checked ~ #nav-open span:before {
  transform: rotate(-135deg);
  top: 8px;
  right: 0;
  background: var(--main-fontColor);
}

#nav-input:checked ~ #nav-open span:after {
  transform: rotate(135deg);
  top: 8px;
  right: 0;
  background: var(--main-fontColor);
}

.nav-contentWap {
  padding: 120px 0 3%;
  position: relative;
}

@keyframes menuBtnMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navMove {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
/* ハンバーガーメニュー END */
.header_fixedArea {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea {
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: inherit;
  }
}
.header_fixedArea .header-nav_bthArea {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea {
    display: flex;
  }
}
.header_fixedArea .header-nav_bthArea .btnStyle {
  height: auto;
  padding: 20px;
  width: auto;
  margin-left: 0;
  margin-bottom: 5px;
  display: block;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle {
    width: auto;
    height: 40px;
    writing-mode: unset;
    text-orientation: unset;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-bottom: 0;
    border-radius: 0;
  }
  .header_fixedArea .header-nav_bthArea .btnStyle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.header_fixedArea .header-nav_bthArea .btnStyle .img-add {
  width: 40px;
  height: auto;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle .img-add {
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.header_fixedArea .header-nav_bthArea .btnStyle .text-add {
  display: block;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .btnStyle .text-add {
    font-size: 13px;
    margin-top: 0;
  }
}
.header_fixedArea .header-nav_bthArea .sp_tel {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_fixedArea .header-nav_bthArea .sp_tel {
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: var(--main-mainColorFont);
  }
}
.header_fixedArea .header-nav_bthArea .sp_tel .img-add {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

.popupClick {
  cursor: pointer;
}

.popupArea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}
.popupArea .popupCloseBack {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.popupArea .popupArea-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  background-color: var(--main-mainColorFont);
  padding: 30px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
}
@media screen and (max-width: 600px) {
  .popupArea .popupArea-box {
    min-width: 90%;
  }
}
.popupArea .popupArea-box_btn {
  display: block;
}
.popupArea .popupArea-box_btn .common-btn {
  display: block;
  margin: 20px auto 0;
}
.popupArea .popupArea-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupArea .popupArea-title .img-add {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.popupArea .popupArea-title .text-add {
  font-family: var(--fontfamily-en);
  font-size: 18px;
}
.popupArea .popupCloseBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 25px;
}
.popupArea .popupCloseBtn-style {
  position: relative;
}
.popupArea .popupCloseBtn::before {
  content: "";
  display: block;
  background-color: var(--main-fontColor);
  width: 2px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.popupArea .popupCloseBtn::after {
  content: "";
  display: block;
  border-bottom: none;
  border-right: none;
  border-top: none;
  background-color: var(--main-fontColor);
  width: 22px;
  height: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.footer {
  background-color: var(--main-footerColor);
  padding: 60px 0 10px;
  border-top: 1px solid var(--main-borderColor);
  border-bottom: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .footer > .boxwrap {
    width: 100%;
  }
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    display: block;
    padding: 0 3%;
  }
}
.footer-nav_Box {
  width: 25%;
  padding: 15px 15px;
  margin-bottom: 35px;
  border-left: 1px solid var(--main-borderColor);
}
.footer-nav_Box:nth-of-type(4n) {
  border-right: 1px solid var(--main-borderColor);
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box {
    padding: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--main-borderColor);
  }
}
.footer-nav_Box .box-title {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-footerfontColor);
  line-height: 1.6;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-title {
    width: 100%;
    display: block;
    padding: 15px 3%;
    border-left: none;
  }
}
.footer-nav_Box .box-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: var(--main-footerfontColor);
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-title::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer-nav_Box .link-text:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box.addLayer .link-text {
    padding-left: 0;
  }
  .footer-nav_Box.addLayer .link-text::before {
    content: "";
    display: block;
    background-color: var(--main-borderColor);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav_Box.addLayer .link-text::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-borderColor);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(4% - 6px);
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  .footer-nav_Box.addLayer .link-text.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav_Box.addLayer .link-text::before {
    right: 5%;
  }
  .footer-nav_Box.addLayer .link-text::after {
    right: calc(5% - 6px);
  }
}
.footer-nav_Box .box-list {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list {
    width: 100%;
    padding: 0 0 20px;
    flex: none;
    display: none;
    margin-top: 0;
  }
}
.footer-nav_Box .box-list > li {
  padding: 0 10px;
  margin-bottom: 15px;
}
.footer-nav_Box .box-list > li:nth-of-type(4n) {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li {
    width: 100%;
    margin-bottom: 6px;
    padding: 0;
    border-right: unset;
  }
}
.footer-nav_Box .box-list > li .footer-childElementMenu {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-footerfontColor);
  position: relative;
  padding-left: 10px;
}
.footer-nav_Box .box-list > li .footer-childElementMenu:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: var(--main-footerfontColor);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu {
    padding: 6px 0;
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu {
    position: relative;
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus::before {
    content: "";
    display: block;
    background-color: var(--main-borderColor);
    width: 2px;
    height: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus::after {
    content: "";
    display: block;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: var(--main-borderColor);
    width: 14px;
    height: 2px;
    position: absolute;
    right: calc(5% - 6px);
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu.addPlus.btnOn::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu::before {
    right: 5%;
  }
  .footer-nav_Box .box-list > li .footer-childElementMenu::after {
    right: calc(5% - 6px);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list > li .footer-childElementMenu .sp_ipadPro {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list_wrap {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list_wrap {
    display: none;
    margin-top: 0;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list li {
  padding: 0 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list li {
    padding: 0;
    margin-bottom: 0;
  }
}
.footer-nav_Box .box-list .childElementMenu-Box_list a {
  position: relative;
  padding-left: 15px;
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: var(--main-footerfontColor);
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list a {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list a::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: var(--main-footerfontColor);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav_Box .box-list .childElementMenu-Box_list a .sp_ipadPro {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
  }
}
.footer-logo {
  display: block;
  width: 250px;
  margin: 40px auto 0;
}
.footer-logo img {
  width: 100%;
  height: auto;
}
.footer-copyright {
  text-align: center;
  color: var(--main-mainColorFont);
  background-color: var(--main-mainColor);
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .footer-copyright {
    font-size: 12px;
  }
}

.pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--main-mainColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pageTop {
    bottom: 55px;
    right: 0px;
    border-radius: 4px 0 0 4px;
    width: 35px;
    height: 35px;
  }
}
.pageTop span {
  color: var(--main-mainColorFont);
  margin-top: 22px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageTop span {
    font-size: 0;
  }
}
.pageTop span::after {
  content: "";
  display: block;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main-mainColorFont);
  border-right: 1px solid var(--main-mainColorFont);
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pageTop span::after {
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-mainColorFont);
    border-right: 1px solid var(--main-mainColorFont);
    transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

.breadcrumbs {
  padding: 10px;
  width: 1100px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding-left: 0;
    width: 100%;
  }
}
.breadcrumbs .breadcrumb__list {
  display: block;
  line-height: 1.2;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  display: inline;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a::after {
  content: "/";
  display: inline-block;
  margin: 0px 3px 3px 5px;
  vertical-align: middle;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb__list .breadcrumb__item > span::after {
  content: "";
  display: inline-block;
  margin: 0px 10px 0 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumbs .breadcrumb ul {
  display: block;
  line-height: 1.2;
}
.breadcrumbs .breadcrumb ul li {
  font-size: 11px;
  color: var(--main-fontColor);
  line-height: 1.5;
  display: inline;
}
.breadcrumbs .breadcrumb ul li a {
  font-size: 11px;
  text-decoration: none;
  color: var(--main-fontColor);
}
.breadcrumbs .breadcrumb ul li a::after {
  content: "";
  display: inline-block;
  margin: 0px 10px 0 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-top: 1px solid var(--main-fontColor);
  border-right: 1px solid var(--main-fontColor);
  transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumbs .breadcrumb ul li a:hover {
  text-decoration: underline;
}

.pageStyle > p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.pageStyle .wp-block-quote p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.pageStyle > h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 50px 0 30px;
}
.pageStyle > h3 {
  color: var(--main-mainColor);
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  font-size: 22px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 40px 0 30px;
}
.pageStyle > h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.pageStyle > h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-mainColor);
  opacity: 0.25;
  z-index: -1;
}
.pageStyle > h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.pageStyle > h5::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: -1;
  background-color: var(--main-mainColor);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageStyle > h5::after {
  content: "";
  display: block;
  height: 2px;
  width: 30%;
  z-index: 0;
  background-color: var(--main-mainColor);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageStyle > h6 {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-mainColor);
  margin: 40px 0 30px;
}
.pageStyle figure {
  margin: 30px auto;
  width: 80%;
}
.pageStyle figure.wp-block-table {
  width: 100%;
}
.pageStyle figcaption {
  font-size: 20px;
  text-align: center;
  opacity: 0.7;
}
.pageStyle .wp-block-table td,
.pageStyle .wp-block-table th {
  border-color: var(--main-borderColor);
  border-left: none;
  border-right: none;
  padding: 0.8em 1.2em;
}
.pageStyle .wp-block-table thead,
.pageStyle .wp-block-table tfoot {
  background-color: var(--main-sectionbg);
  font-weight: 600;
  text-align: left;
}
.pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--main-sectionbg);
}
.pageStyle > ul > li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.pageStyle > ul > li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: var(--main-mainColor);
}
.pageStyle > iframe {
  display: block;
  margin-bottom: 40px;
  margin-top: 40px;
}

.pageStyle > p, .pageStyle .wp-block-quote p, .pageStyle > h2, .pageStyle > h3, .pageStyle > h4, .pageStyle > h5, .pageStyle > h6, .pageStyle figure, .pageStyle figure.wp-block-table, .pageStyle figcaption, .pageStyle .wp-block-table thead,
.pageStyle .wp-block-table tfoot, .pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .pageStyle > ul > li, .pageStyle > iframe {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .pageStyle > p, .pageStyle .wp-block-quote p, .pageStyle > h2, .pageStyle > h3, .pageStyle > h4, .pageStyle > h5, .pageStyle > h6, .pageStyle figure, .pageStyle figure.wp-block-table, .pageStyle figcaption, .pageStyle .wp-block-table thead,
  .pageStyle .wp-block-table tfoot, .pageStyle .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .pageStyle > ul > li, .pageStyle > iframe {
    width: 90%;
  }
}

.content-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1150px;
}
@media screen and (max-width: 1024px) {
  .content-column {
    width: 100%;
  }
}
.content-column_main {
  flex: 1;
}
.content-column_main .column-title {
  border-bottom: 1px solid var(--main-borderColor);
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .content-column_main {
    flex: none;
    width: 100%;
  }
}
.content-column_main .boxwrap {
  width: 100%;
}
.content-column_sidebar {
  width: 240px;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .content-column_sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.content-column_sidebar .section-title {
  margin: 0 0 15px;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 5px;
}
.content-column_sidebar .section-title__inner {
  justify-content: flex-start;
}
.content-column_sidebar .section-title .jp-text {
  font-weight: 600;
  font-size: 16px;
}
.content-column_sidebar .section-title .line {
  width: 35px;
}
.content-column_sidebar .section-title .en-text {
  font-size: 13px;
}

.sidebar-taxonomy-list-top .taxonomy-list-box {
  border-bottom: 1px solid var(--main-borderColor);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.sidebar-taxonomy-list-top .taxonomy-list-box:last-of-type {
  border-bottom: none;
}
.sidebar-taxonomy-list-top .taxonomy-list-item {
  position: relative;
}
.sidebar-taxonomy-list-top .taxonomy-list-item a {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}
.sidebar-taxonomy-list-top .taxonomy-list-item a:hover {
  text-decoration: underline;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child .taxonomy-list-item {
  padding-left: 20px;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child a {
  font-size: 14px;
  font-weight: 300;
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child a::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 12px;
  width: 10px;
  height: 1px;
  background-color: var(--main-fontColor);
}
.sidebar-taxonomy-list-top .taxonomy-list-item .taxonomy-list-child .taxonomy-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 12px;
  width: 10px;
  height: 1px;
  background-color: var(--main-fontColor);
}
.sidebar-recent-posts {
  margin-top: 40px;
}
.sidebar-recent-posts .recent-posts-item {
  margin-bottom: 15px;
}
.sidebar-recent-posts .recent-posts-thumbnail {
  width: 110px;
}
.sidebar-recent-posts .recent-posts-thumbnail img {
  width: 100%;
  height: 4.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-recent-posts .recent-posts-titleWrap {
  flex: 1;
}
.sidebar-recent-posts .recent-posts-title {
  margin-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.sidebar-recent-posts .recent-posts-link {
  display: flex;
}
.sidebar-search-form {
  margin-bottom: 40px;
}
.sidebar-search-form .section-title {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar-search-form form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}
.sidebar-search-form input[type=search],
.sidebar-search-form input[type=submit],
.sidebar-search-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: inherit;
  color: inherit;
}
.sidebar-search-form input[type=search] {
  background-color: var(--main-borderColor);
  opacity: 0.6;
  padding: 12px 15px;
  padding-right: 35px;
  font-size: 13px;
  width: 100%;
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--main-fontColor);
}
.sidebar-search-form .search-form-submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.sidebar-search-form .search-form-submit path {
  fill: var(--main-fontColor);
}

.column.boxwrap {
  width: 1150px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .column.boxwrap {
    width: 90%;
  }
}
.column-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--main-mainColor);
}
.column-date {
  font-size: 16px;
  font-family: var(--fontfamily-en);
}
.column-taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.column-taxonomy-list .taxonomy-item {
  margin-bottom: 5px;
  margin-right: 5px;
  display: block;
  padding-left: 0;
}
.column-taxonomy-list .taxonomy-item::before {
  display: none;
}
.column-taxonomy-list .taxonomy-link {
  border: 1px solid var(--main-mainColor);
  color: var(--main-mainColor) !important;
  background: unset !important;
  font-size: 13px;
  padding: 0px 5px;
  border-radius: 2px;
  display: block;
  border-radius: 4px;
  font-weight: 300;
}
.column-taxonomy-list .taxonomy-link_column {
  background: var(--main-mainColor) !important;
  color: var(--main-mainColorFont) !important;
}
.column-thumbnail {
  width: 80%;
  margin: 30px auto;
}
.column-thumbnail img {
  width: 100%;
  height: auto;
}
.column-post p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.column-post p > a {
  color: var(--main-mainColor);
  text-decoration: underline;
}
.column-post h2 {
  font-size: 28px;
  font-weight: 300;
  color: var(--main-mainColor);
  margin: 0 0 5px;
  line-height: 1.2;
}
.column-post h3 {
  color: var(--main-mainColor);
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20;
  margin: 60px 0 5px;
}
.column-post h3::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 7%;
  margin-right: 10px;
  vertical-align: super;
  background-color: var(--main-mainColor);
}
.column-post h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--main-mainColor);
  padding: 5px 20px;
  margin: 60px 0 5px;
  position: relative;
}
.column-post h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-mainColor);
  opacity: 0.25;
  z-index: -1;
}
.column-post h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--main-mainColor);
  padding-left: 15px;
  margin: 60px 0 5px;
  border-left: 5px solid var(--main-mainColor);
}
.column-post h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--main-mainColor);
  margin: 60px 0 20px;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 5px;
}
.column-post figure.wp-block-table {
  width: 100%;
}
.column-post figure.wp-block-image img {
  width: 100%;
}
.column-post figcaption {
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
}
.column-post .wp-block-table td,
.column-post .wp-block-table th {
  border-color: var(--main-mainColor);
  border-left: none;
  border-right: none;
  padding: 0.8em 1.2em;
}
.column-post .wp-block-table th {
  color: var(--main-mainColor);
  font-weight: 300;
  padding: 0.5em 1.2em;
}
.column-post .wp-block-table tr td:first-of-type {
  white-space: nowrap;
}
.column-post .wp-block-table tr th:last-of-type {
  text-align: center;
}
.column-post .wp-block-table thead,
.column-post .wp-block-table tfoot {
  background-color: var(--main-sectionbg);
  font-weight: 600;
  text-align: left;
}
.column-post .wp-block-table thead {
  border-bottom: none;
}
.column-post .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.column-post .wp-block-table.is-style-stripes td {
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
}
.column-post .wp-block-table.is-style-stripes tr {
  font-weight: 300;
}
.column-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--main-sectionbg);
}
.column-post .wp-block-table.is-style-stripes tbody tr:nth-child(4n) {
  display: none;
}
.column-post li {
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
}
.column-post li::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  background-color: var(--main-mainColor);
  border-radius: 50%;
}
.column .share-buttons {
  display: flex;
  justify-content: center;
}
.column .share-buttons .share-button {
  display: block;
  width: 50px;
  margin: 0 10px;
}
.column .share-buttons .share-button img {
  width: 100%;
  height: auto;
}
.column .share-buttons_wrap {
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--main-borderColor);
  padding-top: 15px;
}
@media screen and (max-width: 960px) {
  .column .share-buttons_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.column .share-buttons_title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  .column .share-buttons_title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.column .author-info {
  background: var(--main-footerColor);
  padding: 20px 30px;
  margin-top: 20px;
  position: relative;
}
.column .author-info::before, .column .author-info::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.column .author-info::before {
  top: 5px;
  left: 5px;
  border-width: 17px 17px 0 0;
  border-color: var(--main-mainColor) transparent transparent transparent;
}
.column .author-info::after {
  bottom: 5px;
  right: 5px;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent var(--main-mainColor) transparent;
}
.column .author-info_title {
  font-size: 15px;
  color: var(--main-mainColor);
  font-weight: 500;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 5px;
}
.column .author-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: space-between;
}
.column .author-avatar {
  width: 10%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .column .author-avatar {
    width: 20%;
  }
}
.column .author-text {
  width: 86%;
}
@media screen and (max-width: 960px) {
  .column .author-text {
    width: 75%;
  }
}
.column .author-name {
  font-weight: 400;
  color: var(--main-mainColor);
  font-size: 20px;
}
.column .author-description {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .column .author-description {
    flex: none;
    width: 100%;
  }
}
.column .related-posts {
  margin-top: 60px;
}
.column .related-posts-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .column .related-posts-list {
    justify-content: space-between;
  }
}
.column .related-posts-item {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .column .related-posts-item {
    width: 48%;
    margin-right: 0;
  }
}
.column .related-posts-item:nth-of-type(3n) {
  margin-right: 0;
}
.column .related-posts-thumbnail {
  height: 10em;
  overflow: hidden;
}
.column .related-posts-thumbnail a {
  display: block;
}
.column .related-posts-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10em;
  -o-object-position: center;
     object-position: center;
}
.column .related-posts-content {
  margin-top: 10px;
}
.column .related-posts-terms {
  display: flex;
  flex-wrap: wrap;
}
.column .related-posts-terms a {
  display: block;
  background-color: var(--main-mainColor);
  padding: 0px 12px;
  color: var(--main-mainColorFont);
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.column .related-posts-link {
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-check-culumn {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
.block-check-culumn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid var(--main-mainColor);
  opacity: 0.6;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.block-check-culumn_titleWrap {
  display: flex;
}
.block-check-culumn_titleImg {
  width: 25px;
  margin-right: 10px;
  margin-top: 4px;
}
.block-check-culumn_titleImg img {
  width: 100%;
  height: auto;
}
.block-check-culumn_title {
  flex: 1;
  color: var(--main-mainColor);
  font-size: 18px;
}
.block-check-culumn_text {
  margin-top: 10px;
}

.wp-block-image .alignright img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.wp-block-image .aligncenter {
  margin: 25px auto 30px auto;
}
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wp-block-image .alignleft img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.block-wraparound-news {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-wraparound-news img {
  float: left;
  width: 50%;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .block-wraparound-news img {
    width: 100%;
    margin-right: 0;
  }
}

.page-title {
  font-size: 32px;
  color: var(--main-mainColor);
  font-weight: 300;
  padding: 65px;
  margin-bottom: 60px;
  background: var(--main-sectionbg);
  padding-left: 8%;
  width: 94%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .page-title {
    padding: 40px;
  }
}
.page-title::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 5%;
  margin-right: 10px;
  vertical-align: super;
  background-color: var(--main-mainColor);
}
@media screen and (max-width: 600px) {
  .page-title {
    font-size: 32px;
    padding-bottom: 40px;
  }
}

.post-list-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .post-list-flex {
    justify-content: space-between;
  }
}
.post-list-flex.news {
  display: block;
  margin-bottom: 40px;
}
.post-list-flex.news .column-post {
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dashed var(--main-borderColor);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.post-list-flex.news .column-post .news-date {
  font-size: 13px;
  font-weight: 300;
  color: #999;
}
.post-list-flex.news .column-post .column-title {
  margin-bottom: 0;
  font-weight: 300;
}
.post-list-flex .column-post {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.post-list-flex .column-post:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .post-list-flex .column-post {
    width: 48%;
    margin-right: 0;
  }
}
.post-list-flex .column-post:hover .column-title a {
  color: var(--main-mainColor);
}
.post-list-flex .column-thumbnail {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 0;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.08);
}
.post-list-flex .column-thumbnail img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list-flex .column-title {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .post-list-flex .column-title {
    -webkit-line-clamp: 3;
  }
}
.post-list-flex .column-title a {
  transition: 0.2s ease-in-out;
}
.post-list-flex .column-title a:hover {
  color: var(--main-mainColor);
}

.navigation .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
.navigation .page-numbers {
  padding: 4px 12px;
  position: relative;
  z-index: 0;
  color: var(--main-mainColor);
  font-weight: 600;
  font-family: var(--fontfamily-en);
  height: 32px;
  width: 32px;
  font-size: 15px;
  font-weight: 300;
  margin-right: 8px;
}
.navigation .page-numbers::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--main-sectionbg);
}
.navigation .page-numbers.next {
  font-size: 0;
}
.navigation .page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navigation .page-numbers.next::after {
  border: 1px solid var(--main-mainColor);
  background: none;
}
.navigation .page-numbers.prev {
  font-size: 0;
}
.navigation .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-mainColor);
  border-left: 2px solid var(--main-mainColor);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 4px;
  right: 0;
  margin: 0 auto;
}
.navigation .page-numbers.prev::after {
  border: 1px solid var(--main-mainColor);
  background: none;
}
.navigation .page-numbers.current {
  color: #fff;
}
.navigation .page-numbers.current::after {
  background-color: var(--main-mainColor);
}

.recommender-box {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--main-mainColor);
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recommender-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.recommender-box:last-of-type {
  border-bottom: none;
}
.recommender-box.patient-inner {
  margin-top: 60px;
}
.recommender-box.patient-box {
  margin-bottom: 0;
  padding-bottom: 0;
}
.recommender-box.patient-box .jp-text {
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  text-align: left;
  font-weight: 300;
  padding: 15px 0;
}
.recommender-mainTitle {
  font-size: 35px;
  font-family: var(--fontfamily-serif);
  color: var(--main-mainColor);
  text-align: center;
  border-bottom: 1px solid var(--main-borderColor);
  font-weight: 400;
  padding: 0 20px 40px;
  margin-top: -10px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .recommender-mainTitle {
    padding: 0 5% 40px;
  }
}
.recommender-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .recommender-flex {
    justify-content: center;
  }
}
.recommender-flex.patient .recommender-thumbnail {
  width: 55%;
  margin: 0 auto 40px;
  order: 1;
}
@media screen and (max-width: 960px) {
  .recommender-flex.patient .recommender-thumbnail {
    width: 100%;
  }
}
.recommender-flex.patient .recommender-post {
  width: 100%;
  order: 2;
  flex: none;
  margin-top: 40px;
}
.recommender-flex.patient .news-post {
  margin-top: 0;
}
.recommender-thumbnail {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  height: 280px;
}
@media screen and (max-width: 960px) {
  .recommender-thumbnail {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    order: 1;
  }
}
@media screen and (max-width: 880px) and (min-width: 769px) {
  .recommender-thumbnail {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recommender-thumbnail {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .recommender-thumbnail {
    width: 87%;
  }
}
@media screen and (max-width: 600px) {
  .recommender-thumbnail {
    width: 88%;
  }
}
@media screen and (max-width: 450px) {
  .recommender-thumbnail {
    width: 100%;
  }
}
.recommender-thumbnail img {
  width: 100%;
  height: auto;
}
.recommender-post {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .recommender-post {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.recommender-post .section-title {
  margin-bottom: 0;
}
.recommender-post .section-title .section-title__inner {
  padding: 0;
  justify-content: flex-start;
}
.recommender-post .section-title .section-title__inner .jp-text {
  font-size: 28px;
  background: none;
  color: var(--main-mainColor);
  font-weight: 300;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
}
.recommender-post h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-mainColor);
  padding: 10px 20px;
  margin: 40px 0 30px;
  position: relative;
}
.recommender-post h5::before {
  content: "";
  display: inline-block;
  height: auto;
  width: auto;
  background-color: transparent;
  z-index: 0;
  opacity: 1;
  position: static;
}
.recommender-post h5::after {
  display: none;
}
.recommender-post h1,
.recommender-post h2,
.recommender-post h3,
.recommender-post h4,
.recommender-post h5,
.recommender-post h6 {
  font-size: 16px;
  color: var(--main-mainColor);
  font-weight: 600;
  margin: 40px 0 0;
  border-top: unset;
  border-bottom: unset;
}
.recommender-post h1::before,
.recommender-post h2::before,
.recommender-post h3::before,
.recommender-post h4::before,
.recommender-post h5::before,
.recommender-post h6::before {
  content: "●";
  display: inline-block;
  color: var(--main-mainColor);
  margin-right: 4px;
}
.recommender-post h1::after,
.recommender-post h2::after,
.recommender-post h3::after,
.recommender-post h4::after,
.recommender-post h5::after,
.recommender-post h6::after {
  display: none;
}

.post-underBlockPost {
  margin-top: 100px;
}

.patient-box:first-of-type .patient-list {
  border-top: 1px solid var(--main-mainColor);
}
.patient .patient-date {
  font-family: var(--fontfamily-en);
  margin-bottom: 0;
  color: var(--main-mainColor);
}
.patient .patient-subtitle {
  font-size: 24px;
  font-weight: 300;
  background-color: transparent;
  color: var(--main-mainColor);
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .patient .patient-subtitle {
    margin: 10px 0 30px;
  }
}
.patient .patient-subtitle::before {
  display: none;
}
.patient .patient-subtitle-small {
  display: block;
  font-weight: 300;
  background-color: transparent;
  color: var(--main-mainColor);
  margin-bottom: 5px;
}
.patient .patient-subtitle.news {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--main-mainColor);
  align-items: center;
  margin-bottom: 25px;
}
.patient .patient-subtitle.news .patient-date {
  color: var(--main-fontColor);
}
@media screen and (max-width: 600px) {
  .patient .patient-subtitle.news .patient-date {
    order: 2;
  }
}
.patient .patient-subtitle.news .column-taxonomy-list {
  margin-left: 20px;
  padding-top: 8px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .patient .patient-subtitle.news .column-taxonomy-list {
    flex: none;
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.patient .patient-subtitle.news h2 {
  font-size: 22px;
  font-weight: 300;
  color: var(--main-fontColor);
  background: none;
  padding: 0;
  margin: 0;
}
.patient .patient-subtitle.news h2::before {
  content: none;
}
.patient-list-Area .recommender-box {
  border-bottom: none;
}
.patient-list-Area .recommender-box:last-of-type .patient-list {
  border-bottom: none;
}
.patient-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid var(--main-mainColor);
}
.patient-list-thumbnail {
  width: 24%;
  height: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .patient-list-thumbnail {
    width: 80%;
    height: 40vw;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .patient-list-thumbnail {
    width: 100%;
    height: 50vw;
  }
}
.patient-list-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.patient-list-inner {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .patient-list-inner {
    flex: none;
    width: 100%;
  }
}
.patient-list-inner .patient-subtitle {
  font-size: 20px;
  font-weight: 300;
  border-bottom: none;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
}
.patient-list-inner .patient-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .patient-list-inner .patient-content {
    -webkit-line-clamp: 6;
  }
}

.lowerPage .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-embed iframe {
  margin: 0 auto;
  display: block;
}

.wp-block-create-block-block-tab-content .table-contents-block .section-title {
  margin-bottom: 0;
}
.wp-block-create-block-block-tab-content .table-contents-block .section-title .section-title__inner .jp-text {
  font-size: 28px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
.wp-block-create-block-block-tab-content .table-contents-block .table-contents {
  margin-top: 20px;
  border: none;
  background: #d7f4f9;
  padding: 40px;
}
.wp-block-create-block-block-tab-content .table-contents-block .table-contents .toc-heading-level-1 .toc-link__level1 {
  font-size: 18px;
  font-weight: 300;
  color: var(--main-mainColor);
  line-height: 1.2;
}
.wp-block-create-block-block-tab-content .table-contents-block .table-contents .toc-heading-level-1 .toc-link__level1::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  background-color: var(--main-mainColor);
  border-radius: 50%;
}

.recommender .column-taxonomy-list .taxonomy-link {
  background: var(--main-mainColor);
  color: var(--main-mainColorFont);
}

.singlePage-title {
  margin-bottom: 0;
}

.patient-btn-wrap {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .patient-btn-wrap {
    width: 100%;
  }
}
.patient-btn-wrap a::after {
  content: "";
  transform: rotate(-135deg);
  left: 6%;
}

.archive-flex {
  display: flex;
}
.archive-flex .news-date {
  margin-right: 10px;
}

.recommender-imgTxt {
  width: 28%;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .recommender-imgTxt {
    width: 50%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .recommender-imgTxt {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .recommender-imgTxt {
    width: 70%;
  }
}
@media screen and (max-width: 410px) {
  .recommender-imgTxt {
    width: 75%;
  }
}
@media screen and (max-width: 380px) {
  .recommender-imgTxt {
    width: 80%;
  }
}
.recommender-imgTxt .recommender-name {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--main-mainColor);
  font-weight: 300;
  text-align: center;
}

.content-patient_main {
  margin-top: 60px;
  margin-bottom: 100px;
}
.content-patient_main .section-title {
  margin-bottom: 20px;
}
.content-patient_main .section-title .section-title__inner {
  justify-content: flex-start;
}
.content-patient_main .section-title .patient-ttl {
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .content-patient_main .section-title .patient-ttl {
    font-size: 24px;
  }
}

.patient {
  justify-content: center;
}
.patient .patient-thumbnail {
  height: 400px;
  overflow: hidden;
  box-shadow: 20px 20px 0 0 var(--main-sectionbg);
}

.archive_column-list {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .archive_column-list {
    width: 100%;
  }
}

.patient-title {
  border-top: 1px solid var(--main-mainColor);
  border-bottom: 1px solid var(--main-mainColor);
  text-align: left;
  font-weight: 300;
  padding: 15px 0;
}
.patient-title .patient-subtitle {
  font-size: 24px;
  color: var(--main-mainColor);
}
.patient-title .patient-subtitle-small {
  color: var(--main-mainColor);
}

.news-box .wp-block-image {
  margin: 0 20px 0 auto;
  width: 40%;
  float: left;
}
@media screen and (max-width: 768px) {
  .news-box .wp-block-image {
    float: none;
    width: 100%;
  }
}

.block-check-culumn_title p span {
  color: var(--main-mainColor);
  font-size: 17px;
  font-weight: 400;
}

/* WEB予約ページcss */
.web-reserve_page .progress-tracker__item .progress-tracker__item__number {
  background-color: var(--main-mainColorFont);
}

.web-reserve_page .progress-tracker .progress-tracker__item--input .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

/* ２　確認画面 */
.mw_wp_form_confirm .web-reserve_page .progress-tracker__item--confirm .progress-tracker__item__number,
.mw_wp_form_confirm .web-reserve_page .progress-tracker__item--input .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

/* 3　完了画面 */
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--confirm .progress-tracker__item__number,
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--input .progress-tracker__item__number,
.mw_wp_form_complete .web-reserve_page .progress-tracker__item--complete .progress-tracker__item__number {
  background-color: var(--main-mainColor);
}

.web-reserve_page .common-btn-wrap {
  width: 320px;
}
.web-reserve_page .complete-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: var(--main-mainColor);
  margin-top: 80px;
  margin-bottom: 10px;
}
.web-reserve_page .section-title_txt p {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 400;
}
.web-reserve_page .mw_wp_form {
  margin: 30px auto;
  line-height: 2;
}
.web-reserve_page .mw_wp_form .error {
  margin-top: 5px;
}
.web-reserve_page .progress-tracker {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 45px;
  width: 50%;
  margin: 45px auto;
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  .web-reserve_page .progress-tracker {
    width: 80%;
  }
}
.web-reserve_page .progress-tracker .progress-tracker__item {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  position: relative;
  width: 33.33333%;
}
.web-reserve_page .progress-tracker .progress-tracker__item:after,
.web-reserve_page .progress-tracker .progress-tracker__item:before {
  background-image: linear-gradient(to right, var(--main-mainColor), var(--main-mainColor) 10px, transparent 10px, transparent 10px);
  background-size: 13px 8px;
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 12px;
  opacity: 0.3;
}
.web-reserve_page .progress-tracker .progress-tracker__item:before {
  right: 50%;
  left: 0;
}
.web-reserve_page .progress-tracker .progress-tracker__item::after {
  left: 50%;
  right: 0;
}
.web-reserve_page .progress-tracker .progress-tracker__item--complete:after,
.web-reserve_page .progress-tracker .progress-tracker__item--input:before {
  display: none;
}
.web-reserve_page .progress-tracker .progress-tracker__item__number {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  width: 24px;
  z-index: 1;
  border: 2px solid var(--main-mainColor);
}
.web-reserve_page .progress-tracker .progress-tracker__item__text {
  color: var(--main-mainColor);
  margin-top: 10px;
  font-size: 18px;
}
.web-reserve_page .form-content {
  margin: 0 auto 40px;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .web-reserve_page .form-content {
    width: 100%;
    margin: 0;
  }
}
.web-reserve_page .form-content tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.web-reserve_page .form-content tr:last-child {
  margin-bottom: 0;
}
.web-reserve_page .form-content th {
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  color: var(--main-mainColor);
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .web-reserve_page .form-content th {
    margin-bottom: 0;
  }
}
.web-reserve_page .form-content td {
  font-size: 16px;
  width: 100%;
}
.web-reserve_page .form-content td p {
  font-size: 16px;
  font-weight: 400;
}
.web-reserve_page .form-content td .form_btmtxt01 {
  margin: -5px 0 -15px;
}
.web-reserve_page .form-content .form_m input[type=text] {
  width: 60%;
}
.web-reserve_page .form-content *::-moz-placeholder {
  color: var(--main-fontColor);
  letter-spacing: 0.08em;
  font-weight: normal;
  opacity: 0.3;
}
.web-reserve_page .form-content *::placeholder {
  color: var(--main-fontColor);
  letter-spacing: 0.08em;
  font-weight: normal;
  opacity: 0.3;
}
.web-reserve_page .form-content .date-section p {
  margin-bottom: 10px;
  font-weight: 400;
}
.web-reserve_page .form-content .date-section .date-block {
  width: 80%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.web-reserve_page .form-content .date-section .date-block .hasDatepicker,
.web-reserve_page .form-content .date-section .date-block .select {
  margin-right: 10px;
}
.web-reserve_page .form-content .date-section .date-block .date-block01 {
  width: 50%;
  position: relative;
}
.web-reserve_page .form-content .date-section .date-block .date-block02 {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .web-reserve_page .form-content .date-section .date-block .date-block02 {
    justify-content: flex-end;
  }
}
.web-reserve_page .form-content .date-section .date-block .date-block01 .input-icon {
  background-image: url(../images/common/icon-calendar.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.web-reserve_page .form-content .date-section .date-block .select {
  margin-right: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .web-reserve_page .form-content .date-section .date-block .select {
    width: 30%;
  }
}
.web-reserve_page .form-content .date-section .date-block input[type=text],
.web-reserve_page .form-content .date-section .date-block select {
  background-color: var(--main-mainColorFont) !important;
  height: 47px;
}
.web-reserve_page .form-content .form_policy {
  padding: 25px;
  font-weight: 400;
  border: 1px solid var(--main-borderColor);
  border-radius: 5px;
  height: 200px;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: 20px;
}
.web-reserve_page .form-content .form_policy p {
  font-size: 14px;
}
.web-reserve_page .form-content option,
.web-reserve_page .form-content select,
.web-reserve_page .form-content textarea,
.web-reserve_page .form-content input[type=text],
.web-reserve_page .form-content input[type=email],
.web-reserve_page .form-content input[type=search],
.web-reserve_page .form-content input[type=url] {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--main-borderColor);
  background-color: var(--main-footerColor);
  padding: 15px;
  font-size: 16px;
}
.web-reserve_page .form-content .required-srt {
  font-size: 11px;
  color: #ff0000;
  display: block;
  margin-left: 7px;
}
.web-reserve_page .book-contact .common-btn-wrap {
  width: 320px;
}
.web-reserve_page .book-contact .common-btn-wrap input[type=submit] {
  font-size: 16px;
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColorFont);
  display: block;
  position: relative;
  border-radius: 7px;
  transition: 0.2s ease-in-out;
  background-color: var(--main-mainColor);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  font-weight: 400;
  font-size: 18px;
}
.web-reserve_page .book-contact .common-btn-wrap input[type=submit]:hover {
  transform: translate(5px, 5px);
  background-color: var(--main-mainColorFont);
  color: var(--main-mainColor);
  border: 1px solid var(--main-mainColor);
}
.web-reserve_page .book-contact .common-btn-wrap .submit:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColorFont);
  border-right: 2px solid var(--main-mainColorFont);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  transition: 0.2s ease-in-out;
}
.web-reserve_page .book-contact .common-btn-wrap .submit:hover::after {
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
}
.web-reserve_page .book-contact .common-btn-wrap input[type=submit]:hover .submit:after {
  border-color: var(--main-mainColor);
}

.mw_wp_form_input {
  /* 入力画面では戻るボタンなし */
}
.mw_wp_form_input .section-title_txt.input-t {
  display: block;
}
.mw_wp_form_input .section-title_txt.confirm-t {
  display: none;
}
.mw_wp_form_input .web-reserve_page .common-btn-wrap.back {
  display: none;
}

/* ２　確認画面ページ */
.mw_wp_form_confirm .section-title_txt.input-t {
  display: none;
}
.mw_wp_form_confirm .section-title_txt.confirm-t {
  display: block;
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 .input-icon {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block02 br {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 {
  width: auto !important;
  margin-right: 10px;
}
.mw_wp_form_confirm .web-reserve_page .bottom-content .form_policy {
  display: none;
}
.mw_wp_form_confirm .web-reserve_page .common-btn-wrap.back {
  display: inline-block;
}

/* 完了ページ */
.mw_wp_form_complete .section-title_txt.input-t {
  display: none;
}
.mw_wp_form_complete .section-title_txt.confirm-t {
  display: none;
}
.mw_wp_form_complete .web-reserve_page .submit-btn a {
  background: var(--main-fontColor);
  color: var(--main-mainColor);
  border: var(--main-mainColor) solid 1px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 15px 10px;
  border-radius: 5px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  box-shadow: 8px 8px 0 0 rgba(132, 184, 82, 0.2);
}
.mw_wp_form_complete .btn-wrap .common-btn::after {
  left: 8%;
  transform: rotate(-135deg);
}

.br {
  display: block;
}

@media screen and (max-width: 1024px) {
  .web-reserve_page .form-content .date-section .date-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .web-reserve_page .br {
    display: none;
  }
  .web-reserve_page .section-title_txt p {
    text-align: left;
    margin-bottom: 60px;
  }
  .web-reserve_page li.progress-tracker__item.progress-tracker__item--input {
    align-items: flex-start !important;
  }
  .web-reserve_page .progress-tracker .progress-tracker__item:after {
    left: 0 !important;
    right: 0 !important;
  }
  .web-reserve_page li.progress-tracker__item.progress-tracker__item--complete {
    align-items: flex-end !important;
  }
  .web-reserve_page .progress-tracker .progress-tracker__item:before {
    left: 0 !important;
    right: 0 !important;
  }
  .web-reserve_page .form-content th,
  .web-reserve_page .form-content td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .web-reserve_page .form-content th {
    padding: 12px 0 0;
    border-bottom: none;
  }
  .web-reserve_page .form-content td {
    padding: 10px 0 20px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 960px) {
  .web-reserve_page .form-content td {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .web-reserve_page .form-content .form_name td {
    border-top: none;
  }
  .web-reserve_page .form-content .form_m input[type=text] {
    width: 100%;
  }
  .web-reserve_page .form-content .form_s select {
    width: 60%;
  }
  .web-reserve_page .form-content .required-srt {
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
  }
  .web-reserve_page .form-content .date-section .date-block {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .web-reserve_page .form-content .date-section .date-block {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .web-reserve_page .form-content .date-section .date-block .date-block01 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .web-reserve_page .form-content .date-section .date-block .date-block01 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .web-reserve_page .form-content .date-section .date-block .date-block02 {
    margin-left: -15px;
    width: 80%;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block {
    display: flex;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block01 {
    width: auto !important;
    margin-bottom: 15px;
  }
  .mw_wp_form_confirm .web-reserve_page .form-content .date-section .date-block .date-block02 {
    margin-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .mw_wp_form_confirm .web-reserve_page .common-btn-wrap {
    display: block !important;
  }
}
.mwform-checkbox-field .mwform-checkbox-field-text {
  display: inline-block;
  vertical-align: text-bottom;
}
.mwform-checkbox-field input {
  width: 20px;
  height: 20px;
}

.mw_wp_form_preview .web-reserve_page .progress-tracker .progress-tracker__item:first-child::after {
  background-color: #00a4e8;
  opacity: 1;
}
.mw_wp_form_preview .web-reserve_page .progress-tracker .progress-tracker__item:nth-of-type(2)::before {
  background-color: #00a4e8;
  opacity: 1;
}

.mw_wp_form_complete .web-reserve_page .progress-tracker .progress-tracker__item::after {
  background-color: #00a4e8;
  opacity: 1;
}
.mw_wp_form_complete .web-reserve_page .progress-tracker .progress-tracker__item:nth-of-type(n+2)::before {
  background-color: #00a4e8;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */