@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
.gsc-control-cse .gsc-option-menu-container {
  width: 90px;
}

/* 連携医療機関検索ページだけ label 文字を表示させる */
.associate-search-page .check_box label {
  text-indent: 0 !important;
  font-size: 16px !important;
  color: inherit !important;
  overflow: visible !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
  margin-top: 8px;
}

.associate-search-page .associate-search__dept .check_box label {
  margin-top: 1%;
}

@media (max-width: 768px) {
  .associate-search-page .associate-search__dept .check_box label {
    margin-top: 2.5%;
  }
}
/* 連携医療機関検索：ページネーションを必ず横並びに */
.associate-search-page #result .associate-result__pager ul,
.associate-search-page #result .associate-result__pager ul.page-numbers {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.associate-search-page #result .associate-result__pager li {
  display: inline-block !important;
  width: auto !important;
}

.post-navigation {
  padding-bottom: 50px;
}

body.home #mainvisual {
  position: relative;
  margin-top: 130px;
}
body.home #mainvisual .mainvisual__slide__wrap {
  position: relative;
  padding-bottom: 140px;
}
body.home #mainvisual .mainvisual__slide__wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94%;
  max-width: 1560px;
  height: 90%;
  background-color: #eaeafb;
}
body.home #mainvisual .mainvisual__slide {
  width: 100%;
}
body.home #mainvisual .mainvisual__slide > .slide__item:not(:first-child) {
  display: none;
}
body.home #mainvisual .mainvisual__slide .slide__item {
  position: relative;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__img {
  width: 86.25%;
  margin-left: auto;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1380px) {
  body.home #mainvisual .mainvisual__slide .slide__item .item__img {
    max-width: 1380px;
    margin: auto;
  }
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 617px;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin: auto 0;
  padding: 30px 30px 35px;
  background: rgba(20, 18, 111, 0.7);
  color: #fff;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title {
  margin: 0;
  padding: 0;
  border-bottom: none;
  color: currentColor;
  font-size: 34rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title::before {
  content: none;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title .small {
  font-size: 0.53em;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 18rem;
  line-height: 1.5;
}
body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
body.home #mainvisual .mainvisual__news {
  position: absolute;
  right: 0;
  bottom: 180px;
  display: flex;
  align-items: center;
  width: 60%;
  max-width: 732px;
  padding: 15px 15px;
  background: #fff;
  border-radius: 100vmax 0 0 100vmax;
  z-index: 10;
}
body.home #mainvisual .mainvisual__news .news__title {
  width: 205px;
  border-right: 1px solid #cdcddd;
  font-size: 17rem;
  font-weight: 500;
  line-height: 1.5;
}
body.home #mainvisual .mainvisual__news .news__title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
body.home #mainvisual .mainvisual__news .news__list__wrap {
  width: calc(100% - 205px);
  padding-left: 20px;
}
body.home #mainvisual .mainvisual__news .news__list {
  height: 3.5em;
  line-height: 1.75;
  list-style-type: none;
}
body.home #mainvisual .mainvisual__news .news__list .list__item {
  height: 1.75em;
  display: flex;
  width: 100%;
  font-size: 15rem;
}
body.home #mainvisual .mainvisual__news .news__list .list__item .time {
  display: inline-block;
  min-width: 140px;
  font-weight: 500;
}
body.home #mainvisual .mainvisual__news .news__list .list__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
  width: calc(100% - 110px);
}
body.home #mainvisual .mainvisual__news .news__list .list__item a:hover {
  text-decoration: underline;
}
body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
    width: calc(100% - 30px);
  }
}
body.home #mainvisual .mainvisual__link {
  position: relative;
  background: #14126f;
  z-index: 10;
}
body.home #mainvisual .mainvisual__link .link__list {
  position: relative;
  top: -80px;
  gap: 40px;
  margin: 0;
  font-size: 22rem;
  line-height: 1.5;
  text-align: center;
}
body.home #mainvisual .mainvisual__link .link__list > li {
  width: calc(33% - 30px);
}
body.home #mainvisual .mainvisual__link .link__list > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 10px 35px;
  background: #fff;
  color: #14126f;
  font-weight: 500;
  text-decoration: none;
  height: 220px;
  box-sizing: border-box;
  opacity: 1;
}
body.home #mainvisual .mainvisual__link .link__list > li a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
body.home #mainvisual .mainvisual__link .link__list > li .list__title {
  flex-shrink: 0;
  line-height: 1.5;
  text-align: center;
  height: 3em;
  overflow: hidden;
}
body.home #mainvisual .mainvisual__link .link__list > li:nth-child(1) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(2) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(3) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(4) .list__title {
  transform: translateY(8px);
}
body.home #mainvisual .mainvisual__link .link__list > li:nth-child(5) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(6) .list__title {
  transform: translateY(-8px);
}
body.home #mainvisual .mainvisual__link .link__list > li .list__icon {
  flex-shrink: 0;
}
body.home #mainvisual .mainvisual__link .link__list > li .list__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  background: #eaeafb;
  line-height: 1;
  text-align: center;
}
body.home #information {
  padding: 80px 0 100px;
}
body.home #information .information__title {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: none;
  font-size: 42rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
body.home #information .information__title::before {
  content: none;
}
body.home #information .information__title .en {
  display: block;
  margin-top: 5px;
  font-size: 24rem;
  font-weight: inherit;
  line-height: 1.2;
}
body.home #information .information__bg {
  position: relative;
  padding: 60px 0;
}
body.home #information .information__bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 400px);
  height: 100%;
  background-color: #eaeaf0;
}
body.home #information .information__block {
  position: relative;
}
body.home #information .information__block .block__tab {
  width: 63%;
  max-width: 730px;
  background: #fff;
}
body.home #information .information__block .block__tab .tab__button {
  margin: 0;
  padding: 0;
  color: #14126f;
  gap: 0;
  font-size: 15rem;
  line-height: 1.2;
  list-style-type: none;
  text-align: center;
}
body.home #information .information__block .block__tab .tab__button li {
  position: relative;
  width: 25%;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #cdcddd;
  transition: all 0.5s;
}
body.home #information .information__block .block__tab .tab__button li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #14126f;
  opacity: 0;
  transition: opacity 0.3s;
}
body.home #information .information__block .block__tab .tab__button li + li {
  border-left: 1px solid #cdcddd;
}
body.home #information .information__block .block__tab .tab__button li:hover {
  background: #14126f;
  color: #fff;
}
body.home #information .information__block .block__tab .tab__button li.current {
  border-bottom-color: transparent;
}
body.home #information .information__block .block__tab .tab__button li.current::before {
  opacity: 1;
}
body.home #information .information__block .block__tab .tabs {
  background: #fff;
}
body.home #information .information__block .block__tab .tab {
  padding: 20px 30px 40px;
}
body.home #information .information__block .block__pickup {
  width: 36.5%;
  max-width: 400px;
  padding: 30px;
  background: #14126f;
  color: #fff;
}
body.home #information .information__block .block__pickup .pickup__title {
  margin-bottom: 30px;
  padding: 0;
  border-left: none;
  color: currentColor;
  font-size: 22rem;
  line-height: 1.5;
  text-align: center;
}
body.home #information .information__block .block__pickup .pickup__title img {
  display: block;
  margin: 0 auto 10px;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item {
  font-size: 16rem;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a {
  color: currentColor;
  text-decoration: none;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a:hover {
  text-decoration: underline;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item a:hover .item__eyecatch img {
  transform: scale(1.05);
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__eyecatch {
  margin-bottom: 20px;
  overflow: hidden;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__eyecatch img {
  aspect-ratio: 340/227;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__text .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  margin-left: 5px;
}
body.home #information .information__block .block__pickup .pickup__slide .slide__item .item__text .news-external-mark {
  margin-left: 5px;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-wrap {
  margin-top: 30px;
  text-align: center;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev,
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-next {
  position: static;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  background: url(../images/common/icon_slide02.svg) no-repeat;
  background-size: 100%;
  transform: unset;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev::after,
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-next::after {
  content: none;
}
body.home #information .information__block .block__pickup .pickup__slide .swiper-button-prev {
  transform: scale(-1, 1);
}
body.home #information .information__list {
  margin: 0;
  list-style-type: none;
  height: 460px;
  overflow-y: scroll;
}
body.home #information .information__list li {
  border-bottom: 1px solid #cdcddd;
}
body.home #information .information__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 20px 0;
  color: #333;
  text-decoration: none;
}
body.home #information .information__list li a .time {
  width: 120px;
  font-size: 15rem;
  font-weight: 500;
}
body.home #information .information__list li a .cat {
  width: 129px;
  padding: 5px 0 6px;
  background: #f6aa00;
  border-radius: 100vmax;
  color: #fff;
  font-size: 12rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
body.home #information .information__list li a .cat.medical {
  background: #03af7a;
}
body.home #information .information__list li a .cat.seminar {
  background: #4dc4ff;
}
body.home #information .information__list li a .title {
  width: calc(100% - 120px - 129px - 15px);
  margin-left: 15px;
}
body.home #information .information__list li a .title .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
}
body.home #information .information__list li a .new {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
}
body.home #information .information__button {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
body.home #top_link {
  position: relative;
  padding: 272px 0 40px;
}
body.home #top_link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background: url(../images/top/link_bg01.jpg) no-repeat center;
  background-size: cover;
}
body.home #top_link .link__block {
  position: relative;
}
body.home #top_link .link__block .block__item {
  position: relative;
  width: calc(50% - 30px);
}
body.home #top_link .link__block .block__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  opacity: 1;
}
body.home #top_link .link__block .block__item a:hover > img {
  transform: scale(1.07);
}
body.home #top_link .link__block .block__item a > img {
  transition: transform 0.5s;
}
body.home #top_link .link__block .block__item .item__title {
  position: absolute;
  right: 50px;
  top: -40px;
  display: block;
  min-height: 285px;
  padding: 12px 15px 40px;
  background: rgba(20, 18, 111, 0.83);
  border: none;
  color: currentColor;
  font-size: 24rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
body.home #top_link .link__block .block__item .item__title::before {
  content: none;
}
body.home #top_link .link__block .block__item .item__title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
body.home #feature {
  padding: 80px 0 100px;
  overflow: hidden;
}
body.home #feature .feature__title {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: none;
  font-size: 42rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
body.home #feature .feature__title::before {
  content: none;
}
body.home #feature .feature__title .en {
  display: block;
  margin-top: 5px;
  font-size: 24rem;
  font-weight: inherit;
  line-height: 1.2;
}
body.home #feature .feature__slide {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
body.home #feature .feature__slide .swiper-button-wrap {
  margin-top: 40px;
  text-align: center;
}
body.home #feature .feature__slide .swiper-button-prev,
body.home #feature .feature__slide .swiper-button-next {
  position: static;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  background: url(../images/common/icon_slide01.svg) no-repeat;
  background-size: 100%;
  transform: unset;
}
body.home #feature .feature__slide .swiper-button-prev::after,
body.home #feature .feature__slide .swiper-button-next::after {
  content: none;
}
body.home #feature .feature__slide .swiper-button-prev {
  transform: scale(-1, 1);
}
body.home #feature .feature__slide .slide__item {
  position: relative;
  width: 400px;
}
body.home #feature .feature__slide .slide__item a {
  display: block;
  color: currentColor;
  text-decoration: none;
}
body.home #feature .feature__slide .slide__item a:hover .item__img > img {
  transform: scale(1.1);
}
body.home #feature .feature__slide .slide__item .item__img {
  position: relative;
  overflow: hidden;
}
body.home #feature .feature__slide .slide__item .item__img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(20, 18, 111, 0) 0%, rgba(20, 18, 111, 0.7) 100%);
  z-index: 1;
}
body.home #feature .feature__slide .slide__item .item__img img {
  width: 100%;
  aspect-ratio: 400/240;
  transition: transform 0.5s;
}
body.home #feature .feature__slide .slide__item .item__img .arrow {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding-top: 17px;
  background: #fff;
  line-height: 1;
  text-align: center;
  z-index: 5;
}
body.home #feature .feature__slide .slide__item .item__img .arrow img {
  width: 13px;
  height: auto;
  aspect-ratio: inherit;
}
body.home #feature .feature__slide .slide__item .item__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 28px 15px;
  border: none;
  color: #fff;
  font-size: 22rem;
  font-weight: 400;
  line-height: 1.36;
  z-index: 5;
}
body.home #feature .feature__slide .slide__item .item__title.row02 {
  padding: 15px 15px;
}
body.home #feature .feature__slide .slide__item .item__body {
  margin-top: 28px;
  font-size: 18rem;
}
body.home #feature .feature__slide .slide__item .item__body p {
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  body.home #mainvisual .mainvisual__news {
    right: calc(50vw - 732px);
  }
}
@media screen and (max-width: 768px) {
  body.home #mainvisual {
    margin-top: 50px;
  }
  body.home #mainvisual .mainvisual__slide__wrap {
    padding-bottom: 0;
  }
  body.home #mainvisual .mainvisual__slide__wrap::before {
    height: 94%;
  }
  body.home #mainvisual .mainvisual__slide {
    padding-bottom: 20px;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__img {
    width: 85%;
    margin-left: auto;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__img a {
    color: currentColor;
    text-decoration: none;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body {
    left: 6%;
    width: 88%;
    max-width: 100%;
    padding: 15px 15px;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title {
    font-size: 18rem;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__title .small {
    font-size: 0.53em;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 11rem;
  }
  body.home #mainvisual .mainvisual__slide .slide__item .item__body .body__text::after {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  body.home #mainvisual .mainvisual__news {
    position: relative;
    right: auto;
    bottom: auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    z-index: 10;
  }
  body.home #mainvisual .mainvisual__news .news__title {
    width: 100%;
    padding: 5px;
    background: #f6aa00;
    color: #fff;
    font-size: 14rem;
    text-align: center;
  }
  body.home #mainvisual .mainvisual__news .news__title img {
    width: 28px;
    height: auto;
    margin-right: 6px;
  }
  body.home #mainvisual .mainvisual__news .news__list__wrap {
    width: 100%;
    padding: 10px;
  }
  body.home #mainvisual .mainvisual__news .news__list {
    width: 100%;
    font-size: 13rem;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a:hover {
    text-decoration: none;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a .time {
    min-width: 95px;
    margin-top: 1px;
    font-size: 12rem;
  }
  body.home #mainvisual .mainvisual__news .news__list .list__item a .text {
    width: calc(100% - 30px);
  }
  body.home #mainvisual .mainvisual__link {
    padding: 30px 10px;
  }
  body.home #mainvisual .mainvisual__link .link__list {
    top: auto;
    gap: 16px;
    font-size: 16rem;
  }
  body.home #mainvisual .mainvisual__link .link__list > li {
    width: calc(50% - 8px);
  }
  body.home #mainvisual .mainvisual__link .link__list > li a {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 35px;
    height: 180px;
    box-sizing: border-box;
  }
  body.home #mainvisual .mainvisual__link .link__list > li a:hover {
    text-shadow: none;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__title {
    flex-shrink: 0;
    line-height: 1.5;
    text-align: center;
    height: 3em;
    overflow: hidden;
  }
  body.home #mainvisual .mainvisual__link .link__list > li:nth-child(1) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(2) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(3) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(4) .list__title {
    transform: translateY(5px);
  }
  body.home #mainvisual .mainvisual__link .link__list > li:nth-child(5) .list__title, body.home #mainvisual .mainvisual__link .link__list > li:nth-child(6) .list__title {
    transform: translateY(-8px);
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__icon {
    margin-top: 15px;
    flex-shrink: 0;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__icon img {
    width: 80px;
    height: auto;
  }
  body.home #mainvisual .mainvisual__link .link__list > li .list__arrow {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  body.home #information {
    padding: 50px 0 0;
  }
  body.home #information .information__title {
    margin-bottom: 30px;
    font-size: 28rem;
  }
  body.home #information .information__title .en {
    font-size: 16rem;
  }
  body.home #information .information__bg {
    padding: 50px 0;
  }
  body.home #information .information__bg::before {
    width: 100%;
    height: 100%;
  }
  body.home #information .information__block .block__tab {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
  body.home #information .information__block .block__tab.tab__wrap .tab__button {
    grid-template-columns: repeat(4, 1fr);
  }
  body.home #information .information__block .block__tab.tab__wrap .tab__button li {
    width: 100%;
  }
  body.home #information .information__block .block__tab .tab__button {
    font-size: 13rem;
  }
  body.home #information .information__block .block__tab .tab__button li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 15px 5px;
  }
  body.home #information .information__block .block__tab .tab__button li:hover {
    background: none;
    color: #14126f;
  }
  body.home #information .information__block .block__tab .tab__button li.current {
    background: #14126f;
    color: #fff;
    border-bottom-color: transparent;
  }
  body.home #information .information__block .block__tab .tab {
    padding: 10px 15px 30px;
  }
  body.home #information .information__block .block__pickup {
    display: none;
  }
  body.home #information .information__list li a {
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    justify-content: flex-start;
  }
  body.home #information .information__list li a:hover .title {
    text-decoration: none;
  }
  body.home #information .information__list li a .time {
    width: 120px;
    font-size: 15rem;
    font-weight: 500;
  }
  body.home #information .information__list li a .cat {
    width: 129px;
  }
  body.home #information .information__list li a .title {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  body.home #information .information__button {
    margin-top: 40px;
    text-align: center;
  }
  body.home #top_link {
    padding: 60px 0 50px;
  }
  body.home #top_link::before {
    content: none;
  }
  body.home #top_link .container {
    padding: 0;
  }
  body.home #top_link .link__block .block__item {
    width: 100%;
  }
  body.home #top_link .link__block .block__item + .block__item {
    margin-top: 60px;
  }
  body.home #top_link .link__block .block__item a:hover > img {
    transform: unset;
  }
  body.home #top_link .link__block .block__item a > img {
    width: 100%;
    height: auto;
  }
  body.home #top_link .link__block .block__item .item__title {
    right: 30px;
    top: -30px;
    min-height: 200px;
    padding: 12px 15px 40px;
    font-size: 17rem;
    letter-spacing: 0.05em;
  }
  body.home #top_link .link__block .block__item .item__title img {
    bottom: 15px;
  }
  body.home #feature {
    padding: 50px 0 50px;
    overflow: hidden;
  }
  body.home #feature .feature__title {
    margin-bottom: 30px;
    font-size: 28rem;
  }
  body.home #feature .feature__title .en {
    font-size: 16rem;
  }
  body.home #feature .feature__slide {
    width: 78%;
  }
  body.home #feature .feature__slide .swiper-button-wrap {
    margin-top: 30px;
  }
  body.home #feature .feature__slide .swiper-button-prev,
  body.home #feature .feature__slide .swiper-button-next {
    position: static;
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 4px;
    background: url(../images/common/icon_slide01.svg) no-repeat;
    background-size: 100%;
    transform: unset;
  }
  body.home #feature .feature__slide .swiper-button-prev::after,
  body.home #feature .feature__slide .swiper-button-next::after {
    content: none;
  }
  body.home #feature .feature__slide .swiper-button-prev {
    transform: scale(-1, 1);
  }
  body.home #feature .feature__slide .slide__item {
    width: 100%;
  }
  body.home #feature .feature__slide .slide__item a:hover .item__img > img {
    transform: scale(1.1);
  }
  body.home #feature .feature__slide .slide__item .item__img::before {
    height: 120px;
  }
  body.home #feature .feature__slide .slide__item .item__img .arrow {
    width: 40px;
    height: 40px;
    padding-top: 12px;
  }
  body.home #feature .feature__slide .slide__item .item__title {
    padding: 28px 15px;
    font-size: 20rem;
  }
  body.home #feature .feature__slide .slide__item .item__title.row02 {
    padding: 15px 15px;
  }
  body.home #feature .feature__slide .slide__item .item__body {
    display: none;
    margin-top: 28px;
    font-size: 15rem;
  }
  body.home #feature .feature__slide .slide__item .item__body p {
    margin-bottom: 0;
  }
}
body.page-template-page-search #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news .news-list {
  margin: 0 0 40px 0;
}
body.page-template-page-news .news-list .section__title {
  font-size: 24rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066cc;
}
body.page-template-page-news .news-list .news-tab-mobile {
  background: #fff;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button {
  margin: 0;
  padding: 0;
  color: #14126f;
  gap: 0;
  font-size: 13rem;
  line-height: 1.2;
  list-style-type: none;
  text-align: center;
  display: flex;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li {
  position: relative;
  width: 25%;
  padding: 15px 10px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #cdcddd;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #14126f;
  opacity: 0;
  transition: opacity 0.3s;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li + li {
  border-left: 1px solid #cdcddd;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li a:hover {
  color: inherit;
  text-decoration: none;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li:hover {
  background: #14126f;
  color: #fff;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li.current, body.page-template-page-news .news-list .news-tab-mobile .tab__button li.active {
  background: #14126f;
  color: #fff;
  border-bottom-color: transparent;
}
body.page-template-page-news .news-list .news-tab-mobile .tab__button li.current::before, body.page-template-page-news .news-list .news-tab-mobile .tab__button li.active::before {
  opacity: 1;
}
body.page-template-page-news .news-items .news-item {
  border-bottom: 1px solid #14126f;
  padding: 15px 0;
}
body.page-template-page-news .news-items .news-item .news-item__content {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  body.page-template-page-news .news-items .news-item .news-item__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    order: 1;
    width: 100%;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-title {
    order: 2;
    width: 100%;
  }
}
body.page-template-page-news .news-items .news-item .news-item__content .news-date {
  color: #666;
  font-size: 14rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 120px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category {
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12rem;
  font-weight: 500;
  flex-shrink: 0;
  text-align: center;
  width: 150px;
  display: inline-block;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-medical {
  background: #03AF7A;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-news {
  background: #F6AA00;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-seminar {
  background: #4DC4FF;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-category.category-default {
  background: #0066cc;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title {
  flex: 1;
  margin: 0;
  font-size: 16rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-pdf-mark {
  background: #a71e2a;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-external-mark {
  color: #6c757d;
  font-size: 14px;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-title .news-external-mark:hover {
  color: #495057;
}
body.page-template-page-news .news-items .news-item .news-item__content .news-new-mark {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
  font-weight: bold;
}
body.page-template-page-news .news-pagination {
  margin: 40px 0;
  text-align: center;
  line-height: 1em;
}
body.page-template-page-news .news-pagination .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
body.page-template-page-news .news-pagination .page-numbers:hover, body.page-template-page-news .news-pagination .page-numbers.current {
  background: #14126f;
  color: #fff;
  border-color: #14126f;
}
body.page-template-page-news .news-pagination .page-numbers.prev, body.page-template-page-news .news-pagination .page-numbers.next {
  font-weight: bold;
  border: none;
}
body.page-template-page-news .no-news {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 16rem;
  background: #f9f9f9;
  border-radius: 8px;
  margin: 40px 0;
}
body.page-template-page-news-detail #mainvisual_sub {
  background: url(../images/news/mv.jpg) no-repeat center;
  background-size: cover;
}
body.page-template-page-news-detail .article .article__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
body.page-template-page-news-detail .article .article__meta .meta__date {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
body.page-template-page-news-detail .article .article__meta .news-category {
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  width: 150px;
  display: inline-block;
  text-align: center;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-medical {
  background: #03AF7A;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-news {
  background: #F6AA00;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-seminar {
  background: #4DC4FF;
}
body.page-template-page-news-detail .article .article__meta .news-category.category-default {
  background: #0066cc;
}
body.page-template-page-news-detail .article .article__meta .news-new-mark {
  display: inline-block;
  margin-left: 8px;
  color: #870209;
  font-size: 12rem;
  font-weight: bold;
}
body.page-template-page-news-detail .article .article__title {
  font-size: 24px;
  font-weight: bold;
  color: #14126f;
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body.page-template-page-news-detail .article .article__title .news-pdf-mark {
  color: #dc3545;
  font-size: 20px;
}
body.page-template-page-news-detail .article .article__title .news-external-mark {
  color: #6c757d;
  font-size: 16px;
}
body.page-template-page-news-detail .article .article__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
body.page-template-page-news-detail .article .article__text ul, body.page-template-page-news-detail .article .article__text ol {
  padding: 0 0 0 1.5em;
}
body.page-template-page-news-detail .article .article__text p {
  margin-bottom: 20px;
}
body.page-template-page-news-detail .article .article__text img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
body.page-template-page-news-detail .article .external-link {
  margin-top: 30px;
  text-align: center;
}
body.page-template-page-news-detail .article .external-link .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
body.page-template-page-news-detail .article .external-link .btn:hover {
  background: #0052a3;
  color: #fff;
  text-decoration: none;
}
body.page-template-page-news-detail .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
}
body.page-template-page-news-detail .post-navigation .nav-previous,
body.page-template-page-news-detail .post-navigation .nav-next,
body.page-template-page-news-detail .post-navigation .nav-home {
  flex: 1;
  text-align: center;
}
body.page-template-page-news-detail .post-navigation .nav-previous a,
body.page-template-page-news-detail .post-navigation .nav-next a,
body.page-template-page-news-detail .post-navigation .nav-home a {
  display: inline-block;
  padding: 10px 20px;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
body.page-template-page-news-detail .post-navigation .nav-previous a:hover,
body.page-template-page-news-detail .post-navigation .nav-next a:hover,
body.page-template-page-news-detail .post-navigation .nav-home a:hover {
  background: #e9ecef;
  text-decoration: none;
}
body.page-template-page-news-detail .post-navigation .nav-home a {
  background: #14126f;
  color: #fff;
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 15rem;
}
body.page-template-page-news-detail .post-navigation .nav-home a:hover {
  background: #322fb7;
}
body.page-template-page-departments-detail #staff th {
  width: 280px;
}
body.page-template-page-departments-detail-php .attention {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.page-template-page-departments-detail-php .updatebox ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body.page-template-page-departments-detail-php .updatebox ul li {
  position: relative;
  padding-left: 1em; /* ← ここで文字位置を調整 */
}
body.page-template-page-departments-detail-php .updatebox ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.45em; /* 縦位置微調整 */
  font-size: 0.7em;
  color: #14126f;
}
body.page-template-page-departments-detail-php .department-schedule::before {
  content: "";
  display: block;
  height: 150px; /* ここがずらしたい量（ヘッダー高さ） */
  margin-top: -150px; /* 相殺して見た目は変えない */
}
body.page-template-page-departments-detail-php .doctorTable {
  width: 100%;
  table-layout: fixed; /* ←列幅を固定 */
  border-collapse: collapse;
  min-width: 1000px; /* ← SP幅より大きくする */
}
body.page-template-page-departments-detail-php .doctorTable th, body.page-template-page-departments-detail-php .doctorTable td {
  box-sizing: border-box; /* ←padding含めて幅計算 */
  padding: 12px 10px; /* 好きに調整OK */
  border: 1px solid #ccc; /* 今の線に合わせて */
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
}
body.page-template-page-departments-detail-php .doctorTable2 {
  min-width: 1000px; /* ← SP幅より大きくする */
  margin-top: 10%;
  width: 100%;
  table-layout: fixed; /* ←列幅を固定 */
  border-collapse: collapse;
}
body.page-template-page-departments-detail-php .doctorTable2 th, body.page-template-page-departments-detail-php .doctorTable2 td {
  box-sizing: border-box; /* ←padding含めて幅計算 */
  padding: 12px 10px; /* 好きに調整OK */
  border: 1px solid #ccc; /* 今の線に合わせて */
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
}
body.page-template-page-departments-detail-php .doctorTable th:first-child,
body.page-template-page-departments-detail-php .doctorTable2 th:first-child {
  width: 56px;
  padding: 8px 4px;
  white-space: nowrap;
}
body.page-template-page-departments-detail-php .doctorTable__head {
  background-color: RGB(38, 123, 150);
  color: #fff;
}
body.page-template-page-departments-detail-php .doctorTable__head2 {
  background-color: RGB(231, 243, 247);
  color: RGB(64, 84, 94);
  text-align: center;
  font-weight: normal;
}
body.page-template-page-departments-detail-php .doctorTable__head3 {
  background-color: #5F9B60;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
body.page-template-page-departments-detail-php .doctorTable__head4 {
  background-color: #E6F4E8;
  color: #434343;
  text-align: center;
  font-weight: normal;
}
body.page-template-page-departments-detail-php .department-schedule__updated {
  text-align: right;
  margin-bottom: 0 !important;
}
body.page-template-page-departments-detail-php .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.page-template-page-departments-detail-php .table-scroll table {
  min-width: 1000px; /* ← SP幅より大きくする */
}
body.page-template-page-departments-detail-php .center {
  text-align: center;
}
body.page-template-page-departments-detail-php .center p {
  margin: 0;
}
body.page-template-page-departments-detail-php .center td {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  body.page-template-page-departments-detail-php .entry-content {
    padding-bottom: 10px;
  }
  body.page-template-page-departments-detail-php .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.page-template-page-departments-detail-php .table-scroll table {
    min-width: 1000px; /* ← SP幅より大きくする */
    font-size: 12rem;
  }
  body.page-template-page-departments-detail-php .department-schedule::before {
    content: "";
    display: block;
    height: 70px; /* ← ヘッダー分 */
    margin-top: -70px; /* ← 相殺 */
    visibility: hidden;
  }
}
body.page-template-page-surgery .updatebox ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body.page-template-page-surgery .updatebox ul li {
  position: relative;
  padding-left: 0.9em; /* ← ここで文字位置を調整 */
}
body.page-template-page-surgery .updatebox ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.45em; /* 縦位置微調整 */
  font-size: 0.7em;
  color: #14126f;
}
body.page-template-page-surgery .attentionbox {
  margin-bottom: 5%;
}
body.page-template-page-surgery .attentionbox p {
  margin: 0;
  font-weight: bold;
}
body.page-template-page-surgery .attentionbox ol {
  list-style: none;
}
body.page-template-page-surgery .attentionbox ol li {
  line-height: 2;
}
body.page-template-page-surgery .inpage-link-01__list {
  margin: 0 0 5% 0;
  padding: 10px;
  border: 1px solid #cdcddd;
  list-style-type: none;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #14126f;
}
body.page-template-page-surgery .inpage-link-01__list li a {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 15px;
  color: #14126f;
  text-decoration: none;
}
body.page-template-page-surgery .inpage-link-01__list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url(../images/common/icon_arrow_btm.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
body.page-template-page-surgery .h2-01 {
  color: #14126f;
  font-size: 20rem;
  font-weight: bold;
  border: none !important;
  margin-bottom: 0px !important;
}
body.page-template-page-surgery .h2-01::before {
  display: none;
}
body.page-template-page-surgery #mainvisual_sub::after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-surgery .department-schedule::before {
  content: "";
  display: block;
  height: 150px; /* ここがずらしたい量（ヘッダー高さ） */
  margin-top: -150px; /* 相殺して見た目は変えない */
}
body.page-template-page-surgery .department-schedule .department-schedule__title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcddd;
  color: #14126f;
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.5;
  border: none !important;
  padding-left: 0 !important;
  margin-top: 50px;
}
body.page-template-page-surgery .department-schedule .department-schedule__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 0;
  border-bottom: 2px solid #14126f;
}
body.page-template-page-surgery .doctorTable {
  margin-top: 0 !important;
  width: 100%;
  table-layout: fixed; /* ←列幅を固定 */
  border-collapse: collapse;
  min-width: 1000px; /* ← SP幅より大きくする */
}
body.page-template-page-surgery .doctorTable th, body.page-template-page-surgery .doctorTable td {
  box-sizing: border-box; /* ←padding含めて幅計算 */
  padding: 12px 10px; /* 好きに調整OK */
  border: 1px solid #ccc; /* 今の線に合わせて */
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
}
body.page-template-page-surgery .doctorTable2 {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed; /* ←列幅を固定 */
  border-collapse: collapse;
}
body.page-template-page-surgery .doctorTable2 th, body.page-template-page-surgery .doctorTable2 td {
  box-sizing: border-box; /* ←padding含めて幅計算 */
  padding: 12px 10px; /* 好きに調整OK */
  border: 1px solid #ccc; /* 今の線に合わせて */
  vertical-align: middle;
  text-align: center;
  word-break: break-word;
}
body.page-template-page-surgery .doctorTable th:first-child,
body.page-template-page-surgery .doctorTable2 th:first-child {
  width: 56px;
  padding: 8px 4px;
  white-space: nowrap;
}
body.page-template-page-surgery .map_access {
  margin-top: 5%;
  display: flex;
  justify-content: flex-start;
  gap: 5%;
  margin-bottom: 5%;
}
body.page-template-page-surgery .map_access a {
  font-size: 20rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #14126f; /* 濃紺 */
  font-weight: 700;
  text-decoration: none;
}
body.page-template-page-surgery .map_access a::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 2px solid currentColor; /* 文字色と同じ色 */
  border-radius: 9999px;
  display: inline-block;
  flex: 0 0 34px;
  box-sizing: border-box;
}
body.page-template-page-surgery .map_access a::after {
  content: "→";
  position: absolute;
  left: 9%; /* 丸の中央 */
  top: 47%;
  transform: translate(-52%, -52%);
  font-size: 20px; /* 矢印サイズ */
  font-weight: 700;
  line-height: 1;
  color: currentColor;
}
body.page-template-page-surgery .map_access a:nth-of-type(2)::after {
  left: 10% !important;
}
body.page-template-page-surgery .department-schedule__updated {
  text-align: right;
  margin-bottom: 0 !important;
}
body.page-template-page-surgery .doctorTable__head {
  background-color: RGB(38, 123, 150);
  color: #fff;
}
body.page-template-page-surgery .doctorTable__head2 {
  background-color: RGB(231, 243, 247);
  color: RGB(64, 84, 94);
  text-align: center;
  font-weight: normal;
}
body.page-template-page-surgery .doctorTable__head3 {
  background-color: #5F9B60;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
body.page-template-page-surgery .doctorTable__head4 {
  background-color: #E6F4E8;
  color: #434343;
  text-align: center;
  font-weight: normal;
}
body.page-template-page-surgery .center {
  text-align: center;
}
body.page-template-page-surgery .center p {
  margin: 0;
}
body.page-template-page-surgery .center td {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  body.page-template-page-surgery .department-schedule::before {
    content: "";
    display: block;
    height: 70px; /* ← ヘッダー分 */
    margin-top: -70px; /* ← 相殺 */
    visibility: hidden;
  }
  body.page-template-page-surgery .entry-content {
    padding-bottom: 10px;
  }
  body.page-template-page-surgery .doctorTable {
    font-size: 12rem;
  }
  body.page-template-page-surgery .doctorTable2 {
    font-size: 12rem;
  }
}

@media screen and (max-width: 768px) {
  body.page-template-page-surgery .department-schedule__title {
    font-size: 18rem;
  }
  body.page-template-page-surgery .pdfbox {
    margin-bottom: 10%;
  }
  body.page-template-page-surgery .attentionbox {
    margin-bottom: 10%;
  }
  body.page-template-page-surgery .map_access a {
    font-size: 14rem;
  }
  body.page-template-page-surgery .map_access a::before {
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    border-radius: 9999px;
    flex: 0 0 24px;
  }
  body.page-template-page-surgery .map_access a::after {
    font-size: 10px;
    top: 52% !important;
    left: 9% !important;
  }
  body.page-template-page-surgery .map_access a:nth-of-type(2)::after {
    left: 10% !important;
  }
  body.page-template-page-surgery .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.page-template-page-surgery .table-scroll table {
    min-width: 1000px; /* ← SP幅より大きくする */
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-news #sidenavi {
    display: none;
  }
  body.page-template-page-news .news-list {
    padding: 0 15px;
  }
  body.page-template-page-news .news-items .news-item .news-item__content {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    align-items: flex-start;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-date {
    width: auto;
  }
  body.page-template-page-news .news-items .news-item .news-item__content .news-title {
    font-size: 14rem;
  }
  body.page-template-page-news-detail .article {
    padding: 0 15px;
  }
}
.page {
  /* 診療部門一覧 */
}
.page.page-id-7 #mainvisual_sub {
  background: url(../images/urology/mv.jpg) no-repeat center;
  background-size: cover;
}
.page {
  /* 診療部門 */
}
/* .page.page-id-9 #mainvisual_sub の background は削除済み：common.css ::after の --mv-bg を使用 */
.page.page-id-9 #greeting .section__title2 {
  margin-bottom: 5px;
}
.page.page-id-9 #greeting .greeting__block:not(:last-of-type) {
  margin-bottom: 50px;
}
.page.page-id-9 #greeting .greeting__block .block__image {
  width: 25.9%;
  max-width: 300px;
  order: 10;
}
.page.page-id-9 #greeting .greeting__block .block__image .image__name {
  margin: 15px 0 0;
  font-size: 18rem;
  text-align: right;
}
.page.page-id-9 #greeting .greeting__block .block__body {
  width: 69%;
}
.page.page-id-9 #greeting .greeting__block .block__body.block__body--full {
  width: 100%;
}
.page.page-id-9 #feature ul li hr {
  margin: 0 0 35px 0;
  border: none;
}
.page.page-id-9 #feature ol {
  list-style: disc;
}
.page.page-id-9 #feature ol li + li {
  margin-top: 10px;
}
.page.page-id-9 #feature h4 {
  font-size: 18rem;
  font-weight: bold;
  margin-top: 40px;
}
.page.page-id-9 #feature h4:first-of-type {
  margin-top: 0;
}
.page.page-id-9 #achievement .table__scroll {
  width: 100%;
  padding-bottom: 30px;
  overflow-x: scroll;
}
.page.page-id-9 #achievement .table__scroll img {
  max-width: none;
}

/* アクセスページ関連 */
.access .access_head .link-btn-02 {
  font-weight: bold;
}
.access .access_map .access_map__block {
  background-color: #F5F5F5;
  padding: 30px 40px;
}
.access .access_map .access_map__block .access_map__link {
  margin-bottom: 20px;
  font-size: 16rem;
}
.access .access_map .access_map__block .access_map__link a {
  display: inline-block;
  width: 220px;
  vertical-align: -7px;
  margin-right: 50px;
}
.access .access_map .access_map__block .access_map__link span {
  position: relative;
}
.access .access_map .access_map__block .access_map__link span::before {
  content: "";
  background: url(../images/access/map_icon1.png) no-repeat center top/contain;
  width: 17px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: -25px;
}
.access .access_map .access_map__detail {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}
.access .access_campusmap #access_campusmap__map {
  position: relative;
  width: 100%;
  max-width: 760px;
  display: block;
  margin: 0 auto 20px;
  padding: 20px 0 0;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no {
  background-color: #14126f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no1 {
  top: 218px;
  left: 385px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no2 {
  top: 188px;
  left: 253px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no3 {
  top: 233px;
  left: 238px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no4 {
  top: 265px;
  left: 340px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no5 {
  top: 238px;
  left: 442px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no6 {
  top: 365px;
  left: 345px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no7 {
  top: 422px;
  left: 322px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no8 {
  top: 350px;
  left: 240px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no9 {
  top: 430px;
  left: 205px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no10 {
  top: 465px;
  left: 292px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no11 {
  top: 545px;
  left: 290px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no12 {
  top: 505px;
  left: 180px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no13 {
  top: 290px;
  left: 165px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.no14 {
  top: 330px;
  left: 150px;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no.active {
  background-color: #195ACE;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no:hover {
  background-color: #195ACE;
  opacity: 1;
}
.access .access_campusmap #access_campusmap__map .access_campusmap__no a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  color: #fff;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no1 {
  top: 510px;
  left: 175px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no2 {
  top: 590px;
  left: 215px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no3 {
  top: 547px;
  left: 230px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no4 {
  top: 425px;
  left: 190px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no5 {
  top: 460px;
  left: 282px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no6 {
  top: 350px;
  left: 463px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no7 {
  top: 257px;
  left: 403px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no8 {
  top: 410px;
  left: 538px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no9 {
  top: 523px;
  left: 343px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no10 {
  top: 655px;
  left: 340px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no1 {
  top: 387px;
  left: 155px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no2 {
  top: 315px;
  left: 205px;
}
.access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no3 {
  top: 427px;
  left: 335px;
}
.access .access_campusmap .access_campusmap__pdf li {
  border: none !important;
}
.access .access_facility .access_facility__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  padding: 40px 0 0;
}
.access .access_facility .access_facility__block::after {
  content: "";
  flex-basis: 31.8%;
}
.access .access_facility .access_facility__block > * {
  flex-basis: 31.8%;
  cursor: pointer;
  position: relative;
}
.access .access_facility .access_facility__block > * .access_facility__anchor {
  position: absolute;
  top: -130px;
}
.access .access_facility .access_facility__block > *:hover .access_facility__title span:not(.word) {
  background-color: #195ACE;
}
.access .access_facility .access_facility__title {
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}
.access .access_facility .access_facility__title span:not(.word) {
  background-color: #14126f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.access .access_facility .access_facility__title span:not(.word).active {
  background-color: #195ACE;
}
.access .access_facility .access_facility__pic {
  position: relative;
}
.access .access_facility .access_facility__pic::before {
  content: "";
  background: url(../images/access/facility_icon1.png) no-repeat center top/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -24px;
  right: 0;
}

@media screen and (max-width: 1580px) {
  body.home #history_features .block__features .features__list li .list__body .body__title .main {
    font-size: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1440px) {
  body.home #history_features .block__history .history__text {
    font-size: 36px;
  }
  body.home #history_features .block__history .history__text .text01 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  body.home #history_features .block__history {
    width: 42%;
  }
  body.home #history_features .block__features {
    width: 58%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.home #history_features .block__features .features__list li .list__body {
    padding: 5px 5px 5px 10px;
  }
}
@media screen and (max-width: 1280px) {
  body.home #hospital_school .block__hospital {
    width: 62%;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item {
    width: 48%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide {
    margin-bottom: 30px;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide .item__pic {
    overflow: hidden;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item.item__wide .item__pic img {
    width: 150%;
    max-width: 150%;
    margin: 0 -25%;
  }
  body.home #hospital_school .block__hospital .hospital__list .list__item .item__pic img {
    width: 100%;
  }
  body.home #hospital_school .block__school {
    width: 38%;
  }
  body.home #history_features .block__history {
    width: 100%;
  }
  body.home #history_features .block__history a {
    padding: 50px 5% 50px;
  }
  body.home #history_features .block__features {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  body.home #history_features .block__features .features__list li a {
    display: flex;
  }
  body.home #history_features .block__features .features__list li .list__pic {
    width: 32.5%;
  }
  body.home #history_features .block__features .features__list li .list__body {
    width: 67.5%;
    padding: 5px 5px 5px 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* アクセスページ関連 */
  .access .access_facility .access_facility__block::after {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__block > * {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  body .post-navigation {
    padding-bottom: 60px;
  }
  /* 法人について*/
  .page #cm_news {
    padding: 0px 0;
  }
  .page #cm_news .news__list li .row {
    display: block;
  }
  .page #cm_news .news__list li .row .time {
    width: 100px;
    margin: 0 0 15px 0;
  }
  .page #cm_news .news__list li .row .list__body {
    width: 100%;
  }
  .page.page-id-9 #greeting .greeting__block .block__image {
    width: -moz-max-content;
    width: max-content;
    max-width: 70%;
    margin: 30px auto 0;
    order: 0;
    text-align: center;
  }
  .page.page-id-9 #greeting .greeting__block .block__image .image__name {
    margin: 15px 0 0;
    font-size: 18rem;
    text-align: right;
  }
  .page.page-id-9 #greeting .greeting__block .block__body {
    width: 100%;
  }
  .page.page-id-9 #feature ul li + li {
    margin-top: 35px;
  }
  .page.page-id-9 #feature .list__title {
    font-size: 18rem;
  }
  .page.page-id-9 #feature .list__body {
    font-size: 16rem;
  }
  .page.page-id-9 #staff .visual th {
    width: 120px;
  }
  .page.page-id-9 #achievement {
    padding-bottom: 0;
  }
  .page.page-id-9 #achievement .table__scroll {
    width: 100vw;
    margin: 0 -15px;
    padding: 0 15px 20px;
  }
  /* アクセスページ関連 */
  .access .access_map .access_map__block {
    padding: 20px 20px;
  }
  .access .access_map .access_map__block .access_map__link {
    margin-bottom: 10px;
  }
  .access .access_map .access_map__block .access_map__link span {
    margin-left: 25px;
    line-height: 3;
  }
  .access .access_map .access_map__detail {
    flex-direction: column;
    gap: 0 60px;
  }
  .access .access_map .access_map__detail > div {
    margin-bottom: 40px;
  }
  .access .access_map .access_map__detail > div:last-of-type {
    margin-bottom: 0;
  }
  .access .access_campusmap #access_campusmap__map {
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 0px 0 0;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no {
    border-radius: 50%;
    width: 3.7vw;
    height: 3.7vw;
    color: #fff;
    font-size: 1.9vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no1 {
    top: 23.2vw;
    left: 45.5vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no2 {
    top: 19.7vw;
    left: 29.7vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no3 {
    top: 25vw;
    left: 28vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no4 {
    top: 29vw;
    left: 40vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no5 {
    top: 25.5vw;
    left: 52vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no6 {
    top: 40.5vw;
    left: 41vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no7 {
    top: 47.6vw;
    left: 37.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no8 {
    top: 39.5vw;
    left: 28.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no9 {
    top: 48.5vw;
    left: 23.8vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no10 {
    top: 52.5vw;
    left: 34.3vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no11 {
    top: 62vw;
    left: 34.3vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no12 {
    top: 57.2vw;
    left: 21vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no13 {
    top: 32vw;
    left: 19.5vw;
  }
  .access .access_campusmap #access_campusmap__map .access_campusmap__no.no14 {
    top: 36.7vw;
    left: 17.8vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no1 {
    top: 57.8vw;
    left: 20.6vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no2 {
    top: 67.4vw;
    left: 25vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no3 {
    top: 62.4vw;
    left: 27vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no4 {
    top: 47.9vw;
    left: 22.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no5 {
    top: 51.9vw;
    left: 33.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no6 {
    top: 38.9vw;
    left: 55.1vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no7 {
    top: 27.9vw;
    left: 47.6vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no8 {
    top: 46.3vw;
    left: 63.5vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no9 {
    top: 59.5vw;
    left: 40.7vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kokuryo .access_campusmap__no.no10 {
    top: 75.3vw;
    left: 40.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no1 {
    top: 43.2vw;
    left: 18.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no2 {
    top: 35.1vw;
    left: 24.2vw;
  }
  .access .access_campusmap #access_campusmap__map.access_campusmap__map--kashiwa .access_campusmap__no.no3 {
    top: 48.5vw;
    left: 40.2vw;
  }
  .access .access_facility .access_facility__block {
    padding: 10px 0 0;
  }
  .access .access_facility .access_facility__block::after {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__block > * {
    flex-basis: 48%;
  }
  .access .access_facility .access_facility__title {
    padding-left: 35px;
    padding-bottom: 8px;
    line-height: 1.3;
  }
  .access .access_facility .access_facility__title span:not(.word) {
    margin-top: -4px;
  }
  .access .access_facility .access_facility__title span.word {
    display: inline-block;
  }
}
@media screen and (max-width: 568px) {
  .page.page-id-1157 #link .link__list li {
    width: 100%;
  }
}
.anchor-offset {
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 768px) {
  .anchor-offset {
    padding-top: 50px;
    margin-top: -50px;
  }
}
#list-block > .h2-01,
#regi > .h2-01,
#list > .h2-01 {
  padding-top: 140px;
  margin-top: -140px;
}

@media screen and (max-width: 768px) {
  #list-block > .h2-01,
  #regi > .h2-01,
  #list > .h2-01 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.page .wp-block-heading {
  margin-top: 20px;
}

.lazyblock-list-03-2dSpqW li {
  margin-top: 25px;
}

.wp-block-lazyblock-pdf-link-menu-01 {
  margin: 20px 0;
}

.wp-block-lazyblock-link-menu-01 {
  margin-top: 50px;
}

.wp-block-lazyblock-link-btn-01 {
  margin: 30px 0;
}

.wp-block-lazyblock-link-menu-02 .link-menu-02 {
  font-size: 1.12em;
  font-weight: bold;
  margin: 20px 0;
}
.wp-block-lazyblock-link-menu-02 .link-menu-02 a::before {
  margin-top: 1%;
}
.wp-block-lazyblock-link-menu-02 .link-menu-02 ul,
.wp-block-lazyblock-link-menu-02 .link-menu-02 li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 {
  margin: 20px 0;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .list li a {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01.icon-link-menu-02--has-arrow .list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_arrow04.svg) no-repeat;
  background-size: contain;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01.icon-link-menu-02--no-arrow .list li a {
  padding-right: 0;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01.icon-link-menu-02--no-arrow .list li a::after {
  display: none;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 24px;
  border-radius: 0 !important;
  font-weight: bold;
  font-size: 14px;
  background: #14126f !important;
  color: #fff !important;
  margin-left: 10px;
  border: none;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 a .badge,
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .badge {
  color: #fff !important;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .badge[data-icon=word] {
  background: #14126f !important;
  color: #fff !important;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .badge[data-icon=excel] {
  background: #14126f !important;
  color: #fff !important;
}
.wp-block-lazyblock-icon-link-menu-02 .file-link-menu-01 .badge[data-icon=pdf] {
  background: #14126f !important;
  color: #fff !important;
}

.flow-step {
  position: relative;
  background: #fff;
  border: none;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  padding: 24px;
  margin: 0 auto 40px;
  max-width: 980px;
}

.flow-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #d9d9d9;
}

.flow-step::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #fff;
}

.flow-step:last-child::after,
.flow-step:last-child::before {
  content: none;
}

.flow-step__title {
  margin: 0 0 16px;
  padding: 14px 20px;
  background: #0b1a6a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.flow-step__notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 16px;
}

.flow-step__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d8342a;
  position: relative;
  margin-top: 2px;
}

.flow-step__icon::before {
  content: "!";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.flow-step__notice-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.flow-step__desc {
  font-size: 16px;
  line-height: 1.9;
}

.flow-step__desc p {
  margin: 0 0 12px;
}

.flow-step__desc p:last-child {
  margin-bottom: 0;
}

.flow-step__desc a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .flow-step {
    padding: 18px;
    margin-bottom: 32px;
  }
  .flow-step::after {
    bottom: -27px;
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 18px;
  }
  .flow-step::before {
    bottom: -16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 16px;
  }
  .flow-step__title {
    font-size: 18px;
    padding: 12px 14px;
  }
}
/* 連携医療機関検索ページ */
.associate-search-page .inner {
  max-width: 1040px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 26px 22px;
  border-radius: 6px;
}
.associate-search-page {
  /* ページ内目次直下の link-menu-02 がクリックできるように */
}
.associate-search-page .link-menu-02 {
  position: relative;
  z-index: 2;
}
.associate-search-page .link-menu-02 a {
  pointer-events: auto;
}
.associate-search-page .h2-01 {
  margin-top: 50px;
}
.associate-search-page #list-block > .h2-01,
.associate-search-page #regi > .h2-01,
.associate-search-page #list > .h2-01 {
  padding-top: 140px;
  margin-top: -100px;
}
.associate-search-page .txt_color {
  margin-bottom: 20px;
}
.associate-search-page .txt_color .fz24 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #1b1d6b;
  margin: 10px 0 12px;
  letter-spacing: 0.02em;
}
.associate-search-page {
  /* ブロック全体 */
}
.associate-search-page .formBlock.search-category {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.associate-search-page .formBlock.search-category:first-of-type {
  border-top: none;
}
.associate-search-page {
  /* 親チェック（見出し行） */
}
.associate-search-page .formBlock.search-category > .check_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.associate-search-page .formBlock.search-category > .check_box input[type=checkbox] {
  margin-right: 10px;
}
.associate-search-page .formBlock.search-category > .check_box label {
  font-size: 18rem;
  font-weight: 600;
}
.associate-search-page {
  /* 子・孫リスト */
}
.associate-search-page .medicineList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.associate-search-page .medicineList > li {
  width: calc(33.333% - 16px);
  min-width: 220px;
}
.associate-search-page .medicineList .check_box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.associate-search-page .medicineList .check_box input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  flex-shrink: 0;
  vertical-align: middle;
}
.associate-search-page .medicineList .check_box label {
  margin-top: 8px;
}
.associate-search-page .medicineList .check_box .secondChildBox {
  width: 100%;
  margin-top: 6px;
}
.associate-search-page .medicineList .check_box .secondChildBox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  flex-shrink: 0;
  vertical-align: middle;
}
.associate-search-page .medicineList .check_box .secondChildBox label {
  margin-right: 10px;
  white-space: nowrap;
  line-height: 18px;
}
.associate-search-page {
  /* チェックマークの位置（appearance 無効化時） */
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .associate-search-page {
    /* 親＝PC */
  }
  .associate-search-page .associate-search-form .associate-search__dept .formBlock.search-category > .check_box input[type=checkbox]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 7px;
    top: 3px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text, #333);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
  }
  .associate-search-page .associate-search-form .associate-search__dept .formBlock.search-category > .check_box input[type=checkbox]:checked::after {
    opacity: 1;
  }
  .associate-search-page {
    /* 子・孫・結果エリア＝PC */
  }
  .associate-search-page .associate-search-form .associate-search__dept .medicineList .check_box input[type=checkbox]::after,
  .associate-search-page .associate-search-form .associate-search__dept .secondChildBox input[type=checkbox]::after,
  .associate-search-page #result .check_box input[type=checkbox]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 0;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text, #333);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
  }
  .associate-search-page .associate-search-form .associate-search__dept .medicineList .check_box input[type=checkbox]:checked::after,
  .associate-search-page .associate-search-form .associate-search__dept .secondChildBox input[type=checkbox]:checked::after,
  .associate-search-page #result .check_box input[type=checkbox]:checked::after {
    opacity: 1;
  }
  .associate-search-page {
    /* スマホ：親 left:6px top:2px、子 left:4px top:0 */
  }
  @media (max-width: 768px) {
    .associate-search-page .associate-search-form .associate-search__dept .formBlock.search-category > .check_box input[type=checkbox]::after {
      left: 6px;
      top: 2px;
    }
    .associate-search-page .associate-search-form .associate-search__dept .medicineList .check_box input[type=checkbox]::after,
    .associate-search-page .associate-search-form .associate-search__dept .secondChildBox input[type=checkbox]::after,
    .associate-search-page #result .check_box input[type=checkbox]::after {
      left: 4px;
      top: 0;
    }
  }
}
.associate-search-page {
  /* チェックボックス列の文字色・サイズ */
}
.associate-search-page .medicineList,
.associate-search-page .medicineList label {
  color: #222;
  font-size: 15px;
}
.associate-search-page {
  /* 結果エリア */
}
.associate-search-page #result {
  box-sizing: border-box;
  margin-top: 24px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  scroll-margin-top: 120px; /* アンカーリンクで飛んだ際のオフセット */
}
.associate-search-page #result .medicineList.last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.associate-search-page #result .medicineList.last > li {
  width: auto;
  min-width: 0;
}
.associate-search-page #result .medicineList.last .col3.layoutR {
  margin-left: auto;
}
.associate-search-page #result {
  /* 結果テーブル：ヘッダーはネイビー背景・白文字 */
}
.associate-search-page #result .associate-result__table-wrap {
  overflow-x: visible;
}
.associate-search-page #result .associate-result__table.table-01__table {
  width: 100%;
}
.associate-search-page #result .associate-result__table thead th {
  background: #14126f;
  color: #fff;
}
.associate-search-page #result {
  /* テーブル内URL・長文のはみ出し防止 */
}
.associate-search-page #result .associate-result__table .associate-result__cell--web,
.associate-search-page #result .associate-result__table .associate-result__cell--address {
  word-break: break-all;
  overflow-wrap: break-word;
  max-width: 1px;
}
.associate-search-page #result .associate-result__table .associate-result__cell--web a {
  word-break: break-all;
  overflow-wrap: break-word;
}
.associate-search-page #result {
  /* ページネーション（スクショ寄せ・横並び） */
}
.associate-search-page #result .associate-result__pager {
  --pg-size: 44px;
  --pg-gap: 12px;
  --pg-radius: 0;
  --pg-active-bg: #1b1f64;
  --pg-active-fg: #ffffff;
  --pg-bg: #f3f4f6;
  --pg-fg: #2b2f3a;
  margin-top: 24px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: transparent !important;
}
.associate-search-page #result .associate-result__pager ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--pg-gap);
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  background: transparent !important;
}
.associate-search-page #result .associate-result__pager li {
  display: inline-block !important;
  flex-shrink: 0;
  width: auto !important;
  background: transparent !important;
}
.associate-search-page #result .associate-result__pager .page-numbers {
  width: var(--pg-size);
  height: var(--pg-size);
  display: grid;
  place-items: center;
  background: var(--pg-bg);
  color: var(--pg-fg);
  border-radius: var(--pg-radius);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: filter 0.2s;
  margin: 0 6px;
}
.associate-search-page #result .associate-result__pager .page-numbers:hover {
  filter: brightness(0.98);
}
.associate-search-page #result .associate-result__pager .page-numbers:focus-visible {
  outline: 2px solid rgba(27, 31, 100, 0.35);
  outline-offset: 2px;
}
.associate-search-page #result .associate-result__pager .page-numbers.current {
  background: var(--pg-active-bg);
  color: var(--pg-active-fg);
  border-color: var(--pg-active-bg);
  pointer-events: none;
}
.associate-search-page #result .associate-result__pager .page-numbers.prev, .associate-search-page #result .associate-result__pager .page-numbers.next {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.associate-search-page #result .associate-result__pager .page-numbers.prev::after, .associate-search-page #result .associate-result__pager .page-numbers.next::after {
  display: block;
  font-weight: 400;
  line-height: 1;
  margin-top: -6px;
}
.associate-search-page #result .associate-result__pager .page-numbers.prev::after {
  font-size: 32px;
  content: "‹";
}
.associate-search-page #result .associate-result__pager .page-numbers.next::after {
  font-size: 32px;
  content: "›";
}
.associate-search-page {
  /* スマホ対応 */
}
@media screen and (max-width: 768px) {
  .associate-search-page #list-block > .h2-01,
  .associate-search-page #regi > .h2-01,
  .associate-search-page #list > .h2-01 {
    padding-top: 70px;
    margin-top: -40px;
  }
  .associate-search-page .link-menu-02 a {
    pointer-events: auto;
    margin-bottom: 15px;
  }
  .associate-search-page .inner {
    padding: 20px 15px 40px;
  }
  .associate-search-page .medicineList > li {
    width: 100%;
    min-width: 0;
  }
  .associate-search-page #result {
    padding-left: 8px;
    padding-right: 8px;
    scroll-margin-top: 70px; /* スマホ版のアンカーリンクオフセット */
  }
  .associate-search-page {
    /* スマホ：テーブル横スクロール・幅にゆとり */
  }
  .associate-search-page #result .associate-result__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -4px;
    padding: 0 4px;
  }
  .associate-search-page #result .associate-result__table {
    min-width: 560px;
  }
  .associate-search-page #result .medicineList.last > li {
    width: auto;
    min-width: 0;
  }
  .associate-search-page {
    /* スマホ：ページネーションを縮めて1行に収める */
  }
  .associate-search-page #result .associate-result__pager {
    --pg-size: 36px;
    --pg-gap: 6px;
  }
  .associate-search-page #result .associate-result__pager ul {
    flex-wrap: nowrap !important;
  }
  .associate-search-page #result .associate-result__pager .page-numbers {
    margin: 0 3px;
    font-size: 14px;
  }
  .associate-search-page #result .associate-result__pager .page-numbers.prev::after,
  .associate-search-page #result .associate-result__pager .page-numbers.next::after {
    font-size: 26px;
  }
}
.associate-search-page {
  /* ページネーション SP（480px以下）でさらに縮める */
}
@media (max-width: 480px) {
  .associate-search-page #result .associate-result__pager {
    --pg-size: 32px;
    --pg-gap: 4px;
  }
  .associate-search-page #result .associate-result__pager .page-numbers {
    margin: 0 2px;
    font-size: 13px;
  }
  .associate-search-page #result .associate-result__pager .page-numbers.prev::after,
  .associate-search-page #result .associate-result__pager .page-numbers.next::after {
    font-size: 22px;
  }
}
.associate-search-page {
  /* =========================================
     検索フォーム（都道府県 / 市区郡 / 医療機関名）
     画像の見た目寄せ
  ========================================= */
}
.associate-search-page .associate-search-form,
.associate-search-page .associate-search {
  background: #f3f3f3;
  padding: 26px 22px;
  border-radius: 6px;
  margin: 24px 0 36px;
}
.associate-search-page .search-form__row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 18px 0 30px;
}
.associate-search-page .search-form__col {
  flex: 1 1 0;
  min-width: 0;
}
.associate-search-page {
  /* label */
}
.associate-search-page .search-form__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1b1d6b;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.associate-search-page {
  /* 診療科を選択ラベル */
}
.associate-search-page .associate-search__dept-title {
  color: #14126f;
  font-size: 22px;
}
.associate-search-page {
  /* select / input 共通 */
}
.associate-search-page .search-form__input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  font-size: 16px;
  color: #1b1d6b;
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.associate-search-page {
  /* placeholder っぽい色（inputだけ） */
}
.associate-search-page .search-form__input::-moz-placeholder {
  color: #b7b7b7;
}
.associate-search-page .search-form__input::placeholder {
  color: #b7b7b7;
}
.associate-search-page {
  /* select の矢印をそれっぽく（ブラウザ差あり） */
}
.associate-search-page select.search-form__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #1b1d6b 50%), linear-gradient(135deg, #1b1d6b 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.associate-search-page {
  /* スマホ：縦積み */
}
@media (max-width: 768px) {
  .associate-search-page .search-form__row {
    flex-direction: column;
    gap: 18px;
  }
}
.associate-search-page {
  /* =========================================
     「全てのチェックを外す」ボタンっぽく
  ========================================= */
}
.associate-search-page .check_clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #1b1d6b;
  font-weight: 700;
  text-decoration: none;
}
.associate-search-page .check_clear:hover {
  opacity: 0.9;
}
.associate-search-page {
  /* ミニリンク群を横並びに */
}
.associate-search-page .minilinkflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10%;
  flex-wrap: wrap;
}
.associate-search-page {
  /* ===========================
     検索ボタン周り（スクショ寄せ）
  =========================== */
}
.associate-search-page .search-summary {
  background: #f3f3f3; /* うすグレー */
  padding: 40px 20px;
  margin-top: 30px;
  /* 他の親flexの影響を断ち切る */
  display: block !important;
  text-align: center;
}
.associate-search-page .search-summary__count {
  margin: 18px 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1b1d6b;
}
.associate-search-page .search-summary__num {
  display: inline-block;
  min-width: 2ch;
  margin: 0 6px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.associate-search-page {
  /* ボタン2つを横並び中央へ */
}
.associate-search-page .search-summary__action {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.associate-search-page {
  /* aボタンを「ボタン化」 */
}
.associate-search-page .search-summary__action a {
  text-decoration: none;
}
.associate-search-page {
  /* 検索ボタン（濃紺） */
}
.associate-search-page .search-summary__action .link-btn-01 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 56px;
  border-radius: 999px;
  background: #14126f !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.associate-search-page {
  /* 🔍アイコン用（spanを入れる想定） */
}
.associate-search-page .search-summary__action .link-btn-01 .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../images/common/icon_search.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1); /* アイコンを白色に */
  flex-shrink: 0;
  order: -1; /* アイコンを左端に */
}
.associate-search-page {
  /* テキストを中央に */
}
.associate-search-page .search-summary__action .link-btn-01 > span:not(.icon) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff !important;
}
.associate-search-page {
  /* 条件をクリア（白） */
}
.associate-search-page .btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #14155f;
  font-weight: 700;
  font-size: 16px;
}
.associate-search-page {
  /* 「全てのチェックを外す」上の丸ボタン */
}
.associate-search-page .check_clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #14155f;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 18px; /* 中央寄せ */
}
.associate-search-page {
  /* hover */
}
.associate-search-page .search-summary__action .link-btn-01:hover,
.associate-search-page .btn-clear:hover,
.associate-search-page .check_clear:hover {
  opacity: 0.92;
}
.associate-search-page {
  /* SP */
}
@media (max-width: 768px) {
  .associate-search-page .search-summary {
    padding: 28px 16px;
  }
  .associate-search-page .search-summary__action .link-btn-01,
  .associate-search-page .btn-clear,
  .associate-search-page .check_clear {
    width: 100%;
    max-width: 360px;
  }
}
.associate-search-page {
  /* 上部リード文＋見出しをネイビー＆中央寄せに */
}
.associate-search-page .associate-lead,
.associate-search-page .associate-lead-title {
  color: #1b1d6b;
  text-align: center;
}
.associate-search-page {
  /* 上部見出しの ::before 装飾を無効化（このページ専用） */
}
.associate-search-page .associate-lead-title::before {
  content: none;
}
.associate-search-page {
  /* このページ内の link-btn-01 の ::before を無効化（アイコンはimgで表示） */
}
.associate-search-page .link-btn-01 a::before {
  content: none;
}
.associate-search-page {
  /* このページ内の link-btn-01 の ::after アイコンを icon_blank.svg に変更 */
}
.associate-search-page .link-btn-01 ul li a::after {
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: 100%;
}
.associate-search-page {
  /* 「条件を指定して探す」見出しの上マージン調整 */
}
.associate-search-page .search-cond-title {
  margin-top: 40px;
}

body [class*=wp-block-].hide,
body [class*=lazyblock-].hide,
body .wp-block.hide,
body p.wp-block-paragraph.hide,
body .entry-content p.hide,
body .l-main article p.hide {
  display: none !important;
}

/* photo-title 3カラム：フロントで列幅・高さを最終上書き（common より後） */
@media (min-width: 769px) {
  .entry-content .wp-block-columns:has(.photo-title) > .wp-block-column,
  .l-main .wp-block-columns:has(.photo-title) > .wp-block-column,
  .entry-content .wp-block-columns.photo-title-row > .wp-block-column,
  .l-main .wp-block-columns.photo-title-row > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    min-width: 0 !important;
    max-width: 100%;
  }
  .entry-content .wp-block-columns:has(.photo-title) .photo-title,
  .l-main .wp-block-columns:has(.photo-title) .photo-title,
  .entry-content .wp-block-columns.photo-title-row .photo-title,
  .l-main .wp-block-columns.photo-title-row .photo-title {
    height: 490px;
    min-height: 490px;
    max-height: 490px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  .entry-content .wp-block-columns:has(.photo-title) .photo-title,
  .l-main .wp-block-columns:has(.photo-title) .photo-title,
  .entry-content .wp-block-columns.photo-title-row .photo-title,
  .l-main .wp-block-columns.photo-title-row .photo-title {
    height: auto;
    min-height: 0;
    max-height: none;
    overflow-y: visible;
  }
}