@charset "UTF-8";
/* CSS Document */
/* ---------------------
  項目をコピーしてページ内検索することで目的のセクションに移動できます。
  スマホの各項目には「（スマホ）」で移動できます。
  - 基礎
  - *ヘッダー
  - *ナビゲーション
  - *ホーム（共通設定）
  - *メインビジュアル
  - *フッター
  - *共通要素（wrapper,box,section等）
  - *フリーエリア（上・下）
  - *医師紹介
  - *当院の特徴
  - *診療案内
  - *病名から探す
  - *症状から探す
  - *症例
  - *医院案内
  - *料金表
  - *FAQ
  - *求人案内
  - *アクセス
  - *お知らせ
  - *ブログ
  - *MPクラウド
  - *RIBON
  - *お問い合わせ
  - *ループスライダー
  - *common
  - *スマホ設定
--------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  /* メイン色 */
  --main-color: #1c3e59;
  /* サブ色 */
  --sub-color: #cfba8a;
  /* サイドメニュー・レイアウト類の背景色 */
  --bg-color: #f6f6f6;
  /* サイドメニュー・レイアウト類の背景色 */
  --bg-color2: #edf4fa;
  /* 境界線色 */
  --border-color: #e6eaef;
  /* テキスト色 */
  --text-color: #333;
}

body {
  position: relative;
  background: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  word-wrap: break-word;
  /*background: url("images/design2.png") no-repeat center top;
  opacity: 0.8;*/
}

.body_inner {
  position: relative;
  overflow: hidden;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  color: var(--sub-color);
}

::-moz-selection {
  background: var(--sub-color);
}

::selection {
  background: var(--sub-color);
}

strong {
  font-weight: bold;
}

body,
#mainvisual,
header,
footer {
  min-width: 1240px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
p,
dt,
dd,
form,
select,
option,
address,
pre {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

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

iframe {
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

/*TELリンクのカーソルはデフォルトにする*/
[href^=tel]:hover {
  cursor: default;
  /*color: var(--main-color);*/
	color: #fff;
}

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

  *ヘッダー

==================================================================================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 250px;
  background: url("../images/079-header_transparency.png") no-repeat center top / 100%;
}

header .inner {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
}

/*---------- ロゴ ----------*/
.head_logo {
  position: absolute;
  top: 27px;
  z-index: 9;
}

.head_logo a {
  display: block;
/*   max-width: 206px; */
  max-width: 240px;
  height: auto;
}

.head_logo img {
  width: auto;
  height: auto;
}

.head_logo a:hover {
  opacity: 0.8;
}

/*----------基本情報・グロナビ----------*/
.head_right {
	flex: 1;
}

/*---------- 基本情報 ----------*/
.head_info_wrap {
  display: flex;
  justify-content: flex-end;
  width: 930px;
  margin-left: auto;
}

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

.head_info {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0 30px;
/*   margin-top: 54px; */
  text-align: right;
  text-shadow: 0px 0px 19.4px rgba(51, 51, 51, 0.3);
/* 	align-items: baseline; */
	    margin-top: 25px;
}

/* 住所 */
.head_info_add {
  color: #fff;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.head_info_add span {
  margin-right: 8px;
}

/* 電話番号 */
.head_info_tel {
  color: #fff;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
	line-height: 1.2;
}

.head_info_tel span {
  font-size: 50%;
}

/* English Available */
.head_info_btn {
  position: relative;
/*   top: -12px; */
  top: 28px;
}

.head_info_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding: 15px 20px;
  background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  color: #fff;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.head_info_btn a::before {
  display: block;
  width: 32px;
  height: 27px;
  background: url("../images/080-language.svg") no-repeat center / cover;
  content: "";
}

.head_info_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 97%;
  height: 90%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.head_info_btn a:hover {
  opacity: 0.8;
}
.head_info_btn_link a::before  {
  background: url("../images/081-link_icon_dent.svg") no-repeat center / cover;
}
/*---------- 予約・問診 ----------*/
.head_btn_area {
  display: none;
}

/*.head_btn_area {
  margin-top: 36px;
}

.head_btn_area li.head_btn_yoyaku,
.head_btn_area li.head_btn_monshin,
.head_btn_area li.head_btn_inquiry {
	display: none;
}

.head_btn_area li {
  width: 140px;
  margin-right: 5px;
}

.head_btn_area li:last-child {
  margin-right: 0;
}

.head_btn_area li a {
  display: block;
  padding: 15px 0;
  background: var(--main-color);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  transition: 0.2s ease-in-out;
}

.head_btn_area li a:hover {
  background: var(--sub-color);
}

.head_btn_area li a i {
  margin-right: 8px;
}*/

.sp_header {
  display: none;
}

.fixed_web_yoyaku_btn {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 66px;
  height: 100%;
}

.fixed_web_yoyaku_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 24px 10px 20px;
  background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  color: #fff;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 5px;
  text-shadow: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.fixed_web_yoyaku_btn a:last-child {
  margin-bottom: 0;
}

.fixed_web_yoyaku_btn a::before {
  display: block;
  width: 28px;
  height: 26px;
  margin: 0 auto 16px;
  background: url("../images/082-calendar.svg") no-repeat center / contain;
  content: "";
}

.fixed_web_yoyaku_btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  height: 96%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
}

.fixed_web_yoyaku_btn a:hover {
  opacity: 0.8;
}

.fixed_web_yoyaku_btn a i {
  margin-bottom: 5px;
}

.fixed_web_yoyaku_btn a.sns {
  padding: 18px 10px 17px;
  font-weight: 500;
  font-size: 26px;
}

.fixed_web_yoyaku_btn a.sns::before {
  display: none;
}

.fixed_web_yoyaku_btn a.sns::after {
  height: 92%;
}

.fixed_web_yoyaku_btn a.sns i {
  margin-bottom: 0;
}

.head_mv {
  position: relative;
  /* z-index: 10; */
}

/*------------------- パターンB（ヘッダとMV一体型）-------------------*/
.head_mv.pattern02 #mainvisual.home_mv {
  position: relative;
  height: 890px;
  overflow: hidden;
}

.head_mv.pattern02 .slider-fade .slick-slide img {
  height: 890px;
}

.head_mv.pattern02 #mainvisual.content_mv {
  height: 400px;
}

.head_mv.pattern02 .main_headline {
  margin-top: 120px;
}

.head_mv.pattern02 .slide_catch {
  top: 330px;
}

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

  *ナビゲーション

==================================================================================================================================*/
nav {
  position: absolute;
/*   top: 130px; */
  top: 150px;
  width: 100%;
  max-width: 1200px;
	margin: 0 auto;
  z-index: 999999;
}

.nav:not(.fixed) {
  text-shadow: 0px 0px 19.4px rgba(51, 51, 51, 0.3);
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 82px;
}

nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav li a {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.2s ease-out;
}

nav li a p {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
  line-height: 1;
  letter-spacing: 0.1em;
}

nav li a:hover {
  color: #fff;
}

/*---------- ホバーのボーダー ----------*/
nav li a::before {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(0);
  width: 30px;
  height: 18px;
  margin: auto;
  background: url("../images/083-logo_icon.svg") no-repeat center / contain;
  content: "";
  transition: 0.2s ease-out;
}

nav li a:hover::before,
nav li.active2 a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*---------- 固定時のナビ ----------*/
nav.fixed {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  max-width: none;
  height: 70px;
  background: rgba(28, 62, 89, 0.7);
}

nav.fixed ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

nav.fixed ul a::before {
  display: none;
}

nav.fixed ul a:hover,
nav.fixed ul a:hover p {
  color: #84bbd9;
}

/*---------- ホバーで表示されるナビ ----------*/
nav ul li div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 9999;
  width: 700px;
  /*width: 580px;*//* 1列にしたい場合はwidthを300px前後にしてください */
  background: rgba(28, 62, 89, 0.7);
}

nav ul li.nav_slidebtm:hover div {
  display: flex!important;
  flex-wrap: wrap;
}

nav ul li div a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  margin: 0 !important;
  /*1列にする場合はwidth不要*/
  width: 50%;
}

nav ul li div a:nth-child(odd) {
  /*1列にする場合は不要*/
  border-right: 1px solid var(--border-color);
}

nav ul li div a::after,
nav ul li div a::before {
  display: none;
}

nav ul li div a:hover {
  background: rgba(28, 62, 89, 0.5);
}

.sp_under_nav {
  display: none;
}

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

  *ホーム（共通設定）

==================================================================================================================================*/
/*---------- メインビジュアル ----------*/
body.home .mainvisual_wrapper {
  position: relative;
}

.home_mv {
  position: relative;
  height: 890px;
  overflow: hidden;
}

.mainvisual_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.mainvisual_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.home_mv .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/*　スライダー フェード　*/
.slider-fade .slick-slide img {
  width: 100%;
  height: 890px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------- セクションの間隔 ----------*/
body.home .wrapper main section {
  position: relative;
  margin: 0 0 80px;
}

/*---------- box ----------*/
body.home .box1 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*---------- h2の装飾 ----------*/
body.home h2 {
  position: relative;
  margin-bottom: 130px;
  color: var(--main-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

body.home h2::before {
  display: block;
  width: auto;
  margin: 0 auto 25px;
  content: "";
}

/* h3 */
body.home h3 {
  font-family: "Koburina Gothic W3 JIS2004";
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* btn01 */
body.home .btn01 a {
  margin: 0;
}

/* btn02 */
body.home .btn02 a {
  margin: 0;
}

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

  *医療コラム

==================================================================================================================================*/
.sec_top_column {
  position: relative;
}

.top_column_list .top_column_list_detail {
  padding: 0 74px;
}

.top_column_list .top_column_list_detail:not(:last-child) {
  margin-bottom: 23px;
  padding: 0 74px 23px;
  border-bottom: 1px solid var(--border-color);
}

.top_column_list li a {
  display: flex;
  align-items: center;
}

.top_column_thum {
  width: 120px;
  height: 70px;
  margin-right: 32px;
  overflow: hidden;
}

.top_column_info {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top_column_desc li {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top_column_desc .top_column_date {
  margin-right: 13px;
}

.top_column_desc .top_column_cate {
  margin-right: 20px;
}

.top_column_info h3 {
  overflow: hidden;
  color: var(--main-color);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

  *メインビジュアル

==================================================================================================================================*/
/*-------------------- #mainvisual --------------------*/
#mainvisual {
  display: block;
  position: relative;
  /*height: 240px;*/
  height: 180px;
  overflow: hidden;
}

#mainvisual .header_img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  margin: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainvisual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1200px;
  height: inherit;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#mainvisual .slider-slide + .inner {
  width: 1036px;
}

/*　キャッチコピー　*/
.main_catch {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  top: 312px;
  left: 15px;
  width: 100%;
  max-width: 550px;
  height: 350px;
}

.catchcopy_tit {
  display: block;
  margin-bottom: 5px;
}

.catchcopy_tit span {
  display: inline-block;
  color: #fff;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-shadow: 0px 0px 15.52px rgba(37, 36, 36, 0.5);
}

.catchcopy_text {
  display: block;
  margin-bottom: 5px;
}

.catchcopy_text span {
  display: inline-block;
  color: #fff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 36px;
  line-height: 1.72;
  letter-spacing: 0.18em;
  text-shadow: 0px 0px 15.52px rgba(37, 36, 36, 0.5);
}
.catchcopy_text02 span {
	font-size: 18px;
    font-weight: normal;
    font-family: "Koburina Gothic W3 JIS2004";
}
/*----------キャッチコピー（スライドごと）----------*/
.slide_catch {
	display: inline-block;
  position: absolute;
	top: 200px;
  left: calc((100% - 1200px) / 2);
  z-index: 1;
	padding: 5px 7px;
	color: #fff;
	font-family: "Koburina Gothic W6 JIS2004";
  font-size: 32px;
	line-height: 1.72;
  letter-spacing: 0.18em;
	text-shadow: 0 0 10px #6cc1e5;
}

/*　バナー（クリニック情報）*/
.main_info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 18px;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.info_bnr03 {
  position: relative;
  top: -8px;
}

.info_bnr a {
  display: block;
}

.info_bnr a:hover {
  opacity: 0.8;
}

/*---------- RIBONバナー ----------*/
.mv_ribon {
  position: absolute;
  bottom: 150px;
  left: 0;
}

/*---------- 左下のバナー ----------*/
.mv_bannar {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 550px;
  height: 110px;
}

.mv_bannar img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.mv_bannar a:hover {
  opacity: 0.8;
}

.mv_bannar .btn01 a {
  font-size: 120%;
}

/*---------- 右上のイベント ----------*/
.main_open {
  justify-content: center;
  align-content: center;
  opacity: 0.8;
  position: absolute;
  top: 20px;
  right: 0;
  width: auto;
  max-width: 550px;
  padding: 15px 25px;
  background: var(--main-color);
  font-weight: bold;
}

.main_open p.main_opentext {
  margin-bottom: 10px;
  color: #fff;
  font-size: 130%;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
}

.main_open p.main_opentext span {
  display: block;
  font-size: 220%;
  text-align: center;
}

.main_open p.nairankai_title {
  width: 100%;
  margin: 0 0 8px;
  background: #fff;
  color: var(--main-color);
  text-align: center;
}

.main_open p.nairankai_date {
  display: block;
  margin-bottom: 0!important;
  color: #fff;
  font-size: 110%;
  letter-spacing: 0.1em;
  text-align: center;
}

.main_open p.nairankai_time {
  display: block;
  margin-bottom: 0!important;
  color: #fff;
  font-size: 110%;
  letter-spacing: 0.1em;
  text-align: center;
}

/*---------- 右下の診療時間 ----------*/
.main_time {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: auto;
  max-width: 550px;
  min-width: 400px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 90%;
}

.main_time .text {
  margin: 0;
}

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

  *フッター

==================================================================================================================================*/
/*-------------------- footer --------------------*/
footer {
  position: relative;
  width: 100%;
}

footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 82%;
  margin: auto;
  background: var(--bg-color2);
  content: "";
}

.footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

footer h2 {
  position: relative;
  margin-bottom: 50px!important;
  border: 1px solid var(--border-color);
  padding: 15px;
  color: var(--main-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 120%;
  text-align: center;
}

footer h2::before {
  display: none!important;
}

/*-------------------- footer_info --------------------*/
.footer_info {
  position: relative;
  padding: 107px 0 80px;
  background: #fff;
}


.footer_info {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

/*-------------------- footer_info 左側 --------------------*/
.footer_info_left {
  width: 50%;
  padding: 0 50px 0;
}

/* ロゴ */
.footer_logo {
  width: 44%;
  min-width: 264px;
  margin: 0 auto 42px;
  text-align: center;
}

.footer_logo a {
  display: block;
}

.footer_logo a:hover {
  opacity: 0.8;
}

/*-------------------- 基本情報（共通） --------------------*/
/* 住所 */
.info_add {
  margin-bottom: 33px;
  color: var(--main-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.info_add span {
  margin-right: 5px;
}

/* 電話番号 */
.info_tel {
  margin: 0 0 36px 45px;
  text-align: center;
}

.info_tel a {
  display: block;
  color: var(--main-color);
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.info_tel a span {
  font-size: 60%;
}

/* アクセス詳細 */
.info_access {
  margin-bottom: 33px;
  padding: 0 76px;
}

.info_access ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 10px;
}

.info_access ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  background: var(--bg-color);
  color: var(--main-color);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.info_access ul li:nth-of-type(1),
.info_access ul li:nth-of-type(2),
.info_access ul li:nth-of-type(3){
  width: 48%;
}

/* 診療時間 */
footer .tb02 tr:first-of-type {
  background: none;
}

/*-------------------- footer_info 右側 --------------------*/
.footer_info_right {
  width: 50%;
  padding: 10px 70px 0 30px;
}

/*-------------------- Google Map --------------------*/
.footer_googlemap {
  width: 100%;
}

.googlemap {
  position: relative;
  margin-bottom: 28px;
}

.googlemap iframe {
  width: 100%;
  height: 500px;
}

.map_btn_box {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;*/
}

.map_btn_box .btn01 {
  text-align: center;
}

.map_btn_box .btn01:nth-of-type(1) a {
  padding: 13px 45px;
}

/*.map_btn_box .btn01:nth-of-type(2) a {
  padding: 13px 43px;
}*/
/*-------------------- 品川区不動前の地域について --------------------*/
.sec_footer_region {
	position: relative;
	margin-top: 70px;
}
.sec_footer_region::before {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(../images/084-sec_footer_region_bg.jpg) no-repeat center / cover;
    content: "";
	z-index: -1;
}
.sec_footer_region_inner {
	padding: 109px 0 109px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
body.home .sec_footer_region_inner h2, .sec_footer_region_inner h2 {
  margin-bottom: 21px!important;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
body.home .sec_footer_region_inner h2::before, .sec_footer_region_inner h2::before {
  display: block!important;
  width: auto;
  height: 51px;
  margin: 0 auto 25px;
  background: url("../images/085-region.png") no-repeat center / contain!important;
  content: "";
}
.sec_footer_region_inner p {
	color: #fff;
	margin-bottom: 40px;
}
/*-------------------- インスタグラム --------------------*/
.sec_footer_instagrame {
  position: relative;
}

.sec_footer_instagrame .footer_inner {
  padding: 109px 0 36px;
}

.footer_instagram01 {
  margin-bottom: 18px;
}

.sec_footer_instagrame h2 {
  margin-bottom: 21px!important;
  padding: 0;
  border: none;
  color: var(--main-color);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec_footer_instagrame h2::before {
  display: block!important;
  width: auto;
  height: 51px;
  margin: 0 auto 25px;
  background: url("../images/086-instagram.png") no-repeat center / contain!important;
  content: "";
}

.sec_footer_instagrame h3 {
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgb(175, 205, 233, 0.6);
  color: #1d415f;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.sec_footer_instagrame h3::after {
  display: block;
  margin-left: 4px;
  color: rgba(29, 65, 95, 0.702);
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  content: "Clinic";
}

.sec_footer_instagrame .footer_instagram02  h3::after {
  content: "Case";
}

.footer_instagram_box {
  margin-bottom: 25px;
}

.sec_footer_instagrame .btn01, .sec_footer_region .btn01 {
  text-align: center;
}

.sec_footer_instagrame .btn01 a, .sec_footer_region .btn01 a {
  padding: 15px 62px 11px;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.sec_footer_instagrame .btn01 {
	margin-top: 30px;
}
/*-------------------- 連携病院 --------------------*/
.sec_footer_affiliations {
  position: relative;
  background: var(--bg-color2);
}

.sec_footer_affiliations .footer_inner {
  padding: 50px 0;
}

.footer_affiliations_list {
  display: flex;
  flex-wrap: wrap;
}

.footer_affiliations_list li {
  width: 23%;
  margin: 0 2.6666666667% 30px 0;
}

.footer_affiliations_list li:nth-child(4n) {
  margin-right: 0 !important;
}

.footer_affiliations_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: all;
  transition: 0.2s;
}

.footer_affiliations_list li a span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 14px;
  border: 1px solid rgba(199, 205, 212, 0.5);
  background: rgba(240, 241, 242, 0.4);
  color: var(--main-color);
  letter-spacing: 0.14em;
  text-align: center;
  pointer-events: none;
  transition: 0.2s;
}

.footer_affiliations_list li a img {
  pointer-events: none;
  transition: 0.2s;
}

.footer_affiliations_list li a:hover img {
  opacity: 0.8;
}

.footer_affiliations_list li a:hover span {
  background: var(--main-color);
  color: #fff;
}

/*-------------------- フッターのサイドバナー --------------------*/
.sec_footer_banner {
  position: relative;
}

.sec_footer_banner .box1 {
  padding: 100px 0 99px;
}

.sec_footer_banner ul {
  display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
  justify-content: center;
  gap: 20px;
}

.sec_footer_banner ul li {
/*   width: calc(100% / 3 - (40px / 3)); */
  width: calc(100% / 3 - 20px * 2 / 3);
  height: auto;
}

.sec_footer_banner ul li a {
  display: block;
  border: 2px solid var(--border-color);
}

.sec_footer_banner ul li a:hover {
  opacity: 0.8;
}

.sec_footer_banner ul .btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 31px 16px;
  border: 1px solid rgba(199, 205, 212, 0.5);
  background: rgba(240, 241, 242, 0.4);
  color: var(--main-color);
  letter-spacing: 0.14em;
  text-align: center;
}

.sec_footer_banner ul .btn01 a:hover {
  background: var(--main-color);
  color: #fff;
}

/* 求人バナー */
/*.sec_top_banner ul li:nth-of-type(5) {
  width: 100%;
  height: auto;
  margin-top: 36px;
}*/

/*---------- フッターのナビ ----------*/
.footer_navi {
  background: var(--bg-color2);
}

.footer_navi a {
  color: var(--text-color);
}

@media (hover: hover) {
  .footer_navi a {
    transition: color .15s ease-out;
  }
  
  .footer_navi a:hover {
    color: var(--main-color);
  }
}

.footer_navi .footer_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 70px;
}

.footer_navi .footer_inner > ul:first-child {
  width: 20%;
}

.footer_navi .footer_inner > ul:last-child {
  width: 80%;
  padding-left: 40px;
}

.footer_navi .footer_inner > ul:first-child .page-item-1582 {
	display: none;
}

.footer_navi ul li {
	position: relative;
  margin: 0 0 15px;
}

.footer_navi ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer_navi ul li p {
	position: relative;
  margin: 0px;
}

@media (hover: hover) {
  .footer_navi ul li a {
    display: inline-block;
    position: relative;
    color: var(--main-color);
    font-family: "Koburina Gothic W3 JIS2004";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    vertical-align: top;
  }
  
  .footer_navi ul li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: transform .15s ease-out;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    margin: auto;
    background: var(--main-color);
    content: "";
  }
  
  .footer_navi ul li a:hover::before {
    transform: scaleX(1);
  }
}

.footer_cate_wrap {
  margin-left: 15px;
}

.footer_cate_wrap ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer_cate_wrap ul li {
	display: flex;
	align-items: baseline;
  width: 33%;
	margin: 0 0 5px;
}

.footer_cate_wrap ul li::before {
	margin-right: 5px;
	color: #5eb0d5;
  content: "-";
}

.footer_cate_wrap ul li a {
	font-weight: 500;
}

.footer_cate p {
  color: var(--main-color);
  font-weight: bold;
}

.footer_cate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
}

.footer_cate ul li {
  display: flex;
  align-items: baseline;
  width: calc(25% - 1em);
  padding: 0 5px 5px 0;
  font-size: 90%;
}

.footer_cate ul li::before {
  margin-right: 5px;
  content: "-";
}

.footer_column_cate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  margin-left: 15px;
}

.footer_column_cate li {
  display: flex;
  align-items: baseline;
  width: calc(25% - 1em);
  padding: 0 5px 5px 0;
  font-size: 90%;
}

.footer_column_cate li::before {
  margin-right: 5px;
	color: #5eb0d5;
	content: "-";
}

/*-------------------- フッターのSNS --------------------*/
footer .side_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  background: var(--bg-color2);
  line-height: 1;
  text-align: center;
}

footer .side_sns li a {
  display: block;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--main-color);
  font-size: initial;
}

@media (hover: hover) {
  footer .side_sns li a:hover {
    color: var(--sub-color);
  }
}

footer .side_sns i {
  font-size: 28px!important;
  letter-spacing: 0;
}

/*---------- ページトップ ----------*/
.pagetop {
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 12;
  width: 64px;
  height: 64px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.pagetop:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

/*---------- コピーライト ----------*/
.copy {
  padding: 10px 0;
  background: var(--bg-color2);
  text-align: center;
}

.copy small {
  color: var(--main-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
}

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

  *共通要素（wrapper,box,section等）

==================================================================================================================================*/
.contents_bg {
  position: relative;
}

/*:is(.blog,.single-post,.archive,.category) .contents_bg:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1200px) / 2);
  height: 100%;
  background: var(--bg-color);
  content: "";
}*/

.contents {
  width: 1200px;
  margin: auto;
  padding: 50px 20px 56px;
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  background: #fff;
  /*z-index: 2;*/
}

main img {
  max-width: 100%;
  height: auto;
}

.wrapper main {
  width: 100%;
  padding: 30px 0;
}
:is(.blog,.single-post,.archive,.category) .wrapper main{
  width: 68%;
}

/*-------------------- box --------------------*/
.box1 {
  width: 100%;
  margin: auto;
}

section:first-child .box1 {
  padding-top: 0;
}

/*-------------------- text --------------------*/
.text {
  position: relative;
  margin: 0 0 80px;
}

.text p {
  margin-bottom: 1em;
}

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

.textarea p {
  font-size: 16px;
  margin-bottom: 22px;
}

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

/*-------------------- 下層ページのレイアウト --------------------*/
.body_single,
.sec_doctor,
.sec_clinic,
.price_wrap,
.faq_wrap,
.sec_access,
.access_route,
.sec_recruit,
.sec_freearea_up,
.sec_freearea_under,
.medical_list li,
.clinic_facilities {
  position: relative;
  margin: 0 0 80px;
}

.body_single p {
  margin-bottom: 1em;
}

.sec_medical .text {
  margin-bottom: 0;
}

.sec_medical .medical_list .text {
	margin-bottom: 30px;
}

.sec_medical .medical_list .text {
	width: 67%;
	float: left;
}

.sec_medical .medical_list .btn01 {
	width: 32%;
	float: right;
}

.sec_medical .medical_list li {
	clear: both;
}
.postid-4608 .body_single{
	margin: 0 0 120px;
}
/*-------------------- サイドバー --------------------*/
.side_area {
  width: 28%;
  padding: 50px 1%;
  /*z-index: 3;*/
  /*background: var(--bg-color);*/
}

.side_box, .side_bannar {
  margin-bottom: 40px;
}

.side_box {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.side_area .btn01 a {
  width: 100%;
  color: #fff !important;
}

.side_bannar ul li {
  margin-bottom: 10px;
  text-align: center;
}

.side_bannar ul li a:hover {
  opacity: 0.8;
}

.side_area .side_title {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--main-color);
  text-align: left;
  line-height: 1.6;
}

.side_area .side_title i {
  margin-right: 12px;
  vertical-align: middle;
  color: var(--main-color);
}

.side_area li a {
  color: #333;
}

.side_area li a:hover {
  color: var(--main-color) !important;
}

.op_sidefreearea p a {
  display: block;
}

/*---------- SNSボタン ----------*/
.side_sns {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.side_sns li {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-right: 5px;
}

.side_sns li:last-child {
  margin-right: 0;
}

.side_sns li a {
  display: block;
  background: #fff;
  color: var(--main-color);
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
  border-radius: 5px;
}

.side_sns li a i {
  display: block;
  font-size: 18px;
}

/*----------診療案内メニュー----------*/
.medical_menu li {
  position: relative;
  border-bottom: 1px dotted var(--border-color);
  line-height: 1.6;
}

.medical_menu li:last-of-type {
  border-bottom: none;
}

.medical_menu li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--main-color);
}

.medical_menu li a {
  display: block;
  padding: 10px 0 10px 25px;
  transition: 0.5s;
}

.medical_menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.medical_list li:nth-child(6) span,
.medical_list li:nth-child(9) span,
.medical_list li:nth-child(10) span {
	display: none;
}

/*-------------------- ボタン --------------------*/
.btn01 {
  position: relative;
}

.btn01 a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 8px 30px 8px;
  border: 1px solid rgba(29, 65, 95, 0.5);
  background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.5s;
}

.btn01 a:hover {
  background: #fff;
  color: var(--main-color)
}

.btn02 {
  position: relative;
}

.btn02 a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 8px 50px 8px 25px;
  border: 1px solid rgba(29, 65, 95, 0.5);
  background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.5s;
}

.btn02 a::before {
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  z-index: -1;
  width: 74px;
  height: 74px;
  background: url("../images/087-triangle.png") no-repeat center / contain;
  content: "";
}

.btn02 a:hover {
  background: #fff;
  color: var(--main-color)
}

/*.btn01 a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 8px 30px 8px;
  border: 1px solid #1d415f;
  color: var(--main-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.2s ease-in-out;
}

.btn01 a:hover {
  background: var(--main-color);
  color: #fff;
}*/

/*.btn02 {
  position: relative;
}

.btn02 a {
  display: inline-flex;
  position: relative;
  margin: 10px 0;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.2s ease-in-out;
}

.btn02 a::before {
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  z-index: -1;
  width: 74px;
  height: 74px;
  background: url("../images/087-triangle.png") no-repeat center / contain;
  content: "";
}

.btn02 a::after {
  display: block;
  position: relative;
  top: 5px;
  width: 22px;
  height: 7px;
  margin-left: 45px;
  background: url("../images/088-arrow01.png") no-repeat center / contain;
  content: "";
  transition: 0.2s ease-in-out;
}

.btn02 a:hover::after {
  margin-left: 48px;
}*/

/*.btn01 a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 8px 30px 8px 15px;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: #fff;
  transition: 0.2s ease-in-out;
}

.btn01 a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 30px;
  margin: auto;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  transition: 0.2s ease-in-out;
}

.btn01 a i {
  margin: 0 0 0 10px;
}

.btn01 a:hover {
  background: #fff;
  color: var(--main-color);
}

.btn01 a:hover::before {
  color: var(--main-color);
}*/

/*--------------------パンくず--------------------*/
#breadcrumb {
  width: 100%;
  margin: 0 0 50px 0;
}

#breadcrumb ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  counter-reset: unset;
}

#breadcrumb ol li {
  position: relative;
  padding-right: 20px;
  line-height: 1.5;
  margin: 0;
}

#breadcrumb ol li::before {
  content: "›";
  width: 20px;
  height: 16px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: none;
  left: unset;
}

#breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#breadcrumb ol li:last-child::before {
  content: normal;
}

#breadcrumb ol li a {
  display: inline-block;
  position: relative;
  width: auto;
}

#breadcrumb ol li:last-child {
  display: inline-block;
  position: relative;
  width: auto;
}

/*--------------------タイトル--------------------*/
h1,.pc_headtext {
  position: absolute;
  top: 9px;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
  text-shadow: 0px 0px 19.4px rgba(51, 51, 51, 0.3);
}

.top_h1 {
  position: relative;
  margin: 0 auto 50px;
  padding: 0;
  border-bottom: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 28px;
  letter-spacing: 0.12em;
  line-height: 1.9;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.top_h1 .br {
  display: block;
}

.top_h1 .i-br {
  display: inline-block;
}

.txt_catch {
	position: relative;
	margin-bottom: 20px!important;
	padding: 10px 20px;
	background-image: -webkit-linear-gradient(-180deg, #1d548c 0%, #3d81b0 40%, #6cc1e5 100%);
	background-image: -moz-linear-gradient(-180deg, #1d548c 0%, #3d81b0 40%, #6cc1e5 100%);
	background-image: -o-linear-gradient(-180deg, #1d548c 0%, #3d81b0 40%, #6cc1e5 100%);
	background-image: linear-gradient(270deg, #1d548c 0%, #3d81b0 40%, #6cc1e5 100%);
	color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 130%;
	letter-spacing: 0.12em;
  line-height: 1.5;
	text-align: left;
}

.contents_bg h2 {
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 160%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}

.contents_bg h2::before {
  display: block;
  min-width: 60px;
  min-height: 37px;
  background: url("../images/083-logo_icon.svg") no-repeat center / contain;
  content: "";
}

.contents_bg h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--border-color);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 140%;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.contents_bg h3::after {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 20%;
  border-bottom: 2px solid var(--main-color);
  content: "";
}

.contents_bg h4 {
  display: table;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 4px double var(--sub-color);
  color: var(--text-color);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 130%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  clear: both;
}

.contents_bg h5 {
  position: relative;
  margin-bottom: 10px;
  color: var(--main-color);
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 120%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  clear: both;
}

/*--------------------下層の見出しの上に余白を付ける--------------------*/
.body_single h2:nth-child(n+2) {
  margin-top: 2em;
}

.body_single h3:nth-child(n+2),
.body_single h4:nth-child(n+2),
.body_single h5:nth-child(n+2),
.body_single h6:nth-child(n+2) {
  margin-top: 1.5em;
}

.postid-4608 .body_single h3:nth-child(n+2){
	margin-top: 2.5em;
}
/*--------------------TinyMCEエディタ用--------------------*/
/*----------見出し----------*/
/*太字*/
.title_style01 {
  color: var(--main-color);
  font-weight: bold;
  border: none;
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}

/*下線*/
.title_style02 {
  color: var(--main-color);
  font-weight: bold;
  border-bottom: 1px solid var(--main-color);
  background: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  display: table;
}

/*背景色付き・白抜き*/
.title_style03 {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  border: none;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 10px;
}

h2.title_style01:before,
h2.title_style01:after,
h3.title_style01:before,
h3.title_style01:after,
h4.title_style01:before,
h4.title_style01:after,
h5.title_style01:before,
h5.title_style01:after,
h2.title_style02:before,
h2.title_style02:after,
h3.title_style02:before,
h3.title_style02:after,
h4.title_style02:before,
h4.title_style02:after,
h5.title_style02:before,
h5.title_style02:after,
h2.title_style03:before,
h2.title_style03:after,
h3.title_style03:before,
h3.title_style03:after,
h4.title_style03:before,
h4.title_style03:after,
h5.title_style03:before,
h5.title_style03:after {
  display: none;
}

/*----------枠----------*/
.box_style01 {
  background: var(--bg-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style02 {
  border: solid 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style03 {
  border: dashed 1px var(--border-color);
  padding: 20px;
  margin: 0 0 15px;
}

.box_style01 p:last-of-type,
.box_style02 p:last-of-type,
.box_style03 p:last-of-type {
  margin-bottom: 0;
}

/*----------テーブル----------*/
.freearea_up table,
.freearea_under table,
.body_single table,
.body_single table,
.table_style2_30,
.table_style2_50,
.table_style2_70,
.table_style3 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--bg-color);
}

.freearea_up th,
.freearea_under th,
.freearea_up td,
.freearea_under td,
.body_single th,
.body_single td,
.table_style2_30 th,
.table_style2_30 td,
.table_style2_50 th,
.table_style2_50 td,
.table_style2_70 th,
.table_style2_70 td,
.table_style3 th,
.table_style3 td {
  padding: 8px 20px;
}

.freearea_up th,
.freearea_under th,
.body_single th,
.table_style2_30 th,
.table_style2_50 th,
.table_style2_70 th,
.table_style3 th {
  font-weight: bold;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
}

.freearea_up td,
.freearea_under td,
.body_single td,
.table_style2_30 td,
.table_style2_50 td,
.table_style2_70 td,
.table_style3 td {
  background-color: #fff;
  border: 1px solid var(--border-color);
}

.table_style2_30 span,
.table_style2_50 span,
.table_style2_70 span,
.table_style3 span {
  font-size: 80%;
}

.table_style2_30 tr:first-of-type th,
.table_style2_30 tr:first-of-type td {
  width: 30%;
}

.table_style2_30 tr:first-of-type td:nth-child(2) {
  width: 70%;
}

.table_style2_50 tr:first-of-type th,
.table_style2_50 tr:first-of-type td {
  width: 50%;
}

.table_style2_70 tr:first-of-type th,
.table_style2_70 tr:first-of-type td {
  width: 70%;
}

.table_style3 th,
.table_style3 td {
  width: 33.3333333333% !important;
}

/*----------ラインマーカー----------*/
.marker {
  background: linear-gradient(transparent 60%, #ffff93 60%);
}

/***********以下はクラスを作るときの参考CSS*********
中央下下線
.tit01 {
  position: relative;
  margin: 30px 0;
  padding: 0;
  line-height: 1.5;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  border-bottom: none;
}
.tit01 span {
  font-size: 80%;
  color: var(--sub-color);
  display: block;
}
.tit01:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 3px solid var(--main-color);
  bottom: -3px;
  width: 20%;
  margin: auto;
  right: 0;
  left: 0;
}

背景画像有り 中央寄せ
.tit02 {
  position: relative;
  margin: 30px 0 50px;
  padding: 10px 0 0;
  line-height: 1.5;
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  background: url(images/h2_bg.png) no-repeat;
  background-position: center top;
  background-size: contain;
  border-bottom: none;
}
.tit02 span {
  border-bottom: none;
  padding-bottom: 9px;
  display: block;
  font-size: 60%;
  color: var(--sub-color);
}
.tit02:after {
  display: none;
}


左右線　中央寄せ
.tit03 {
  border-bottom: dotted 4px var(--main-color);
  margin: 0 0 50px;
}
.tit03 span {
  border-bottom: none;
  padding-bottom: 9px;
  font-size: 80%;
  color: var(--sub-color);
}
.tit03:after {
  display: none;
}

ドットの下線　左寄せ
.tit04 {
  position: relative;
  padding: 0 55px;
}
.tit04 {
  overflow: hidden;
  text-align: center;
  border-bottom: none;
  line-height: 1.5;
  margin: 0 0 40px;
}
.tit04 span {
　　position: absolute;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.25em;
  text-align: left;
  color: #333;
  font-size: 100%;
}
.tit04 span::before,
.tit04 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: black;
}
.tit04 span::before {
  left:0;
}
.tit04 span::after {
  right: 0;
}
/*************************************************/
/*---------- 下層ページの見出し ----------*/
.main_headline {
  padding-bottom: 2px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 0 5px #fff;
}

.main_headline p.midashi {
	display: block;
  position: static;
	color: #333;
  font-family: "Koburina Gothic W6 JIS2004";
  font-weight: normal;
  font-size: 185%;
	line-height: 1.5;
	text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #fff;
  text-transform: inherit;
}

.main_headline h1.midashi:before,
.main_headline h1.midashi:after {
  display: none;
}

/*---------- 飾りの英語の棒 ----------*/
.main_headline p::before,
.main_headline p::after {
  position: relative;
  content: "-";
}

.main_headline p::before {
  left: -0.5em;
}

.main_headline p::after {
  right: -0.5em;
}

/*--------------------診療内容などのコンテンツ部分--------------------*/
.body_list li {
  margin-bottom: 60px;
}

.body_list li .text {
  margin-bottom: 15px;
}

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

/*ページ内リンク設定*/
.ank_single {
  position: relative;
/*   margin: 0 0 80px; */
	margin: 0 0 50px;
}

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

.anklink li {
  width: 49%;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10px;
}

.anklink li a {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
	color: var(--main-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
	border: 1px solid var(--main-color);
  transition: 0.1s ease-in-out;
}

.anklink li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.anklink li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/*--------------------共通--------------------*/
/*----------無装飾----------*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}

.list01 li {
  margin-bottom: 12px;
  list-style-type: none;
}

.list01 p:last-of-type {
  margin-bottom: 0;
}

/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
}

.list02 p:last-of-type {
  margin-bottom: 0;
}

/*----------点----------*/
.list03 {
  list-style: none !important;
  margin: 0 0 15px;
}

.list03 li {
  position: relative;
  padding-left: 15px;
  list-style: none !important;
  display: block;
  list-style-image: none;
}

.list03 li:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
  content: "";
}

.list03 li i {
  margin-right: 8px;
}

.list03 li span {
  display: block;
  font-weight: bold;
}

.list03 p:last-of-type {
  margin-bottom: 0;
}

/*----------三角----------*/
.list04 {
  margin: 0 0 15px;
}

.list04 li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
  list-style-type: none;
}

.list04 li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid var(--main-color);
  content: "";
}

.list04 p:last-of-type {
  margin-bottom: 0;
}

/*----------矢印----------*/
.list05 {
  margin: 0 0 15px;
}

.list05 li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  margin-bottom: 8px;
}

.list05 li:before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
}

.list05 p:last-of-type {
  margin-bottom: 0;
}

/*----------点と背景色----------*/
.list06 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 30px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}

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

.list06 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 5%;
  list-style-type: none;
}

.list06 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list06 p:last-of-type {
  margin-bottom: 0;
}
/*----------list06のflexなし----------*/
.list06_A{
	display: block;
}
.list06_A li{
	float: none;
	margin-bottom: 1.5em;
}
/*----------点と枠----------*/
.list07 {
	display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 30px;
  background-color: var(--bg-color);
}

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

.list07 li {
  position: relative;
  padding-left: 1em;
  margin: 0 2em 0.5em 0;
  list-style-type: none;
}

.list07 li:last-child {
  margin-bottom: 0;
}

.list07 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 100%;
}

.list07 li i {
  margin-right: 8px;
}

.list07 p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックと背景色（一行ずつ表示）----------*/
.list08_w100 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 30px 10px;
  background-color: var(--bg-color);
}

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

.list08_w100 li {
  position: relative;
  float: none;
  margin: 0 30px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: table;
}

.list08_w100 li:before {
  display: block;
  position: absolute;
  left: -28px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}

.list08_w100 p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックと背景色（文章幅に合わせる）----------*/
.list08 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}

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

.list08 li {
  position: relative;
  margin: 0 10px 10px 40px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list08 li:before {
  display: block;
  position: absolute;
  left: -23px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: var(--main-color);
}

.list08 p:last-of-type {
  margin-bottom: 0;
}

/*----------チェックなし----------*/
.list08_nocheck {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px;
  background-color: var(--bg-color);
  display: flex;
  flex-wrap: wrap;
}

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

.list08_nocheck li {
  position: relative;
  margin: 0 10px 10px 10px;
  border-bottom: 1px dotted var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list08_nocheck p:last-of-type {
  margin-bottom: 0;
}

/*----------装飾あり----------*/
.list08-box{
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  padding: 30px;
  background: var(--sub-color);
}

.list08-box .list08 {
  margin-bottom: 0;
  padding: 35px 25px 20px 50px;
  background-color: #fff;
}

.list08-box .list08 li {
  width: auto;
}

.list08-box::before {
  position: absolute;
  width: 65px;
  height: 50px;
  top: -5px;
  left: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0 85%, 100% 0);
  clip-path: polygon(0 0, 0 85%, 100% 0);
  background-color: var(--main-color);
  z-index: 0;
  content: "";
}

.list08-box::after {
  position: absolute;
  width: 65px;
  height: 50px;
  bottom: -5px;
  right: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 15%);
  clip-path: polygon(0 100%, 100% 100%, 100% 15%);
  background-color: var(--main-color);
  z-index: 0;
  content: "";
}

/*----------チェックなし----------*/
.list_kakomi {
  margin: 0 0 15px;
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
}

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

.list_kakomi li {
  position: relative;
  margin: 0 5px 10px 0;
  padding: 3px 8px;
  border: 1px solid var(--border-color);
  list-style-type: none;
  display: inline-block;
}

.list_kakomi p:last-of-type {
  margin-bottom: 0;
}

/*----------番号付き----------*/
ol {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol li {
  margin: 0 0 10px 30px;
  list-style-type: none;
  position: relative;
}

ol li:last-of-type {
  margin: 0 0 0 30px;
}

ol li:before {
  padding: 2px 8px;
  border-radius: 2%;
  color: var(--sub-color);
  counter-increment: number;
  content: counter(number) ".";
  font-weight: bold;
  left: -30px;
  position: absolute;
}

/*----------番号（四角の背景色付き）----------*/
ol.square {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol.square li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.square li:before {
  padding: 2px 8px;
  background: var(--sub-color);
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/*----------番号（四角の背景色付き）----------*/
ol.circle {
  margin: 0;
  padding: 0;
  counter-reset: number;
  list-style: none;
}

ol.circle li {
  margin-bottom: 12px;
  list-style-type: none;
}

ol.circle li:before {
  margin: 0 0 8px;
  line-height: 1.6;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: unset;
  background: var(--sub-color);
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
}

/*----------何かの装飾----------*/
.top_flex_box {
  display: flex;
  justify-content: space-between;
}

.top_flex_box > div {
  flex: 1;
  padding: 0 35px;
}

/*----------引用----------*/
blockquote {
  padding: 20px;
  background: #f0f0f0;
  color: #555;
  font-style: italic;
  font-size: 85%;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

/*--------------------アンカーリンンク--------------------*/
/*4個並び*/
.ank01 {
  margin: 0 auto 100px;
}

.ank01 li {
  display: table;
  position: relative;
  float: left;
  width: 24%;
  height: 66px;
  margin-bottom: 1.5%;
  margin-left: 1.33%;
  line-height: 1.4;
}

.ank01 li:nth-child(1),
.ank01 li:nth-child(5),
.ank01 li:nth-child(9) {
  margin-left: 0;
}

.ank01 li a {
  display: table-cell;
  padding: 12px 5px 15px;
  border: 1px solid var(--main-color);
  font-weight: bold;
  font-size: 13px;
  color: var(--main-color);
  text-align: center;
  vertical-align: middle;
  transition: 0.1s ease-in-out;
}

.ank01 li a:hover {
  background-color: var(--main-color);
  color: #fff;
}

.ank01 li i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
}

/*-------------------layout--------------------*/
/* --------------layout共通タイトル-------------- */
.layout_tit {
  color: var(--main-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 20px;
}

.layout_tit em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: 'futura-pt',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

.layout_tit span {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: 'futura-pt',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

/* layout小タイトル */
.layout_tit_02{
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 {
  position: relative;
  margin: 0 0 15px;
}
.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout01 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
.layout01 dl:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}

.layout01 dt {
	display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
  background-color: var(--bg-color);
  color: var(--main-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.layout01 dt em {
  display: block;
  width: 100%;
	margin-bottom: 5px;
	color: var(--sub-color);
	font-family: 'futura-pt',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 150%;
  line-height: 1;
}

.layout01 dt span{
  font-size: 75%;
}

.layout01 dd {
  width: 70%;
  padding: 3%;
}
/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout02::after {
  display: block;
  clear: both;
  content: "";
}
.layout02 .layout02_box {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: var(--bg-color);
}
.layout02 .layout02_box:nth-child(even) {
  margin-right: 0;
}
.layout02 .layout02_box .layout02_text {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color);
}
.layout02 .layout02_text img{
  width: 100%;
  height: auto;
}
/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}
.layout03 .layout03_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout03 .layout03_title {
  width: 22%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.layout03 .layout03_title img {
  width: 100%;
  height: auto;
}
.layout03 .layout03_text {
  width: 73%;
  padding: 1% 3%;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 {
  margin: 0 0 15px;
}
.layout04 .layout04_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout04 .layout04_title {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}
.layout04 .layout04_title img {
  width: 100%;
}
.layout04 .layout04_text {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}
/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}
.layout05 .layout05_box {
  display: flex;
  margin-bottom: 20px;
  background-color: var(--bg-color);
  padding: 2%;
}
.layout05 .layout05_title {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.layout05 .layout05_title img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}
.layout05 .layout05_text1 {
  padding: 1% 3%;
  vertical-align: top;
}
.layout05 .layout05_text1:nth-child(2) {
  width: 40%;
}
.layout05 .layout05_text1:nth-child(3) {
  width: 40%;
  border-left: 1px solid var(--border-color);
}
.layout05 .layout05_title h4{
  font-size: 18px;
  font-weight: bold;
}
.layout05 .layout05_text1 h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout05 .layout05_text1 h4 em,
.layout05 .layout05_text1 h5 em {
  margin-right: 10px;
  color: var(--sub-color);
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}
.layout05_text1 ul {
  margin-bottom: 15px;
}
.layout05 ul.list03 li{
  margin: 0;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}
.layout06 .layout06_box {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.layout06 .layout06_box:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout06 .layout06_box:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--border-color);
  content: "";
}
.layout06 .layout06_title {
  width: 30%;
  padding: 0 3%;
  background-color: var(--bg-color);
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 120%;
}
.layout06 .layout06_title h4{
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}
.layout06 .layout06_box:last-of-type {
  padding: 0;
}
/* 数字 */
.layout06 .layout06_title em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: var(--sub-color);
}
.layout06 .layout06_text1 {
  padding: 2% 3%;
  vertical-align: top;
}
.layout06 .layout06_text1:nth-child(2) {
  width: 35%;
}
.layout06 .layout06_text1:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}
.layout06 .layout06_text1 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 .layout07_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.layout07 .layout07_box:nth-child(3n) {
  margin-right: 0;
}
.layout07 .layout07_box .layout07_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout07 .layout07_box .layout07_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout07 .layout07_box .layout07_text {
  line-height: 1.5;
}
/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout08 .layout08_box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.layout08 .layout08_box:last-child {
  margin-right: 0;
}
.layout08 .layout08_box::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  content: "";
  bottom: -16px;
  margin: auto;
}
.layout08 .layout08_box:last-child::before {
  display: none;
}
.layout08 .layout08_box .layout08_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout08 .layout08_box .layout08_title em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout08 .layout08_box .layout08_text {
  line-height: 1.5;
}
/* layout10 */
.layout10{
  position: relative;
}
.layout10 .flow_box{
  position: relative;
  display: flex;
  padding: 32px;
  background: #fff;
}
.layout10 .flow_box::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: var(--sub-color) dotted 4px;
  box-sizing: border-box;
  content: "";
}
.layout10 .flow_box:first-child::before{
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}
.layout10 .flow_box:last-child::before{
  top: 2px;
  bottom: auto;
  height: 86px;
}
.layout10 .flow_box:nth-child(even){
  background: #dfebf5;
}
.layout10 .flow_box:nth-child(odd){
  background: #f7f8f9;
}
.layout10 .flow_box .number{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: var(--main-color);
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}
.layout10 .flow_box .layout10_box{
  width: 90%;
}

.layout10 .flow_box .layout10_text .title{
  background: var(--main-color);
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.layout10 .flow_box .layout10_text .title span{
  position: relative;
}
.layout10 .flow_box .layout10_text .title span::after{
  display: inline-block;
  content: "|";
  margin: 0 12px;
}
.layout10 .flow_box .layout10_text .title2{
  padding-bottom: 2px;
  padding-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed rgba(35,24,21,0.4);
}
.layout10 .flow_box .layout10_text .list03{
  margin-top:8px;
}
.layout10 .flow_box .layout10_text .list03 li{
  margin-bottom: 0;
}
.layout10 .flow_box .layout10_text .list03 li::before{
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

.layout10 .flow_box .layout10_text .list_column{
  display: flex;
  flex-wrap: wrap;
}
.layout10 .flow_box .layout10_text .list_column li{
  margin-right: 5%;
}

/* layout11 */
.layout11{
  position: relative;
}
.layout11_box{
  padding: 8px;
  background: var(--bg-color);
}
[class^="layout11_image"] img{
  width: 100%;
  height: auto;
}
[class^="layout11_text"]{
  margin-top: 8px;
}
[class^="layout11_text"] dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[class^="layout11_text"] dl dt{
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border: 1px solid var(--main-color);
  width: 20%;
  margin-bottom: 2px;
}
[class^="layout11_text"] dl dd{
  padding: 12px;
  background: #fff;
  border: 1px solid var(--main-color);
  width: 80%;
  margin-bottom: 2px;
}
[class^="layout11_text"] .desc{
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 16px;
}
[class^="layout11_text"] .desc p{
  margin-bottom: 0;
}
/* layout11 ver.1 */
.layout11_text01 dl dt{
  margin-left: 0;
}
/* layout11 ver.2 */
.layout11_image02{
  display: flex;
  justify-content: space-between;
}
.layout11_image02 span{
  position: relative;
  display: block;
  width: 47%;
}
.layout11_image02 span:last-child::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  margin: auto;
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: var(--main-color);
  line-height: 1;
}
.layout11_text02 dl{
  width: 100%;
}
.layout11_text02 dl dt{
  margin-left: 2px;
  margin-bottom: 2px;
  width: 15%;
}
.layout11_text02 dl dt:nth-of-type(odd){
  margin-left: 0;
}
.layout11_text02 dl dd{
  width: calc(35% - 1px);
}
.layout11_text02 .desc{
  width: 100%;
}

/*注意書き*/
.caution {
  background:var(--bg-color);
  display: block;
  position: relative;
  padding: 25px;
  border-radius: 15px;
}
.caution .pop {
  width: 55px;
  height: 55px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: -5px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.caution .pop::before {
  position: absolute;
  width: 15px;
  height: 20px;
  bottom: -3px;
  right: -3px;
  margin: auto;
  -webkit-clip-path: polygon(100% 85%, 40% 0, 0 53%);
  clip-path: polygon(100% 85%, 40% 0, 0 53%);
  background-color: var(--main-color);
  z-index: 1;
  content: "";
}
.caution p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  font-weight: 600;
  color: var(--main-color);
}

/*--------------------table--------------------*/
td img.aligncenter, th img.aligncenter {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 !important;
}

table {
  text-align: initial;
}

table th,
table td {
  vertical-align: top;
}

table th p,
table td p {
  margin: 0 !important;
}

/*テーブル1*/
.tb01,
.body_single table.en_tb01{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px 0;
}

.tb01 tr,
.body_single table.en_tb01 tr {
  border-bottom: 1px dotted var(--border-color);
  display: flex;
  vertical-align: middle;
}

.tb01 th,
.body_single table.en_tb01 th {
  text-align: left;
  font-weight: normal;
  width: 25%;
}

.tb01 td,
.body_single table.en_tb01 td {
  text-align: left;
  font-weight: normal;
  width: 75%;
}
.body_single th.en_tb01_detail, .body_single td.en_tb01_detail {
    vertical-align: top;
	background-color: initial;
    border: none;
	padding: 0;
}

/* 診療時間 */
.tb02_tit {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 115%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.tb02 {
  width: 100%;
  border-spacing: 0;
}

.tb02 th,
.tb02 td {
  border-bottom: 1px solid var(--border-color);
  color: var(--main-color);
  padding: 22px 0 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
}

.tb02 th {
  width: 26%;
}

.tb02 tr:nth-of-type(1) th,
.tb02 tr:nth-of-type(1) td {
  padding: 0 0 15px;
}

.tb02 tr:nth-of-type(3) th,
.tb02 tr:nth-of-type(3) td {
  padding: 21px 0 18px;
}

.schedule_note {
  margin-top: 12px;
}

.schedule_note {
  margin: 18px 0 0 20px;
  color: var(--text-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.kyushinbi {
  color: var(--main-color);
}

/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: var(--border-color);
}

.tb03 td,
.tb03 th {
  padding: 8px 20px;
}

.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: var(--bg-color);
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #fff;
  text-align: center;
}

.tb04 th {
	vertical-align: middle;
	width: 20%;
}

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

  *フリーエリア（上・下）

==================================================================================================================================*/
.sec_freearea_up .text,
.sec_freearea_under .text {
  margin-bottom: 0;
}

.sec_freearea_up h2,
.sec_freearea_under h2 {
  margin-top: 0;
}

.sec_freearea_up h3,
.sec_freearea_under h3 {
  margin: 0 0 20px;
}

.freearea_up:after,
.freearea_under:after {
  display: block;
  clear: both;
  content: "";
}

.freearea_up_img img,
.freearea_under_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

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

  *当院のコンセプト

==================================================================================================================================*/
.concept_tit_box {
  position: relative;
  margin-bottom: 50px;
}

.concept_tit_en {
  margin-bottom: 25px!important;
  color: #1d415f;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 76px;line-height: 1;
  letter-spacing: 0.18em;
  text-align: center;
}

.concept_tit {
  display: block!important;
  margin: 0!important;
  padding: 0!important;
  color: var(--main-color)!important;
  font-family: "Koburina Gothic W3 JIS2004"!important;
  font-size: 18px!important;
  text-align: center!important;
}

.concept_tit::before {
  display: none!important;
}

.sub_philosophy_catch {
  margin-bottom: 30px;
  color: #173954;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 24px;
  line-height: 2.28;
  letter-spacing: 0.14em;
  text-align: center;
}

.sub_philosophy_catch p span {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 115%;
  letter-spacing: 0.14em;
  /*padding: 2px 6px;
  border: 1px solid #ced7e0;
  letter-spacing: 0;*/
}

.sub_philosophy_txt {
  margin-bottom: 55px;
  color: var(--main-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.08em;
  text-align: center;
}

.sub_philosophy_txt p:first-child {
  margin-bottom: 20px;
}

.concept_wrap {
  position: relative;
}

.concept_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.concept_item:not(:last-child) {
  margin-bottom: 50px;
}

.concept_item::before {
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(175, 205, 233);
  content: "";
}

.concept_img {
  position: relative;
  width: 40%;
}

.concept_box {
  width: 60%;
  padding-left: 30px;
}

.concept_box_tit {
  display: flex;
  align-items: center;
  gap: 0 25px;
  margin-bottom: 24px;
}

.concept_num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  min-height: 84px;
  background: url("../images/090-num_bg.jpg") no-repeat center / cover;
}

.concept_num p {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.concept_num p em {
  font-style: normal;
}

.concept_box_tit h3 {
  margin: 0!important;
  padding: 0;
  border-bottom: none;
  color: #173954;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 24px;
}

.concept_box_tit h3::after {
  display: none;
}

.concept_text {
  color: var(--main-color);
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 0.08em;
}

.bnr_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.bnr_list p {
  width: calc(100% / 3 - (30px / 3));
  height: auto;
  margin-bottom: 10px!important;
}

.bnr_list p a {
  display: block;
  width: 100%;
  border: 2px solid var(--border-color);
}

.bnr_list p a:hover {
  opacity: 0.8;
}

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

  *タブメニュー

==================================================================================================================================*/
.sec_top_tab {
  position: relative;
  height: 100%;
  min-height: 440px; 
  /*min-height: 539px;*//* 元のサイズ */
}

.sec_top_tab::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - (50% + 730px));
  height: 100%;
  background: #dfecf5;
  content: "";
}

.sec_top_tab .box1 {
  padding: 74px 48px 50px;
}

.tab_wrap {
  width: 100%;
}

.tab_btn {
  display: none; /* タブの切り替えを制御するラジオボタンを非表示 */
}

.tab_menu_list {
  display: flex; /* ボタンを横並びに */
  justify-content: space-between; /* ボタンを横幅いっぱいに配置 */
  list-style-type: none; /* デフォルトの値をクリア */
}

.tab_menu_list li {
  width: calc(100% / 3 - 8px);
}

.tab_menu {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid rgb(206, 209, 214, 0.5);
  background: rgba(240, 241, 242, 0);
  color: var(--main-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  cursor: pointer; /* オンマウス時にカーソルを指の形に */
}

#tab_btn01:checked ~ .tab_menu_list #tab_menu01,
#tab_btn02:checked ~ .tab_menu_list #tab_menu02,
#tab_btn03:checked ~ .tab_menu_list #tab_menu03,
#tab_btn04:checked ~ .tab_menu_list #tab_menu04 {
  background: #84bbd9; /* 対応するボタンにチェックが入ったときの背景 */
  color: #fff;
}

.tab_content {
  display: none; /* 初期状態を非表示に */
  padding: 30px 0 0;
}

#tab_content01 {
  padding: 60px 0 0;
}

#tab_btn01:checked ~ .tab_menu_content #tab_content01,
#tab_btn02:checked ~ .tab_menu_content #tab_content02,
#tab_btn03:checked ~ .tab_menu_content #tab_content03,
#tab_btn04:checked ~ .tab_menu_content #tab_content04 {
  display: block;/* 対応するボタンにチェックが入ったときに表示 */
}

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

  *理念

==================================================================================================================================*/
.sec_top_philosophy {
  position: relative;
  background: url("../images/091-wave01.png") no-repeat left top / 100%;
}

.top_philosophy_deco {
  position: absolute;
}

.top_philosophy_deco .inner {
  width: inherit;
  height: inherit;
}

.top_philosophy_deco .inner::before {
  position: absolute;
  z-index: -2;
  content: "";
}

.top_philosophy_deco01 {
  top: 514px;
  left: 36px;
  width: 408px;
  height: 260px;
  background: url("../images/092-philosophy_img01.jpg") no-repeat center / cover;
}

.top_philosophy_deco01 .inner::before {
  bottom: -100px;
  right: -45px;
  width: 138px;
  height: 194px;
  background: url("../images/093-deco01.png") no-repeat center / cover;
}

.top_philosophy_deco02 {
  top: 416px;
  right: -288px;
  width: 284px;
  height: 378px;
  background: url("../images/094-philosophy_img02.jpg") no-repeat center / cover;
}

.top_philosophy_deco02 .inner::before {
  top: -133px;
  right: -72px;
  width: 138px;
  height: 204px;
  background: url("../images/095-deco02.png") no-repeat center / cover;
}

.top_philosophy_deco02 .inner::after {
  position: absolute;
  bottom: -50px;
  left: -72px;
  z-index: -1;
  width: 204px;
  height: 137px;
  background: url("../images/096-deco03.png") no-repeat center / cover;
  content: "";
}

.sec_top_philosophy .box1 {
  padding: 72px 0 281px;
}

.sec_top_philosophy h2 {
  margin-bottom: 123px!important;
  color: #fff!important;
}

@media screen and (max-width: 1600px) and (min-width: 640px) {
	.sec_top_philosophy h2 {
    color: var(--main-color)!important;
  }
}

.sec_top_philosophy h2::before {
  height: 51px;
  background: url("../images/097-clinic_philosophy.png") no-repeat center / contain;
}

.philosophy_catch {
  margin-bottom: 30px;
  color: #173954;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 24px;
  line-height: 2.28;
  letter-spacing: 0.14em;
  text-align: center;
}

.philosophy_catch p span {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 115%;
  letter-spacing: 0.14em;
  /*letter-spacing: 0;
  padding: 2px 6px;
  border: 1px solid #ced7e0;*/
}

.top_philosophy_txt {
  margin-bottom: 55px;
  color: var(--main-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.08em;
  text-align: center;
}

.top_philosophy_txt p:first-child {
  margin-bottom: 20px;
}

.top_philosophy_txt br.sp_inline + br,
.top_philosophy_txt br.pc_inline + br,
.top_philosophy_txt br.sp + br,
.top_philosophy_txt br.pc + br {
  display: block;
}

.philosophy_video {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 560px;
  margin: auto;
  text-align: center;
}

.philosophy_video video {
  width: 100%;
  height: 100%;
}

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

  *医師紹介

==================================================================================================================================*/
/*---------- ご挨拶(TOP) ----------*/
.sec_top_doctor {
  position: relative;
  background: url("../images/098-wave02.png") no-repeat right bottom / 100%;
}

.sec_top_doctor .box1 {
  padding: 113px 0 180px;
}

.sec_top_doctor h2 {
  margin-bottom: 50px!important;
}

.sec_top_doctor h2::before {
  height: 52px;
  background: url("../images/099-greeting.png") no-repeat center / contain;
}

.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top_greeting_flex_img {
  position: relative;
  width: 53.4%;
  min-width: 640px;
}

.top_doctor_img {
  margin-left: -105px;
}

.top_doctor_img figure::before {
  position: absolute;
  /*bottom: -82px;*/
  bottom: 32px;
  right: 52px;
  z-index: -1;
  width: 166px;
  height: 227px;
  background: url("../images/100-deco04.png") no-repeat center / cover;
  content: "";
}

.top_doctor_name_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
/*   margin: 50px 138px 0 0; */
	margin: 50px 124px 0 0;
}

.top_doctor_name {
  color: #173954;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.text .top_doctor_name p {
  margin-bottom: 0;
}

.top_doctor_name .carr {
  margin-bottom: 5px;
  color: var(--main-color);
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90%;
}

.top_doctor_name .carr span {
  font-size: 100%;
}

.top_doctor_name .name {
  font-size: 155%;
}

.top_doctor_name .name span {
  margin-right: 14px;
  font-size: 70%;
}

.top_greeting_flex_text {
  flex: 1;
  padding: 33px 0 0 8px;
}

.top_greeting_flex_text .text {
  color: var(--main-color);
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.08em;
}

.top_greeting_flex_text .text p {
  margin-bottom: 23px;
}

.top_greeting_flex_text .text p.top_doctor_catch {
  margin-bottom: 20px;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 110%;
  line-height: 2;
}

.sec_top_doctor .btn01 {
/*   margin-left: 69px; */
	margin-left: 58px;
}

.sec_top_doctor .btn01 a {
  padding: 13px 20px;
  /*background: rgba(255, 255, 255, 0.4);*/
}

.sec_top_doctor .btn01 a:hover {
  /*background: var(--main-color);*/
}

/*---------- ご挨拶(下層) ----------*/
.doctor_greeting_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

.doctor_greeting_center {
  margin-bottom: 20px;
}

.doctor_greeting_center .text {
  margin-bottom: 0;
}

.doctor_greeting_flex .text {
  width: 67%;
  margin-bottom: 0;
}

.doctor_greeting_flex .text_w100 {
  width: 100%;
  margin-bottom: 0;
}

.text_w100 p {
  margin-bottom: 22px;
}

.doctor_img {
  width: 30%;
  margin-bottom: 15px;
}

.doctor_img img {
  width: 100%;
  height: auto;
}

.doctor_greeting_center .doctor_img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.doctor_greeting_center .doctor_img img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

/*---------- 署名 ----------*/
.doctor_name {
  font-weight: bold;
  text-align: right;
}

.doctor_name span {
  font-size: 150%;
  display: block;
}

.doctor_greeting_center .doctor_name {
  text-align: center;
}

/*---------- 経歴・資格 ----------*/
.doctor_carr_wrap table th,
.doctor_carr_wrap table td {
    padding: 0;
    border: none;
}

.doctor_carr_wrap table td {
    background-color: transparent;
}

.doctor_carr_box {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  background: var(--bg-color);
  margin-bottom: 15px;
}

.doctor_carr_box .text p {
  margin-bottom: 0;
}

/*---------- 院長紹介・その他 ----------*/
.sec_doctor_etc {
  width: 100%;
}

.img_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.img_flex p {
	width: 48%;
}

.img_flex p img {
	width: 100%;
}

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

  *当院の特徴

==================================================================================================================================*/
.sec_top_feature {
  position: relative;
  background: var(--bg-color2);
}

.sec_top_feature::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - (50% + 730px));
  height: 100%;
  background: #dfecf5;
  content: "";
}

.sec_top_feature::after {
  position: absolute;
  top: 140px;
  right: 0;
  width: calc(100% - (50% - 370px));
  height: 40.05%;
  background: #fff;
  content: "";
}

.sec_top_feature .box1 {
  padding: 240px 0 140px;
}

.sec_top_feature h2 {
  margin-bottom: 58px!important;
}

.sec_top_feature h2::before {
  height: 52px;
  background: url("../images/101-clinic_concept.png") no-repeat center / contain;
}

.top_feature_item {
  position: relative;
}

/* 当院の特徴パターンA(写真と文章分離、並列並び) */
.sec_top_feature.pattern01 .top_feature_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 86px 60px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  width: 570px;
  height: 100%;
}

/* 枠上のナンバリング */
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_num01 {
  display: none;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
  position: relative;
  width: 500px;
  margin-right: auto;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  width: 510px;
  height: 100%;
  min-height: 406px;
  margin: -70px 0 0 40px;
  padding: 40px 30px 48px 30px;
  background: rgba(255, 255, 255, 1);
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box::before {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(175, 205, 233);
  content: "";
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_tit_box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

/* 画像下のナンバリング */
.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  min-height: 84px;
  margin-right: 25px;
  background: url("../images/090-num_bg.jpg") no-repeat center / cover;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p {
  display: inline-block;
  color: #fff;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p em {
  font-style: normal;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
  color: #173954;
  font-size: 24px;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_text {
  color: var(--main-color);
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 0.08em;
}

.sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .btn02 {
  z-index: 1;
  margin-top: auto;
  text-align: right;
}

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

  *診療案内

==================================================================================================================================*/
.sec_top_medical {
  position: relative;
}

.sec_top_medical::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45.2%;
  margin: auto;
  background: url("../images/102-medical_bg.jpg") no-repeat center / cover;
  content: "";
}

.sec_top_medical .box1 {
  padding: 110px 0;
}

.sec_top_medical h2 {
  margin-bottom: 45px!important;
}

.sec_top_medical h2::before {
  height: 50px;
  background: url("../images/103-services.png") no-repeat center / contain!important;
}

.sec_top_medical .sec_top_medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 45px;
  position: relative;
}

.sec_top_medical .sec_top_medical_flex::before {
  position: absolute;
  top: 405px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: var(--border-color);
  content: "";
}

/* 診療案内パターンA(アイコンを目立たせるタイプ) */
.sec_top_medical.pattern01 .sec_top_medical_flex .item {
  width: 370px;
  margin-bottom: 45px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100%;
  padding: 27px 0 28px 35px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a:hover {
  opacity: 0.8;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .item_img {
  display: none;
  /*margin-bottom: 20px;*/
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_tit_box {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.6);
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
  color: #fffefe;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p.top_medical_menu_en_title {
  margin-top: 12px;
  color: #fff;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a p.top_medical_menu_catch {
  color: #fffefe;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_text_box br {
  display: none;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a ul {
  margin-top: 21px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a ul li {
  list-style-type: none;
  position: relative;
  padding-left: 21px;
  color: #fff;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.08em;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a ul li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../images/104-checkbox.svg") no-repeat center / contain;
  content: "";
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item a .btn01 {
  display: none;
}

.sec_top_medical.pattern01 .btn01 {
  margin-top: 75px;
  text-align: center;
}

.sec_top_medical.pattern01 .btn01 a {
  padding: 13px 36px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) {
  margin-bottom: 91px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7),
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) {
  margin-bottom: 0;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a {
  padding: 35px 0 36px 35px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a h3,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a h3,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a h3 {
  margin-bottom: 3px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a .top_medical_menu_tit_box,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .top_medical_menu_tit_box,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .top_medical_menu_tit_box {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 13px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a p.top_medical_menu_en_title,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a p.top_medical_menu_en_title,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a p.top_medical_menu_en_title {
  margin-top: 0;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a ul,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a ul,
.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a ul {
  margin-top: 100px;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a {
  background: url("../images/105-top_medical_img01.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a {
  background: url("../images/106-top_medical_img08.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a {
  background: url("../images/107-top_medical_img03.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(4) a {
  background: url("../images/108-top_medical_img04.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(5) a {
  background: url("../images/109-top_medical_img05.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(6) a {
  background: url("../images/110-top_medical_img06.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(7) a {
  background: url("../images/111-top_medical_img07.jpg") no-repeat center / cover;
}

.sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a {
  background: url("../images/112-top_medical_img02.jpg") no-repeat center / cover;
}

table.comparison-table td {
    vertical-align: middle;
    text-align: center;
}
table.comparison-table img {
	width: 80%;
}
table.comparison-table .bg_blue {
	background-color: #58add3;
	color: #fff;
}
table.comparison-table .bg_skyblue {
	background-color: #f5fcff;
}
table.comparison-table .bg_white {
	background-color: #FFFFFF;
}

.implant_btn a {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: 25px 20px;
	width: 450px;
	margin: 30px auto 0;
    background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    color: #fff;
    font-family: "cormorant-garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.implant_btn a::before {
    display: block;
    width: 32px;
    height: 27px;
    background: url(../images/083-logo_icon.svg)  no-repeat center / cover;
    content: "";
}

.implant_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 97.5%;
    height: 86%;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
}

.implant_btn a:hover {
    opacity: 0.8;
}

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

  *病名から探す

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

  *症状から探す

==================================================================================================================================*/
.symptom_item {
  margin-bottom: 60px;
}

.symptom_flex .btn01 {
  margin-top: 16px;
  text-align: right;
}

.symptom_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.symptom_flex .symptom_flex_right {
  width: 30%;
}
.symptom_flex .symptom_flex_left {
  width: 68%;
}

.symptom_w100 .symptom_flex_left {
  width: 100%;
}

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

  *症例

==================================================================================================================================*/
/*-------------------一覧ページ-------------------*/
.case_item {
  margin-bottom: 60px;
}

.case_flex .btn01 {
  margin-top: 16px;
  text-align: right;
}

.case_flex {
  display: flex;
  flex-wrap: wrap;
/*   justify-content: space-between; */
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}
.case_flex .case_flex_right {
  width: 30%;
}
.case_flex .case_flex_left {
  width: 68%;
}

.case_w100 .case_flex_left {
  width: 100%;
}

/*-------------------コンテンツページ-------------------*/
.box_case {
  padding: 10px;
  background: var(--bg-color);
}
.box_case .title {
  background: var(--main-color);
  margin-bottom: 10px;
}
.box_case .title h2 {
  text-align: center;
  color: #fff;
  font-size: 140%;
  padding: 8px;
  margin: 0;
  border: none;
}
.box_case .title h2::after {
  display: none;
}
.box_case .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_case .images > p {
  margin-top: 5px;
  width: 100%;
  line-height: 1.3;
}
.box_case .images .before, .box_case .images .after {
  position: relative;
  width: calc(50% - 5px);
}
.box_case .images .before h3, .box_case .images .after h3 {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  border-bottom: none;
  padding: 24px 5px 8px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.box_case .images ul {
  position: relative;
  z-index: 0;
}
.box_case .images ul li:not(:first-child) {
  display: none;
}
.box_case .images ul li a {
  overflow: hidden;
  display: block;
}
.box_case .images ul li a img {
  width: 100%;
  height: 250px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.box_case .images ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box_case dl {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
  background: var(--main-color);
}
.box_case dl dt {
  align-self: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background: var(--main-color);
  width: 20%;
}
.box_case dl dd {
  background: #fff;
  border: 1px solid var(--main-color);
  padding: 10px;
  width: 80%;
}
.box_case .caption {
  padding: 20px 10px;
  border: 1px solid var(--main-color);
  background: #fff;
}
.box_case .caption p {
  margin-bottom: 0;
}

.case_table {
	border-collapse: collapse !important;
}

.case_table th {
	vertical-align: middle;
}

.case_table th {
	width: 20%;
}

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

  *医院案内

==================================================================================================================================*/
.clinic_desc {
  width: 100%;
}

.clinic_desc dl {
  display: flex;
}

.clinic_desc dl dt {
  width: 20%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
  font-weight: bold;
}

.clinic_desc dl dd {
  width: 80%;
  border-bottom: 1px dotted var(--border-color);
  padding: 15px;
}

.clinic_facilities_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}

.facilities_item {
  width: 32%;
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  background: var(--bg-color);
}

.facilities_item_img {
  overflow: hidden;
  background: var(--bg-color);
}

.facilities_item_img img {
  display: block;
  max-height: 260px;
  margin: 0 auto;
}

.facilities_item dd {
  padding: 15px;
}

.facilities_item dd h3 {
  font-weight: bold;
  font-size: 20px;
  display: table;
}

.clinic_movie {
	padding-top: 20px;
	margin: 0 auto 80px!important;
	text-align: center;
}

.top_clinic_movie {
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

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

  *料金表

==================================================================================================================================*/
/*共通仕様*/
.price_table th.title,
.price_table_b th.title,
.price_table_c th.title {
  font-size: 120%;
  text-align: left;
}

/*----------------診療内容のテーブル----------------*/
.price_table.price_table_medical tr td:nth-child(1) {
  text-align: left;
  width: 75%;
}

.price_table.price_table_medical tr td:nth-child(2) {
  text-align: center;
  width: 25%;
}

/*TYPE A-----------------------*/
.price_table {
  width: 100%;
  margin-bottom: 15px;
}

.price_table th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table tr td:nth-child(2) {
  width: 60%;
}

.price_table tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table th,
.price_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

/*TYPE B----------------------*/
.price_table_b {
  width: 100%;
  margin-bottom: 15px;
}

.price_table_b th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table_b tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table_b tr td:nth-child(2) {
  width: 60%;
}

.price_table_b tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table_b th,
.price_table_b td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

/*TYPE C----------------------*/
.price_table_c {
  width: 100%;
  margin-bottom: 15px;
}

.price_table_c th {
  text-align: center;
  background-color: var(--bg-color);
}

.price_table_c tr td:nth-child(1) {
  width: 25%;
  text-align: center;
}

.price_table_c tr td:nth-child(2) {
  width: 60%;
}

.price_table_c tr td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
  text-align: center;
}

.price_table_c th,
.price_table_c td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.price_table_table_c_variableitem th {
  width: 30%;
}

.price_table_table_c_variableitem td {
  width: 70%;
}

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

  *FAQ

==================================================================================================================================*/
.faq_wrap dl {
  margin-bottom: 10px;
}

.faq_wrap dl dt {
  position: relative;
  margin: 0;
  padding: 15px;
  background-color: var(--bg-color);
  font-weight: bold;
  cursor: pointer;
}

.faq_wrap dl dt:hover,
.faq_wrap dl dt:active,
.faq_wrap dl dt.open {
  background-color: var(--sub-color);
}

.faq_wrap dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: var(--border-color);
  transition: all 0.3s ease-in-out;
}

.faq_wrap dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: var(--border-color);
  transition: all 0.2s ease-in-out;
}

.faq_wrap dl dt.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_wrap dl dt.open::after {
  opacity: 0;
}

.faq_wrap dl dd {
  padding: 15px;
}

.faq_wrap dl dt .faq_q {
  position: relative;
  padding: 0 35px 0 35px;
}

.faq_wrap dl dt .faq_q:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: var(--main-color);
  content: "Q.";
}

.open .faq_wrap dl dt .faq_q:before {
  color: #fff;
}

.faq_wrap dl dd .faq_a {
  position: relative;
  padding: 0 0 0 35px;
}

.faq_wrap dl dd .faq_a:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: var(--sub-color);
  content: "A.";
}

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

  *求人案内

==================================================================================================================================*/
.recruit_img {
  float: right;
  margin-left: 50px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.recruit_img img {
  width: 100%;
  max-width: 408px;
  height: auto;
}

.recruit_table {
  width: 100%;
  margin-bottom: 30px;
}

.recruit_table th {
  text-align: center;
  background-color: var(--bg-color);
  width: 20%;
}

.recruit_table th,
.recruit_table td {
  padding: 15px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.sec_recruit .btn01 {
  text-align: center;
}

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

  *アクセス

==================================================================================================================================*/
.map_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_flex_item{
  width: 49%;
}
.access_add {
  display: /*flex*/block;
  justify-content: space-between;
  margin-bottom: 20px;
}

.access_add dt {
  width: 14%;
}

.access_add dd {
  width: 86%;
}

.access_add dt i {
  color: var(--main-color);
}

.sec_access .googlemap {
	width: auto;
	height: auto;
  margin-bottom: 20px;
}

.sec_access .googlemap iframe {
	height: 400px;
}

.access_desc {
  border: 1px solid var(--border-color);
  padding: 20px;
}

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

.access_detail_left {
	width: /*35%*/45%;
}

.access_detail_right {
  width: /*62%*/52%;
}

.access_detail img {
  width: 100%;
  height: auto;
}

.access_route ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  counter-reset: count 0;
}

.access_route ul li {
  width: 48%;
  margin-bottom: 20px;
}

.access_route ul li p.title {
  font-size: 120%;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
}

.access_route ul li p.title::before {
  content: counter(count);
  counter-increment: count 1;
  color: #fff;
  line-height: 1;
  padding: 4px 8px;
  background: var(--sub-color);
  position: absolute;
  left: 0;
  top: 5px;
}

.access_route .text:last-child {
  margin: 0;
}

.access_route ul li p.text {
  margin: 0;
}

.access_route ul li img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
  display: block;
  margin: 0 auto 10px;
}
.access_sche {
  margin: 40px auto;
  padding: 40px 10px;
  border: 1px solid var(--border-color);
  padding: 20px;
}

/* 選定療養 */
.notice-container {
  width: 100%;
  max-width: 910px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.notice-header {
  background-color: #0076be;
  padding: 18px 10px;
  text-align: center;
}

.notice-header h2 {
  display: block;
  font-family: "Koburina Gothic W6 JIS2004";
  color: #ffffff;
  letter-spacing: 0.1em!important;
  margin: 0;
  text-align: center;
  font-size: 162%!important;
}

.contents_bg h2::before {
    display: none;
}

.notice-body {
  padding: 30px 50px 60px 50px;
  line-height: 1.7;
  color: #333;
}

.notice-text p {
  font-size: 16px;
}

.notice-logo {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 140px;
  height: 147px;
}

.notice-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/113-notice_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

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

  *お知らせ

==================================================================================================================================*/
/* パターンA(pattern01) お知らせのみ */
.top_news.pattern01 {
  position: relative;
}

.sec_top_news.pattern01 .news_list,
.top_news.pattern01 .top_news_frame {
  width: 100%;
}

.sec_top_news.pattern01 .news_list li {
  padding: 0 74px;
  color: var(--main-color);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.sec_top_news.pattern01 .news_list li:not(:last-child) {
  margin-bottom: 53px;
  padding: 0 74px 48px;
  border-bottom: 1px solid var(--border-color);
}

@media print, screen and (min-width: 641px) {
  .top_news.pattern01 .top_news_list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.sec_top_news.pattern01 .news_list li span {
  margin-right: 10px;
}

.sec_top_news.pattern01 .news_list li em {
  display: inline-block;
  min-width: 100px;
  margin-right: 10px;
  background: none;
  color: var(--main-color);
  font-style: normal;
  text-align: center;
}

.sec_top_news.pattern01 .news_list li a {
  color: var(--main-color);
}

.sec_top_news.pattern01 .news_list li a:hover {
  color: var(--sub-color);
}

/* 本文を表示するお知らせ */
.top_news.pattern01 .top_news_frame {
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}

.top_news.pattern01 .top_news_frame .news_desc {
  margin-bottom: 10px;
}

/*スクロールバーの横幅指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar {
  width: 5px;
}

/*スクロールバーの背景色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--bg-color);
}

/*スクロールバーの色・角丸指定*/
.top_news.pattern01 .top_news_frame::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--border-color);
}

/* お知らせリスト */
/*.sec_top_news_list {
  max-height: 300px;
  overflow-y: auto;
}*/

/*-------------------ブログ-------------------*/
.sec_top_blog_list li {
  margin-bottom: 10px;
}

.sec_top_blog_list li a {
  display: flex;
  align-items: center;
}

.sec_top_blog_list .top_blog_thum {
  width: 14%;
  margin-right: 3%;
}

.sec_top_blog_list .top_blog_thum img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color);
}

.sec_top_blog_list .top_blog_info {
  color: #333;
  width: 83%;
}

.sec_top_blog_list .top_blog_date {
  font-size: 90%;
}

.sec_top_blog_list .top_blog_tit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*-------------------医院概要-------------------*/
.news_flex_item address {
  text-align: center;
  font-style: normal;
}

.news_flex_item .info_add {
  line-height: 1.5;
  margin-bottom: 8px;
}

.news_flex_item .info_tel {
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}

.news_flex_item .info_tel a {
  color: #333;
}

.news_flex_item .info_tel a span {
  position: relative;
  top: -5px;
  margin-right: 10px;
  font-size: 19px;
  color: var(--main-color);
}

/*-------------------下層-------------------*/
.news .sec_top_news_list li {
	border-bottom: none;
}

.news .sec_top_news_list .top_news_date {
	margin-bottom: 10px;
	padding: 0;
}

.news .sec_top_news_list .top_news_cate {
	margin-bottom: 10px;
	padding: 0;
}

.news .sec_top_news_list .top_news_cate em {
	margin-right: 0;
}

.news .sec_top_news_list h2 {
	padding: 0;
}

.page-template-page-news .sec_top_news_list {
  max-height: unset;
  padding: 0;
}

.page-template-page-news .top_news_info {
  padding: 30px 0;
}

.page-template-page-news h2 {
  border-bottom: none;
  margin: 20px 0 10px;
  font-size: 140%;
}

.page-template-page-news h2:before,
.page-template-page-news h2:after {
  display: none;
}

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

  *ブログ

==================================================================================================================================*/
.blog_box {
  border-top: 4px solid var(--main-color);
  /*記事ボックスの上の色*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: #fff;
}

.blog_tit {
  font-size: 22px;
  color: #333;
  padding: 0 20px;
}

.blog_content {
  margin: 20px 25px;
}

.blog_content p {
  margin-bottom: 1em;
}

.blog_box .btn01 a {
  display: table;
  margin: 10px 0 10px auto;
}

/*----------見出し----------*/
.blog_box h2.blog_tit {
  border-bottom: none;
  padding: 20px 20px 0;
}

.blog_box h2.blog_tit:after {
  display: none;
}

/*----------日付・カテゴリ----------*/
.blog_class li {
  display: inline-block;
  margin-right: 15px;
}

.blog_class {
  margin-bottom: 10px;
}

.blog_class i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}

.blog_class li a {
  color: #333;
}

.blog_class li a:hover {
  color: var(--main-color);
}

/*----------ページャー----------*/
.pager {
  display: block;
  font-size: 15px;
  padding: 9px 8px;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center !important;
  font-weight: bold;
}

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

.current {
  background: var(--main-color);
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 16px;
  margin: 5px 5px 8px;
  line-height: 1;
}

.pager a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 12px;
  margin: 5px 6px 8px 5px;
  border-radius: 50%;
  transition: all 0.2s linear;
  background: var(--border-color);
  color: var(--main-color);
  line-height: 1;
}

.pager a:hover {
  background: var(--main-color);
  color: #fff;
}

.pager a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}

/*--------------------ブログ エディター用--------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/*整形済みテキスト*/
.blog_content > div pre {
  font-weight: 400;
  margin-top: 20px;
  padding: 20px;
  background-color: var(--bg-color);
  color: #7F7F7F;
  overflow: auto;
}

/*引用*/
.blog_content > div blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--bg-color);
}

.blog_content > div blockquote::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "icomoon";
  content: "\e909";
  font-size: 3rem;
  color: #D9D9D9;
}

.blog_content > div blockquote *:first-child {
  margin-top: 0;
}

/*ライン*/
.blog_content > div hr {
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.blog_content > div *:first-child {
  margin-top: 0;
}

.blog_content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*サムネイル*/
.thumbnail {
  display: block;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  text-align: center;
}

.thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: unset;
  width: 150px;
  height: 150px;
}

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

  *英語

==================================================================================================================================*/
.body_single_english {
	text-align: left;
}
.body_single_english .text {
/* 	font-family: 'mrs-eaves-roman-lining',sans-serif; */
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: /*0.1em*/0;
}

.body_single_english h2 {
/* 	font-family: 'mrs-eaves',serif; */
	font-weight: 700;
	font-style: normal;
	font-size: 180%;
	letter-spacing: /*0.1em*/0;
}

.body_single_english .text .layout_tit {
/* 	font-family: 'mrs-eaves',serif; */
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0;
}

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

  *MPクラウド

==================================================================================================================================*/
.sec_mpcloud {
  padding: 0 !important;
}

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  left: 22px;
  /*box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);*/
  border-radius: 15px;
  background-color: white;
  z-index: 999999999;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}

.schedule_time {
  margin: 8px 0 0 0;
}

.schedule_time dt {
  font-weight: bold;
}

.shcedule_box dt {
  background: var(--border-color);
  text-align: center;
}

.shcedule_box dd {
  height: auto;
  vertical-align: top;
}

.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}

.shcedule_today {
  padding: 10px 16px;
}

.schedule_comment {
  border-top: 1px solid var(--border-color);
  padding: 8px 12px;
  font-size: 14px;
}

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

  *RIBON

==================================================================================================================================*/
.ribon-link {
  background-color: #fa6565;
  background-image: url(../images/115-ribon_banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  height: auto;
  max-width: 300px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}

.ribon-link::before {
  content: "";
  display: block;
  padding-top: 36%;
}

.ribon-link:hover {
  opacity: 0.75;
  transition: 0.3s;
}

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

  *お問い合わせ

==================================================================================================================================*/
.contact {
  margin: 0 auto;
  width: 700px;
}

.contact form {
  margin: 50px 0 0;
}

.contact p {
  margin: 15px 0 0;
}

.contact label {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
}

.contact input,
.contact textarea {
  width: 100%;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  padding: 16px 8px;
}

.contact input[type=submit] {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 50%;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}

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

  *ループスライダー

==================================================================================================================================*/
.clinic_slider {
	position: relative;
  overflow: hidden;
}

.clinic_slider .slick-slider {
	position: relative;
	/*z-index: 2;*/
}

.clinic_slider .slick-initialized .slick-slide {
	width: 946px;
  margin-right: 26px;
}

.clinic_slider .slick-initialized .slick-slide img {
  width: 100%;
}

/* 矢印 */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
}

.slick-arrow-prev {
  left: 360px;
}

.slick-arrow-next {
  right: 360px;
}

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

  *common

==================================================================================================================================*/
.sp {
  display: none !important;
}

.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

.sp_flex {
  display: none !important;
}

.w010par {
  width: 10%;
}

.w020par {
  width: 20%;
}

.w025par {
  width: 25%;
}

.w050par {
  width: 50%;
}

.w075par {
  width: 75%;
}

.w100par {
  width: 100%;
}

.w010 {
  width: 10px !important;
}

.w020 {
  width: 20px !important;
}

.w030 {
  width: 30px !important;
}

.w040 {
  width: 40px !important;
}

.w050 {
  width: 50px !important;
}

.w060 {
  width: 60px !important;
}

.w070 {
  width: 70px !important;
}

.w080 {
  width: 80px !important;
}

.w090 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w255 {
  width: 255px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w305 {
  width: 305px !important;
}

.w310 {
  width: 310px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w365 {
  width: 365px !important;
}

.w370 {
  width: 370px !important;
}

.w380 {
  width: 380px !important;
}

.w390 {
  width: 390px !important;
}

.w400 {
  width: 400px !important;
}

.w410 {
  width: 400px !important;
}

.w415 {
  width: 415px !important;
}

.w420 {
  width: 420px !important;
}

.w430 {
  width: 430px !important;
}

.w435 {
  width: 435px !important;
}

.w440 {
  width: 440px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w490 {
  width: 490px !important;
}

.w500 {
  width: 500px !important;
}

.w510 {
  width: 510px !important;
}

.w520 {
  width: 520px !important;
}

.w530 {
  width: 530px !important;
}

.w540 {
  width: 540px !important;
}

.w550 {
  width: 550px !important;
}

.w560 {
  width: 560px !important;
}

.w570 {
  width: 570px !important;
}

.w580 {
  width: 580px !important;
}

.w590 {
  width: 590px !important;
}

.w600 {
  width: 600px !important;
}

.w610 {
  width: 610px !important;
}

.w620 {
  width: 620px !important;
}

.w630 {
  width: 630px !important;
}

.w640 {
  width: 640px !important;
}

.w650 {
  width: 650px !important;
}

.w660 {
  width: 660px !important;
}

.w670 {
  width: 670px !important;
}

.w680 {
  width: 680px !important;
}

.w690 {
  width: 690px !important;
}

.w700 {
  width: 700px !important;
}

.w710 {
  width: 710px !important;
}

.w720 {
  width: 720px !important;
}

.w730 {
  width: 730px !important;
}

.w740 {
  width: 740px !important;
}

.w750 {
  width: 750px !important;
}

.w760 {
  width: 760px !important;
}

.w765 {
  width: 765px !important;
}

.w960 {
  width: 960px !important;
}

.w980 {
  width: 980px !important;
}

.h030 {
  height: 30px !important;
}

.h180 {
  height: 180px !important;
}

.h190 {
  height: 190px !important;
}

.h200 {
  height: 200px !important;
}

.h240 {
  height: 240px !important;
}

.h250 {
  height: 250px !important;
}

.h280 {
  height: 280px !important;
}

.h300 {
  height: 300px !important;
}

.h350 {
  height: 350px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr01 {
  margin-right: 1px !important;
}

.mr02 {
  margin-right: 2px !important;
}

.mr03 {
  margin-right: 3px !important;
}

.mr04 {
  margin-right: 4px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr06 {
  margin-right: 6px !important;
}

.mr07 {
  margin-right: 7px !important;
}

.mr08 {
  margin-right: 8px !important;
}

.mr09 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml01 {
  margin-left: 1px !important;
}

.ml02 {
  margin-left: 2px !important;
}

.ml03 {
  margin-left: 3px !important;
}

.ml04 {
  margin-left: 4px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml06 {
  margin-left: 6px !important;
}

.ml07 {
  margin-left: 7px !important;
}

.ml08 {
  margin-left: 8px !important;
}

.ml09 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.ma_auto {
  margin-left: auto;
  margin-right: auto;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px !important;
}

.pt02 {
  padding-top: 2px !important;
}

.pt03 {
  padding-top: 3px !important;
}

.pt04 {
  padding-top: 4px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt09 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr01 {
  padding-right: 1px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr03 {
  padding-right: 3px !important;
}

.pr04 {
  padding-right: 4px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr06 {
  padding-right: 6px !important;
}

.pr07 {
  padding-right: 7px !important;
}

.pr08 {
  padding-right: 8px !important;
}

.pr09 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

.pb03 {
  padding-bottom: 3px !important;
}

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px !important;
}

.pl02 {
  padding-left: 2px !important;
}

.pl03 {
  padding-left: 3px !important;
}

.pl04 {
  padding-left: 4px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl06 {
  padding-left: 6px !important;
}

.pl07 {
  padding-left: 7px !important;
}

.pl08 {
  padding-left: 8px !important;
}

.pl09 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pa01 {
  padding: 1px !important;
}

.pa02 {
  padding: 2px !important;
}

.pa03 {
  padding: 3px !important;
}

.pa04 {
  padding: 4px !important;
}

.pa05 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.fr10 {
  float: right;
  margin-left: 10px !important;
}

.fr15 {
  float: right;
  margin-left: 15px !important;
}

.fr30 {
  float: right;
  margin-left: 15px !important;
}

.fl10 {
  float: left;
  margin-right: 10px !important;
}

.fl15 {
  float: left;
  margin-right: 15px !important;
}

.fl30 {
  float: left;
  margin-right: 30px !important;
}

.txt10 {
  font-size: 10px !important;
}

.txt11 {
  font-size: 11px !important;
}

.txt12 {
  font-size: 12px !important;
}

.txt13 {
  font-size: 13px !important;
}

.txt14 {
  font-size: 14px !important;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 16px !important;
}

.txt17 {
  font-size: 17px !important;
}

.txt18 {
  font-size: 18px !important;
}

.txt19 {
  font-size: 19px !important;
}

.txt20 {
  font-size: 20px !important;
}

.txt21 {
  font-size: 21px !important;
}

.txt22 {
  font-size: 22px !important;
}

.txt23 {
  font-size: 23px !important;
}

.txt24 {
  font-size: 24px !important;
}

.txt25 {
  font-size: 25px !important;
}

.txt26 {
  font-size: 26px !important;
}

.txt27 {
  font-size: 27px !important;
}

.txt28 {
  font-size: 28px !important;
}

.txt29 {
  font-size: 29px !important;
}

.txt30 {
  font-size: 30px !important;
}

.txt31 {
  font-size: 31px !important;
}

.txt32 {
  font-size: 32px !important;
}

.txt33 {
  font-size: 33px !important;
}

.txt34 {
  font-size: 34px !important;
}

.txt35 {
  font-size: 35px !important;
}

.txt36 {
  font-size: 36px !important;
}

.txt37 {
  font-size: 37px !important;
}

.txt38 {
  font-size: 38px !important;
}

.txt39 {
  font-size: 39px !important;
}

.txt40 {
  font-size: 40px !important;
}

.bold {
  font-weight: bold !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.clear {
  clear: both !important;
}

.v_top {
  vertical-align: top !important;
}

.v_mid {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: bottom !important;
}

.color_red {
  color: #F33;
}

.color_pink {
  color: #ed8c96;
}

.color_blue {
  color: #00408f;
}

.color_green {
  color: #479f9d;
}

.color_ore {
  color: #FF8327;
}

.color_yellow {
  color: #FFEB8B;
}

.color_beige {
  color: #dac58b;
}

.color_brown {
  color: #9b8052;
}

.color_navy {
  color: #1F2774;
}

.color_black {
  color: #3e3a39;
}

.ls_0 {
  letter-spacing: 0 !important;
}

.ls_1 {
  letter-spacing: 1px !important;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.line_h_2 {
  line-height: 2 !important;
}

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

.centering {
  display: table;
  margin: auto;
  text-align: left;
}

.flex_img_2{
	display:flex;
	justify-content: center
}

.flex_img_2 p img{
	width: 100%;
	max-width: 300px;
	max-height:300px;
}

.flex_img_2 p img:first-of-type{
	margin-right:30px;
}
.flex_img_2 a {
	margin: 1%;
}

.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1F2774;
  text-align: left;
}

.img_fl {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 1em;
  margin-right: 30px;
  text-align: center;
}

.img_fl img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

.img_fr + p:after {
  display: block;
  clear: both;
  content: "";
}

.float_clear {
  float: none !important;
}

/* 背景付きflex_img */
.flex_img{
	display: flex;
    justify-content: space-around;
}
.img_left, .img_right{
	width: 47%;
    padding: 20px;
    background: #eef5f9;
}
.img_left p:nth-child(2), .img_right p:nth-child(2){
	padding: 10px 15px 10px;
    background: #fff;
}
.flex_img .tit{
	border-bottom: 2px dotted #3faad2;
    font-weight: bold;
	font-size: 17px;
}
/*==================================================================================================================================

  *スマホ設定

==================================================================================================================================*/
@media (min-width: 641px) {
  .drawer-hamburger {
    display: none;
  }

  .drawer--left .drawer-nav {
    left: 0;
  }

  .drawer-nav {
    position: relative;
  }

  .drawer-nav .drawer-menu li {
    display: inline-block;
  }
}
/*--------------------*基礎--------------------*/
@media screen and (max-width: 640px) {
  html {
    margin-top: 0 !important;
  }

  body {
    font-size: 14px;
  }

  body,
#mainvisual,
header,
footer,
nav,
.slider,
.mainvisual_wrapper {
    min-width: 100%;
  }

  body.page #mainvisual .inner,
body.archive #mainvisual .inner,
body.single #mainvisual .inner,
body.home #mainvisual .inner,
body.error404 #mainvisual .inner {
    max-width: 100%;
  }

  html #wpadminbar {
    display: none;
  }

  body,
#mainvisualvisual,
header,
footer {
    width: 100%;
    min-width: 100%;
  }
	/* 行間調整 */
/* 	.text p,
	.text div,
	.text ul {
		line-height: 1.7;
		letter-spacing: 0;
	} */

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

    *ヘッダー（スマホ）

  ==================================================================================================================================*/
  header {
    display: none;
  }

  .sp_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 99999;
  }

  .sp_header .inner {
    position: relative;
  }
  
  .sp_header_info {
    display: flex;
    position: relative;
    width: calc(100% - 65px);
    height: 60px;
  }

  .sp_header .sp_logo {
    position: relative;
    width: calc(50% - 55px);
  }

  .sp_header .sp_logo a {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 55px;
    padding: 5px;
  }

  .sp_header .sp_logo img {
/*     width: auto; */
	width: 120px;
    max-height: 100%;
    height: auto;
  }
  
  .sp_info_add {
    margin: 13px 0 0 18px;
    padding: 0!important;
    color: var(--text-color);
    font-family: "Koburina Gothic W3 JIS2004";
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left!important;
  }

  .sp_info_add span {
    display: block;
  }
.sp_header_info {
  display: flex;
  position: relative;
  width: calc(100% - 55px);
  height: 60px;
}
.sp_header .sp_logo {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px;
	width: auto;
}
	.sp_header .sp_logo a {
/* 	width: 56%; */
	width: 100%;
	padding: 3px;
	display: block;
	position: unset;
	height: unset;
}
.sp_header .sp_logo img {
/*   width: auto; */
  width: 120px;
  max-height: 100%;
  height: auto;
}
.sp_info_add {
  margin: 13px 0 0 18px;
  padding: 0 !important;
  color: var(--text-color);
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 8.5px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left !important;
  margin-top: 0;
  margin-left: 5px;
}
.sp_info_add span {
  display: block;
}
.sp_logo_rightbtn01, .sp_logo_rightbtn02 {
	font-size: 8px;
    letter-spacing: 0px;
    background-color: #cee1f3;
    padding: 1px;
    margin: 6px 0;
    aspect-ratio: 1;
    width: 50px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
	justify-content: center;
    margin-left: 0;
	background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
	background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
	background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
	position: relative;
}
.sp_logo_rightbtn01 {
	margin-left: auto;
    margin-right: 4px;
}
	.sp_logo_rightbtn01 a, .sp_logo_rightbtn02 a {
		color: #fff;
	}
	.sp_logo_rightbtn01 a::before, .sp_logo_rightbtn02 a::before {
		position: absolute;
		top: 50%;
		left: 50%;
		content:"";
		border: 1px solid #ffffffa1;
		width: 90%;
		height: 92%;
		transform: translate(-50%, -50%);
	}
	
  /*==================================================================================================================================

    *ナビゲーション（スマホ）

  ==================================================================================================================================*/
  .drawer-nav {
    background: rgba(255, 255, 255, 0.9)!important;
    padding: 20px;
  }
  
  .drawer-toggle i {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--main-color);
    font-family: "eb-garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  
  
  /*メニュー装飾*/
  .sp_navi {
    border-top: 1px solid #fff;
  }

  nav .sp_navi  {
    display: block;
  }

  .sp_navi li {
    border-bottom: 1px solid var(--main-color);
  }

  .sp_navi li a {
    display: block;
    padding: 5px;
    color: var(--main-color);
  }

  .sp_navi li a p {
    display: none;
  }

  /*WEB予約、問診、問い合わせ*/
  .sp_navi li.sp_navi_btn {
    border-bottom: none;
    margin: 5px 0 0;
  }
  .sp_navi li.sp_navi_btn a {
    color: #fff;
    padding: 8px 16px;
    background: var(--main-color);
  }
  .sp_navi li.sp_navi_btn a i {
    margin-right: 5px;
  }

  /*SNSボタン*/
  .sp_btn_area {
    display: flex;
    justify-content: center;
    margin: 5px 0 20px;
  }

  .sp_btn_area li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    margin-right: 5px;
  }

  .sp_btn_area li:last-child {
    margin-right: 0;
  }

  .sp_btn_area li a {
    display: block;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 7px;
    border-radius: 5px;
  }

  .sp_btn_area li a i {
    display: block;
    font-size: 18px;
  }

  /*メニュー本体*/
  .drawer-menu {
    padding-bottom: 30px;
  }

  .drawer-hamburger {
    top: -5px;
    background: #fff;
  }

  .drawer-hamburger:hover {
    top: -2px;
    background: #fff;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background: var(--main-color);
  }

  /*子要素*/
  .nav_slidebtm div {
    padding-bottom: 10px;
  }

  .nav_slidebtm div a {
    margin-left: 15px;
    padding: 3px;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }

  .nav_slidebtm div a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }

  .sp_under_nav {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    background: #fff;
  }

  .sp_under_nav ul {
    display: flex;
    justify-content: center;
    height: 100%;
    background: #fff;
  }

  .sp_under_nav li {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    text-align: center;
  }

  .sp_under_nav li a {
    background: -webkit-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    background: -moz-linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
  }

  .sp_under_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    color: #fff;
    font-family: "Koburina Gothic W3 JIS2004";
    font-size: 105%;
  }

  .sp_under_nav li a:hover {
    color: #fff;
  }
  
  .sp_under_nav li a i {
    margin-right: 5px;
  }

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

    *ホーム（共通設定）（スマホ）

  ==================================================================================================================================*/
  body.home,
  body.home #main,
  body.home header,
  body.home footer {
    overflow-x: visible;
  }

  body.home #contents {
    padding-top: 30px !important;
  }

  body.home .mainvisual_wrapper {
    margin-top: 60px;
  }

  body.home .mainvisual_wrapper > div {
    margin: 0 !important;
  }

  body.home #mainvisual {
    height: 330px;
    background-image: none;
  }
  
  .head_mv.pattern02 #mainvisual.home_mv {
    height: 330px;
  }
  
  .mainvisual_video {
    position: static;
    height: 330px;
  }
  
  .mainvisual_video video {
    position: relative!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body.home #wrapper, html, body, #main {
    min-height: 500px;
  }

  body.home #main {
    width: 100%;
    min-width: 100%;
    background-size: 100% auto !important;
  }

  body.home #main .inner {
    width: 100%;
    min-width: 100%;
  }

  body.home #main {
    background-size: auto 100% !important;
  }

  body.home #main p,
body.home #main p img {
    width: 168px;
    height: 102px;
  }

  body.home #main h2 {
    top: 258px;
    padding: 0 12%;
  }

  body.home .box1 {
    margin: 0 auto;
    padding: 0 5% 40px;
  }

  body.home .top_greet .text {
    width: 88%;
    padding: 0 6%;
  }

  body.home .top_greet_img {
    position: relative !important;
    right: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    height: auto;
    margin: 0 auto 30px !important;
  }

  body.home .top_greet_doctor {
    float: none;
    margin-bottom: 20px;
  }

  body.home .top_greet_doctor dd span {
    margin-right: 0;
  }

  body.home .top_greet .btn01 {
    float: none;
    margin: auto;
  }

  body.home .sp {
    position: unset;
    padding: 10px 6%;
    text-align: center;
  }

  div.sp {
    position: unset;
    padding: 10px 6%;
    text-align: center;
    background: var(--bg-color);
  }
		.btn01.center_btn{
/* 			text-align: center; */
	}
	
	.btn01.center_btn a{
		width: 100%;
		max-width: 300px;
	}
	.tit_flex_box {
		display: flex!important;
		align-items: baseline;
	}
  /*----------医療コラム----------*/
	.sec_top_column::before {
		left: 0;
    width: 100%;
    height: 317px;
		margin: auto;
	}
	
	.sec_top_column .box1 {
    padding: 40px 5% 40px!important;
	}
	
	.sec_top_column .tit_box{
 		/*display: block; */
	}
	
	.sec_top_column .tit_box h2{
		margin: 5px 0 0;
		font-size: 17px;
	}
	
	.sec_top_column .tit_flex_box .tit_en{
		text-align: center;
		padding-right: 20px;
	}
	
	.sec_top_column .tit_flex_box .tit_en::before{
/* 		display: none; */
		top: unset;
		right: 0;
		bottom: 15px;
		width: 20px;
		transform: rotate(-54deg);
	}
	
  .column_list_flex{
    display: block;
  }


	.sec_top_column
	
  .column_list_flex dl {
    /* width: 48%; */
    width: 100%;
		padding: 43px 25px 53px;
  }
	.column_list{
		display: block;
		padding: 20px 30px;
	}
	.column_list li {
		width: 100%;
}
  /*==================================================================================================================================

    *メインビジュアル（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  /*--------------------下層--------------------*/
  #mainvisual {
    position: relative;
/*     height: 160px; */
	  height: 110px;
    margin-top: 60px;
    background-position: center;
    background-attachment: scroll;
  }
  
  .head_mv.pattern02 #mainvisual.content_mv {
  height: 200px;
}

  #mainvisual .inner {
    width: 100%;
    height: inherit;
  }

  #mainvisual .inner + div {
    width: 100% !important;
    top: 0 !important;
  }

  .main_headline {
    margin-top: 0!important;
    padding: 10px 0 0;
  }

  .main_headline h1.midashi {
    margin: 0 20px;
	 font-size: 20px;
    padding: 0;
    background: none;
  }
	
  .main_headline h1.midashi.menu_midashi{
	 font-size:min(4.5vw,20px); 
	 letter-spacing: 0.1rem;
  }

  /*---------- キャッチフレーズ ----------*/
  .main_catch {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: 330px;
    margin: auto;
    padding: 10px;
  }

  .catchcopy_tit span {
    font-size: 4vw;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085);
  }

  .catchcopy_text span {
    font-size: 4.8vw;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085),0 0 3px rgba(0, 0, 0, 0.085);
  }
	.catchcopy_text02 span {
		font-size: 3vw;
	}
  .slide_catch {
    top: 140px;
    left: 0;
    right: 0;
    width: auto;
    max-width: calc(100% - 20px);
    margin: auto;
    padding: 10px;
    font-size: 5vw;
  }

  /*---------- スライダー フェード ----------*/
  .slider-fade .slick-slide img {
    width: 100%;
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .slick-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .main_time {
    display: none;
  }

  /*---------- スマホのみのエリア ----------*/
  .top_sp_only {
    position: relative;
  }
  
  .top_sp_only .box1 {
    padding: 20px 5%!important;
  }

  .top_sp_only .main_open {
    display: block;
    opacity: 1;
    position: unset;
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 15px;
  }
  
  .main_info {
    justify-content: center;
    align-items: center;
    position: static;
    gap: 0 18px;
  }
  
  .info_bnr03 {
    top: auto;
  }

  .top_sp_only .main_time {
    position: unset;
    width: auto;
    font-size: unset;
  }

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

    *フッター（スマホ）

  ==================================================================================================================================*/
  footer::before {
    height: 82%;
  }

  .footer_info {
    display: block;
    padding: 50px 5%;
  }
  
  .footer_info_left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .footer_logo {
    width: 70%;
    min-width: auto;
    margin: 0 auto 20px;
  }

  /*-------------------- 基本情報（共通） --------------------*/
  /* 住所 */
  .info_add {
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  .info_add span {
    display: block;
    margin: 0 0 5px;
  }

  /* 電話番号 */
  .info_tel {
    margin: 0 auto 20px;
  }
  
  .footer_info_tel a {
    font-size: 7vw;
  }

  .info_tel a span {
    font-size: 60%;
  }

  /* アクセス詳細 */
  .info_access {
    margin-bottom: 20px;
    padding: 0;
  }

  .info_access ul {
    gap: 10px 10px;
  }

  .info_access ul li {
    padding: 4px;
    font-size: 14px;
  }
  
  .footer_info_right {
    width: 100%;
    padding: 0;
  }
  
  .footer_inner {
    padding: 0 5% 40px;
  }
  
  /*-------------------- Google Map --------------------*/
  .googlemap {
    margin-bottom: 20px;
  }

  .googlemap iframe {
    height: 300px;
  }

  .map_btn_box {
    display: block;
  }
  
  .map_btn_box .btn01 {
    text-align: center;
  }

  .map_btn_box .btn01:nth-of-type(1) a {
    margin-bottom: 10px;
  }
/*-------------------- 品川区不動前の地域について --------------------*/
	 .sec_footer_region .sec_footer_region_inner {
    padding: 50px 5% 30px;
  }
  /*-------------------- インスタグラム --------------------*/
  .sec_footer_instagrame .footer_inner {
    padding: 50px 5% 30px;
  }

  .footer_instagram01 {
    margin-bottom: 40px;
  }

  .sec_footer_instagrame h2 {
    margin-bottom: 30px!important;
    font-size: 16px;
  }

  .sec_footer_instagrame h2::before {
    height: 30px;
    margin: 0 auto 10px;
  }

  .sec_footer_instagrame h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .footer_instagram_box {
    margin-bottom: 25px;
  }

  .sec_footer_instagrame .btn01 {
    text-align: center;
  }

  .sec_footer_instagrame .btn01 a {
    padding: 15px 62px 11px;
  }

  /*-------------------- 連携病院 --------------------*/
  .top_affiliations_list li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  /*-------------------- フッターのサイドバナー --------------------*/
  .sec_footer_banner .box1 {
    padding: 50px 5%!important;
  }
  
  .sec_footer_banner ul {
    gap: 0;
  }

  .sec_footer_banner ul li {
    width: 100%;
    margin: 0 0 16px;
    text-align: center;
  }
	
  .sec_footer_banner ul li a {
	max-width: 380px;
	margin-inline: auto;
  }

  .sec_footer_banner ul .btn01 a {
    padding: 20px;
    font-size: 14px;
    text-align: center;
  }

  /*---------- フッターのナビ ----------*/
  .footer_navi .footer_inner {
    flex-wrap: wrap;
    padding: 20px 5% 30px;
  }
	
  .footer_navi .footer_inner > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 100%;
    margin-bottom: 10px;
  }
	
  .footer_navi .footer_inner > ul:first-child li {
    width: calc((100% - 40px) / 2);
  }
	
  .footer_navi .footer_inner > ul:last-child {
    width: 100%;
    padding: 0;
  }
  
	.footer_navi ul li{
		margin: 0;
	}
  
	.footer_navi ul li a {
    text-align: left;
	}
  
	.footer_cate_wrap ul{
		justify-content: space-between;
	}
  
	.footer_cate_wrap ul li {
    width: 48%;
		margin: 0;
	}

  .footer_cate p {
    font-weight: bold;
    color: var(--main-color);
  }
  .footer_cate ul li {
    width: calc(50% - 1em);
  }
	.footer_column_cate{
		justify-content: space-between;
	}
  .footer_column_cate li {
     /*width: calc(50% - 1em); */
	  width: 49%;
	  margin: 0!important;
  }
.footer_cate_wrap ul li a,
	.footer_column_cate li a{
	  font-size: min(3.2vw,14px)!important;
	}
  /*--------------------フッターのSNS--------------------*/
  footer .side_sns {
    padding: 15px 0;
  }
  
  footer .side_sns li {
    margin-right: 20px;
  }
  
  footer .side_sns li:last-child {
    margin-right: 0;
  }
  
  footer .side_sns i {
    font-size: 22px;
  }
  
  /*---------- ページトップ ----------*/
  .pagetop {
    bottom: 70px;
    left: auto;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: auto;
  }

  .pagetop i {
    margin-top: 10px;
  }

  .pagetop:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  
  /*---------- コピーライト ----------*/
  .copy {
    padding: 7px 0 75px;
  }

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

    *共通仕様（スマホ）

  ==================================================================================================================================*/
  #contents {
    padding-bottom: 70px;
  }

  body.home .freearea_up,
	body.home .freearea_under,
.box1 {
    width: 100%;
    padding: 0 20px 0;
  }

  .textarea p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }

  .contents {
    width: 100%;
  }

  .wrapper {
    width: 100%;
    display: block;
    padding: 10px 0 0;
  }

  .wrapper main {
    width: 100%;
     margin-bottom: 40px;/*300px; */
    padding: 0 20px 0;
  }
	:is(.blog,.single-post,.archive,.category) .wrapper main{
		width: 100%;
	}
  .blog .wrapper main, .single-post .wrapper main {
    width: 100%;
  }

  body.home .wrapper main {
    padding-left: 0;
    padding-right: 0;
  }

  .medical_single {
    padding: 0 !important;
  }

  .body_single p img {
    display: block;
    margin: 0 auto;
  }
	
	/*----------タイトル----------*/
  h1 {
    position: unset;
    padding: 10px 5%;
    color: var(--text-color);
    background: var(--bg-color);
    text-align: center;
  }
/* h2 */
  body.home h2 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  body.home h2::before {
    margin: 0 auto 10px;
  }
	footer h2::before {
		width: 68px;
    margin: 0 auto 12px;
	}
	
	.tit_en {
		font-size: 40px;
	}

  .top_h1 {
    padding: 0;
    margin: 0px 0px 40px 0px;
    font-size: 20px
}
	.btn01 a{
		padding: 10px 20px 10px 15px;
	}
  /*----------リスト----------*/
  .list08 {
    padding: 6%;
  }
	
	.list08-box .list08 {
		padding: 10% 6%;
	}

  /*----------テーブル----------*/
  .sp_w100 th,
.sp_w100 td {
    width: 100% !important;
    display: block !important;
    border-top: none;
  }

  .sp_w100 tr:first-child th,
.sp_w100 tr:first-child td:first-child {
    border-top: 1px solid var(--border-color);
  }

  .tb01 {
    width: 100%;
    table-layout: fixed;
    white-space: inherit;
  }

  .tb01 th {
    width: 30%;
  }

  .tb01 td {
    width: 70%;
  }

  .tb03,
	.tb03 th {
    white-space: inherit;
  }

  .tb03.w075par {
    width: 100%;
  }

  .tb04,
	.tb04 th {
    white-space: normal;
  }

  .tb04 th {
    font-size: 13px;
  }

  .tb04 td,
	.tb04 th {
    padding: 2%;
  }

  /*-------------------- 診療時間表 --------------------*/
  .tb02_tit {
    padding: 8px;
    margin-bottom: 10px;
    font-size: 110%;
  }

  .tb02 th,
  .tb02 td {
    padding: 10px 0!important;
    font-size: 14px;
  }

  .tb02 th {
    width: 26%;
    min-width: unset;
  }
  
  .tb02 tr:nth-of-type(2) th,
  .tb02 tr:nth-of-type(3) th {
    font-size: 13px;
  }

  .schedule_note {
    margin-top: 10px;
  }

  .schedule_note {
    margin: 15px auto 0;
    font-size: 14px;
  }
  /*--------------------サイドバー--------------------*/
  .side_area {
    width: 100%;
    margin: auto;
    padding: 30px 20px 20px;
  }

  /*--------------------パンくず--------------------*/
  #breadcrumb {
    position: static;
    font-size: 12px;
    padding: 15px 0;
  }

  /*--------------------レイアウト--------------------*/
  .layout_tit{
    font-size: 18px;
  }
  
  .layout_tit em{
    font-size: 24px;
  }
  
    /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
  .layout01 dl {
    display: block;
  }

  .layout01 dt {
    width: 100%;
		padding: 15px 10px;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  
    /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
    .layout02 {
      display: block;
    }
  
    .layout02 .layout02_box{
      width: 100%;
    }
  
    .layout02 .layout02_box img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
    .layout03 {
      margin: 0 0 15px;
    }
  
    .layout03 .layout03_box {
      display: block;
    }
  
    .layout03 .layout03_title {
      width: 100%;
    }
  
    .layout03 .layout03_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    padding: 0;
    }
  
    .layout03 .layout03_text {
      width: 100%;
      padding: 15px 3% 1%;
    }
  
  
    /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
    .layout04 .layout04_box {
      display: block;
    }
  
    .layout04 .layout04_title {
      width: 100%;
      padding: 2%;
    }
  
    .layout04 .layout04_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    .layout04 .layout04_text {
      width: 100%;
    }
  
  
    /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
    .layout05 .layout05_box {
      display: block;
    }
  
    .layout05 .layout05_title {
      width: 100%;
      text-align: center;
      display: block;
    }
  
    .layout05 .layout05_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    .layout05 .layout05_text1:nth-child(2) {
      width: 100%;
      margin-top: 10px;
    }
  
    .layout05 .layout05_text1:nth-child(3) {
      width: 100%;
      border-left: none;
    }
    /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
    .layout06 {
      margin: 0 0 15px;
    }
  
    .layout06 .layout06_box {
      display: block;
    }
  
    .layout06 .layout06_title {
      width: 100%;
      padding: 3%;
      display: block;
      text-align: center;
    }
  
    .layout06 .layout06_title img {
      width: 70%;
      margin: 0 auto;
      display: block;
    }
  
    /* 数字 */
    .layout06 .layout06_text1:nth-child(2) {
      width: 100%;
      margin-top: 10px;
    }
  
    .layout06 .layout06_text1:nth-child(3) {
      width: 100%;
      border-left: none;
    }
    /* 3つ並びのレイアウト。 */
    .layout07 {
      display: block;
    }
    .layout07 .layout07_box {
      display: block;
      width: 100%;
    }
    /* 3つ並びのレイアウト。矢印付き */
    .layout08 {
      display: block;
    }
  
    .layout08 dl {
      position: relative;
      width: 100%;
      margin-right: 0;
      margin-bottom: 35px;
    }
    .layout08 dl::before {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      top: 110%;
      height: 7px;
      width: 7px;
      transform: rotate(135deg);
      background-color: transparent;
      border-top: 2px solid #1F2774;
      border-right: 2px solid #1F2774;
      content: "";
      bottom: 0;
      margin: auto;
    }
  
    .layout08 dl:nth-child(3n)::before {
      display: none;
    }
  
    .layout08 dl dt {
      margin-bottom: 7px;
      padding-bottom: 7px;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
      font-weight: bold;
      text-align: center;
    }
  
    .layout08 dl dt em {
      margin-right: 8px;
      font-size: 24px;
      font-family: 'Quicksand', sans-serif;
    }
  
    .layout08 dl dd {
      line-height: 1.5;
    }
  
  /* layout10 */
  .layout10 .flow_box{
		display: block;
		padding: 6%;
    /*justify-content: space-between;*/
  }
	
  .layout10 .flow_box::before{
      display: none;
  }
  .layout10 .flow_box .number{
      width: 42px;
      height: 42px;
			margin: 0 auto 15px;
      /*margin-right: 0;*/
      font-size: 20px;
  }
  .layout10 .flow_box .layout10_box{
      width: 100%;
  }
	
	.layout10 .flow_box .layout10_box .layout_tit {
		text-align: center;
	}
	
  .layout10 .flow_box .layout10_text .title{
      font-size: 14px;
      line-height: 1.4;
  }
  .layout10 .flow_box .layout10_text .title span{
      display: block;
      padding-bottom: 8px;
      font-weight: bold;
  }
  .layout10 .flow_box .layout10_text .title span::after{
      display: none;
  }
  .course_ablation::before{
      display: none;
  }
  
  /* layout11 */
  [class^="layout11_text"] dl dt,
  [class^="layout11_text"] dl dd{
      margin-left: 0;
      width: 100%;
  }
  [class^="layout11_text"] dl dt{
      margin-bottom: 0;
  }
  [class^="layout11_text"] dl dd{
      margin-bottom: 10px;
  }
  .layout11_image02{
      flex-wrap: wrap;
  }
  .layout11_image02 span{
      width: 100%;
  }
  .layout11_image02 span:last-child{
      margin-top: 40px;
  }
  .layout11_image02 span:last-child::before{
      top: -32px;
      bottom: auto;
      left: 0;
      right: 0;
      justify-content: center;
      content: "\f078";
  }
  /*--------------------診療内容などのコンテンツ--------------------*/
  .anklink li {
    width: 100%;
    margin: 0 0 10px;
  }

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

    *フリーエリア（上・下）（スマホ）

  ==================================================================================================================================*/
  .freearea_up_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .freearea_up_img img {
    width: 100%;
    height: auto;
  }

  .freearea_under_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .freearea_under_img img {
    width: 100%;
    height: auto;
  }

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

    *医師紹介（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_doctor .box1 {
    padding: 50px 5% 80px!important;
  }
  
  .sec_top_doctor h2 {
    margin-bottom: 30px!important;
  }
  
  .sec_top_doctor h2::before {
    height: 30px;
  }
  
  .top_greeting_flex {
    display: block;
  }

  .top_greeting_flex_img {
    width: 100%;
    min-width: auto;
    margin-bottom: 15px;
  }
  
  .top_doctor_img {
    margin: 0 auto 20px;
    text-align: center;
  }
  
  .top_doctor_img figure::before {
    display: none;
  }
  
  .top_doctor_name_box {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .top_doctor_name {
    font-size: 15px;
  }
  
  .top_doctor_name .name {
    font-size: 130%;
  }
  
  .top_doctor_name .name span {
    margin-right: 10px;
  }
  
  .top_greeting_flex_text {
    width: 100%;
    padding: 0;
  }
  
  .top_greeting_flex_text .text {
    margin: 0 0 40px;
    line-height: 2;
  }

  .top_greeting_flex_text .btn01 {
    margin: 0 auto;
    background: none;
    text-align: center;
  }
  
  
  

  /*--------------------下層--------------------*/
  .doctor_greeting_flex {
    display: block;
  }

  .doctor_greeting_flex .text {
    width: 100%;
  }

  .doctor_img {
    width: 100%;
    text-align: center;
  }

  /*----------経歴・資格----------*/
  .doctor_carr_wrap {
    display: block;
  }

  .doctor_carr_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .doctor_carr_box:last-child {
    margin-bottom: 0;
  }
	
	.img_flex {
		display: block;
		margin-top: 30px;
	}

	.img_flex p {
		width: 100%;
	}

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

    *当院の特徴（スマホ）

  ==================================================================================================================================*/
  /*--------------------  TO P--------------------*/
  .sec_top_feature::before {
    width: calc(100% - (50% + 157px));
  }

  .sec_top_feature::after {
    top: 65px;
    width: calc(100% - (50% - 80px));
    height: 97%;
  }
  
  .sec_top_feature .box1 {
    padding: 50px 5% 80px!important;
  }
  
  .sec_top_feature h2 {
    margin-bottom: 30px!important;
  }
  
  .sec_top_feature h2::before {
    height: 30px;
  }
  
  /* 当院の特徴パターンA(写真と文章分離、並列並び) */
  .sec_top_feature.pattern01 .top_feature_wrap {
    gap: 50px 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item {
    width: 100%;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_img {
    width: 95%;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box {
    width: 95%;
    min-height: auto;
    margin: -50px 0 0 auto;
    padding: 20px 20px 30px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box::before {
    top: 10px;
    right: -10px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_tit_box {
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 20px;
  }

  /* 画像下のナンバリング */
  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num {
    min-width: 44px;
    min-height: 44px;
    margin-right: 0;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_num p {
    font-size: 20px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item h3 {
    font-size: 16px;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .top_feature_text {
    font-size: 14px;
    line-height: 2;
  }

  .sec_top_feature.pattern01 .top_feature_wrap .top_feature_item .top_feature_box .btn02 {
    margin-top: 40px;
  }

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

    *診療案内（スマホ）

  ==================================================================================================================================*/
  .sec_top_medical::before {
    height: 45.2%;
  }
  
  .sec_top_medical .box1 {
    padding: 70px 5%!important;
  }
  
  .sec_top_medical h2 {
    margin-bottom: 30px!important;
  }
  
  .sec_top_medical h2::before {
    height: 30px;
  }
  
  .sec_top_medical .sec_top_medical_flex {
    gap: 0 10px;
  }
  
  .sec_top_medical .sec_top_medical_flex::before {
    display: none;
  }
  
  /* 診療案内パターンA(アイコンを目立たせるタイプ) */
  .sec_top_medical.pattern01 .sec_top_medical_flex .item {
    width: 48%;
    margin-bottom: 10px!important;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a {
    padding: 15px 0 15px 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a .top_medical_menu_tit_box {
    display: block;
    gap: 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a h3 {
    font-size: 15px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a p.top_medical_menu_en_title {
    margin-top: 3px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a p.top_medical_menu_catch {
    font-size: 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a ul {
    margin-top: 20px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a ul li {
    padding-left: 15px;
    font-size: 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item a ul li::before {
    width: 10px;
    height: 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1),
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) {
    width: 100%;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) {
    margin-bottom: 0!important;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a {
    padding: 25px 0 30px 25px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a .top_medical_menu_tit_box,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a .top_medical_menu_tit_box {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a h3,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a p.top_medical_menu_catch,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a p.top_medical_menu_catch {
    font-size: 14px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a ul,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a ul {
    margin-top: 30px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a ul li,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a ul li {
    padding-left: 20px;
    font-size: 12px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(1) a ul li::before,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(8) a ul li::before {
    width: 12px;
    height: 12px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a {
    padding: 15px 0 15px 10px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a .top_medical_menu_tit_box,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a .top_medical_menu_tit_box {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a h3 {
    font-size: 12px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a p.top_medical_menu_catch {
    font-size: 9px;
  }
  
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(2) a ul,
  .sec_top_medical.pattern01 .sec_top_medical_flex .item:nth-of-type(3) a ul {
    margin-top: 20px;
  }
  
  .sec_top_medical.pattern01 .btn01 {
    margin-top: 50px;
  }

  
	table.comparison-table {
		width:800px;
	}
	table.comparison-table td {
		 word-break : break-all;
	}
	.table-scroll{
		overflow: auto;
		white-space: nowrap;
	}
	.table-scroll::-webkit-scrollbar{
		 height: 5px;
	}
	.table-scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.table-scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
	.comparison-table img {
		width: 150px!important;
	}
	.implant_btn a {
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}
	.implant_btn a::after {
		width: 96.5%;
	}
	.sec_medical .medical_list .text,.sec_medical .medical_list .btn01{
		width:100%;
	}
/*==================================================================================================================================

    *病名から探す（スマホ）

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

    *症状から探す（スマホ）

  ==================================================================================================================================*/
  .symptom_flex .btn01 {
    text-align: center;
  }

  .symptom_flex .symptom_flex_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .symptom_flex .symptom_flex_left {
    width: 100%;
  }

  .symptom_w100 .symptom_flex_left {
    width: 100%;
  }

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

    *症例（スマホ）

  ==================================================================================================================================*/
  /*-------------------一覧ページ-------------------*/
  .case_flex .btn01 {
    text-align: center;
  }

  .case_flex .case_flex_right {
    width: 100%;
    margin-bottom: 10px;
  }
  .case_flex .case_flex_left {
    width: 100%;
  }

  .case_w100 .case_flex_left {
    width: 100%;
  }

  /*-------------------コンテンツページ-------------------*/
  .box_case .images .before {
    margin-bottom: 10px;
  }
  .box_case .images .before, .box_case .images .after {
    width: 100%;
  }
  .box_case .images ul {
    width: 100%;
  }
  .box_case .images ul li a img {
    height: 150px;
  }
  .box_case dl {
    flex-wrap: wrap;
  }
  .box_case dl dt, .box_case dl dd {
    width: 100%;
  }
.case_table th,
.case_table td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
	.case_table tr:last-child td {
		border-bottom: 1px solid var(--border-color);
	}
  /*==================================================================================================================================

    *医院案内（スマホ）

  ==================================================================================================================================*/
  .clinic_desc dl {
    display: block;
  }

  .clinic_desc dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }

  .clinic_desc dl dd {
    width: 100%;
    padding: 0 0 15px;
  }

  .clinic_sche .tb02 th,
.clinic_sche .tb02 td {
    font-size: 12px;
  }

  .clinic_facilities_wrap {
    display: block;
  }

  .facilities_item {
    width: 100%;
    margin-bottom: 20px;
  }

  .facilities_item_img img {
    max-height: 390px;
  }
	.clinic_movie {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}
	
	.top_clinic_movie {
position: relative;
height: 0;
padding: 30px 0 56.25%;
margin: 0 5% 5px;
overflow: hidden;
}

.clinic_movie iframe,
.top_clinic_movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
  /*==================================================================================================================================

    *料金表（スマホ）

  ==================================================================================================================================*/
  /*TYPE A-----------------------*/
  .price_table_a tr:first-child {
    display: none;
  }

  .price_table_a tr td:nth-child(1) {
    background-color: var(--bg-color);
    font-weight: bold;
  }

  .price_table_a {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_a tr:first-child {
    display: none;
  }

  .price_table_a th {
    border-bottom: none;
  }

  .price_table_a td {
    display: block;
    border-bottom: none;
  }

  .price_table_a tr td:nth-child(1) {
    width: 100%;
  }

  .price_table_a tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_a tr td:nth-child(3) {
    width: 100%;
    white-space: normal;
  }

  /*TYPE B----------------------*/
  .price_table_b {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_b tr td {
    display: block;
  }

  .price_table_b tr th {
    border-bottom: none;
  }

  .price_table_b tr td {
    border-bottom: none;
  }

  .price_table_b tr td:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .price_table_b tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_b tr td:nth-child(3) {
    width: 100%;
  }

  /*TYPE C----------------------*/
  .price_table_c {
    border-bottom: 1px solid var(--border-color);
  }

  .price_table_c th {
    display: block;
    border-bottom: none;
  }

  .price_table_c td {
    display: block;
    border-bottom: none;
  }

  .price_table_c tr td:nth-child(1) {
    width: 100%;
    text-align: center;
  }

  .price_table_c tr td:nth-child(2) {
    width: 100%;
  }

  .price_table_c tr td:nth-child(3) {
    width: 100%;
  }

  .price_table_c tr.price_table_table_c_variableitem th {
    width: 100%;
  }

  .price_table_c tr.price_table_table_c_variableitem td {
    width: 100%;
  }

  /*----------------診療内容のテーブル----------------*/
  .price_table.price_table_medical tr td {
    display: block;
  }

  .price_table.price_table_medical tr:first-child {
    display: none;
  }

  .price_table.price_table_medical tr td:nth-child(1) {
    text-align: center;
    font-weight: bold;
    border-top: none;
    background: var(--bg-color);
    width: 100%;
  }

  .price_table.price_table_medical tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid var(--border-color);
  }

  .price_table.price_table_medical tr td:nth-child(2) {
    border-top: none;
    text-align: center;
    width: 100%;
  }

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

    *求人案内（スマホ）

  ==================================================================================================================================*/
  .recruit_img {
    float: none;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .recruit_img img {
    width: 100%;
    height: auto;
  }

  .recruit_table {
    border-bottom: 1px solid var(--border-color);
  }

  .recruit_table th,
.recruit_table td {
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .recruit_table th {
    border-bottom: none;
  }

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

    *アクセス（スマホ）

  ==================================================================================================================================*/
  .map_flex_item{
    width: 100%;
  }
  .map_flex_item:first-child{
    margin-bottom: 20px;
  }

  .access_add {
    display: block;
  }

  .access_add dt {
    width: 100%;
  }

  .access_add dd {
    width: 100%;
  }

  .access_detail {
    display: block;
  }

  .access_detail_left {
    width: 100%;
    margin-bottom: 10px;
  }

  .access_detail_right {
    width: 100%;
  }

  .access_route ul {
    display: block;
  }

  .access_route ul li {
    width: 100%;
  }
  
  /*-------------------- タブメニュー --------------------*/
  .sec_top_tab {
    min-height: 380px;
  }
  
  .sec_top_tab .home_inner {
    padding: 50px 5% 50px;
  }
  
  .tab_menu_list li {
    width: calc(100% / 3 - 5px);
  }
  
  .tab_menu {
    font-size: 14px;
  }
  
  .tab_content {
    padding: 20px 0 0!important;
  }

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

    *お知らせ（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  /* パターンA(pattern01) お知らせのみ */
  .sec_top_news.pattern01 .news_list li {
    padding: 0 0 10px!important;
    font-size: 14px;
  }
  
  .sec_top_news.pattern01 .news_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .sec_top_news.pattern01 .news_list li em {
    margin-right: 0;
  }
  
  .sec_top_news.pattern01 .news_list li a {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

 
	
	/*-------------------下層-------------------*/
	.news #breadcrumb {
		margin: 0;
	}
  
  /*-------------------- 医療コラム --------------------*/
  .top_column_list .top_column_list_detail {
    padding: 0 0 10px!important;
  }

  .top_column_list .top_column_list_detail:not(:last-child) {
    margin-bottom: 20px;
  }

  .top_column_list li a {
    display: flex;
    align-items: center;
  }

  .top_column_thum {
    width: 120px;
    height: 70px;
    margin-right: 10px;
  }

  .top_column_info {
    display: block;
  }

  .top_column_desc li {
    font-size: 14px;
  }

  .top_column_desc .top_column_date {
    margin-right: 10px;
  }

  .top_column_desc .top_column_cate {
    margin-right: 0;
  }

  .top_column_info h3 {
    font-size: 14px;
  }
  
  .column_list_flex {
    /* gap: 20px 2%; */
    /* 一列にする場合はこちら */
    gap: 0;
  }
  
  .column_list_flex dl {
    /* width: 48%; */
    /* 一列にする場合はこちら */
    width: 100%;
  }

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

    *ブログ（スマホ）

  ==================================================================================================================================*/
  /*--------------------TOP--------------------*/
  .sec_top_blog_list .top_blog_thum {
    width: 50px;
    height: 50px;
  }
  .sec_top_blog_list .top_blog_thum img {
    width: 100%;
    height: 100%;
  }
  .sec_top_blog_list .top_blog_info {
    width: calc(97% - 50px);
  }

  /*--------------------下層--------------------*/
  .thumbnail {
    float: none;
    margin: 0;
    text-align: center;
  }

  .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: unset;
    width: 200px;
    height: 200px;
  }

  .blog_content iframe {
    max-width: 100%;
    height: auto;
  }
  
  /*-------------------- 理念 --------------------*/
  .top_philosophy_deco01 {
    top: 270px;
    left: 0;
    width: 100px;
    height: 100px;
  }

  .top_philosophy_deco01 .inner::before {
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
  }

  .top_philosophy_deco02 {
    bottom: 0;
    right: 0;
    width: 100px;
    height: 130px;
  }

  .top_philosophy_deco02 .inner::before {
    top: -20px;
    left: -20px;
    right: auto;
    width: 100%;
    height: 100%;
  }

  .top_philosophy_deco02 .inner::after {
    bottom: -20px;
    left: auto;
    right: -20px;
    width: 100%;
    height: 100%;
  }

  .sec_top_philosophy .box1 {
    padding: 70px 5% 50px!important;
  }

  .sec_top_philosophy h2 {
    margin-bottom: 30px!important;
    color: var(--main-color)!important;
  }

  .sec_top_philosophy h2::before {
    height: 30px;
    background: url("../images/116-clinic_philosophy_sp.png") no-repeat center / contain;
  }
  
  .top_philosophy_detail {
    position: relative;
    z-index: 1;
  }

  .philosophy_catch {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
  }

  .philosophy_catch p span {
    font-size: 100%;
  }

  .top_philosophy_txt {
	/*margin-bottom: 20px;*/
	margin-bottom: 30px;
	font-size: 15px;
    line-height: 2;
    text-shadow: 1px  1px 1px #fff, -1px  1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px  0px 1px #fff, 0px  1px 1px #fff, -1px  0px 1px #fff, 0px -1px 1px #fff;
  }

  .top_philosophy_txt p:first-child {
    margin-bottom: 10px;
  }

  .philosophy_video {
    /*position: static;
    max-width: none;*/
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
	bottom: 0;
    overflow: hidden;
  }
	.philosophy_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	outline: 1px solid #d9dcde;
	outline-offset: -1px;
    box-sizing: border-box;
  }
  
  /*==================================================================================================================================

    *当院のコンセプト（スマホ）

  ==================================================================================================================================*/
  .concept_tit_box {
    margin-bottom: 50px;
  }

  .concept_tit_en {
    margin-bottom: 10px!important;
    font-size: 24px;line-height: 1;
  }

  .concept_tit {
    font-size: 16px!important;
  }

  .sub_philosophy_catch {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
  }

  .sub_philosophy_catch p span {
    font-size: 100%;
  }

  .sub_philosophy_txt {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    text-shadow: 1px  1px 1px #fff, -1px  1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px  0px 1px #fff, 0px  1px 1px #fff, -1px  0px 1px #fff, 0px -1px 1px #fff;
  }

  .sub_philosophy_txt p:first-child {
    margin-bottom: 10px;
  }

  .concept_item {
    flex-direction: column;
    padding: 20px;
  }

  .concept_item:not(:last-child) {
    margin-bottom: 30px;
  }

  .concept_item::before {
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(175, 205, 233);
    content: "";
  }

  .concept_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .concept_box {
    width: 100%;
    padding: 0;
  }

  .concept_box_tit {
    gap: 0 15px;
    margin-bottom: 24px;
  }

  .concept_num {
    min-width: 44px;
    min-height: 44px;
  }

  .concept_num p {
    font-size: 20px;
  }

  .concept_box_tit h3 {
    font-size: 16px;
  }

  .concept_text {
    font-size: 14px;
    line-height: 2;
  }
  
  .bnr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .bnr_list p {
    width: 100%;
  }

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

    *MPクラウド（スマホ）

  ==================================================================================================================================*/
  #mpcloud_schedule {
    bottom: 60px;
  }

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

    *お問い合わせ（スマホ）

  ==================================================================================================================================*/
  .contact {
    margin: 0 auto;
    width: auto;
  }

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

    *ループスライダー（スマホ）

  ==================================================================================================================================*/
	.clinic_slider .slick-initialized .slick-slide {
		width: auto;
    margin-right: 10px;
	}
	
  #loop_slider li img {
    width: 250px;
  }
  
  .slick-arrow {
    width: 34px;
    height: 34px;
  }
  
  .slick-arrow-next {
    right: 10px;
  }
  
  .slick-arrow-prev {
    left: 10px;
  }

  /*--------------------common--------------------*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .pc_inline {
    display: none !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .pc_table {
    display: table !important;
  }

  .sp_table {
    display: table !important;
  }

  .sp_flex {
    display: flex !important;
  }

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

  .sp_mb00 {
    margin-bottom: 0 !important;
  }

  .sp_mr00 {
    margin-right: 0 !important;
  }

  .sp_ml00 {
    margin-left: 0 !important;
  }

  .sp_mt00 {
    margin-top: 0 !important;
  }

  .sp_pb00 {
    padding-bottom: 0 !important;
  }

  .sp_pr00 {
    padding-right: 0 !important;
  }

  .sp_pl00 {
    padding-left: 0 !important;
  }

  .sp_pt00 {
    padding-top: 0 !important;
  }

  .sp_center {
    text-align: center;
  }
	
	.flex_img_2{
	flex-flow: column;
	}
	
		.flex_img_2 p{
		text-align: center;
	}

	.flex_img_2 p img{
		width: auto;
		max-width:100%;
		 height: auto;
    	max-height: 300px;
	}
	
	.flex_img_2 p img:first-of-type{
		margin:0;
	}


  .img_fl,
.img_fr {
    float: none;
    margin: 0;
    text-align: center;
  }

  .img_fl img,
.img_fr img {
    margin-bottom: 15px;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: auto;
  }
	.flex_img{
		display: block;
	}
	.img_left {
		margin-bottom: 1em;
	}
	.img_left, .img_right{
		width: 100%;
		padding: 15px;
	}
	.img_left p:nth-child(2), .img_right p:nth-child(2){
		padding: 10px
	}
}
@media screen and (max-width: 320px) {
  .main_catch p {
    font-size: 16px;
  }
	
	h2 {
		font-size: 150%;
	}
	
	.tit_en {
    font-size: 30px;
	}
	
	.sec_top_feature.pattern01 .tit_box h2 {
		font-size: 22px;
	}
	
	.sec_top_feature.pattern01 .tit_box .tit_en {
		font-size: 50px;
	}

	.top_feature_text p{
		font-size: 11px!important;
	}
  /*--------------------サイドバー--------------------*/
  .side_area {
    width: 100%;
  }

  /*--------------------common--------------------*/
  .sp_inline_iP {
    display: inline !important;
  }
}

/*--------------------トップバナー--------------------*/
.sec_top_bnr {
    margin-top: 40px;
}

.sec_top_bnr .box1 {
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 40px;
}

.sec_top_bnr .box1 a {
    transition: opacity .5s;
}

.sec_top_bnr .box1 a:hover {
    opacity: .7;
}

@media screen and (max-width: 640px) {
    .sec_top_bnr {
        margin-top: 0;
    }

    .sec_top_bnr .box1 {
        flex-direction: column;
        gap: 20px;
    }

    .sec_top_bnr .box1 a {
        transition: opacity .5s;
    }
}

/*--------------------トップ - 患者様の声--------------------*/
.sec_top_voice {
    margin-bottom: 0 !important;
}

.sec_top_voice .box1 {
    padding-top: 113px;
}

.sec_top_voice h2 {
    margin-bottom: 60px !important;
}

.sec_top_voice h2::before {
    height: 52px;
    background: url(../images/117-voice.png) no-repeat center / contain;
}

.sec_top_voice h3 {
    text-align: center;
    font-size: 140%;
    background: linear-gradient(-60deg, rgb(31, 106, 173) 0%, rgb(21, 78, 129) 100%);
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.top_voice_wrap {
    border: 1px solid var(--main-color);
    padding: 40px;
}

.top_voice_img_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    margin-bottom: 60px
}

.top_voice_img_list li a {
    transition: opacity .5s;
}

.top_voice_img_list li a:hover {
    opacity: .5;
}


@media screen and (max-width: 640px) {
    .sec_top_voice h2 {
        margin-bottom: 20px !important;
    }

    .sec_top_voice h2::before {
        height: 30px;
    }

    .sec_top_voice h3 {
        font-size: 120%;
        margin-bottom: 20px;
    }

    .top_voice_wrap {
        padding: 20px 5%;
    }

    .top_voice_img_list {
        flex-direction: column;
        gap: 20px;
    }
}

/*--------------------トップ - 極限までこだわる LOTUS DENTAL CLINIC 専門治療--------------------*/
.sec_top_commitment {
    padding-top: 110px;
}

.sec_top_commitment h2::before {
    height: 52px;
    background: url(../images/118-top_commitment_title.png) no-repeat center / contain !important;
}

.top_commitment_item:not(:first-child) {
    margin-top: 120px;
}

.top_commitment_item_head {
    display: flex;
}

.top_commitment_item_head.reverse {
    flex-direction: row-reverse;
}

.top_commitment_img {
    margin-top: 40px;
}

.top_commitment_text {
    width: 100%;
    max-width: 660px;
    z-index: 1;
    margin-left: -70px;
}

.top_commitment_item_head.reverse .top_commitment_text {
    margin-right: -70px;
    margin-left: auto;
}

.top_commitment_num {
    text-align: right;
}

.top_commitment_text h3 {
    font-size: 200%;
    line-height: 1.8 !important;
}

.top_commitment_text p {
    margin-top: 30px;
}

.top_commitment_item .btn01 {
    text-align: center;
    margin-top: 30px;
}

.top_commitment_item_foot {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.top_commitment_case {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.top_commitment_case_img {
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_commitment_case .case_table {
    margin-top: 30px;
	flex-grow: 1;
}

.top_commitment_case .case_table th {
    width: 35%;
}

.top_commitment_case .case_table td {
    vertical-align: middle;
}


@media screen and (max-width: 640px) {
    .sec_top_commitment {
        margin-bottom: 40px;
    }

    .top_commitment_item:not(:first-child) {
        margin-top: 60px;
    }

    .top_commitment_item_head {
        flex-direction: column !important;
    }

    .top_commitment_text {
        margin-left: auto !important;
        margin-right: auto !important;
    }

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

    .top_commitment_num img {
        height: 70px;
        width: auto;
    }

    .top_commitment_text h3 {
        font-size: 160%;
    }

    .top_commitment_text .btn01 a {
        width: 100%;
        max-width: 300px;
    }

    .top_commitment_img {
        margin-top: 0;
    }

    .top_commitment_item_foot {
        flex-direction: column;
        margin-top: 40px;
    }

    .top_commitment_case {
        width: 100%;
    }

    .top_commitment_case:not(:first-child) {
        margin-top: 40px;
    }

    .top_commitment_case_img {
        height: auto;
    }

    .top_commitment_case .case_table {
        margin-top: 20px;
    }

    .top_commitment_case .case_table th {
        width: 100%;
    }
}

/*--------------------トップ - 動画で紹介--------------------*/
.sec_top_movie {
    margin-top: 120px;
}

.sec_top_movie h2 {
    margin-bottom: 60px !important;
}

.sec_top_movie h2::before {
    height: 52px;
    background: url(../images/119-movie.png) no-repeat center / contain;
}

.top_movie_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.top_movie_icon a {
    width: 100%;
    max-width: 260px;
    transition: opacity .5s;
}

.top_movie_icon a:hover {
    opacity: .5;
}

.top_movie_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.top_movie_list iframe {
    width: 30%;
    aspect-ratio: 9 / 16;
}


@media screen and (max-width: 640px) {
    .sec_top_movie {
        margin-top: 80px;
    }

    .sec_top_movie h2::before {
        height: 30px;
    }

    .top_movie_list {
        flex-direction: column;
    }

    .top_movie_list iframe {
        width: 70%;
        margin-inline: auto;
    }

    .top_movie_list iframe:not(:first-child) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 400px) {
    .top_movie_list iframe {
        width: 100%;
    }
}

/*--------------------当院のインプラント - 東京・品川エリアで取り組む 信頼と実績に基づくインプラント治療の品質向上--------------------*/
.implant_flex {
    display: flex;
    justify-content: space-between;
}

.implant_flex_item {
    width: 48%;
}

.implant_flex_item h3:nth-child(n + 2) {
    margin-top: 90px;
}


@media screen and (max-width: 640px) {
    .implant_flex {
        flex-direction: column;
    }

    .implant_flex_item {
        width: 100%;
    }

    .implant_flex_item:nth-child(2) {
        margin-top: 40px;
    }

    .implant_flex_item h3:nth-child(n + 2) {
        margin-top: 1.5em;
    }
	.alignright{
		float:none;
	}
}
/*--------------------トップ - FAQ--------------------*/
.sec_top_faq{
	margin-bottom:100px;
	padding-top:50px;
}
.sec_top_faq h2::before {
    height: 64px;
    background: url(../images/120-faq.png) no-repeat center / contain;
}
.sec_top_faq h2 {
    margin-bottom: 60px !important;
}
@media screen and (max-width: 640px){
	.sec_top_faq{
		margin-bottom:0;
		padding-top:0;
	}
	    .sec_top_faq .box1 {
        padding-top: 40px !important;
    }
	
	.sec_top_faq h2 {
		margin-bottom: 20px !important;
	}

    .sec_top_faq h2::before {
        height: 40px;
    }
}

/*--------------------Englishページ--------------------*/
@media screen and (max-width: 640px) {
    .video_wrap {
        position: relative;
        aspect-ratio: 16 / 9;
    }

    .video_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* 選定療養 */
.notice-container {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}

.notice-header {
  padding: 18px 5px;
}

.notice-header h2 {
  font-size: 145%!important;
  letter-spacing: 0!important;
}

.notice-body {
  padding: 30px 20px 90px;
}

.notice-text p {
  font-size: 16px;
}

.notice-logo {
  right: 16px;
  bottom: 16px;
  width: 83px;
  height: 87px;
}
}