/*
Theme Name: Lightning Child 
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

:root{
  --main-color: #0062B1;
  --header-border-color: #333333;
  --main-title-background-color: #eaf4fa;
  --otorhinolaryngology-color: #43b87f;
  --allergy-color: #43b87f;
  --solid-color: #bfbfbf;
  --fort-cover-color: #93f4ff;
  --header-font-color: #333333;
  --newinfo-link-font-color: #393535;
  --sub-title-2-background: #fffdfa;
  --sub-title-3-background: #fffdfa;
}


/* フォントを「游ゴシック」に変更 */
body, html {
	font-family: 'メイリオ', 'Noto Serif JP', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/* フッタのコピーライトを消す */
.site-footer-copyright p:nth-child(2) {
    display: none;
}
/* パンくずリストを非表示にする */
.breadcrumb {
    /*display: none; /* パンくずリストを非表示にする */
}

.swiper-slide{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.swiper-slide img{
	width: 100%;
	height: auto;
	display:block;
}

/**************************************/
/* トップスライドショータイトル */
/**************************************/
.ltg-slide-inner {
  position: relative;
  background-size: cover;
  background-position: left center;
  align-items: center;
}

.swiper-slide-next{
  position: relative;
}

.ltg-slide-text-title {
    font-size: 50px; /* フォントサイズ */
    font-family:  'メイリオ', 'Noto Serif JP',　'游ゴシック体', sans-serif;
	  position: absolute;
    right: 0 !important;
	  top: 0 !important;
	  /* background-color: rgba(255, 255, 255, 0.9); */
    color: var(--main-color);
    z-index: 1;
	  margin-right: 1.8%;
	  padding: 1%;
	  text-align: center;
}


.ltg-slide-text-title::before {
  content: '';
  position: absolute;
  right: 0 !important;
	top: 0 !important;
  width: 100%;
	height: 100%;
  background: rgba(255, 255, 255, 0.6);
  /* transform: skewX(-20deg); */
  transform-origin: top right;
  z-index: -1;
  border-radius: 10px;
  /* text-align: center; */
}

.newinfo_class{
  background-color: white;
  height: 100%;
}

.newinfo_class li{
  height: 100%;
}

.news div.newinfo_group div.wp-block-column.title_block{
  flex: 1;
}

.lightning_swiper.swiper.swiper-container.ltg-slide.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden{
  border-radius: 23px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 3%;
}

.page-header{
  border-radius: 23px;
  margin-left: 5px;
  margin-right: 5px;
}

.swiper-pagination-bullet{
  display: none;
}

.web_call_reservation{
  border: solid 1px var(--main-color);
  border-radius: 10px;
}

.tel_call_reservation{
  border: solid 1px var(--main-color);
  border-radius: 10px;
}

.medical_treatment_group, .information_group, .first_hospital_group, .is-style-default, .access_group, .access_group_top{
  position: relative;
  z-index: 0;
  background: transparent;
}

.medical_treatment_text{
  background: transparent;
}

/* .note_block::after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  left: 15.5%;
  padding-right: 120px;
  background: var( --main-title-background-color);
  border-radius: 10px;
  width: 100%;
  height: 80%;
  z-index: -1;
} */

.note_block::after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  left: 0;
  padding-right: 120px;
  background: var(--main-title-background-color);
  border-radius: 10px;
  width: 100%;
  height: 65%;
  z-index: -1;
}
  


/* .medical_treatment_text::after{
  position: absolute;
  display: block;
  content: '';
  top: 15%;
  right: 15.5%; */
  /* left: 1px; */
  /* margin-left: 120px;
  width: 100%;
  height: 80%;
  z-index: -1; */
  /* background: (138.77% 634.88% at 6.83% 89.83%, #F7FDFF 0%, #EDF3F4 83.97%);
   */
   /* background: linear-gradient(to bottom, #eaf6fd 0%, #ffffff 80%); */
   /* background: var( --main-title-background-color);
   border-radius: 10px;
} */

/* 
.information_group::after {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 90%;
  background: var( --main-title-background-color);
  z-index: -1;
  border-radius: 10px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
} */

/* .is-style-default::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 85%;
  background: var( --main-title-background-color);
  z-index: -1;
  border-radius: 10px;
  top: 19%;
  left: 0;
} */

/* .access_group::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 98%;
  z-index: -1;
  border-radius: 10px;
  top: 5%;
  left: 0;
  background: var( --main-title-background-color);
} */

/* .access_group_top::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 98%;
  z-index: -1;
  border-radius: 10px;
  top: 10%;
  left: 0;
  background: var( --main-title-background-color);
} */

.end-line{
  margin-bottom: 0;
}

.top-line{
  margin-top: 0;
}

/**************************************/
/* ページ投稿タイトルのレイアウト変更 トップ以外 */
/**************************************/

/* 投稿タイトルのヘッダー画像を追加形を修正 */
.page-header{
	background-image: url('image/toinshokai_header01.jpg') !important;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative !important;
	height: 15rem !important;
/* 	margin-bottom: 3%; */
}

/* ページヘッダーにオーバレイを重ねる */
.page-header::before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	opacity: 0.4;
	background-color: var(--fort-cover-color);
	width: 100%;
	height: 100%;
  border-radius: 23px;
}

.page-header-title{
	color: var(--header-font-color) !important;
	box-shadow: none !important;
	display: inline-block;
}

.page-header-title::after{
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
	background-color: var(--header-font-color);
	transform: scaleX(0);
	transform-origin: left;
	animation: underline-in 0.6s ease-out forwards;
	transform-origin: center;
}

@keyframes underline-in {
  from {
    transform: scale(0, 1);
  }
  to {
    transform: scale(1, 1);
  }
}
/**************************************/

/* 診療日カレンダ設定 */
.holiday-pm:before {
    content: "■";
    color: #fee2a0;
    font-size: 100%;
}
.holiday-all:before {
    content: "■";
    color: #ff9393;
    font-size: 100%;
}
/* トップページ施設画像ホバー設定 */
.hover_before {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 影を追加 */
    border: 1px solid #dcdcdc; /* テキストカラーを変更 */
}
/* トップページ施設画像ホバー設定 */
.hover-effect {
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* スムーズなアニメーションと影 */
}
/* トップページ施設画像ホバー設定 */
.hover-effect:hover {
    transform: scale(1.0); /* 1.2倍に拡大 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* 影を追加 */
	  border: 1px solid #ed4c80; /* テキストカラーを変更 */
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll .table_design11 tbody th{
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.table-scroll .table_design11 tbody td{
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.table_design11 {
  border-collapse: collapse;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
  background-color: white;
}
.table_design11 th, .table_design11 td {
  padding: 0.5em 0.5em;
  font-size: 16px;
}
.table_design11 th {
  border-top: 2px solid #686D76;
  border-bottom: 2px solid #686D76;
  background: #686D76;
  color: #ffffff;
}
.site-body {
  padding: 0 0 4rem;
}

.zoomin {
  width: 100%;
}
.zoomin-img {
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.zoomin-img img {
  width: 100%;
}
.zoomin-img img {
  transform: scale(1.2);
  transition: 1.0s ease-in-out;
}
.zoomin-img:hover img {
  transform: scale(1)
}
/* スライダー設定 */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:800px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

#floating_footer_btns {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.footer-btn {
  width: 50px;
  height: 50px;
  background: #0073aa;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}

.footer-btn:hover {
  background: #005b8f;
}

@media screen and (max-width: 768px) {
  #floating_footer_btns {
    flex-direction: row;
    bottom: 10px;
    right: 10px;
  }
}

.full-width-map {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: 100vw !important;
}

/* スライドショーのtableの装飾 */
.flex-table {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: sans-serif;
  max-width: 100%;
}

.flex-row {
  display: flex;
}

.cell {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  flex: 1;
  background: #fdfdfd;
}

/* 時間列（左端）は幅を固定 */
.cell.time {
  width: 100px;
  flex: none;
  background: #f0f0f0;
  font-weight: bold;
}

/* ヘッダー行の装飾 */
.header .cell {
  background: #ddd;
  font-weight: bold;
}

/* トップページの */
.category{
	border-radius: 10px; 
	padding-bottom: 3% !important;
	padding-top: 3% !important;
  border: solid 1px #E37707;
  text-align: center;
  background-color: white;
}

.category:hover {
  background-color: #E37707;
}

.category:hover a{
    color: white;
}

.category a{
  display: inline-block;
  width: 100%;
	color: #E37707;
	text-decoration: none;
}

/*****************************/
/* 診察のご案内耳鼻科装飾類  トップ*/
/*****************************/
.otorhinolaryngology{
	padding: 3%;
	width: 100%;
	border-radius: 3px;
}

.otorhinolaryngology_icon_tag{
  padding-top: 1rem;
}

.otorhinolaryngology_icon_tag div:first-child{
  justify-content: center;
}

.otorhinolaryngology_solid{
	border: solid 1px var(--solid-color);
	border-radius: 8px;
}

/* .otorhinolaryngology_solid:hover{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
} */

.otorhinolaryngology p.title{
	color: var(--otorhinolaryngology-color);
	font-size: 1.5rem;
}

.otorhinolaryngology_solid .wp-block-columns.icon_block.wp-container-content-1.is-layout-flex.wp-container-core-columns-layout-13.wp-block-columns-is-layout-flex{
  padding: 5%;
  border-bottom: solid 1px var(--solid-color);
}

.otorhinolaryngology.item_icon_medical{
  padding: 1%;
}

.otorhinolaryngology p.detail{
	background: var(--otorhinolaryngology-color); /*#08a456;*/
  border: 2px solid var(--otorhinolaryngology-color);
	padding: 3%;
	color: white;
	border-radius: 3px;
	margin-bottom: 2%;
}

.detail a{
  text-decoration: none;
  color: white;
}

.otorhinolaryngology p.detail:hover a{
  color: var(--otorhinolaryngology-color);
}

.otorhinolaryngology p.detail:hover{
  background: white;
  color: var(--otorhinolaryngology-color);
  border: 2px solid var(--otorhinolaryngology-color);
}

.otorhinolaryngology_calam{
	width: 100%;
}

/* iconカラムを真ん中に配置 */
.otorhinolaryngology .icon_block{
	width:100%;
	border-radius: 8px 8px 0 0;
}

.otorhinolaryngology .icon_block .vk_icon_frame{
	text-align:center;
}

/**************************************/
/* アレルギー科装飾 トップ */
/**************************************/
.allergy{
	padding: 3%;
	width: 100%;
	border-radius: 3px;
}

.allergy_icon_tag{
  padding-top: 1rem;
}

.allergy_icon_tag div:first-child{
  justify-content: center;
}

.allergy_solid{
	border: solid 1px var(--solid-color);
	border-radius: 8px;
}

/* .allergy_solid:hover{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
} */

.allergy p.title{
	color: var(--allergy-color);
	font-size: 1.5rem;
}

.allergy_solid .wp-block-columns.icon_block.wp-container-content-2.is-layout-flex.wp-container-core-columns-layout-14.wp-block-columns-is-layout-flex{
  padding: 5%;
  border-bottom: solid 1px var(--solid-color);
}

.allergy p.detail{
	background: var(--allergy-color); /*#f9698d*/
  border: 2px solid var(--otorhinolaryngology-color);
	padding: 3%;
	color: white;
	border-radius: 3px;
	margin-bottom: 2%;
}

.allergy p.detail:hover{
  background: white;
  color: var(--otorhinolaryngology-color);
  border: 2px solid var(--otorhinolaryngology-color);
}

.allergy p.detail:hover a{
  color: var(--otorhinolaryngology-color);
}

.allergy .icon_block{
	width:100%;
	border-radius: 8px 8px 0 0;
}

.allergy .icon_block .vk_icon_frame{
	text-align: center;
}

/**************************/
/* 診察時間デザインtable */
/**************************/
table.table_design11{
	border-collapse: separate;
	width: 100%;
	border-radius: 12px;
	border-spacing: 0;
	border: none;
	border-color: var(--main-color);
}

table.table_design11 tr:first-child th:first-child{
	border-top-left-radius: 12px;
}

table.table_design11 tr:first-child th:last-child {
	border-top-right-radius: 12px;
}

/* 最初の行の上ボーダーだけ残す */
table.table_design11 tr:first-child th,
table.table_design11 tr:first-child td {
  border-top: 1px solid var(--main-color);
}

/* 中間行にだけ上線 */
table.table_design11 tbody tr:not(:first-child) td {
  border-top: 1px solid var(--main-color);
}

/* 最後の行の下ボーダーだけ残す */
table.table_design11 tr:last-child td {
  border-bottom: 1px solid var(--main-color);
}

table.table_design11 th,
table.table_design11 td {
	border-bottom: 1px solid var(--main-color);
	padding: 10px;
	font-family: '游ゴシック',sans-serif;
	border: none;
}

table.table_design11 td {
	color: var(--main-color);
}

table.table_design11 th{
	background: var(--main-color);
	color: white;	
}

/***************************************/
/*投稿者名を非表示にする、入れるアカウント情報を渡したくないため function.phpで設定する */
/***************************************/
.entry-meta-item-author { 
	display: none;
}

/**************************************/
/*投稿一覧の順序をタイトル、日付、タグを旧の形に近づける日付、タグ、タイトルとレイアウトを変更*/
/**************************************/
.vk_post_body.media-body{
	display: flex;
	flex-direction: row;
}

/*投稿タイトル*/
h5.vk_post_title.media-title{
	order: 3;
	flex: 2;
	font-size: 20px;
	padding-bottom: 0;
	border: none;
	height: 100%;
}

h5.vk_post_title.media-title a{
	font-size: 20px;
	height: 100%;
	margin-left: 3%;
}

/*カテゴリ*/
.vk_post_taxonomies{
	order: 2;
	flex: 0 0 15%;
	margin-top: 0;
}

.vk_post_taxonomy_terms{
	font-size: 20px;
	margin-bottom: 0;
	height: 100%;
}

.vk_post_taxonomy_terms a{
	height: 100%;
}

/*日付*/
.vk_post_date.media-date.published{
	order: 1;
  flex: 1;
	font-size: 20px;
	margin-top: 0;
}

.vk_post_taxonomy_title_inner{
	display: none;
}

/*************************************************************************/
/* お知らせ一覧 */
/*************************************************************************/
.vk_post_date.media-date.published{
  color: var(--header-border-color);
}

h5.vk_post_title.media-title a {
  font-weight: normal;
}


/*************************************************************************/
/*施設紹介      */
/*************************************************************************/
.facility{
  position: relative;
}

.facility::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 225, 196, 0.1); /* 青 + 半透明 */
  pointer-events: none;
  border-radius: 23px;
}

.facility_title{
  text-align: center;
  margin-top: 2%;
  width: 100%;
}

.facility_title_english{
  color: #686D76;
}

/* .facility_letter{
  margin-bottom: 10%;
  text-align: center;
  width: 100%;
} */

.facility_introduction{
  width: 100%;
}

/* 先生画像イメージ大きさを変更 */
.director_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  border-radius: 23px;
}

.director_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 23px;
}

/* 先生の名前ブロック */
.name_block{
  text-align: center;
}

/*************************************************************************/
/* 院長からのご挨拶と当院のご紹介 */
/*************************************************************************/

/* for Desktop */
  .time_group{
    border-left: 2px solid #0693e3;
    display: flex;
    flex-direction: row;
    text-align: center;
    position: relative;
    align-items: flex-end;
  }

  /* .time_group::before{
    content: '';
    background: #0693e3;
    position: absolute;
    bottom: -7px;
    left: -7px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
  } */

  .timeline-date{
    padding-left: 5%;
    margin-top: 3%;
    padding-right: 2%;
    border-bottom: 1px dotted #0693e3;
    text-underline-offset: 2px;
    display: flex;
    flex-direction: column;
    width: 40%;
    text-align: center;
    width: 30%;
    line-height: 1.3;
  }

  .year_number{
    font-size: 1rem;
    text-align: left;
    /* vertical-align: text-top; */
    display: inline-block;
    color: #0693e3;
  }

  .year{
    font-size: 1.5rem;
    /* vertical-align: text-top; */
    display: inline-block;
    text-align: left;
    padding-left: 7%;
    color: #0693e3;
  }


  .timeline-content{
    margin-top: 3%;
    border-bottom: 1px solid gray;
    flex: 1;
    text-align: left;
    font-size: 1rem;
  }

  .time_lastgroup{
    border-left: 2px solid #0693e3;
  }

  .last_item{
    height: 1rem;
  }

  .message_and_history_group{
    align-items: stretch;
  }

  .photo_group{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .greeting_group{
    text-align: center;
  }

  .message_and_history_group, .facility_information, .medical_equipment_information{
    position: relative;
    z-index: 0;
  }

  /* .left_message_group::after{
    content: '';
    position: absolute;
    display: block;
    width: 70%;
    height: 100%;
    background: var( --main-title-background-color);
    z-index: -1;
    border-radius: 10px;
    top: 4%;
    right: 0;
    transform: translateX(-50%);
  } */

    /* .left_message_group::after{
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 6%);
    height: calc(100% + 6%);
    background: var(--main-title-background-color);
    z-index: -1;
    border-radius: 10px;
    top: 0;
    right: 0;
    transform: translateX(3%) translateY(-3%);
  } */

  /* .facility_information::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 98%;
    background: var( --main-title-background-color);
    z-index: -1;
    border-radius: 10px;
    top: 4%;
    right: 0;
  } */

  /* .medical_equipment_information::after{
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 95%;
    background: var( --main-title-background-color);
    z-index: -1;
    border-radius: 10px;
    top: 15%;
    right: 50%;
    transform: translateX(50%);
  } */


/*************************************************************************/
/* 共通レイアウト */
/*************************************************************************/

/* タイトルレイアウト */
.tiltle_type1{
  text-align: center;
  line-height: 1.3 !important;
} 

/* サブタイトル */
.sub_title_type1{
  text-align: center;
}

.top_title_english{
  font-size: 25px;
  text-decoration: underline;
  text-decoration-style: wavy #0693e3;
  text-underline-offset: 10px;
}

.global-nav-list>li:before{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 1px solid var(--header-border-color);
  transition: all .5s ease-out;
}

.container.site-footer-content .row{
  /* justify-content: center; */
  flex: 1;
}

/* ウェジェットメニューの何も追加していないメニューは表示しない */
.col-lg-4.col-md-6:nth-child(3){
  display: none;
}

.content_block{
  width: 100%;
  padding: 3%;
  background: var( --main-title-background-color);
  border-radius: 10px;
}

.menu li{
  font-size: 1rem !important;
}

.menu li a{
  color: var(--header-border-color);
}

a.vk_button_link.btn.has-background.has-white-background-color.btn.has-text-color.btn-lg.btn-block{
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.web_call_reservation{
  height: 100%;
}

.tel_call_reservation{
  height: 100%;
}

.breadcrumb-list{
  padding: 10px 0 !important;
}

.entry-title{
  margin-top: 1%;
}

h4.sub_title_type3{
  color: var(--header-border-color);
  /* border-bottom: 3px solid var(--otorhinolaryngology-color); */
  /* padding-bottom: 0.3em; */
  font-size: 1.33rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-bottom: 5px solid var(--header-border-color);
  background: var(--sub-title-2-background);
}

/* h4.sub_title_type3{
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 0 20px 0 20px;
  background: var(--sub-title-3-background);
} */





/*************************************************************************/
/* よくある質問 */
/*************************************************************************/
.question_group {
  position: relative;
  background: transparent;
  z-index: 0;
}

/* .question_group::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 90%;
  background: var( --main-title-background-color);
  z-index: -1;
  border-radius: 10px;
  top: 10%;
  right: 0;
} */

/*************************************************************************/
/* 診療案内 */
/*************************************************************************/
.medical_treatment_group, .first_time_customer_group, .clinical_department_group, .car_infomation_group{
  position: relative;
  background: transparent;
  z-index: 0;
}

/* .medical_treatment_group::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 60%;
  z-index: -10;
  border-radius: 10px;
  top: 40%;
  left: 0;
  background: var( --main-title-background-color);
} */

/* .medical_treatment_group::after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 80%;
  z-index: -10;
  border-radius: 10px;
  top: 20%;
  left: 0;
  background: var( --main-title-background-color);
} */

/* .car_infomation_group::after{
  position: absolute;
  display: block;
  content: '';
  top: 15%;
  left: 0;
  background-color: var( --main-title-background-color);
  width: 100%;
  height: 85%;
  z-index: -10;
} */

/* .first_time_customer_group::after{
  position: absolute;
  display: block;
  content: '';
  top: 16%;
  right: 0;
  padding-right: 130px;
  background: var( --main-title-background-color);
  border-radius: 10px;
  width: 100%;
  height: 90%;
  z-index: -10;
} */

/* .clinical_department_group::after{
  position: absolute;
  display: block;
  content: '';
  top: 10%;
  left: 0;
  padding-right: 120px;
  background: var( --main-title-background-color);
  border-radius: 10px;
  width: 100%;
  height: 90%;
  z-index: -10;
} */

.lost_item_box{
  height: 100%;
}

.sub_title_type2{
  color: var(--otorhinolaryngology-color);
  /* border-bottom: 3px solid var(--otorhinolaryngology-color); */
  /* padding-bottom: 0.3em; */
  font-size: 1.33rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-left: 5px solid var(--otorhinolaryngology-color);
  background: var(--sub-title-2-background);
}

/*************************************************************************/
/* お知らせ */
/*************************************************************************/

.vk_posts.next-prev div:nth-child(1) .vk_post_body a{
  font-size: 15px;
  color: var(--newinfo-link-font-color);
  border-bottom: 1px dotted var(--newinfo-link-font-color);
  padding-bottom: 0.3em;
  /* background: red; */
}

.vk_posts.next-prev div:nth-child(2) .vk_post_body a{
  font-size: 15px;
  color: var(--newinfo-link-font-color);
  border-bottom: 1px dotted var(--newinfo-link-font-color);
  padding-bottom: 0.3em;
}

/* .vk_post.media:hover{
  border-bottom: 1px solid black;
} */

.vk_posts.next-prev div:nth-child(1){
  text-align: left;
}

.vk_posts.next-prev div:nth-child(2) .vk_post_body{
  text-align: right;
}

.vk_posts.next-prev div:nth-child(1) .vk_post_body a::before{
  content: '< ';
}

/* .vk_posts.next-prev div:nth-child(1) .vk_post_body a{
  font-size: 10px;
}

.vk_posts.next-prev div:nth-child(2) .vk_post_body a{
  font-size: 10px; */
/* } */

.vk_posts.next-prev div:nth-child(2) .vk_post_body a::after{
  content: ' >';
}

.sub_title_type1{
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 0.3em;
}

.name_block{
  text-align: center;
}

/*************************************************************************/
/*フッターの調整*/
/*************************************************************************/
.col-lg-4.col-md-6:first-child .profile_text{
  white-space: nowrap;
}
