@charset "utf-8";

/* =========================

  base

=========================*/

/* ------------------------
  nav
------------------------*/
.subpage header {
  position: unset;
}


/* ------------------------
  kv
------------------------*/
.sub__kv {
  width: 97%;
  height: 520px;
  background-size: cover;
  position: relative;
  border-radius: 20px 0 0 120px;
  margin-left: auto;
  z-index: 1;
}
.sub__kv::before {
  content: "";
  width: 100%;
  height: 520px;
  border-radius: 20px 0 0 120px;
  background: rgb(47 41 43 / 40%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.subkv01 {
  background-image: url(../images/subkv01.jpg);
  background-position: center;
}
.subkv02 {
  background-image: url(../images/subkv02.jpg);
  background-position: center;
}
.subkv03 {
  background-image: url(../images/subkv03.jpg);
  background-position: center;
}
.subkv04 {
  background-image: url(../images/subkv04.jpg);
  background-position: center;
}
.subpage__kv__ttl {
  color: #FFFFFF;
  width: 1500px;
  height: fit-content;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  text-align: center;
}
.subpage__kv__ttl h1 {
  font-size: 3em;
  line-height: 1.4em;
}
.subpage__kv__ttl .subttl {
  font-size: 1.5em;
  display: block;
}
@media screen and (max-width:1500px) {
  .subpage__kv__ttl {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}
@media screen and (max-width:750px) {
  .sub__kv {
    width: 96%;
  }
  .subpage .sub__kv,
  .subpage .sub__kv::before {
    height: 180px;
    border-radius: 0 0 0 40px;
  }
  .subpage .sub__kv__inner {
    padding: 12px 12px 12px 24px;
  }
  .subpage__kv__ttl h1 {
    font-size: 2em;
  }
  .subpage__kv__ttl .subttl {
    font-size: 1em;
  }
}

/* ------------------------
  contents
------------------------*/
.subpage .section__contents:first-child {
  margin-top: 114px;
}
iframe.movie {
  display: block;
  border-radius: 5px;
}
@media screen and (max-width:950px) {
  iframe.movie {
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  iframe.movie {
    height: 182.8125px;
  }
}

/* ------------------------
  ttl
------------------------*/
.subpage h2 {
  margin: 100px 0 50px;
}
.subpage h2:first-child {
  margin-top: 0;
}
.subpage h2 strong,
.subpage h3 strong {
  font-weight: 500;
}
.subpage h3 {
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  width: calc(100% - 40px);
  line-height: 1.4em;
  padding: 10px 20px;
  margin: 50px 0 30px;
  border-top: 1px solid #ED9CB7;
  border-bottom: 1px solid #ED9CB7;
  /* border-image: linear-gradient(to right, #37B9EF 0%, #ED9CB7 100%) 1; */
  position: relative;
}
.subpage h3::before {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  background: linear-gradient(to right, #37B9EF, #ED9CB7);
  left: 0;
  top: -1px;
}
.subpage h3::after {
  content: "";
  position: absolute;
  width: 15%;
  height: 1px;
  background: linear-gradient(to right, #37B9EF, #ED9CB7);
  left: 0;
  bottom: -1px;
}
.subpage h4 {
  font-size: 1.2em;
}
.subpage h4 a {
  text-decoration: underline;
}
@media screen and (max-width:1099px) {
  .subpage h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:750px) {
  .subpage h2 {
    margin: 60px 0 30px;
  }
  .subpage h3 {
    margin: 30px 0 20px;
  }
  .subpage h2:first-child {
    margin-top: 0;
  }
  .subpage h3 {
    font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
    width: calc(100% - 20px);
    line-height: 1.4em;
    padding: 10px;
  }
  .subpage h4 {
    margin: 20px 0 10px;
  }
}

/* ------------------------
  breadcrumbs
------------------------*/
.breadcrumbs {
  width: 1500px;
  font-size: 14px;
  margin: 20px auto auto;
}
.breadcrumbs a {
  color: #37B9EF;
}
.breadcrumbs a:hover {
  opacity: 0.5;
}
@media screen and (max-width:1500px) {
  .breadcrumbs {
    width: 90%;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width:750px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

/* ------------------------
  list
------------------------*/
ul.wp-block-list,
ul.list,
.section__contents__inner ul {
  /* display: inline-block; */
  margin: 15px auto;
  list-style: none;
}
ul.wp-block-list li, ul.list li,
.section__contents__inner ul li {
/*  text-indent: -20px;
  padding-left: 25px; */
  padding-left: 5px;
  margin-bottom: 5px;
}
ul.wp-block-list li:before, ul.list li:before {
/* .section__contents__inner ul li:before { */
  content: "●";
  color: #E8C9D8;
  font-size: 14px;
  margin-right: 8px;
  vertical-align: bottom;
}
ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 24px;
}
ol.wp-block-list li {
  margin-bottom: 16px;
}
ol.wp-block-list li::marker {
  color: #ED9CB7;
  font-size: 1.2em;
  font-weight: 600;
}
ol.wp-block-list li > ul {
  margin-top: 0;
}
ol.wp-block-list li > ul li {
  margin-bottom: 0px;
}
@media screen and (max-width:750px) {
  ul.wp-block-list li {
    margin-bottom: 8px;
  }
}

/* ------------------------
  anchor
------------------------*/
.wp-block-list:has(.anchor){
  border: 1px solid #000000;
  margin: 0 auto 100px;
  padding: 20px 50px;
  background-color: transparent;
}
.wp-block-list li.anchor {
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.wp-block-list li.anchor::before {
  width: 6px;
  height: 6px;
  top: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.wp-block-list li.anchor::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
  display: inline-block;
  right: -13px;
  left: auto;
}
.wp-block-list li.anchor a {
  width: 100%;
  display: block;
}
.anchor li {
  width: 24.2%;
  margin: 0 12px 12px 0;
  display: table;
}
.anchor li:nth-child(4n), .anchor li:last-child {
  margin-right: 0;
}
.anchor li a {
  width: 200px;
  height: 42px;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px 20px 20px;
  position: relative;
}
.anchor li a:hover {
  background-color: #F5F5F5;
}
.anchor li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
@media screen and (max-width:1200px) {
  .anchor {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
  .anchor li {
    width: 23.9%;
  }
  .anchor li a {
    width: 15vw;
    font-size: 14px;
    padding: 15px 26px 15px 15px;
  }
}
@media screen and (max-width:950px) {
  .wp-block-list:has(.anchor) {
    margin: 0 0 60px;
    padding: 10px;
  }
  .wp-block-list li.anchor {
    width: calc(100% - 25px);
    padding: 0 0 5px;
    text-indent: 0;
  }
  .anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .section__content__innerblock .anchor {
    display: block;
    width: 100%;
    padding: 0;
  }
  .section__content__innerblock .anchor li {
    margin: 0 2% 2% 0;
    display: table;
    width: 100%;
  }
}

/* ------------------------
  wp-block-media-text
------------------------*/
.wp-block-media-text {
  margin-bottom: 0;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  padding: 0 8% 0 0 !important;
}
@media screen and (max-width:750px) {
  .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    width: 100%;
    padding-left: 0 !important;
  }
  .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 15px;
  }
}

/* ------------------------
  flow
------------------------*/
.vk_flow .vk_flow_frame {
  border: none !important;
  padding: 2.5rem !important;
  counter-reset: number 0;   
  background-color: #FFFFFF;
  border-radius: 20px;
}
.vk_flow .vk_flow_frame_text_title {
  color: #ED9CB7;
  font-size: 1.4em !important;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 2px dotted #E8C9D8 !important;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  counter-increment: mycounter;
}
.vk_flow .vk_flow_frame_text_title > span.step {
  color: #37B9EF;
  font-size: 22px;
  font-weight: 200;
  margin-right: 20px;
}
.vk_flow .vk_flow_frame_text_title > .step .num {
  font-size: 1.5em;
  margin-left: 5px;
}
.vk_flow.vk_flow-arrow-on::after {
  background-size: 110px 110px !important;
  height: 62px !important;
  width: 67px !important;
  margin: 10px auto !important;
}
@media screen and (max-width:750px) {
  .vk_flow .vk_flow_frame {
    padding: 1.5rem !important;
  }
  .vk_flow .vk_flow_frame_text_title {
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
  }
  .vk_flow .vk_flow_frame_text_title > span.step {
    font-size: 20px;
    margin-right: 6px;
    display: block;
    margin-bottom: 8px;
  }
}

/* ------------------------
  FAQ
------------------------*/
.vk_faq {
  border: none !important;
  margin: 2rem auto !important;
}
.vk_faq .vk_faq_content {
  padding: 1.5rem 1.5rem 1.5rem 4rem !important;
  background-color: rgba(231, 243, 248, .7);
}
.vk_faq .vk_faq_title {
  border: none !important;
  padding: 1rem 1rem 1rem 4rem !important;
}
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-size: 1.8em !important;
  font-weight: bold !important;
}
.vk_faq .vk_faq_title:before {
  color: #ED9CB7 !important;
  content: "Q." !important;
  left: 35px !important;
}
.vk_faq .vk_faq_content:before {
  color: #37B9EF !important;
  content: "A." !important;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  left: 35px !important;
}
.vk_faq .vk_faq_title p,
.vk_faq .vk_faq_content p {
  margin-left: 20px;
}
@media screen and (max-width:750px) {
  .vk_faq {
    margin: 0rem auto !important;
  }
  .vk_faq .vk_faq_title {
    padding: 1rem 1rem 1rem 2rem !important;
  }
  .vk_faq .vk_faq_content {
    padding: 1.5rem 1.5rem 1.5rem 2rem !important;
  }
  .vk_faq .vk_faq_title:before {
    left: 8px !important;
  }
  .vk_faq .vk_faq_content:before {
    left: 10px !important;
  }
}

/* ------------------------
  contents margin
------------------------*/
.section__contents {
  margin-top: 100px;
}
.subpage {
  margin-top: 90px;
}
.subpage .section__contents:last-child {
  margin-bottom: 215px;
}
.section__content__innerblock {
  margin-bottom: 60px;
}
.section__content__innerblock:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .section__contents {
    margin-top: 60px;
  }
  .subpage {
    margin-top: 0;
  }
  .subpage .section__contents:last-child {
    margin-bottom: 90px;
  }
  .section__content__innerblock {
    margin-bottom: 40px;
  }
}

/* =========================

  doctor

=========================*/
#about_doctor .greeting {
  margin-bottom: 60px;
}
#about_doctor .greeting .greeting_comment h3 {
  width: 100%;
}
#about_doctor .greeting .greeting_comment {
  text-align: left;
}
#about_doctor .btn_wrap .btn_primary {
  width: 300px;
}
.description_list_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.description_list_item {
  width: 48%;
}
.description_list_item .ttl__deco01 {
  margin-bottom: 20px;
}
.description_list_item > dl {
  width: 100%;
  font-size: 15px;
}
.description_list_item > dl dt, .description_list_item > dl dd {
  padding-left: 20px;
}
.description_list_item > .border__list {
  width: 100%;
  font-size: 15px;
}
#parttime_doctor .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#parttime_doctor .panel > li {
  width: calc(49% - 40px);
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 2%;
}
#parttime_doctor .panel > li:last-child {
  margin-bottom: 0;
}
#parttime_doctor .panel > li h3 {
  width: 100%;
  text-align: left;
  display: block;
  margin: 0 0 15px 0;
}
#parttime_doctor .panel > li h3 span {
  font-size: 0.6em;
}
#parttime_doctor .panel > li h3 .fa-arrow-up-right-from-square:before {
  font-size: 16px;
}
#alignment .border__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#alignment .border__list .btn a {
  padding: 4px 20px;
  font-size: 12px;
  margin: 10px 0 15px;
}
#alignment .alignment_map {
  width:100%;
  height:100%;
  overflow:hidden;
}
#alignment iframe {
  margin-top:-80px;
  border-radius: 10px;
}
#alignment .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
@media screen and (max-width:950px) {
  #about_doctor .btn_wrap.w50 {
    width: 70%;
  }
  .description_list_box {
    display: block;
    margin: 40px 0;
  }
  .description_list_item {
    width: 100%;
    margin-bottom: 60px;
  }
  .description_list_item > .border__list,
  .description_list_item > dl {
    width: 100%;
  }
  #alignment .alignment_map iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width:750px) {
  #about_doctor .btn_wrap .btn_primary {
    width: 100%;
  }
  #about_doctor .btn_wrap.w50 {
    width: 100%;
  }
  #parttime_doctor .panel {
    display: block;
  }
  #parttime_doctor .panel > li {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  #alignment .border__list li {
    display: block;
    padding-left: 0;
  }
  #alignment .border__list .btn a {
    margin: 15px 0 10px;
  }
}

/* =========================

  clinic_overview

=========================*/
@media screen and (max-width:750px) {
  #clinic_facility iframe {
    width: 100%;
    height: 400px;
  }
}


/* =========================

  news

=========================*/
.post_contents a {
  color: #37B9EF;
  text-decoration: underline;
}
#news_post .post_contents,
#blog_post .post_contents {
  padding: 60px 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
#news_list .news_item, #blog_list .blog_item {
  margin-bottom: 20px;
  text-align: left;
}
#news_list .news_item:last-child,
#blog_list .blog_item:last-child  {
  margin-bottom: 0;
}
#news_list .news_item_inner a, #blog_list .blog_item_inner a {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
  display: block;
}
#news_list .news_item_inner a:hover, #blog_list .blog_item_inner a:hover {
  box-shadow: 0px 0px 16px 0px rgba(55, 185, 239, .27);
}
#news_list .news_item_inner dd, #blog_list .blog_item_inner dd {
  width: 20%;
}
#news_list .news_item_inner h3, #blog_list .blog_item_inner h3 {
  width: 80%;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  border: none;
  margin: 0;
}
#news_list .news_item_inner .ttl,
#blog_list .blog_item_inner .ttl {
  font-size: 1.2em;
  font-weight: 600;
}
#news_list .news_item_inner h3::after {
  content: none;
}
#news_list .day_cat,
#blog_list .day_cat {
  display: flex;
}
#news_post .post_contents, #news_post h2,
#blog_post .post_contents, #blog_post h2 {
  text-align: left;
}
#news_post .post_ttl,
#blog_post .post_ttl {
  margin-bottom: 60px;
}
#news_post .date, #blog_post .date {
  color: #ED9CB7;
  margin-bottom: 15px;
  padding-left: 23px;
  display: block;
}
#news_post h2, #blog_post h2 {
  width: calc(100% - 20px);
  font-size: 2em;
  margin: 0 0 30px;
  padding: 0 0 30px 20px;
  border-bottom: 1px solid #E8C9D8;
}
#news_post h2::before, #blog_post h2::before {
  top: 12%;
  left: 20px;
}

#news_post .news_content_box h1,
#news_post .news_content_box h2,
#news_post .news_content_box h3,
#news_post .news_content_box h4,
#blog_post .blog_content_box > h1,
#blog_post .blog_content_box > h2,
#blog_post .blog_content_box > h3,
#blog_post .blog_content_box > h4 {
  line-height: 1.4em;
  margin-bottom: 20px;
  padding: 0;
}
#news_post .news_content_box h1,
#blog_post .news_content_box > h1,
#blog_post .blog_content_box > h1 {
  font-size: 50px;
  line-height: 1.0;
}
#news_post .news_content_box h2,
#blog_post .news_content_box > h2,
#blog_post .blog_content_box > h2 {
  font-size: 2em;
  border: none;
  padding: 0 0 0 20px;
  margin: 50px 0 20px;
}
#news_post .news_content_box h3,
#blog_post .news_content_box > h3,
#blog_post .blog_content_box > h3 {
  font-size: 1.7em;
  padding: 10px 20px;
  margin: 50px 0 30px;
  border-top: 1px solid #ED9CB7;
  border-bottom: 1px solid #ED9CB7;
}
#news_post .news_content_box h4,
#blog_post .news_content_box > h4,
#blog_post .blog_content_box > h4 {
  font-size: 1.2em;
  margin-left: 20px;
}
#news_post .news_content_box h4:before,
#blog_post .news_content_box > h4:before,
#blog_post .blog_content_box > h4:before {
  left: -20px;
}
.news_content_box a:hover, .blog_content_box a:hover {
  opacity: 0.6;
}
/* ul ol */
.news_content_box ul, .news_content_box ol,
.blog_content_box ul, .blog_content_box ol,
.search_post_content_box ol {
  margin-bottom: 40px;
}
/* .news_content_box ul, .blog_content_box ul {
  list-style-type: disc;
} */
.news_content_box ol, .blog_content_box ol, .search_post_content_box ol {
  list-style: decimal;
}

/* 画像 */
.news_content_box img, .blog_content_box img {
  border-radius: 5px;
}
.news_content_box img.alignleft, .blog_content_box img.alignleft {
  width: 350px;
  float: left;
}
.news_content_box img.alignright, .blog_content_box img.alignright {
  width: 350px;
  float: right;
}

/* 引用 */
.news_content_box blockquote, .blog_content_box blockquote {
  position: relative;
  margin-bottom: 40px;
  padding: 38px 15px 15px;
  box-sizing: border-box;
  font-style: italic;
  text-align: left;
  background: #efefef;
  color: #555555;
}
.news_content_box blockquote:before, .blog_content_box > blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.news_content_box blockquote p, .blog_content_box > blockquote p {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.7;
}
.news_content_box blockquote cite, .blog_content_box > blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-size: 0.9em;
}

/* 前の記事、次の記事 */
.page_back_next {
  margin-top: 115px;
}
.page_back_next li {
  margin-right: 20px;
}
.page_back_next li:last-child {
  margin-right: 0;
}
.back_next a {
  color: #ED9CB7;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ED9CB7;
  display: block;
}
.back_next a:hover {
  color: #FFFFFF;
  background-color: #ED9CB7;
}
.page_back_next .btn_wrap {
  margin-top: 0 !important;
}
@media screen and (max-width:750px) {
  #news_post .post_contents, #blog_post .post_contents {
    padding: 40px 20px;
  }
  #news_list .news_item_inner a,
  #blog_list .news_item_inner a {
    display: block;
  }
  #news_post h2, #blog_post h2 {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #news_post .news_content_box h3, #blog_post .news_content_box > h3, #blog_post .blog_content_box > h3 {
    width: calc(100% - 40px);
  }
  #news_list .news_item_inner dd,
  #news_list .news_item_inner h3,
  #blog_list .news_item_inner dd,
  #blog_list .news_item_inner h3 {
    width: 100%;
    font-size: 14px;
  }
  #news_post .post_ttl, #blog_post .post_ttl {
    margin-bottom: 40px;
  }
  .news_content_box img.alignleft,
  .news_content_box img.alignright,
  .blog_content_box img.alignleft,
  .blog_content_box img.alignright {
    width: 100%;
    float: unset;
  }
  .page_back_next {
    margin-top: 60px;
  }
  .page_back_next .btn a {
    font-size: 13px !important;
  }
  .back_next a {
    padding: 8px 15px;
  }
}

/* =========================

  search_post

=========================*/
#search_post_list .ttl_tag {
  margin-bottom: 5px;
}
#search_post_list h3::after {
  content: none;
}
.search_post_item_inner {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.cat_list {
  display: flex;
  justify-content: start;
}
.cat_list li {
  width: 130px;
  height: 35px;
  margin: 0 10px 15px 0;
  display: table;
  background-color: #CCCCCC;
}
.cat_list li a {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.tag_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 10px;
}
.tag_list a {
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1.0em;
  display: inline-block;
  border-radius: 100vh;
  border: 1px solid #CCCCCC;
  padding: 8px 14px;
}
.tag_list a:last-child {
  margin-right: 0;
}
.tag_list a:hover, .cat_list li:hover {
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
.search_post_content_box ul,
.search_post_content_box h4 {
  margin-bottom: 40px;
}
.search_post_content_box ol {
  width: 600px;
  margin: 0 auto 40px;
  border: 1px solid #CCCCCC;
  padding: 30px;
}
.search_post_content_box ol li {
  width: fit-content;
  margin-left: 30px;
  text-align: left;
}
/* 引用 */
.search_post_content_box blockquote {
  position: relative;
  margin-bottom: 40px;
  padding: 38px 15px 15px;
  box-sizing: border-box;
  font-style: italic;
  text-align: left;
  background: #efefef;
  color: #555555;
}
.search_post_content_box blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.search_post_content_box blockquote p {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.7;
}
.search_post_content_box blockquote cite {
  display: block;
  text-align: left;
  color: #888888;
  font-size: 0.9em;
}
@media screen and (max-width:750px) {
  #search_post_list h3 {
    font-size: 16px;
  }
  .search_post_content_box ol {
    width: 100%;
    padding: 20px;
  }
  .search_post_content_box ol, 
  .search_post_content_box ul {
    margin-bottom: 30px;
  }
  .search_post_content_box ol li {
    margin: 0 0 5px 18px;
  }
  .search_post_content_box ol li:last-child {
    margin-bottom: 0;
  }
  .search_post_content_box h4 {
    margin-bottom: 20px;
  }
  .cat_list li {
    width: 105px;
    height: 28px;
  }
  .cat_list li a {
    font-size: 12px;
  }
  .tag_list {
    gap: 5px;
    justify-content: left;
  }
  .tag_list a {
    font-size: 12px;
    padding: 4px 8px;
  }
}

/* =========================

  clinic overview

=========================*/
#clinic_system .table__top__ttl {
  width: 100px;
}
#clinic_system td {
  line-height: 1.4em;
  padding: 5px;
}
@media screen and (max-width:1100px) {
  #clinic_system table {
    width: 600px;
  }
}

/* =========================

  404

=========================*/
#error404 {
  text-align: center;
  padding-top: 220px;
}
#error404 h2 {
  font-size: 4em;
  line-height: 1.0em;
}
#error404 h3 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 50px;
}
#error404 .error404_txt {
  margin-bottom: 60px;
}
#error404 .error404_txt p {
  text-align: center;
}
#error404 h2::before {
  vertical-align: baseline;
}

/* =========================

  page navi

=========================*/
.wp-pagenavi {
  text-align: center;
  margin: 60px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #ED9CB7;
	background-color: transparent;
	padding: 12px 19px;
	margin: 0 5px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ED9CB7;
  border-radius: 5px;
}
.wp-pagenavi a:hover{
	color: #FFFFFF;
	background-color: #ED9CB7;
}
.wp-pagenavi span.current {
	color: #FFFFFF;
	background-color: #ED9CB7;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last, .wp-pagenavi a.first {
  border-radius: 4px;
}
@media screen and (max-width:750px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
  .wp-pagenavi span.pages,.wp-pagenavi a.first,
  .wp-pagenavi a.last {
    display: none;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
  }
}