/*
Theme Name: NOEL Child
Template: noel_tcd072
Author: 
Author URI: 
Description: WordPressテーマ「NOEL」の追加用CSSファイル
Version: 
Updated: 2021-04-15
*/
*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}
.fixed_pc {
  position: fixed;
  right: 0;
  top: 156px;
  z-index: 100;
}
.fixed_pc a {
  margin: 0 0 0 auto;
  display: flex;
  width: 60px;
  height: 160px;
  background: #DE6EAB;
  border: 1px solid #DE6EAB;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}
.fixed_pc .txt {
  display: block;
  width: 12px;
  text-align: center;
  line-height: 1.23em;
  word-break: break-word;
}
.fixed_pc a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin: -11px 0 11px;
}
.fixed_pc li:nth-child(2) a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_login.svg");
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-bottom: 6px;
}
.fixed_pc li:nth-child(3) a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_tel.svg");
  width: 18px;
  height: 22px;
  margin: -11px 0 5px;
}
.fixed_pc li:nth-child(4) a:before {
  background-image: url("/wp-content/themes/noel_tcd072-child/images/icon_line.svg");
  width: 20px;
  height: 20px;
  margin: -4px 0 3px;
}
.fixed_pc li:nth-child(2) a {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.fixed_pc li:nth-child(3) a {
  background: #B82173;
  border: 1px solid #B82173;
}
.fixed_pc li:nth-child(4) a {
  background: #F5F5F5;
  border: 1px solid #06C755;
  color: #000;
}
.fixed_pc li:nth-child(4) a .txt {
  line-height: 1em;
}
.fixed_pc .info {
  position: absolute;
  background: #B82173;
  width: 220px;
  height: 160px;
  right: -221px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.15em;
  z-index: 4;
  transition: all 0.3s;
}
.fixed_pc .num {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  margin: -2px 0 20px;
}
.fixed_pc .num:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/images/icon_tel.svg") no-repeat center center/100% auto;
  width: 18px;
  height: 22px;
  margin-right: 10px;
  top: 3px;
}
.fixed_pc li:hover {
  width: 220px;
}
.fixed_pc li:hover .info {
  right: 0;
}
.idx_clr01 {
  color: var(--scolor);
}
.post_content a:not([class]) {
  transition: all ease 0.3s;
  color: #DE6EAB;
}
.fixed_sp {
	display: none;
}
#wrapper #page_404 {
    height: 500px;
	margin-top: 0;
}
.pc body.admin-bar {
	padding-top: 32px;
}
.pc body.admin-bar.header_fix {
    padding-top: 168px;
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .searchform input[type="submit"]:hover, .mv_item a:hover, .sec04_item > a:not(.no_link):hover, .sec04_main_bnr a:hover, .sec09_itm_btn a:hover, .fixed_pc a:not([target="_blank"]):hover, .h_search input[type="submit"]:hover {
    opacity: 0.7;
  }
  a:not([target="_blank"]):hover, a:not([target="_blank"]):active {
    text-decoration: none;
  }
  .btn_row .fixed_sp {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    background: #F3F3F3;
    margin: 20px 0 30px;
    padding: 15px;
  }
  .btn_row .fixed_sp_btn {
    display: block !important;
  }
  .btn_row .fixed_sp a {
    width: 100%;
    padding-left: 20px;
  }
  .btn_row .fixed_sp ul {
    padding: 0;
  }
  .btn_row .fixed_sp_ttl:after {
    display: none;
  }
  .btn_row .fixed_sp_ttl {
    padding: 0;
    margin: 0 0 10px;
  }
	.side_widget a:hover {
		color: #DE6EAB;
	}
}
@media screen and (max-height: 900px) and (min-width: 751px) {
  .fixed_pc a {
    height: 110px;
    font-size: 11px;
    width: 50px;
  }
  .fixed_pc a:before {
    width: 18px;
    height: 20px;
    margin: 0 0 5px;
  }
  .fixed_pc li:nth-child(2) a:before {
    width: 20px;
    height: 20px;
    margin: 0 0 3px;
  }
  .fixed_pc li:nth-child(4) a:before {
    width: 16px;
    height: 16px;
  }
  .fixed_pc .txt {
    width: 8px;
  }
  .fixed_pc {
    top: 140px;
  }
  .fixed_pc.show {
    top: 80px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .fixed_pc {
    display: none;
  }
.fixed_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    display: none;
    box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
}
  .fixed_sp_ttl {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 9px 0;
  }
  .fixed_sp_ttl:after {
    content: '';
    position: absolute;
    background: url("images/under_arr_sp.svg") no-repeat center center/100% auto;
    width: 13px;
    height: 7px;
    right: 24px;
    top: calc(50% - 4px);
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .fixed_sp_ttl.active:after {
    transform: rotate(0deg);
  }
  .fixed_sp_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .fixed_sp_btn li {
    width: calc(50% - 5px);
  }
  .fixed_sp_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
  }
  .fixed_sp_btn li:nth-child(1) a {
    background: #DE6EAB;
    color: #fff;
  }
  .fixed_sp_btn li:nth-child(2) a {
    background: #B82173;
    color: #fff;
  }
  .fixed_sp_btn li:nth-child(3) a {
    border: 1px solid #D5D5D5;
  }
  .fixed_sp_btn li:nth-child(4) a {
    background: #E8D8E1;
  }
  .fixed_sp_btn li:nth-child(5) a {
    background: #F5F5F5;
    border: 1px solid #06C755;
    color: #06C755;
  }
  .fixed_sp_btn .txt:before {
    content: '';
    position: absolute;
    display: block;
    background: url("images/icon_member.svg") no-repeat center center/100% auto;
    height: 24px;
    width: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .fixed_sp_btn li:nth-child(3) .txt:before {
    background-image: url("images/icon_login.svg");
    width: 21px;
  }
  .fixed_sp_btn li:nth-child(1) .txt:before {
    background-image: url("images/icon_tel.svg");
    width: 18px;
  }
  /*
  .fixed_sp_btn li:nth-child(2) .txt:before {
    background-image: url("images/icon_tel.svg");
    width: 18px;
  }*/
  .fixed_sp_btn li:nth-child(4) .txt:before {
    background-image: url("images/icon_contact.svg");
    width: 22px;
  }
  .fixed_sp_btn li:nth-child(5) .txt:before {
    background-image: url("images/icon_line.svg");
    width: 20px;
  }
#gnavi .fixed_sp_btn li {
    margin: 0 0 10px;
}
#gnavi .fixed_sp_btn li a {
    text-decoration: none;
}
}
/*------------------------*/
/* クラス名「pc」「sp」でレスポンシブ対応 */
/*------------------------*/
@media screen and (min-width:751px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*------------------------*/
/* インターナルリンク無効化のクラス */
/*------------------------*/
.hide-link {
  display: none;
}
/*------------------------*/
/* リストのマーカー（点）削除 */
/*------------------------*/
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*------------------------*/
/* subタグ、supタグ */
/*------------------------*/
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
/*------------------------*/
/* 遺伝子リストのテーブル上下にある文言非表示 */
/*------------------------*/
.comment-hidden {
  display: none;
}
/*------------------------*/
/* フォントカラー：#DE6EAB */
/*------------------------*/
.font_color_noel_red {
  color: #f45963;
	margin: 0;
}
/*------------------------*/
/* 元の文字色黒の<a>タグリンク */
/*------------------------*/
.link_font_color_black {
  color: #000 !important;
}
.link_font_color_black:hover {
  color: #DE6EAB !important;
}
/*------------------------*/
/* ボタン等の特殊レイアウト以外のaタグリンクにアンダーバー付与 */
/*------------------------*/
a:not([class]) {
  text-decoration: underline;
}
.menuArea div ol li a, .button a, .side_widget a, #global_menu a, .colum_blog_card_3list a, .colum_blog_card_list a, .slick-track a, .NIPT_list_menu a, .blog_card a, .index_cb_button a, .post-categories a, #footer_menu_area_inner a, .content_list_text a, .animate a, .menu_list_box a {
  text-decoration: none;
}
/*------------------------*/
/* テーブル関連 */
/*------------------------*/
/* スマホ画面時のテーブルを横スクロール */
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
}
.responsive-table-scroll {
  overflow: auto;
}
/* テーブルの幅:auto */
table.table_width_auto td {
  width: auto;
}
/* テーブルのリンク行にhover時、ポインターが指に変更 */
table tr[data-href] {
  cursor: pointer;
}
/*------------------------*/
/* post_content関連修正 */
/*------------------------*/
/* post_content内の行ボックスの高さを設定 */
.post_content {
  line-height: 2;
}
/* post_content内のaタグが画面幅より長い場合、折り返す */
.post_content a, {
  word-break: break-all;
}
/* post_content内のpタグが画面幅より長い場合、折り返す */
.post_content p {
  word-wrap: break-word;
}
.footer_info_content p.desc {
  text-align: center;
}
/*------------------------*/
/* ヘッダーロゴ位置変更 */
/*------------------------*/
div#header_logo {
  left: 15px;
  top: 10%;
  -webkit-transform: none;
  transform: none;
}
/*------------------------*/
/* ヘッダー　サイト内検索 */
/*------------------------*/
@media screen and (min-width: 951px) {
  div.search_button {
    display: none !important;
  }
}
div.search_button {
  width: 40px;
  height: 60px;
  line-height: 60px;
  right: 80px;
}
div.search_button {
  position: absolute;
  z-index: 50;
  top: 0px;
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
div.search_button:before {
  content: '\e915';
  font-family: 'design_plus';
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.search_button span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/*------------------------*/
/* フッターメニュー 横幅100% */
/*------------------------*/
@media screen and (max-width:1250px) {
  div.footer_menu {
    width: 100%;
  }
}
/*------------------------*/
/* ヘッダー画像上関連 */
/*------------------------*/
.overlay {
  display: none;
}
#page_header {
  margin-top: 0;
  height: 174px;
  background: #F8F8F8 !important;
  display: flex;
  align-items: center;
  text-align: center;
}
#page_header h2.catch {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: none !important;
  font-family: initial;
  color: #000 !important;
  margin: 0;
	line-height: 1.5em;
}
#page_header_inner {
  width: 100% !important;
  height: auto !important;
  margin: 0;
  overflow: inherit;
  position: initial;
}
@media screen and (max-width: 750px) {
  #page_header {
    height: 100px;
  }
  #page_header #page_header_catch {
    position: relative;
    top: inherit;
    transform: inherit;
    padding: 0;
  }
  #page_header h2.catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  #page_header h2.catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  #wrapper {
    padding-top: 82px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper {
    padding-top: 91px;
  }
}
/*------------------------*/
/* ヘッダーボタンラベル */
/*------------------------*/
.button1 a:before, .button2 a:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  background: #DE6EAB;
  height: 100%;
}
.button1:after, .button2:after {
  content: '';
  position: absolute;
  top: 0px;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
@media screen and (min-width:1251px) {
  .button1:after {
    left: 180px;
  }
}
@media screen and (max-width:1250px) {
  .button1:after {
    left: 160px;
  }
}
.button2:after {
  right: 0;
}
/*------------------------*/
/* フッターボタンラベル */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.footer_info_content div.button a:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    background: #DE6EAB;
    height: 60px;
    margin-left: -20px;
  }
  div.footer_info_content div.button:after {
    content: '';
    position: absolute;
    margin-top: 23px;
    margin-left: -20px;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
  }
}
@media screen and (max-width: 750px) {
  div.footer_info_content div.button a:before {
    content: '';
    position: absolute;
    display: block;
    margin-left: -15px;
    width: 15px;
    background: #DE6EAB;
    height: 45px;
  }
  div.footer_info_content div.button:after {
    content: '';
    position: absolute;
    margin-top: 23px;
    margin-left: -15px;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
  }
}
/*------------------------*/
/* 新規メガメニュー　レイアウト */
/*------------------------*/
/* 画面幅が1251px以上の場合、「クリニック案内」のドロップダウンメニューを非表示 */
@media screen and (min-width: 1251px) {
  li.menu-item-18753 ul.sub-menu {
    display: none !important;
  }
}
/* 画面幅が1250px以下の場合、「クリニック案内」のメガメニューを非表示 */
@media screen and (max-width: 1250px) {
  div.megamenu_add_list1 {
    display: none !important;
  }
}
/* メガメニューhover時、グローバルメニューの赤コンテンツを表示 */
.pc #global_menu > ul > li.menu-item-18753.active > a:after {
  top: 0;
}
body.header_fix div.megamenu_add_list1 {
  position: fixed;
  top: 140px;
  right: 0;
  bottom: 0;
  overflow: auto;
}
div.megamenu_add_list1 {
  border-color: #dddddd;
  background: #ffffff;
  overflow: hidden;
  display: none;
  min-width: 1182px;
  width: 100%;
  position: absolute;
  top: 140px;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner, div.megamenu_add_list1 ol, div.megamenu_add_list1 li {
  border-color: #dddddd;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner {
  width: 1182px;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area {
  width: 392px;
  float: left;
  padding: 74px 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area p.headline {
  font-size: 24px;
  color: #DE6EAB;
  margin: 0 0 35px 0;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area p.headline span {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area p.desc {
  font-size: 14px;
  line-height: 2.6;
  margin: 0 0 37px 0;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area div.link_button a {
  color: #ffffff;
  background: #222222;
  display: inline-block;
  min-width: 240px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner div.left_area div.link_button a:hover {
  color: #FFFFFF;
  background: #DE6EAB;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol {
  width: calc(100% - 392px);
  float: right;
  margin: 0;
  padding: 0;
  bottom: -1px;
  position: relative;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item {
  float: left;
  width: 50%;
  height: 300px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a p.title {
  font-size: 16px;
  line-height: 1.6;
  color: #ff4b54;
  text-align: center;
  height: 73px;
  line-height: 73px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a div.image_wrap {
  display: block;
  width: 336px;
  height: 112px;
  overflow: hidden;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a div.image_wrap div.image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a p.catch {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 0 0;
  overflow: hidden;
  max-height: 3.2em;
}
div.megamenu_add_list1 div.megamenu_add_list1_inner ol li.item a p.catch span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*------------------------*/
/* ヘッダー　サイト内検索 */
/*------------------------*/
@media screen and (min-width: 951px) {
  div.search_button {
    display: none !important;
  }
}
div.search_button {
  width: 40px;
  height: 60px;
  line-height: 60px;
  right: 80px;
}
div.search_button {
  position: absolute;
  z-index: 50;
  top: 0px;
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
}
div.search_button:before {
  content: '\e915';
  font-family: 'design_plus';
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.search_button span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/*------------------------*/
/* ヘッダーサイト内検索（スマホ時） レイアウト */
/*------------------------*/
div.header_search_box {
  position: absolute;
  top: 60px;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 15px 0;
}
div.header_search_box label.screen-reader-text {
  display: none;
}
div.header_search_box .searchform {
  width: 75%;
}
div.header_search_box #searchsubmit {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  top: -1px;
}
/*------------------------*/
/* フッターサイト内検索（PC時） レイアウト */
/*------------------------*/
@media screen and (max-width: 950px) {
  .footer_search_box {
    display: none;
  }
}
div.footer_search_box .searchform {
  margin: 0;
  width: 85%;
}
div.footer_search_box label.screen-reader-text {
  display: none;
}
/*------------------------*/
/* 検索結果ページ内検索枠レイアウト※2022/01/19追加 */
/*------------------------*/
div.search_page_search_box label.screen-reader-text {
  display: none;
}
div.search_page_search_box {
  width: 70%;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  div.search_page_search_box {
    width: 94%;
    margin: 30px auto;
  }
}
/*------------------------*/
/* プラグインパンくずリスト レイアウト */
/*------------------------*/
div#bread_crumbs {
    width: 100%;
    font-size: 12px;
    padding: 17px 0;
    margin-bottom: 24px;
	line-height: 2em
}
div#bread_crumbs a {
    color: var(--scolor);
    text-decoration: underline;
}
div.breadcrumbs >span:not(:last-child):after {
    content: '＞';
    position: relative;
    display: inline-block;
    margin: 0 10px 0 13px;
}
.pc #main_contents {
    width: 1030px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
	padding-bottom: 120px;
}
#side_col {
    flex-shrink: 0;
    padding: 0;
	order: -1;
	width: 300px!important;
}
/* 230721EXCEED追加(CLS対応) */
.pc #side_col {
    flex-shrink: 0;
    padding: 0;
	width: 300px!important;
}
#main_col {
    padding: 0;
	width: calc(100% - 340px)!important;
}
#main_contents #main_col {
    float: left!important;
}
.side_banner_content p:not(:last-child) {
    margin: 0 0 1.86em;
}
.column_inner .post_content {
    width: calc(100% - 340px);
	font-size: 16px;
}
.column_inner .post_content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(span) {
	font-size: 16px;
}
.pc .reserch #side_col,.pc .greeting #side_col,.pc .about-us #side_col,.pc .clinic-infomation #side_col,.pc .access #side_col,.pc .facility #side_col,.pc .mutual-assistance #side_col,.pc .privacy-policy #side_col {
	order: 2;
}
@media screen and (min-width:1251px) {
  div.breadcrumbs {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width:1250px) {
  div.breadcrumbs {
    width: auto;
    padding: 0 15px;
  }
}
/*------------------------*/
/* ページ最終更新日文言CSS */
/*------------------------*/
div.modified-date-wrap, div.page-date-wrap {
    margin: 0 1rem 1rem auto;
    width: fit-content;
}
div.modified-date-wrap time, div.page-date-wrap time {
  color: #666;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0.8rem;
  border-left: 5px solid #dddddd;
  border-right: 5px solid #dddddd;
  display: block;
}
/*------------------------*/
/* 3列カルーセルスライダーCSS */
/*------------------------*/
#main_contents {
    /*overflow: hidden;*/
}
@media screen and (min-width:751px) {
  div.content_slider3 {
    width: 90%;
    margin: 35px auto;
  }
	div#bread_crumbs a:hover {
    text-decoration: none;
	}
}
@media screen and (max-width:750px) {
  div.content_slider3 {
    width: auto;
    margin: 20px auto;
  }
#main_col {
	width: 100%!important;
}
#main_contents #main_col {
    float: none!important;
}
.column_inner .post_content {
	font-size: 15px;
}
.column_inner .post_content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(span) {
	font-size: 15px;
}
}
/* スライダーボーダーCSS */
@media screen and (min-width:751px) {
  div.content_slider3:before {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 210px;
    z-index: 2;
  }
  div.content_slider3:after {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 2;
  }
}
@media screen and (max-width:750px) {
  div.content_slider3:before {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 241px;
    z-index: 2;
  }
  div.content_slider3:after {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 241px;
    z-index: 2;
  }
}
div.content_slider3 div.content_slider_box p.content_slider_category_box {
  position: absolute;
  color: #fff;
  line-height: 35px;
  width: 110px;
  text-align: center;
  top: 175px;
  height: 35px;
  font-size: 12px;
  margin: 0;
}
div.content_slider3 div.content_slider_box div.linkcard div.lkc-external-wrap:hover, div.content_slider3 div.content_slider_box div.linkcard div.lkc-internal-wrap:hover, div.content_slider3 div.content_slider_box div.linkcard div.lkc-this-wrap:hover {
  box-shadow: none;
  transform: none;
}
@media screen and (min-width:751px) {
  /* スライダー前に戻るボタン */
  div.content_slider3 div.slider_prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 140px;
    cursor: pointer;
  }
  /* スライダー次に進むボタン */
  div.content_slider3 div.slider_next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 140px;
    cursor: pointer;
  }
  div.content_slider3 div.slider_prev.slick-arrow:hover:before, div.content_slider3 div.slider_next.slick-arrow:hover:before {
    color: #ccc;
  }
  /* スライダー前に戻るボタン */
  div.slider_prev:before {
    content: '\e90f';
    font-family: 'design_plus';
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  /* スライダー次に進むボタン */
  div.slider_next:before {
    content: '\e910';
    font-family: 'design_plus';
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
}
@media screen and (max-width:750px) {
  div.content_slider3 div.slider_prev.slick-arrow, div.content_slider3 div.slider_next.slick-arrow {
    display: none;
  }
}
/* カルーセルスライダー内のブログカードCSS */
div.content_slider3 div.content_slider_box div.lkc-card {
  margin: 0;
}
div.content_slider3 div.content_slider_box div.lkc-card div.lkc-content {
  height: auto;
  margin: 0;
}
div.content_slider3 div.content_slider_box div.lkc-card figure.lkc-thumbnail {
  float: none;
  height: 210px;
  max-height: 220px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
div.content_slider3 div.content_slider_box div.lkc-card img.lkc-thumbnail-img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  object-fit: cover;
  transition: 1s all;
}
div.content_slider3 div.content_slider_box div.lkc-card img.lkc-thumbnail-img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
div.content_slider3 div.content_slider_box div.lkc-card div.lkc-title {
  padding: 15px 25px;
  background: #fff;
  height: 125px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------*/
/* 切替タブメニューCSS */
/*------------------------*/
@media screen and (min-width: 751px) {
  ul.tab_menu {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 10px auto 40px;
  }
  ul.tab_menu li {
    /* flex: 1; */
    display: flex;
    width: calc(100% / 5);
    height: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    list-style: none;
    cursor: pointer;
    transition: .3s;
    margin: -1px 0 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  ul.tab_menu li:nth-of-type(5n + 1) {
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 750px) {
  ul.tab_menu {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 10px auto 25px;
  }
  ul.tab_menu li {
    /* flex: 1; */
    display: flex;
    width: calc(100% / 2);
    height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    list-style: none;
    cursor: pointer;
    transition: .3s;
    margin: -1px 0 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  ul.tab_menu li:nth-of-type(2n + 1) {
    border-left: 1px solid #ccc;
  }
}
ul.tab_menu li:last-child {
  margin-right: 0;
}
ul.tab_menu li.selected {
  background: #E6E6E6;
}
ul.tab_menu li:hover {
  background: #E6E6E6;
  opacity: 0.6;
}
ul.tab_menu li img {
  display: inline-block;
  padding: 0 5px 2px 0;
}
div.tab_panel_container div.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
div.tab_panel_container div.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -webkit-animation: slide 0.5s ease-in-out 0s;
  animation: slide 0.5s ease-in-out 0s;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*------------------------*/
/* コラムページ CSS */
/*------------------------*/
div.post_content p.column_category_box {
  position: absolute;
  color: #fff;
  line-height: 36px;
  width: 110px;
  text-align: center;
  font-size: 12px;
}
/* hover CSS */
/* プラグイン「p-zカード」設定のhover無効化CSS */
div#main_col div.related_article_column div.linkcard div.lkc-external-wrap:hover, div#main_col div.related_article_column div.linkcard div.lkc-internal-wrap:hover, div#main_col div.related_article_column div.linkcard div.lkc-this-wrap:hover {
  box-shadow: none;
  transform: none;
}
/* 独自hover有効化CSS */
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-thumbnail-img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
/* 関連記事横並びCSS */
div#main_col div.related_article_column {
  /* display: inline-block; */
  overflow: hidden;
}
@media screen and (min-width: 551px) {
  div#main_col div.related_article_column div.column_toc_box, div#main_col div.related_article_column div.column_toc_box, div#main_col div.related_article_column div.column_toc_box {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    float: left;
    background: none;
    margin: 0 20px 20px 0;
  }
  div#main_col div.related_article_column div.column_toc_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  div#main_col div.related_article_column div.column_toc_box, div#main_col div.related_article_column div.column_toc_box, div#main_col div.related_article_column div.column_toc_box {
    width: calc(100% / 1);
    display: flex;
    float: left;
    background: none;
    margin: 0 0 10px 0;
  }
}
/* 関連記事ブログカードCSS */
div#main_col div.related_article_column div.column_toc_box div.linkcard {
  width: 100%;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-link.no_icon {
  width: 100%;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-card {
  margin: 0;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-content {
  height: auto;
  margin: 0;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-thumbnail {
  float: none;
  height: 200px;
  max-height: 220px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-title {
  width: 100%;
  margin: 0 auto;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-title-text {
  position: absolute;
  bottom: 0px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
div#main_col div.related_article_column div.column_toc_box div.linkcard .lkc-excerpt {
  display: none;
}
/*------------------------*/
/* コラムページ　サイドバーのブログカードCSS */
/*------------------------*/
div#side_col div.linkcard .lkc-card {
  margin: 0;
}
div#side_col div.linkcard .lkc-internal-wrap {
  background: none;
}
div#side_col div.linkcard div.lkc-content {
  margin: 0;
  border: 1px solid #ddd;
  height: 120px;
}
div#side_col div.linkcard div.lkc-content .lkc-thumbnail {
  width: 120px;
  height: 120px;
  margin: 0 5px 0 0;
}
div#side_col div.linkcard .lkc-thumbnail-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
div#side_col div.linkcard .lkc-excerpt {
  display: none;
}
/*------------------------*/
/* コラムページサイドバーアコーディオン */
/*------------------------*/
ul.accordion-box li.accordion-block div.acc-btn {
  position: relative;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 25px 15px;
  padding-right: 50px;
  border: 1px solid #DE6EAB;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
ul.accordion-box li.accordion-block div.acc-btn.active {
  background-color: #DE6EAB;
  color: #ffffff;
  margin-bottom: 0px;
}
ul.accordion-box li.accordion-block .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
ul.accordion-box li.accordion-block div.acc-btn.active div.icon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  content: "\f146";
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
ul.accordion-box li.accordion-block div.acc-content {
  position: relative;
  display: none;
  background-color: #ffffff;
}
ul.accordion-box li.accordion-block div.acc-content-inner {
  position: relative;
  padding: 20px 5px;
  margin-bottom: 0;
}
ul.accordion-box li.accordion-block div.acc-content.current {
  display: block;
}
/*------------------------*/
/* 固定ページサイドバーCSS */
/*------------------------*/
/* サイドバーロゴ */
div.side_clinic_logo {
  text-align: center;
}
@media screen and (min-width: 751px) {
  div.side_clinic_logo img {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  div.side_clinic_logo img {
    width: 50%;
    height: 100%;
  }
  div#side_col {
  width: 100%!important;
  }
}
/* サイドバーマイページ関連ボタン */
div.side_mypage_btn {
  text-align: center;
  margin-bottom: 7%;
}
div.side_mypage_btn a {
    width: 100%;
    margin: 3% 0;
    font-size: 16px;
}
/* サイドバー赤ボックス */
div.side_back_color_item {
    margin: 0 auto 20px;
    padding: 20px 0;
    text-align: center;
    background: #DE6EAB;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
}
/* サイドバー点線囲い */
div.side_box_item {
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  border: 1px dotted;
  border-radius: 10px;
}
/* サイドバー診療時間テーブル */
table.side_consultation_time {
  margin: auto;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
}
table.side_consultation_time th, table.side_consultation_time td {
  border: none;
}
table.side_consultation_time th {
  width: 30%;
  vertical-align: middle;
}
table.side_consultation_time td {
  width: 70%;
  height: auto;
  padding: 10px;
}
/* サイドバー電話番号 */
p.side_phone_number {
  margin: 10px 0;
  letter-spacing: 1px;
}
p.side_phone_number span.side_item_tel {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
/* サイドバー電話番号前のアイコン画像 */
p.side_phone_number span.side_phone_var_name_phone:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.3em;
  background: url(/wp-content/uploads/2021/07/b52d96fce633122f12a61edee3bb7d0b.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
p.side_phone_number span.side_phone_var_name_nipt:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.3em;
  background: url(/wp-content/uploads/2021/07/6c0da1eb6983ce77b06074107e4f497d.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
p.side_phone_number span.side_phone_var_name_fax:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.3em;
  background: url(/wp-content/uploads/2021/07/661170925b9cf6e032735093532ba0da.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
/* サイドバー休診日・不定休について */
div.side_closed_days_info {
  border: 1px solid #888;
  margin: 20px 0;
	position: relative;
	transition: all 0.3s;
}
div.side_closed_days_info:hover {
	opacity: 0.8;
}
.page-template-default div.side_closed_days_info>a:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* サイドバー画像調整用 */
div.side_img_margin {
  margin-top: 30px;
}
/* サイドバー検索枠 */
div.side_widget h3.side_headline {
  width: 95%;
  margin: 0 auto 20px;
  color: #DE6EAB;
}
#side_col #searchform.searchform>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 100%;
}
/*------------------------*/
/* 新規レイアウトサイドバー */
/*------------------------*/
.new_layout_top_back {
  background: #DE6EAB;
  color: #ffff;
  line-height: 95px;
}
.new_layout_top_back p:nth-child(1) {
  float: right;
  margin-right: 6%;
}
.new_layout_top_back a {
  font-size: 22px;
  margin-left: 6%;
  color: #ffff;
}
.new_layout_top_back a:hover {
  color: #333333;
}
.new_layout_back {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 59px;
}
.new_layout_back:nth-child(odd) {
  background: #F1F1F1;
}
.new_layout_back:nth-child(even) {
  background: #F7F7F8;
}
.new_layout_back a {
  margin-left: 6%;
}
.new_layout_back a:hover {
  color: #DE6EAB;
}
/*------------------------*/
/* NIPTをもっとよく知ろうレイアウトサイドバー */
/*------------------------*/
.detail_nipt_layout_top_back {
  background: #DE6EAB;
  color: #ffff;
  line-height: 95px;
}
.detail_nipt_layout_top_back p:nth-child(1) {
  float: right;
  margin-right: 6%;
}
.detail_nipt_layout_top_back p:nth-child(2) {
  font-size: 30px;
  margin-left: 6%;
  color: #ffff;
  font-family: serif;
  font-weight: bold;
}
.detail_nipt_layout_back {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 59px;
  margin: 0px;
}
.detail_nipt_layout_back p:nth-child(odd) {
  background: #F1F1F1;
  line-height: initial;
  padding: 20px;
}
.detail_nipt_layout_back p:nth-child(even) {
  background: #F7F7F8;
  line-height: initial;
  padding: 20px;
}
.detail_nipt_layout_back p a {
  margin-left: 0;
}
.detail_nipt_layout_back p a:hover {
  color: #DE6EAB;
}
.detail_nipt_layout_back_caption {
  background: #333333;
  font-family: serif;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 20px;
  text-align: left;
  transition: 0.2s;
  line-height: initial;
  padding: 20px;
}
.detail_nipt_layout_back_caption:hover {
  background: #DE6EAB;
}
/*------------------------*/
/* blockquote（引用） レイアウト */
/*------------------------*/
div.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  background: #DE6EAB;
}
div.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 45px;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFFFFF;
  background: #DE6EAB;
}
div.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  background: #f4f4f5;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 0px 0px #f8f8f8;
  position: relative;
}
/*------------------------*/
/* アクセシビリティ対応 */
/*------------------------*/
/* ページトップに戻るボタンのspanの色変更 */
div#return_top span {
  color: #000000;
}
/*------------------------*/
/* index_cb_button（黒ボタン、hover時は赤） */
/*------------------------*/
div.index_cb_button a {
  color: #FFFFFF;
  font-weight: bold;
}
div.index_cb_button a:hover {
  color: #FFFFFF;
}
/*------------------------*/
/* read-more（＞＞もっと読む） */
/*------------------------*/
/* もっと読む設定 */
.read-more[data-readmore] {
  transition: height 500ms;
  overflow: hidden;
}
.read-more + [data-readmore-toggle], .read-more[data-readmore] {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
/* もっと読むボタンCSS */
a.btn, a.btn_close {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #ee0000 !important;
}
/*------------------------*/
/* ac_box（続きをよむ） */
/*------------------------*/
/* 続きをよむ設定 */
.ac_box *, .ac_box *:before, .ac_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ac_box {
  position: relative;
}
.ac_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.ac_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.ac_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: 'Font Awesome 5 Free';
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #333;
  border-radius: 20px;
  background-color: #ffbaba;
  font-weight: bold;
}
.ac_box input {
  display: none;
}
.ac_box .ac_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
  margin-bottom: 60px;
  font-size: 16px;
}
.ac_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.ac_box input:checked + label:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f139'' 閉じる';
  font-weight: bold;
}
.ac_box input:checked ~ .ac_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*------------------------*/
/* スマホ表示のページ下部メニューボタン関連 */
/*------------------------*/
/* スマホ表示のページ下部メニューボタンの色変更（偶数は黒） */
ul.dp-footer-bar li.dp-footer-bar-item:nth-child(even) {
  background: #222222;
}
/* スマホ表示のページ下部メニューボタンを動的にする */
li.dp-footer-bar-item:nth-child(1) span.dp-footer-bar-icon.icon-tag:before {
  display: none;
}
/* li.dp-footer-bar-item:nth-child(1) {
    height: 5em;
	line-height: 5em;
    text-align: center;
    overflow-y: hidden;
} */
li.dp-footer-bar-item:nth-child(1) span.dp-footer-bar-icon.icon-tag span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* アニメーション */
li.dp-footer-bar-item:nth-child(1) span.dp-footer-bar-icon.icon-tag span {
  animation: ShiftText 15s linear infinite;
}
@keyframes ShiftText {
  0% {
    opacity: 0;
  }
  1%, 20% {
    top: 0;
    opacity: 1;
  }
  21%, 40% {
    top: -5em;
  }
  41%, 60% {
    top: -10em;
  }
  61%, 80% {
    top: -15em;
  }
  81%, 100% {
    top: -20em;
  }
}
/*------------------------*/
/* ヘッダー画像下の横並びバナー */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.page_header_bottom_img {
    /* display: flex; */
    display: block;
    width: 100%;
    height: auto;
  }
  div.page_header_bottom_img img:nth-child(1) {
    /* width: 100%;
		height: 100%; */
    width: 50%;
    /* height: 120px; */
    float: left;
    display: inline-block;
    vertical-align: top;
  }
  div.page_header_bottom_img img:nth-child(2) {
    width: 50%;
    /* height: 100%; */
    /* height: 120px; */
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 750px) {
  div.page_header_bottom_img {
    width: 100%;
    height: auto;
  }
  div.page_header_bottom_img img {
    width: 100%;
    height: 100%;
    margin-top: -3px;
    /* height: auto; */
  }
}
div.page_header_bottom_img a {
  /* width: 50%; */
  /* width: 100%; */
}
/*------------------------*/
/* ヘッダー画像下の横並びバナー下無料カウンセリング注意文言：2021/12/28追加 */
/*------------------------*/
div.page_header_bottom_attention {
  background: #59c7f436;
  color: #333333;
  font-weight: bold;
  font-family: serif;
}
div.page_header_bottom_attention p {
  text-align: left;
  padding: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  div.page_header_bottom_attention p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  div.page_header_bottom_attention p {
    font-size: 11px;
  }
}
div.page_header_bottom_attention_lp {
  background: #59c7f436;
  color: #333333;
  font-weight: bold;
  font-family: serif;
}
div.page_header_bottom_attention_lp p {
  text-align: left;
  padding: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  div.page_header_bottom_attention_lp p {
    margin-left: 12%;
  }
}
@media screen and (max-width: 750px) {
  div.page_header_bottom_attention_lp p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  div.page_header_bottom_attention_lp p {
    font-size: 11px;
  }
}
div.page_header_bottom_attention_top {
  display: flex;
  margin: 61px 17% -50px;
  padding: 30px 5%;
  color: #5e5048;
  font-weight: bold;
  font-family: serif;
  border: 2px solid #ccc;
}
div.page_header_bottom_attention_top img {
  width: 38px;
  height: 38px;
  display: block;
  margin: auto 13px auto 0;
}
div.page_header_bottom_attention_top p {
  font-size: 18px;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  div.page_header_bottom_attention {
    margin-top: -3px;
  }
  div.page_header_bottom_attention_top {
    margin: 0 5% -20px;
  }
  div.page_header_bottom_attention_top p {
    font-size: 14px;
  }
}
@media screen and (max-width: 950px) {
  div.page_header_bottom_attention_top {
    margin-bottom: -20px;
  }
}
/*------------------------*/
/* ページ下部新着情報（LPも共通） */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.footer_whatsNew, div.footer_whatsNew_lp {
    padding: 50px 0;
    border: 2px solid #CCCCCC;
    background: #F5F5F5;
    box-sizing: border-box;
  }
  div.footer_whatsNew h2, div.footer_whatsNew_lp h2 {
    text-align: center;
    font-size: 36px;
    padding: 45px 10px;
  }
}
@media screen and (max-width: 750px) {
  div.footer_whatsNew, div.footer_whatsNew_lp {
    border: 2px solid #CCCCCC;
    background: #F5F5F5;
  }
  div.footer_whatsNew h2, div.footer_whatsNew_lp h2 {
    text-align: center;
    font-size: 20px;
    padding: 25px 20px 23px;
  }
}
@media screen and (min-width: 1251px) {
  div.su-tabs {
    width: fit-content;
    margin: 1.5em auto;
    padding: 0;
    border-radius: 0px;
    background: #f4f4f5;
    border: 2px solid #CCCCCC;
  }
}
@media screen and (max-width: 1250px) {
  div.su-tabs {
    width: auto;
    margin: 20px 10px;
    padding: 0;
    border-radius: 0px;
    background: #f4f4f5;
    border: 2px solid #CCCCCC;
  }
}
/* inline-block余白削除CSS */
div.su-tabs div.su-tabs-nav {
  font-size: 0;
}
@media screen and (min-width: 751px) {
  div.su-tabs div.su-tabs-nav span {
    color: #000000;
    font-weight: bold;
    border-right: 2px solid #CCCCCC;
    border-radius: 0;
    margin: 0;
  }
  div.su-tabs div.su-tabs-nav span:last-child {
    border-right: none;
  }
  div.su-tabs div.su-tabs-nav span:not(.su-tabs-current) {
    border-bottom: 2px solid #CCCCCC;
  }
}
@media screen and (max-width: 750px) {
  div.su-tabs div.su-tabs-nav span {
    color: #000000;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
  }
}
/* WhatsNew スマホ画面時の改行用 */
@media screen and (min-width:551px) {
  div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item br.whatsNew_indention {
    display: none;
  }
}
/* WhatsNew スマホ画面・改行時の間隔 */
@media screen and (max-width: 550px) {
  div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item span.whatsNew_newPageTitle {
    padding-top: 10px;
    display: block;
  }
}
/* WhatsNew ulのmargin修正CSS */
div.su-tabs div.su-tabs-panes ul {
  margin: 0;
}
/* WhatsNew タブ選択時CSS */
div.su-tabs div.su-tabs-nav span.su-tabs-current {
  background: #fff;
  cursor: default;
  outline: none;
  border-bottom: 2px solid #fff;
}
/* WhatsNew バルーン親CSS */
div.su-tabs div.su-tabs-panes div.balloonoya, div.su-tabs div.su-tabs-panes div.whatsNew_list {
  position: relative;
}
/* WhatsNew 新着リストCSS */
div.su-tabs div.su-tabs-panes div.balloonoya div.textOverflow, div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item {
  overflow: hidden;
  border: none;
  padding: 15px 10px;
  ;
  width: auto;
  line-height: 1.0;
  white-space: nowrap;
  background: none;
  font-size: 100%;
  transition: .5s;
}
div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item:hover {
  box-shadow: 0 4px 7px 0 rgb(0 0 0 / 50%);
  transform: translateY(-5px);
  cursor: pointer;
  transition: .5s;
}
div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item a {
  color: #000000;
}
/* WhatsNew NewマークCSS */
div.su-tabs div.su-tabs-panes div.balloonoya div.textOverflow a span.newmark, div.su-tabs div.su-tabs-panes div.whatsNew_list div.whatsNew_item a span.whatsNew_newMark {
  font-size: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  color: #000;
  border: 2px solid #DE6EAB;
  border-radius: 15px;
}
/*------------------------*/
/* お知らせ */
/* 休診日のお知らせ　共通 */
/*------------------------*/
div.hp_holiday .wp_social_bookmarking_light, div.hp_holiday .wp_social_bookmarking_light_clear, div.hp-news .wp_social_bookmarking_light, div.hp-news .wp_social_bookmarking_light_clear {
  display: none !important;
}
div.hp-news h2, div.hp_holiday h2 {
  width: 100%;
  color: #494949;
  text-align: center;
  letter-spacing: 4px;
  background-color: #c6b79b;
  padding: .4em 0;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
div.hp_holiday div.holidayinner table th, div.hp-news table th {
  width: 15% !important;
  color: #de004f;
  letter-spacing: 1px;
}
div.hp_holiday div.holidayinner table td, div.hp-news table td {
  padding: 1.5rem;
}
div.hp_holiday div.holidayinner table td p, div.hp-news table td p {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1px;
}
div.hp_holiday div.holidayinner table td p span, div.hp-news table td p span {
  color: #999999;
  font-weight: normal;
}
/*------------------------*/
/* 休診日のお知らせ */
/*------------------------*/
div.hp_holiday {
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  table.closed-days th {
    color: #DE6EAB;
    background: none;
    vertical-align: middle;
    width: 15%;
  }
  table.closed-days td {
    padding: 50px;
  }
  table.closed-days td p {
    line-height: 3;
  }
}
@media screen and (max-width: 750px) {
  table.closed-days th {
    color: #DE6EAB;
    background: none;
    vertical-align: middle;
    width: 30%;
  }
  table.closed-days td {
    padding: 25px;
  }
}
table.closed-days p {
  margin: 0;
}
/*------------------------*/
/* 医院からのお知らせ */
/*------------------------*/
div#clinic_info_archive {
  position: relative;
}
@media screen and (min-width: 751px) {
  div#clinic_info_archive {
    width: 90%;
    margin: auto;
  }
}
div#clinic_info_archive .item {
  height: 245px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .item {
    height: 115px;
  }
}
div#clinic_info_archive .item a {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .item a {
    padding: 15px;
  }
}
div#clinic_info_archive .image_wrap {
  float: left;
  display: block;
  width: 335px;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .image_wrap {
    width: 145px;
    height: 85px;
  }
}
div#clinic_info_archive .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
div#clinic_info_archive .title_area {
  float: left;
  -webkit-width: calc(100% - 335px);
  width: calc(100% - 335px);
  height: 200px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .title_area {
    width: calc(100% - 145px);
    height: 85px;
  }
}
div#clinic_info_archive .title_area_inner {
  padding: 0 20px 0 40px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .title_area_inner {
    padding: 0 0 0 20px;
  }
}
div#clinic_info_archive .date {
  font-size: 14px;
  color: #f95660;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .date {
    font-size: 12px;
  }
}
div#clinic_info_archive .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1250px) {
  div#clinic_info_archive .title {
    max-height: 4.8em;
  }
}
@media screen and (max-width: 750px) {
  div#clinic_info_archive .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  div#clinic_info_archive .title span {
    -webkit-line-clamp: 3;
  }
}
div#clinic_info_archive .title:before {
  content: none;
}
/*------------------------*/
/* 固定ページ目次 */
/*------------------------*/
@media screen and (min-width:751px) {
  div#toc_container {
    background: #fff;
    width: 100% !important;
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:750px) {
  div#toc_container {
    background: #fff;
    width: 100% !important;
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 30px;
  }
}
div#toc_container p.toc_title {
  text-align: left;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
div#toc_container p.toc_title span.toc_toggle {
  font-size: 100%;
  float: right;
}
div#toc_container p.toc_title + ul.toc_list {
  padding: 0 25px;
  margin-bottom: 1em;
}
div#toc_container ul.toc_list li {
  padding: 0.1em;
  display: block;
	font-size: 14px;
}
/*------------------------*/
/* マーカーアニメーション */
/*------------------------*/
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* マーカー黄色 */
.mark-yellow {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* マーカー水色 */
.mark-blue {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -o-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* マーカーピンク色 */
.mark-pink {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/*------------------------*/
/* マーカー */
/*------------------------*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker {
  background-color: #ff9;
}
.red-under {
  border-bottom: 2px solid red;
}
.marker-pink {
  background-color: #FFE2E5;
}
.marker-blue {
  background-color: #E9F7FD;
}
.marker-under-pink {
  background: linear-gradient(transparent 60%, #FECAD2 60%);
}
/*------------------------*/
/* カラー */
/*------------------------*/
.color__red {
  color: red;
}
.color__blue {
  color: blue;
}
.f_color_1 {
  color: #cf257d;
}
.closed-pink {
  color: #e60077;
}
.blue {
  color: #95BBEA;
}
.bg_white {
  background: #FFFFFF;
}
/*------------------------*/
/* title_h系見出し */
/*------------------------*/
.title_h1 {
  margin: 0 0.5rem 2rem;
  font-weight: 800;
  color: #e80356;
}
#post_title_area .title.h1 {
    border-bottom: double 4px var(--scolor);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    padding: 0 20px 10px;
    width: fit-content;
    margin: 0 auto 50px;
}
h2.title_h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 27px;
  color: #000 !important;
}
h2.title_h2:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  background: #B82173;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h3.title_h3, body:not(.home):not(.page-template-page-lp) div.post_content h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--txt);
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  background: rgba(230, 164, 200, 0.13);
  padding: 11px 29px;
  border-radius: 10px;
}
.title_h4, body:not(.home):not(.page-template-page-lp) div.post_content h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  padding: 0 0 0 25px;
  position: relative;
}
.title_h4:before, body:not(.home):not(.page-template-page-lp) div.post_content h4:before {
  content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--scolor);
    left: 0;
    top: 8px;
    border-radius: 3px;
}
/* EXCEED修正20230720 */
h3.title_h4:before {
	display:none;
}
.title_h5, body:not(.home):not(.page-template-page-lp) div.post_content h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #b82173;
  position: relative;
  padding:0 0 0 30px;
}
@media screen and (max-width: 750px) {
  h2.title_h2 {
    font-size: 22px;
    padding: 0 0 12px;
    margin-bottom: 25px;
  }
  h3.title_h3, body:not(.home):not(.page-template-page-lp) div.post_content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 11px 20px;
  }
  .title_h4:before, body:not(.home):not(.page-template-page-lp) div.post_content h4:before {
    top: 5px;
    width: 13px;
    height: 13px;
}
  .title_h4:before, body:not(.home):not(.page-template-page-lp) div.post_content h4:before {
    top: 5px;
  }
  .title_h5, body:not(.home):not(.page-template-page-lp) div.post_content h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* コロナページなどのh2で使用 */
.ninshin {
  color: #DE6EAB;
  border-bottom: 3px dotted #DE6EAB;
  margin-bottom: 30px !important;
}
/*------------------------*/
/* アコーディオンh2,h3 */
/*------------------------*/
details.h2_accordion summary {
  text-align: left;
  border: 0;
  padding: 0px;
}
.h2_accordion summary h2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
  margin: 0 10px;
}
.h2_accordion[open] summary h2::after {
  content: "\f068";
}
details.h2_accordion summary::after {
  display: none;
}
details.h3_accordion summary {
  text-align: left;
  border: 0;
  padding: 0px;
}
.h3_accordion summary h3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
  margin: 0 10px;
}
.h3_accordion[open] summary h3::after {
  content: "\f068";
}
details.h3_accordion summary::after {
  display: none;
}
/*------------------------*/
/* 流れるキャッチコピー */
/*------------------------*/
div.flowing_catch_phrase {
  margin: 30px auto;
  width: 100%;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
div.flowing_catch_phrase h2 {
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 30s linear infinite;
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
/*------------------------*/
/* ツールチップ用CSS */
/*------------------------*/
.tooltips i:hover {
  color: #DE6EAB;
}
/*------------------------*/
/* TOPページで使用しているCSS */
/*------------------------*/
/* TOPページ ヘッダ画像下横並び画像の枠線追加 */
@media screen and (min-width: 751px) {
  div.index_box_content:first-of-type {
    border: 2px solid #ccc;
  }
  div.index_box_content:last-of-type {
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
  div.index_box_content div.box:not(:last-of-type) {
    border-right: 2px solid #ccc;
    box-sizing: border-box;
  }
}
/* TOPページ 「その他の診療メニューはこちら」 */
@media screen and (min-width: 751px) {
  div.move_medical_menu {
    margin: 20px 100px 0 100px;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  div.move_medical_menu {
    margin: 20px;
    text-align: right;
    font-size: 12px;
  }
}
div.move_medical_menu a {
  color: #333333;
}
div.move_medical_menu a:before {
  content: "▶";
}
div.move_medical_menu a:hover {
  color: #DE6EAB;
}
/* 3列スクエアコンテンツ */
div#index_clinic {
  padding: 30px 0;
}
/* フリースペース（ボディ内） */
div#index_free_space {
  padding: 20px 0 60px;
}
div#index_free_space_inner {
  position: relative;
  padding: 20px 0 40px;
}
div#index_free_space_inner .index_cb_catch {
  z-index: 2;
  position: relative;
}
h2.add_content {
  font-size: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
}
h3.add_content_sub {
  font-size: 16px !important;
}
@media screen and (max-width: 950px) {
  h2.add_content {
    font-size: 20px !important;
  }
  h3.add_content_sub {
    font-size: 13.5px !important;
  }
}
@media screen and (min-width: 751px) {
  p.heading_description {
    font-size: 22px !important;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  p.heading_description {
    font-size: 16px !important;
  }
}
/* 画像hover用クラス */
div#index_free_space_inner ul.img_hover_content {
  justify-content: center;
  /* align-items: center; */
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner ul.content_list3.img_hover_content li h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    max-height: 4em;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner ul.content_list3.img_hover_content li h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    max-height: 4em;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
}
div#index_free_space_inner ul.content_list2.img_hover_content li h3.content_list_text {
  color: #000;
  line-height: 1;
  padding: 15px 0;
  overflow: hidden;
  width: 100%;
  min-height: 1em;
  max-height: 4em;
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 !important;
}
.img_hover_content img, div#side_col .img_hover_content img {
  transition: 1s all;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img_hover_content img:hover, div#side_col .img_hover_content img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
div#index_free_space_inner.column_menu h3.content_list_text, div#index_free_space_inner.nipt_menu h3.content_list_text, div#index_free_space_inner.concept_menu h3.content_list_text, div#index_free_space_inner.medical_content_menu h3.content_list_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0;
}
div#index_free_space_inner h3.content_list_text {
  text-align: center;
  margin: 0 0 30px !important;
}
/* リスト関連 */
@media screen and (min-width: 751px) {
  ul.content_list1, ul.content_list2, ul.content_list2-2, ul.content_list2-3, ul.content_list3, ul.content_list4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px !important;
  }
}
@media screen and (max-width: 750px) {
  ul.content_list1, ul.content_list2, ul.content_list2-2, ul.content_list2-3, ul.content_list3, ul.content_list4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
ul.content_list1 li {
  width: 100%;
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
ul.content_list2 li {
  width: calc(100%/2);
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
ul.content_list3 li {
  width: calc(100%/3);
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
ul.content_list4 li {
  width: calc(100%/4);
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  ul.content_list2-2 li:first-child {
    width: 40%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  ul.content_list2-2 li:last-child {
    width: 60%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  ul.content_list2-3 li:first-child {
    width: 65%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
  ul.content_list2-3 li:last-child {
    width: 35%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
  }
}
/* 画像hover用クラス */
@media screen and (min-width: 751px) {
  div#index_free_space_inner ul.content_list2.img_hover_content li {
    width: calc(100%/2.1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
  }
  div#index_free_space_inner ul.content_list3.img_hover_content li {
    width: calc(100%/3.1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
  }
  div#index_free_space_inner ul.content_list4.img_hover_content li {
    width: calc(100%/4.1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
  }
}
@media screen and (max-width: 750px) {
  ul.content_list2 li, ul.content_list2-2 li, ul.content_list2-3 li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
  }
  ul.content_list3 li, ul.content_list4 li {
    width: calc(100%/2);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
  }
  /* 画像hover用クラス */
  div#index_free_space_inner ul.img_hover_content li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 550px) {
  ul.content_list3 li, ul.content_list4 li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
  }
}
/* TOPページ 新型出生前診断（NIPT） */
@media screen and (min-width: 751px) {
  div#index_free_space_inner.nipt_menu p.middle_heading.rich_font {
    font-size: 30px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner.nipt_menu p.middle_heading.rich_font {
    font-size: 18px;
    margin: 20px auto;
  }
}
/* TOPページ NIPT オススメ診療メニュー */
/* TOPページ NIPT オススメ診療メニュー 背景透過色 */
div#index_free_space_inner.nipt_recommended_menu div.bg_img_overlay {
  background: rgba(182, 130, 150, 0.7);
}
/* TOPページ NIPT オススメ診療メニュー 背景画像フレキシブル */
@media screen and (min-width: 1051px) {
  div#index_free_space_inner.nipt_recommended_menu.vw100box {
    background-size: contain;
  }
}
@media screen and (min-width: 751px) and (max-width: 1050px) {
  div#index_free_space_inner.nipt_recommended_menu.vw100box {
    background-size: cover;
  }
}
@media screen and (min-width: 501px) and (max-width: 750px) {
  div#index_free_space_inner.nipt_recommended_menu.vw100box {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 500px) {
  div#index_free_space_inner.nipt_recommended_menu.vw100box {
    background-size: contain;
  }
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner.nipt_recommended_menu ul.content_list3.img_hover_content li h3.content_list_text {
    bottom: auto;
    top: 178px;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner.nipt_recommended_menu ul.content_list3.img_hover_content li h3.content_list_text {
    bottom: auto;
    top: 182px;
  }
}
/* TOPページ 診療メニュー */
div#index_free_space_inner.medical_menu .img_hover_content img {
  height: 220px;
}
div#index_free_space_inner.medical_menu {
  width: 1182px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  div#index_free_space_inner.medical_menu {
    width: auto;
    margin: 0 auto;
    padding: 20px 15px 10px;
  }
}
/* TOPページ 学術メニュー　情報メニュー */
/* TOPページ 学術メニュー 背景透過色 */
div#index_free_space_inner.academic_menu div.bg_img_overlay {
  background: rgba(86, 141, 157, 0.5);
}
/* TOPページ 情報メニュー 背景透過色 */
div#index_free_space_inner.infomation_menu div.bg_img_overlay {
  background: rgba(206, 179, 147, 0.5);
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner div.menu_list_box {
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 25px;
    height: 250px;
    margin: 0 15px;
    border: 1px solid #333;
  }
  div#index_free_space_inner div.menu_list_box img {
    width: 100px !important;
    height: 100px !important;
    margin: auto;
    transform: translate(0%, 50%);
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner div.menu_list_box {
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 10px;
    height: 200px;
    margin: 0 15px;
    border: 1px solid #333;
  }
  div#index_free_space_inner div.menu_list_box img {
    width: 70px !important;
    height: 70px !important;
    margin: auto;
    transform: translate(0%, 50%);
  }
}
div#index_free_space_inner div.menu_list_box h3 {
  color: #000;
  transition: .2s;
}
div#index_free_space_inner div.menu_list_box h3:hover {
  color: #DE6EAB;
}
div#index_free_space_inner div.menu_list_box p {
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  transition: .2s;
}
div#index_free_space_inner div.menu_list_box p:hover {
  color: #DE6EAB;
}
div#index_free_space_inner div.index_cb_button {
  position: relative;
  margin: 15px 0;
}
/* TOPページ 誰よりも「ずけずけ」言い誰よりも寄り添います */
@media screen and (min-width: 751px) {
  div#index_free_space_inner div.text_right_position {
    margin-left: 40%;
  }
  div#index_free_space_inner div.text_right_position div.index_cb_catch {
    text-align: left;
  }
}
div#index_free_space_inner div.text_right_position a.btn span, div#index_free_space_inner div.text_right_position a.btn_close span {
  display: inline-block;
  min-width: 240px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #222222;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: .2s;
}
div#index_free_space_inner div.text_right_position a.btn span:hover, div#index_free_space_inner div.text_right_position a.btn_close span:hover {
  background: #DE6EAB;
}
/* TOPページ 新型コロナウイルス特設サイト */
div#index_free_space_inner.coronavirus {
  padding: 0;
  margin-top: 15px;
}
div#index_free_space_inner.coronavirus img {
  object-fit: cover;
}
div#index_free_space_inner.coronavirus h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* -webkit-text-stroke: 1px #333; */
  text-shadow: 4px 4px 4px #888;
}
div#index_free_space_inner.coronavirus p {
  margin: 0;
}
/* TOPページ 新型コロナウイルス特設サイト 背景透過色 */
div#index_free_space_inner.coronavirus div.bg_img_overlay {
  background: rgba(101, 95, 95, 0.5);
  height: 100%;
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner.medical_care_menu {
    padding: 15px 0 0;
  }
}
/* TOPページ ブログバナー */
div#index_free_space_inner.blog_banner {
  padding: 0;
}
div#index_free_space_inner.blog_banner div.banner_content_box {
  height: auto;
  overflow: hidden;
}
div#index_free_space_inner.blog_banner img {
  width: 100%;
  transition: 1s all;
  vertical-align: top;
}
div#index_free_space_inner.blog_banner img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
@media screen and (min-width: 951px) {
  div#index_free_space_inner.blog_banner {
    display: flex;
  }
  div#index_free_space_inner.blog_banner div.banner_content_box {
    width: 50%;
  }
}
/* TOPページ 背景画像に透過色を入れる */
div.bg_img_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner.vw100box {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner.vw100box {
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: cover !important;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
div#index_free_space_inner.vw100box .content_menu {
  width: 1182px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  div#index_free_space_inner.vw100box .content_menu {
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner.medical_care_menu .content_menu .content_list3 img {
    height: 265px;
    width: 100%;
  }
}
div#index_free_space_inner.nipt_menu .content_list1 img {
  object-position: 100% 30%;
}
div#index_free_space_inner.nipt_menu .content_list1 img, div#index_free_space_inner.column_menu .content_menu .content_list1 img, div#index_free_space_inner.medical_care_menu .content_menu .content_list2 img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
div#index_free_space_inner.medical_care_course .content_list3 img, div#index_free_space_inner.medical_care_course .content_list4 img, div#index_free_space_inner.academic_menu .content_list3 img, div#index_free_space_inner.academic_menu .content_list4 img, div#index_free_space_inner.infomation_menu .content_list3 img, div#index_free_space_inner.infomation_menu .content_list4 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
div#index_free_space_inner div.content_menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner.online_nipt div.content_menu h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 10px 0 30px;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    position: absolute;
    top: 72%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
  div#index_free_space_inner.coronavirus div.content_menu h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 20px 0 40px;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    position: absolute;
    top: 77%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner.online_nipt div.content_menu h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 10px 0 30px;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
  div#index_free_space_inner.coronavirus div.content_menu h3.content_list_text {
    color: #000;
    line-height: 1;
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
    min-height: 1em;
    position: absolute;
    top: 68%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  div#index_free_space_inner img.online_nipt, div#index_free_space_inner img.coronavirus_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 100% 87%;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner img.online_nipt, div#index_free_space_inner img.coronavirus_img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: 100% 95%;
  }
}
div#index_free_space_inner img.coronavirus_img {
  object-position: 100% 35%;
}
div#index_free_space_inner img.greeting_img, div#index_free_space_inner img.concept_img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 100% 20%;
}
div#index_free_space_inner p, div#index_free_space_inner .content_menu h4.menu_list_item {
  margin: 0 20px 13px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner .content_menu h4.menu_list_item {
    margin: 13px 20px;
    padding: 0;
  }
}
div#index_free_space_inner.medical_care_menu .content_menu h4.menu_list_item a {
  color: #000;
}
div#index_free_space_inner.column_menu .content_menu h4.menu_list_item a {
  color: #FFFFFF;
}
.top_message_textshadow {
  text-shadow: 1px 1px 1px #fff;
}
/*------------------------*/
/* 遺伝医学用語リスト */
/*------------------------*/
@media screen and (min-width: 751px) {
  ul.sakuin_list li {
    padding: 1em;
    display: inline-block;
    font-weight: bold;
  }
  div.gen-wrap ul.sakuin_list li {
    padding: 1em;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  ul.sakuin_list li {
    padding: 0.5em;
    display: inline-block;
    line-height: 2;
    font-weight: bold;
  }
  div.gen-wrap ul.sakuin_list li {
    padding: 0.5em;
    display: block;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) {
  div.gen-wrap li a {
    color: #929292;
    letter-spacing: 1px;
  }
  div.gen-wrap li a:hover {
    opacity: 0.7;
  }
  div.gen-wrap li i {
    margin: 0 10px 0 0;
    color: #DE6EAB;
  }
}
div.gen-wrap {
  padding: 15px 0;
}
.h_dnaBtn {
  padding: 15px 0;
}
/*------------------------*/
/* 対象リストCSS */
/*------------------------*/
ul.list00 li {
  padding: 10px 0;
  border-bottom: dotted 1px #92959c;
}

.list01 {
  margin: 0 0 2rem;
}
/*20231121以前旧パーツ
.list01 li {
  background: url(/wp-content/uploads/2018/08/icon_p1.png) no-repeat left center;
  margin: 0 0 1rem;
  padding: 0 0 0 1rem;
}
*/
ul.list02 li {
  background: url(/wp-content/uploads/2018/08/icon_p1.png) no-repeat left 17px;
  margin: 0 0 1rem;
  padding: 5px 0 0 1rem;
  border-bottom: dotted 1px #DE6EAB;
}
/*------------------------*/
/* NIPT関連ページ下リンクリスト */
/*------------------------*/
nav.NIPT_list_menu {
  margin: 2rem 0;
}
nav.NIPT_list_menu ul.niptPage_index-container img {
  width: 24px;
  margin-bottom: -4px;
  margin-right: 12px;
  position: relative;
}
nav.NIPT_list_menu ul.niptPage_index-container {
  padding: 0.5em;
  margin: 0 !important;
  /* text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1em; */
}
nav.NIPT_list_menu ul.niptPage_index-container.nipt-nav li {
  margin-bottom: 5px;
  /* font-weight: bold; */
}
/* nav.NIPT_list_menu ul.niptPage_index-container.nipt-nav li:not(.nav-cap):before {
    content: "";
    background: url(/wp-content/uploads/2021/06/icon-yajirusi-r.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
} */
div.post_content nav.NIPT_list_menu a {
  color: #333333;
  border-bottom: dotted 1px #DE6EAB;
}
div.post_content nav.NIPT_list_menu a:hover {
  color: #DE6EAB;
}
/*リンク前子アイコン*/
div.post_content nav.NIPT_list_menu li:not(.nav-cap):before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  /*background: url(/wp-content/uploads/2021/07/3d7b370cb2cc48ff97451f7daba53b4d.jpg) no-repeat;*/
  background-size: contain;
  padding-left: 10px;
  margin-left: 10px;
}
/* .niptPage_index-container a {
    text-decoration: none;
    padding-bottom: 0em;
    border-bottom: dotted 1px #E297BE;
    font-size: 1em;
} */
@media screen and (min-width: 751px) {
  .niptPage_index-container ul {
    margin: 1em;
  }
  /* .niptPage_index-container {
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 1em;
		position: relative;
		z-index: 1;
	} */
  /* .niptPage_index-container a {
		text-decoration: none;
		padding-bottom: .25em;
		border-bottom: dotted 1px #E297BE;
	} */
  #niptPage .nipt_header {
    margin: 4em 0 3em;
    text-align: center;
    line-height: 1.7;
  }
  #niptPage .nipt_header h2 {
    font-weight: 800;
    text-align: center;
    font-size: 1.6em;
    color: #e07ab0;
    padding: 0 0 2rem;
  }
  #niptPage .nipt_header .hojo1 {
    font-size: 1.5em;
    color: red;
    font-weight: normal;
    border-bottom: #fd958c dotted 1px;
    padding: 0 0 1.5rem;
    margin: 0 0 3rem;
  }
  #niptPage .nipt_header span {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 750px) {
  #niptPage .nipt_header {
    margin: 4em 0 3em;
    text-align: center;
    line-height: 1.7;
  }
  #niptPage .nipt_header h2 {
    font-weight: 800;
    text-align: center;
    font-size: 1.6em;
    color: #e07ab0;
    padding: 0 0 2rem;
  }
  #niptPage .nipt_header .hojo1 {
    font-size: 1.5em;
    color: red;
    font-weight: normal;
    border-bottom: #fd958c dotted 1px;
    padding: 0 0 1.5rem;
    margin: 0 0 3rem;
  }
  #niptPage .nipt_header span {
    font-size: 0.7em;
  }
  /* h2.niptPage-heading {
        line-height: 1.5;
	    font-size: 4.2vw;
	    padding: 0 1.5rem;
	    margin-bottom: 3rem;
	    color: #333;
	    font-weight: bold;  
    } */
}
.niptPage-heading {
  color: #DE6EAB;
  text-align: center;
  margin: 0 0 20px 0;
}
/*------------------------*/
/* アコーディオン（スポイラー） */
/*------------------------*/
.stance {
  border-radius: 8px;
  width: 90%;
}
.stance .su-spoiler-title {
  background: #f4f4f5;
  border-radius: 8px;
  font-size: 16px !important;
}
.stance .su-spoiler-content {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 1.5rem !important;
}
.stance01 {
  width: 90%;
  margin: 0 auto;
}
.stance01 .su-spoiler-title {
  font-size: 13px !important;
  letter-spacing: 0.5em;
  color: #DE6EAB !important;
  background-color: none !important;
  border-bottom: 1px dotted;
  padding-bottom: 8px !important;
  width: 55%;
  margin: 0 auto;
}
.su-spoiler-title > .su-spoiler-icon {
  left: 5px !important;
  top: 9px;
  color: #e59ac1 !important;
}
.su-spoiler-style-default > .su-spoiler-content {
  padding: 1em 0 1em 27px;
  line-height: 1.7;
}
.su-spoiler-title span:nth-child(2) {
  display: none;
}
.su-spoiler-title:focus {
  outline: none !important;
}
.urlcau {
  color: #df2685;
}
.su-spoiler-title {
  font-size: 14pt !important;
  color: #DE6EAB;
  padding: .5em 0 .5em 30px !important;
  margin: 0.8em 0;
}
.su-spoiler-content {
  margin: 0;
  padding: 0 2em 2em 2em;
}
.su-spoiler-content p {
  line-height: 1.7;
  font-family: 'arial black', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}
.su-spoiler-content li {
  margin-top: 1.5em;
  letter-spacing: 2px;
  line-height: 1.7;
  list-style: disc inside;
  font-family: 'arial black', sans-serif;
}
.su-spoiler-content h5 {
  color: #d270a3;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.su-spoiler-content h4 {
  margin: 2em 0 1.5em;
}
.su-spoiler-title > .su-spoiler-icon {
  left: 7px !important;
  top: 9px;
  color: #DE6EAB !important;
}
@media screen and (max-width: 750px) {
  .stance01 .su-spoiler-title {
    width: 100%
  }
  .su-spoiler-icon {
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: ShortcodesUltimateIcons;
    font-weight: 400;
  }
}
/*------------------------*/
/* グリーティング画像（スタッフ紹介ページで使用） */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.greetingImages {
    padding: 0 2em 2em 0;
    width: 170px;
    float: left;
    text-align: center;
    color: #91959c;
  }
  div.greetingImages img {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 750px) {
  div.greetingImages {
    padding: 0;
    text-align: center;
  }
  div.greetingImages img {
    display: block;
    margin: 0 auto 20px;
    padding: 1em 0;
  }
}
/* 紹介ページ見出し */
div.post_content h2.staff-name {
  clear: none;
  color: #DE6EAB;
  border: 0 !important;
}
/*------------------------*/
/* ボックス関連 */
/*------------------------*/
.box-column p, .box16 p {
  margin: 0;
  padding: 0;
}
/* ベージュボックス */
div.post_content div.box1 {
  background: #fbf6ec;
  margin: 15px auto;
  padding: 15px;
  border: double 3px #c9b896;
  font-size: 0.9em;
}
/* 二重線ボックス */
.box5 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #DE6EAB;
}
/* 「check!」ボックス */
.box-column, .box16 {
  position: relative;
  margin: 4em 0;
  padding: 0.5em 1em;
  border: solid 3px #DE6EAB;
  background: #ffffff;
}
/* 「check!」ボックス（四隅：角）　タイトル */
.box-column .box-title {
  position: absolute;
  display: inline-block;
  top: -32px;
  left: -3px;
  padding: 3px 15px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: #DE6EAB;
  color: #ffffff;
  font-weight: bold;
}
/* 「check!」ボックス（四隅：丸）　タイトル */
.box16 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #DE6EAB;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
/* 内側点線　グレーボックス */
.cov-cau {
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
  background: #f4f4f5;
  outline: 2px dashed #DE6EAB;
  outline-offset: -15px;
  font-weight: bold;
}
/* 内側点線　ベージュボックス */
.kakomi-box4 {
  padding: 2em;
  background-color: #FFF5EE;
  font-weight: bold;
  text-align: center;
  outline: 2px dashed #000000;
  outline-offset: -15px;
  border-radius: 10px;
}
/* ドット枠ボックス */
.kakomi-box9 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  border: 5px dotted #DE6EAB;
  background-color: #fff;
  border-radius: 1px;
}
/* 水色ボックス */
.kakomi-maru4, .kakomi-blue {
  position: relative;
  margin: 2em auto;
  padding: 1.2em;
  width: 80%;
  border: 2px solid #00bfff;
  color: #555555;
  background-color: #fff;
  box-shadow: 2px 2px 1px #c7c7c7;
  border-radius: 20px;
}
.title-maru4, .title-blue {
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #00bfff;
  background-color: #fff;
}
/* ピンクボックス */
.kakomi-pink {
  position: relative;
  margin: 2em auto;
  padding: 1.2em;
  width: 80%;
  border: 2px solid #ff9ece;
  color: #555555;
  background-color: #fff;
  box-shadow: 2px 2px 1px #c7c7c7;
  border-radius: 20px;
}
.title-pink {
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff9ece;
  background-color: #fff;
}
/*------------------------*/
/* ビデオ */
/*------------------------*/
.video {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------*/
/* 吹き出し */
/*------------------------*/
div.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fdddee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
div.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #ffefe6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
div.balloon3::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #e7ffe9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 750px) {
  div.balloon1::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    transform: rotate(90deg);
    height: 0;
    left: 95px;
    top: -47px;
    border-right: 21px solid #fdddee;
    border-top: 90px solid transparent;
    border-bottom: 2px solid transparent;
  }
  div.balloon2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 58px;
    top: -12px;
    border-left: none;
    border-right: 38px solid #ffefe6;
    border-top: 12px solid transparent;
    border-bottom: 2px solid transparent;
  }
  div.balloon3::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 58px;
    top: -12px;
    border-left: none;
    border-right: 38px solid #e7ffe9;
    border-top: 12px solid transparent;
    border-bottom: 2px solid transparent;
  }
}
@media screen and (min-width:751px) {
  div.balloon1 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #fdddee;
    margin-left: 110px;
    margin-bottom: 30px;
  }
  div.balloon1 div.icon {
    position: absolute;
    left: -110px;
    top: 0;
    width: 80px;
  }
  div.balloon2 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffefe6;
    margin-right: 110px;
    margin-bottom: 30px;
  }
  div.balloon3 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #e7ffe9;
    margin-right: 110px;
    margin-bottom: 30px;
  }
  div.balloon2 div.icon, div.balloon3 div.icon {
    position: absolute;
    right: -110px;
    top: 0;
    width: 80px;
  }
}
@media screen and (max-width:750px) {
  div.balloon1 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #fdddee;
    margin-top: 88px;
    margin-bottom: 30px;
  }
  div.balloon1 div.icon {
    position: absolute;
    left: 3px;
    top: -63px;
    width: 55px;
  }
  div.balloon2 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffefe6;
    margin-bottom: 30px;
    margin-top: 88px;
  }
  div.balloon3 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #e7ffe9;
    margin-bottom: 30px;
    margin-top: 88px;
  }
  div.balloon2 div.icon, div.balloon3 div.icon {
    position: absolute;
    right: 3px;
    top: -64px;
    width: 55px;
  }
}
/*------------------------*/
/* details summary アコーディオン */
/*------------------------*/
details {
  margin: 10px 0;
}
details summary {
  display: block;
  color: #000000;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #F2D1E3;
  padding: 20px 50px 20px 0;
  cursor: pointer;
  transition: all 0.3s;
}
details summary:after {
  content: '';
  background: #DE6EAB;
  font-size: 25px;
  position: absolute;
  right: 26px;
  width: 20px;
  height: 3px;
  top: calc(50% - 1.5px);
}
details summary:before {
  content: '';
  background: #DE6EAB;
  font-size: 25px;
  position: absolute;
  right: 34px;
  height: 20px;
  width: 3px;
  top: calc(50% - 10px);
  transition: all 0.3s;
}
details[open] >summary:before {
    transform: rotate(90deg);
}
details[open] >summary {
	border-bottom-color: #fff;
}
details summary ~ div {
    /*background: #F5F5F5;20231002アコーディオン背景白修正*/ 
    padding: 30px;
    border-radius: 10px;transition: all 0.3s;
}
summary:hover {
  opacity: 0.8;
}
summary::-webkit-details-marker {
  display: none;
}
/*------------------------*/
/* プロフィール */
/*------------------------*/
#author-block .author-introduction, .author-prof .author-introduction {
  line-height: 1.7;
  clear: both;
  padding-bottom: 10px;
}
#author-block .author-introduction:last-child, .author-prof .author-introduction:last-child {
  text-align: right;
  padding: 0;
  margin: 20px 0 0;
}
.author-prof ul li {
  float: left;
  margin-bottom: 20px;
}
.author-prof ul li:nth-child(2) {
  margin-left: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.author-prof ul li:nth-child(2) span {
  display: block;
  font-size: 18px;
  margin: 40px 0 15px;
  color: #DE6EAB;
}
.author-prof .author-introduction a {
  text-decoration: none;
  border-bottom: 1px dotted #dd9597;
  font-size: 14px;
}
@media screen and (max-width:750px) {
	details summary ~ div {
		padding: 30px 15px;
	}
  .author-prof ul li {
    margin-bottom: 0px;
  }
  .author-prof ul li:nth-child(2) {
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }
  .author-prof ul li:nth-child(1) {
    width: 150px;
  }
  .author-prof ul li {
    float: none;
  }
}
/*------------------------*/
/* 折りたたみ矢印お知らせ用 */
/*------------------------*/
.arrow2 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow2:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #ff1d7f;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.arrow2:after {
  content: '';
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 5px #ffffff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}
/*------------------------*/
/* ボタン関連 */
/*------------------------*/
/* 共通 */
.b-t {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .b-t2 {
    display: inline-block;
  }
}
.square_btn:hover, .square_btn2:hover, .square_btn3:hover, .square_btn4:hover, .square_btn10_orange:hover {
  opacity: 0.8;
}
.square_btn10:hover {
  background: #DE6EAB;
}
/* スマホ表示時ボタンセンター寄せ */
@media screen and (max-width: 750px) {
  .btn_center {
    text-align: center;
  }
details summary:after {
    right: 0;
}
details summary:before {
    right: 8px;
}
details summary {
    font-size: 16px;
    padding: 15px 30px 15px 0;
    line-height: 1.5em;
}
}
/* 遺伝子リストボタン */
@media screen and (min-width: 751px) {
  .btn-nav {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) {
  .btn-nav {
    text-align: center;
  }
}
/* square_btn */
.square_btn {
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  padding: 0.36em 1.5em 0.25em;
  text-decoration: none;
  color: #FFF !important;
  background: #DE6EAB;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.square_btn:active {
  border-bottom: solid 2px #fd9535;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/* square_btn2 */
.btn_member:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(images/icon_member.svg) no-repeat center center/100% auto;
    width: 24px;
    height: 26px;
    margin-right: 15px;
}
.square_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFFFFF !important;
	transition: all 0.3s;
}
@media screen and (min-width: 751px) {
.square_btn2 {
    background: #DE6EAB;
    display: inline-flex;
    padding: 10px;
    margin: 15px 0;
    width: 60%;
    font-weight: bold;
    text-align: center;
    border-radius: 60px;
	font-size: 16px;
}
}
@media screen and (max-width: 750px) {
.square_btn2 {
    background: #DE6EAB;
    display: inline-flex;
    padding: 10px 10px;
    margin: 10px auto;
    width: 100%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
    border-radius: 1000px;
    max-width: 400px;
    box-sizing: border-box;
}
}
/* square_btn3 */
@media screen and (min-width: 751px) {
  .square_btn3 {
    background: linear-gradient(45deg, #B67B03 0%, #d9ae08 45%, #f6d86e 70%, #DAAF08 85%, #d79e2c 90% 100%);
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .square_btn3 {
    background: linear-gradient(45deg, #B67B03 0%, #d9ae08 45%, #f6d86e 70%, #DAAF08 85%, #d79e2c 90% 100%);
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* square_btn4 */
@media screen and (min-width: 751px) {
  .square_btn4 {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    min-width: 250px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .square_btn4 {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* square_btn10 */
@media screen and (min-width: 751px) {
  .square_btn10 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: auto;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #DE6EAB;
  }
}
@media screen and (max-width: 750px) {
  .square_btn10 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: auto;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #DE6EAB;
  }
}
/* ↓↓↓↓↓↓↓↓↓↓ 下書きにしか使用されていないボタン ↓↓↓↓↓↓↓↓↓↓ */
.yoyaku_btn:hover {
  background: #222222;
}
.square_btn5:hover, .c_btn_1:hover, .c_btn_2:hover {
  background: #e07ab0;
}
.yoyaku_btn:before {
  content: "";
  background: url(/wp-content/uploads/2021/06/icon-mobile-w.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.square_btn5:before, .c_btn_1:before, .c_btn_2:before {
  content: "";
  background: url(/wp-content/uploads/2021/06/icon-yajirusi-bk.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
/* square_btn5 */
@media screen and (min-width: 751px) {
  .square_btn5 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
@media screen and (max-width: 750px) {
  .square_btn5 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
/* square_btn10_orange */
@media screen and (min-width: 751px) {
  .square_btn10_orange {
    background: #f8be76;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .square_btn10_orange {
    background: #f8be76;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* c_btn_1 */
@media screen and (min-width: 751px) {
  .c_btn_1 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
@media screen and (max-width: 750px) {
  .c_btn_1 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
/* c_btn_2 */
@media screen and (min-width: 751px) {
  .c_btn_2 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 100%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
@media screen and (max-width: 750px) {
  .c_btn_2 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 90%;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e07ab0;
  }
}
/* （下書き1ページで使用中） */
.c_btn_2-1 {
  border: solid 1px #d270a3;
  border-width: 1px 1px 3px;
  border-radius: 5px;
  padding: 20px 0;
  display: block;
  margin: auto;
  color: #fff;
  text-decoration: none;
  background: #f8be76;
  font-family: serif;
  position: relative;
  font-size: 19.2px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width:750px) {
  .c_btn_2-1 {
    border: solid 1px #d270a3;
    border-width: 1px 1px 3px;
    border-radius: 5px;
    padding: 10px 0;
    display: block;
    margin: auto;
    color: #fff;
    text-decoration: none;
    background: #f8be76;
    font-family: serif;
    position: relative;
    font-size: 19.2px;
    font-weight: 600;
    text-align: center;
  }
}
/* （下書き3ページで使用中） */
.c_btn_2-2 {
  border: solid 1px #ff68a1;
  border-width: 1px 1px 3px;
  border-radius: 5px;
  padding: 20px 0;
  display: block;
  margin: auto;
  color: #000;
  text-decoration: none;
  background: #fff;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
/* （下書き3ページで使用中） */
.c_btn_2-3 {
  border: solid 1px #d270a3;
  border-width: 1px 1px 3px;
  border-radius: 5px;
  padding: 20px 0;
  display: block;
  margin: auto;
  color: #d90071;
  text-decoration: none;
  background: #fff8fc;
  font-family: serif;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width:751px) {
  .con_info_block {
    border-radius: 5px;
    background: #fff !important;
    margin: 30px 0 0;
    padding: 10px 10px;
  }
}
@media screen and (max-width:750px) {
  .con_info_block {
    border-radius: 5px;
    background: #fff !important;
    margin: 0 0 0 !important;
    padding: 5px 10px 20px;
  }
}
.con_info_block .info_list .item {
  width: 47%;
  margin: 5px 10px;
}
.con_info_block .info_list .item .c_btn_2 {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.con_info_block .info_list:nth-child(3) .item .c_btn_2 {
  background: #fff8fc;
  color: #d677a8;
  font-size: 1.1rem;
}
.con_info_block .info_list:nth-child(3) .item .c_btn_2:after {
  border-left: 10px solid #e69ac1;
}
.con_info_block .info_list:nth-child(4) {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px !important;
}
.con_info_block .info_list:nth-child(3) {
  padding: 5px 0px 0px !important;
}
.con_info_block .info_list {
  display: flex;
  justify-content: space-between;
}
.con_info_block .info_ttl {
  padding: 15px 20px;
  background: #ff307eba;
  letter-spacing: 2px;
}
/* yoyaku_btn */
@media screen and (min-width: 751px) {
  .yoyaku_btn {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .yoyaku_btn {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* square_btn10_nipt */
@media screen and (max-width: 750px) {
  a.square_btn10_nipt {
    width: 99.5%;
    position: relative;
    display: inline-block;
    padding: 0.2rem 1rem !important;
    text-decoration: none;
    color: #FFF !important;
    background: #e07ab0;
    border-bottom: solid 3px #d06aa0;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 1px #d06aa0, -1px 1px #d06aa0, 1px -1px #d06aa0, -1px -1px #d06aa0;
    /*margin: 10 10px 0px 10px;*/
    line-height: 2 !important;
  }
}
.square_btn10_nipt {
  width: 660px;
  display: inline-block;
  padding: 0.25rem 1rem !important;
  text-decoration: none;
  color: #FFF !important;
  background: #e07ab0;
  border-bottom: solid 3px #d06aa0;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 17px;
  text-shadow: 1px 1px #d06aa0, -1px 1px #d06aa0, 1px -1px #d06aa0, -1px -1px #d06aa0;
  margin-top: 10px;
  line-height: 1.2em;
}
/* オレンジグラデーションボタン */
@media screen and (min-width: 751px) {
  .btn-gradation {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 24px;
    font-family: serif;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 24px 24px;
    border-radius: 4px;
    background-image: linear-gradient(-90deg, #ff00b29c, #ffa50094);
    transition: .5s;
    background-size: 200%;
    min-width: 320px !important;
    margin-top: 20px;
    max-width: 680px !important;
  }
  .btn-gradation:hover {
    background-position: right center;
  }
}
@media screen and (max-width: 750px) {
  .btn-gradation {
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(-90deg, #ff00b29c, #ffa50094);
    transition: .5s;
    background-size: 200%;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 1px #f8be76, -1px 1px #f8be76, 1px -1px #f8be76, -1px -1px #f8be76;
    margin: 20px 0 0 0;
    line-height: 2 !important;
    min-width: 0px !important;
    max-width: 680px !important;
    text-align: center;
  }
  .btn-gradation:hover {
    background-position: right center;
  }
}
/*------------------------*/
/*アコーディオン２*/
/*ボックス全体*/
/* クリックして詳細を表示 */
/* 下書きのみで使用中 */
/*------------------------*/
.acbox {
  margin: 0.5em 0;
  padding: 5px;
}
/*ラベル*/
.acbox label {
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  color: #de004f;
}
/*ラベルホバー時*/
.acbox label:hover {
  background: #feb4b570;
}
/*チェックは隠す*/
.acbox input {
  display: none;
}
.acbox .show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
/*クリックでコンテンツ表示*/
.acbox input:checked ~ .show {
  padding: 10px 5px;
  height: auto;
  opacity: 1;
}
/*------------------------*/
/* 付箋風ボタン */
/*------------------------*/
.button.tag {
  padding: 0.5rem;
  border-left: solid 6px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 付箋：赤 */
.button.color-exp1 {
  border-left-color: #f56262;
  color: #666;
}
/* 付箋：水色 */
.button.color-exp2 {
  border-left-color: #62f5f5;
  color: #666;
}
/* 付箋：オレンジ */
.button.color-med1 {
  border-left-color: #FFA333;
  color: #666;
}
/* 付箋：黄緑 */
.button.color-med2 {
  border-left-color: #abf562;
  color: #666;
}
/* 付箋：影 */
.button.light-shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
}
.button.light-shadow:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
  transform: translateY(1px);
}
/* コンテンツの並び　flex */
.flex {
  display: flex;
  justify-content: center;
  flex-basis: 25%;
  margin: 10px;
}
.flex div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 25%;
  margin: 10px;
}
.flex div p {
  width: 100%;
}
/* 下書き・非公開ページで使用中　枠 */
.nakayama {
  border: 1px solid #dadada !important;
  padding: 3px 8px;
  font-weight: bold;
}
/*------------------------*/
/* /nipt-10merit/ で使用中 */
/*------------------------*/
/* 黄色の下線 */
.style-yel {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #f0ff00));
  background: linear-gradient(transparent 80%, #f0ff00 0%);
}
.wrap h4 {
  margin: 4rem 0 1.5rem;
}
.wrap h4 span.meritspan {
  padding: 8px 15px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
}
.wrap h4 span.meritspan a {
  color: #fff;
}
/*------------------------*/
/* ランキング（下書きページのみで使用） */
/*------------------------*/
.ranking li {
  position: relative;
  padding: 0 0 0 16px;
  border-bottom: 1px dotted #ccc;
}
.ranking li span {
  color: #9ab;
  font-size: 11px;
}
/* 4位・5位の★ */
.ranking li::before {
  position: absolute;
  top: 7px;
  left: 1px;
  color: #d05;
  content: "★";
  font-size: 9px;
}
/* 1位・2位・3位共通 */
.ranking li:first-child::before, .ranking li:nth-child(2)::before, .ranking li:nth-child(3)::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 10px solid #fb0;
  content: "";
}
.ranking li:first-child::after, .ranking li:nth-child(2)::after, .ranking li:nth-child(3)::after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid #fb0;
  border-top: 3px solid transparent;
  border-bottom: 6px solid #f90;
  content: "";
}
/* 2位 */
.ranking li:nth-child(2)::before {
  border-bottom: 10px solid #ccc;
}
.ranking li:nth-child(2)::after {
  border: 6px solid #ccc;
  border-top: 3px solid transparent;
  border-bottom: 6px solid #aaa;
}
/* 3位 */
.ranking li:nth-child(3)::before {
  border-bottom: 10px solid #d98;
}
.ranking li:nth-child(3)::after {
  border: 6px solid #d98;
  border-top: 3px solid transparent;
  border-bottom: 6px solid #c76;
}
/*------------------------*/
/* ランキングテーブル（下書きページのみで使用） */
/*------------------------*/
.pricecards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pricecard {
  flex: 0 0 33%;
  text-align: center;
  border: 0px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto 3em;
}
.pricecard h3 {
  background: #feb4b570;
  color: #000;
  padding: 10px;
  margin: 0;
}
.pricecard.premium {
  border: 3px solid #E297BE;
  padding-bottom: 3rem
}
.pricecard.premium h3 {
  background: #9ae5e5c7;
  color: #000;
  padding: 10px;
  margin: 0;
}
.pricecard h4 {
  font-size: 300%;
  margin: 0 auto;
  padding: 1rem 0 0;
}
.pricecard.premium h4 {
  padding: 20px;
}
.pricecard p {
  margin: 0;
  padding: 1rem;
  text-align: left;
}
.pricecard p a {
  padding: 10px 40px;
  background: #ffedfb;
  color: #666;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #E297BE
}
/*------------------------*/
/* メニューランキングテーブル */
/* パソコンではタイル型で表示（下書きページのみで使用） */
/*------------------------*/
.slide-wrap {
  display: flex;
  margin: 0 12%;
  max-width: 1080px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin-right: 1%;
  width: 24%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 750px) {
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin: 0 auto;
  }
  .slide-box {
    flex: 0 0 70%;
  }
}
/*------------------------*/
/* /service/list_ambulatory03/　で使用 */
/*------------------------*/
@media screen and (min-width:751px) {
  .bnrList li {
    display: inline-table;
    text-align: center;
    margin: 10px;
  }
  .bnrList li a:hover {
    display: inline-table;
    text-align: center;
    opacity: 0.7;
  }
  /* /doctors-house-call-2/ でも使用 */
  .flow li {
    border-bottom: 1px dotted #d3d3d3;
  }
  .flow p {
    padding-left: 35px;
  }
  /* 遺伝子検査の流れ */
  div#main_col div.post_content h4.no01, div#main_col div.post_content h4.no02, div#main_col div.post_content h4.no03, div#main_col div.post_content h4.no04 {
    border: 0;
    background: none;
  }
  /* 20210803追加 */
  div#main_col div.post_content h4.no01:before, div#main_col div.post_content h4.no02:before, div#main_col div.post_content h4.no03:before, div#main_col div.post_content h4.no04:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 20px;
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    margin: 5px 15px 0px 0px;
    float: left;
  }
  div#main_col div.post_content h4.no01:before {
    background-image: url(/wp-content/uploads/2021/08/800e28e60fecf4cf6ed9a8c4edf1de72.png);
  }
  div#main_col div.post_content h4.no02:before {
    background-image: url(/wp-content/uploads/2021/08/c9ef41dead78b2e65b787f6e3e4311b7.png);
  }
  div#main_col div.post_content h4.no03:before {
    background-image: url(/wp-content/uploads/2021/08/d1a9b19fb4e13fd892c7db9de20043cb.png);
  }
  div#main_col div.post_content h4.no04:before {
    background-image: url(/wp-content/uploads/2021/08/bd2ebe0be88908031f697f0e6d56a3ec.png);
  }
}
@media screen and (max-width:750px) {
  .bnrList li {
    margin: 10px;
    text-align: center;
  }
}
/* 遺伝子検査Q&A */
.accordion dt {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #DE6EAB;
  padding: 10px 10px 10px 15px;
  margin-bottom: 10px;
}
.accordion dd {
  padding: 10px;
  color: #666666;
}
/*------------------------*/
/* お問い合わせページ */
/*------------------------*/
#contact {
  width: 100%;
}
#contact #sec_form table {
  width: 735px;
  margin-bottom: 30px;
  border: none;
}
#contact #sec_form table th {
  padding: 20px 20px;
  width: 200px;
  background: #FFF;
  border: none;
  font-weight: bold;
}
#contact #sec_form table td {
  padding: 20px 20px;
  width: 445px;
  border: none;
}
#contact #sec_form table td input {
  padding: 10px;
}
#contact #sec_form table td input.wide {
    width: 100%;
    border: 1px solid #ccc;
}
#contact #sec_form table td input.short {
  width: 36%;
    border: 1px solid #ccc;
}
#contact #sec_form table td textarea {
  margin: 0px;
  width: 100%!important;
  height: 275px;
  padding: 10px;
    border: 1px solid #ccc;
}
#contact p.sendmsg {
  font-size: 1.2em;
}
#contact #sec_form .txtRed {
  color: #D270A3;
  font-weight: bold;
}
/* btnarea */
#contact #sec_form .btnarea {
  margin: 0 auto 20px;
  width: 60%;
  display: flex;
}
#contact #sec_form .btnarea input {
  width: 47%;
  height: 50px;
  text-align: center;
  margin: 0 1%;
  cursor: pointer;
  border: none;
}
#contact #sec_form .btn {
  background-color: #DFD4C0;
  color: #5B5B5B;
  font-weight: bold;
  font-size: 1em;
}
#contact #sec_form .btn:hover {
  background-color: #F5EDDF;
  color: #666;
}
#contact #sec_form .btn2 {
  background-color: #E398BF;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}
#contact #sec_form .btn2:hover {
  background-color: #F3CFDF;
  color: #fff;
}
.mw_wp_form_preview #reset {
  display: none;
}
/* テーブル上にカーソルを持って行った時の背景色：なし */
div#contact table tbody tr:hover {
  background: none;
}
/* 2021/8/4　問い合わせページ　ボタン色変更　*/
#contact #sec_form .btn_contact {
  background-color: #DE6EAB;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}
@media screen and (max-width:640px) {
  #contact #sec_form .btnarea {
    width: 90%;
  }
  #contact #sec_form table {
    width: 100%;
    margin-bottom: 0px;
  }
  #contact #sec_form table tr {
    margin-bottom: 10px;
    margin-bottom: 15px;
  }
  #contact #sec_form table th {
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #contact #sec_form table td {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #contact #sec_form table td textarea {
    margin: 0px;
    width: 92%;
    height: 150px;
  }
  #contact #sec_form table td input.wide {
    width: 92%;
  }
  #contact #sec_form table td input.short {
    width: 92%;
  }
  /* btnarea */
  #contact #sec_form p.btnarea {
    margin: 0 auto 20px;
    width: 100%;
  }
}
/*------------------------*/
/* /nipt/flow/　で使用 */
/*------------------------*/
@media screen and (min-width:751px) {
  dl.nipt__flow > dt {
    font-size: 1.1em;
    line-height: 2.5;
    text-indent: 2em;
    background-color: #ffbaba;
  }
  dl.nipt__flow > dd {
    text-indent: 2em;
    line-height: 3;
  }
}
@media screen and (max-width:750px) {
  dl.nipt__flow dt, dl.nipt__flow dd {
    padding: .5em
  }
  dl.nipt__flow dt {
    background-color: #ffbaba;
  }
}
/*------------------------*/
/* /nipt/voice/　関連で使用 */
/*------------------------*/
ul.pageNav01 {
  margin: 10px 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}
ul.pageNav01 li {
  display: inline-block;
  padding: 1px 8px;
  border: 1px solid #DE6EAB;
  margin: 2px;
}
ul.pageNav01 li span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 8px;
  border: 1px solid #DE6EAB;
}
.voice_wap {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4% 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width:751px) {
  /* コメントアウトされていて使用されていないCSS */
  .hojo3 {
    padding: 2% 0 0 0;
    line-height: 1.7;
    border-top: #fd958c 2px solid;
    color: #fc6257;
  }
  /* 左側テキスト */
  .voice_text {
    float: left;
    width: 65%;
    padding: 0 10% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* 右側画像 */
  .voice_img img {
    width: 35%;
    float: right;
  }
}
@media screen and (max-width:750px) {
  /* コメントアウトされていて使用されていないCSS */
  .hojo3 {
    margin: 0 2em auto;
    padding: 2% 0 0 0;
    line-height: 1.7;
    border-top: #fd958c 2px solid;
    color: #fc6257;
  }
  /* コメントアウトされていて使用されていないCSS */
  #voice {
    width: 90%;
    margin: 1em auto;
    padding: 0;
  }
  /* 左側テキスト */
  .voice_text {
    margin: 1em 0 3em;
  }
  /* 右側画像 */
  .voice_img img {
    width: 85%;
    margin: 0 2em 0 2em;
  }
}
/*------------------------*/
/* /nipt/policy/　で使用 */
/*------------------------*/
.docLink {
  color: white;
  font-size: 1.15em;
  text-indent: 1em;
  background-color: #ffbaba;
}
.docLink-container a {
  font-weight: bold;
  color: #6f6f6f;
}
/*------------------------*/
/* /nipt/faq/ 関連 */
/*------------------------*/
/* 2021/7/30 faq用CSS Q＆Aページ修正の為*/
section.faq a, section.faq2 a {
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  /* background: #fdeaf1; */
  padding: 0.5rem;
}
section.faq h2:before, section.faq2 h2:before {
  content: "";
  background: url(/wp-content/uploads/2021/08/QA.png) no-repeat left center;
  display: inline-block;
  width: 60px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
}
section.faq a:before, section.faq2 a:before {
  content: "\f054";
  /* font-family: FontAwesome; */
  margin-left: 20px;
  margin-right: 5px;
  color: #DE6EAB;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
/*------------------------*/
/* テーブル関連 */
/*------------------------*/
/* テーブルthカラー薄ピンク色 */
.careerTable th, .medicalTable th {
  background: #f8eaea;
}
tbody.trisomy_list th {
  width: 25%;
  padding: 0.5em;
  background-color: #eee;
  text-align: right;
  font-size: 0.8em;
}
tbody.trisomy_list td {
  width: 75%;
  padding: 0.5em;
  border: 1px solid #eee;
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.table__gaiyo th {
  border-bottom: solid 4px #d6d6d6;
}
table.table__gaiyo td {
  border-bottom: solid 1px #d6d6d6;
}
/* 2021/06/16 post_contentの影響で灰色になっているテーブルを白に戻す。 */
table.white_table th {
  background: #FFF;
}
@media screen and (min-width:751px) {
  /* 対象テーブルの表示・非表示 */
  .SP_table__D_M {
    display: none;
  }
  .table__D_M {
    display: block;
  }
  table.table__D_M th {
    width: 35%;
    font-size: 1.2em;
    font-weight: bold;
  }
  table.table__D_M .D_M_imgBox img {
    width: 60%;
  }
  table.table__gaiyo th, table.table__gaiyo td {
    padding: 20px;
  }
}
@media screen and (max-width:750px) {
  /* 対象テーブルの表示・非表示 */
  .SP_table__D_M {
    display: block;
  }
  .table__D_M {
    display: none;
  }
  table.SP_table__D_M th {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 1em;
  }
  table.SP_table__D_M th .D_M_imgBox img {
    width: 70%
  }
  table.SP_table__D_M td {
    padding-bottom: 1em;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 1em;
  }
  table.table__gaiyo th, table.table__gaiyo td {
    padding: 2em .5em .5em;
  }
}
/*------------------------*/
/* /genetictesting/comprehensive_cancer_panel/ 関連 */
/*------------------------*/
/* 2021/06/14　遺伝子リスト関連テーブル整形 */
table.colored_table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 5px;
  height: auto !important;
}
table.colored_table td {
  border-collapse: separate;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
  height: auto !important;
}
table.colored_table tr {
  height: auto !important;
}
table.colored_table tr td:nth-child(1) {
  vertical-align: middle;
  text-align: center;
  width: 10% !important;
  background: #ebebeb;
}
table.colored_table tr td:nth-child(2) {
  width: 40% !important;
  background: #fff4f3;
}
table.colored_table tr td:nth-child(3) {
  background: #fff4f3;
}
table.colored_table tr:nth-child(1) td:nth-child(2), table.colored_table tr:nth-child(1) td:nth-child(3) {
  font-weight: bold;
  background: #ffe1de;
}
@media screen and (max-width: 750px) {
  table.colored_table tr td:nth-child(2) {
    vertical-align: middle;
  }
}
td.relateddisease {
  background: #ffe1de !important;
}
/* 2021/06/18 表テンプレートの表色修正用クラス（カスタムCSSに記載されていたものですが他に使用されているページがないためクラス名はそのまま移植します。） */
td.cell1 {
  background: #fecee7;
  color: #000;
  border-top: none;
  border-left: none;
  border-bottom: 1pt solid white;
  border-right: 1pt solid white;
}
td.cell2 {
  background: #fff2cc;
  color: #000;
  border-top: none;
  border-left: none;
  border-bottom: 1pt solid white;
  border-right: 1pt solid white;
}
td.cell3 {
  background: #deeaf6;
  color: #000;
  border-top: none;
  border-left: none;
  border-bottom: 1pt solid white;
  border-right: 1pt solid white;
}
th.title-cell1 {
  background: #ed7d31;
  color: #fff;
}
th.title-cell2 {
  background: #0070c0;
  color: #fff;
}
/* 2021/07/12 中央寄せ */
table.center_table th, table.center_table_td td {
  text-align: center;
  vertical-align: middle;
}
table.height_center_table th, table.height_center_table_td td {
  vertical-align: middle;
}
/* テーブルのセルのカラー（下書きのみで使用中） */
table tr.menu-color {
  background-color: #e3e4e6;
}
table tr.tr-bg-color1 {
  background-color: #ffe4cc;
}
table tr.tr-bg-color2 {
  background-color: #fdf7e2;
}
table tr.tr-bg-color3 {
  background-color: #e8f4ff;
}
/* /age/ で使用中 */
table.algo {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 70px;
}
table.algo td {
  height: 2.2rem;
  text-align: center;
  border: 4px solid #fefdfa;
}
/* tdに色付け */
td.mug {
  background: #d0d0d0;
}
td.mug2 {
  background: #e7e7e7;
}
td.mug3 {
  background: #f7f7f7;
}
td.mup {
  background: #ffeaea;
  color: #ca4040;
}
/* テーブルのレスポンシブ対応 */
@media screen and (max-width:750px) {
  .table-wrap {
    width: 100%;
    overflow: scroll;
  }
}
/*------------------------*/
/* dl dt dd 関連 */
/*------------------------*/
/*////// 2021/06/18 :で区切る文字列テンプレート（カスタムCSSに記載されていたクラスですが、同じクラスを使用しているページがないのでそのまま移植します。） ///////*/
.dl-oneline {
  margin-bottom: .5em;
  padding-left: 2em;
  line-height: 2em !important;
}
.dl-oneline dt {
  float: left;
  margin-right: 0.3em;
  font-weight: normal;
}
.dl-oneline dd:before {
  content: "：";
}
.dl-oneline dt:before {
  content: "\02022";
  padding-left: 1.25em;
  padding-right: 0.5em;
}
.dl-oneline dd, .dl-oneline dt {
  margin-bottom: 1em;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .dl-oneline .normal_dt dt {
    clear: left;
    float: left;
    width: 10%;
  }
  .dl-oneline dd dd {
    margin-left: 11%;
  }
}
/*------------------------*/
/* /genetictesting/gene-list/ 関連 */
/*------------------------*/
/* 2021/06/15　遺伝子アルファベットリスト整形 */
/* 遺伝子リスト一覧（上） */
div.gene_list_table p {
  display: inline-block;
  padding: 0 8px;
  margin: 10px 0;
}
div.gene_list_table p a {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 2px dotted;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}
/* 遺伝子リスト頭文字一覧（下） */
div.gene_initial_table {
  margin-top: 3rem;
  padding-top: 1rem;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 1rem;
}
div.gene_initial_table p.list_explanation {
  font-weight: bold;
  margin: 10px 20px 10px;
}
div.gene_initial_table p:not(.list_explanation) {
  display: inline-block;
  width: 0px;
  padding: 0 22px;
  margin: 17px 0;
}
div.gene_initial_table p a {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 3px dotted;
  width: 25px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
div.gene_initial_table h2 {
  margin: 10px 20px 10px;
  border: 0;
  /* font-weight: bold;
    color: #adadad; */
}
/*------------------------*/
/* width */
/*------------------------*/
.w765 {
  width: 765px;
}
.w600 {
  width: 600px;
}
.w580 {
  width: 580px;
}
.w550 {
  width: 550px;
}
.w500 {
  width: 500px;
}
.w490 {
  width: 490px;
}
.w460 {
  width: 460px;
}
.w435 {
  width: 435px;
}
.w420 {
  width: 420px;
}
.w415 {
  width: 415px;
}
.w400 {
  width: 400px;
}
.w380 {
  width: 380px;
}
.w370 {
  width: 370px;
}
.w365 {
  width: 365px;
}
.w360 {
  width: 360px;
}
.w355 {
  width: 355px;
}
.w350 {
  width: 350px;
}
.w340 {
  width: 340px;
}
.w320 {
  width: 320px;
}
.w310 {
  width: 310px;
}
.w305 {
  width: 305px;
}
.w300 {
  width: 300px;
}
.w290 {
  width: 290px;
}
.w280 {
  width: 280px;
}
.w260 {
  width: 260px;
}
.w255 {
  width: 255px;
}
.w250 {
  width: 250px;
}
.w240 {
  width: 240px;
}
.w230 {
  width: 230px;
}
.w220 {
  width: 220px;
}
.w210 {
  width: 210px;
}
.w200 {
  width: 200px;
}
.w180 {
  width: 180px;
}
.w150 {
  width: 150px;
}
.w130 {
  width: 130px;
}
/*------------------------*/
/* height */
/*------------------------*/
.h30 {
  height: 30px;
}
.h180 {
  height: 180px;
}
.h190 {
  height: 190px;
}
.h200 {
  height: 200px;
}
.h240 {
  height: 240px;
}
.h250 {
  height: 250px;
}
.h280 {
  height: 280px;
}
.h300 {
  height: 300px;
}
.h350 {
  height: 350px;
}
/*------------------------*/
/* margin-top */
/*------------------------*/
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt120 {
  margin-top: 120px;
}
/*------------------------*/
/* margin-right */
/*------------------------*/
.mr02 {
  margin-right: 2px;
}
.mr03 {
  margin-right: 3px;
}
.mr04 {
  margin-right: 4px;
}
.mr05 {
  margin-right: 5px;
}
.mr08 {
  margin-right: 8px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
/*------------------------*/
/* margin-bottom */
/*------------------------*/
.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb07 {
  margin-bottom: 7px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
/*------------------------*/
/* margin-left */
/*------------------------*/
.ml02 {
  margin-left: 2px;
}
.ml03 {
  margin-left: 3px;
}
.ml04 {
  margin-left: 4px;
}
.ml05 {
  margin-left: 5px;
}
.ml08 {
  margin-left: 8px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml160 {
  margin-left: 160px;
}
/*------------------------*/
/* margin */
/*------------------------*/
.ma10 {
  margin: 10px;
}
.ma15 {
  margin: 15px;
}
.m0a {
  margin: 0 auto;
}
.ma_auto {
  margin-left: auto;
  margin-right: auto;
}
/*------------------------*/
/* padding-top */
/*------------------------*/
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt70 {
  padding-top: 70px;
}
.pt120 {
  padding-top: 120px;
}
/*------------------------*/
/* padding-right */
/*------------------------*/
.pr02 {
  padding-right: 2px;
}
.pr03 {
  padding-right: 3px;
}
.pr04 {
  padding-right: 4px;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
/*------------------------*/
/* padding-bottom */
/*------------------------*/
.pb0 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
/*------------------------*/
/* padding-left */
/*------------------------*/
.pl02 {
  padding-left: 2px;
}
.pl03 {
  padding-left: 3px;
}
.pl04 {
  padding-left: 4px;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
/*------------------------*/
/* padding */
/*------------------------*/
.pa05 {
  padding: 5px;
}
.pa10 {
  padding: 10px;
}
.pa15 {
  padding: 15px;
}
/*------------------------*/
/* float */
/*------------------------*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.fr15 {
  float: right;
  margin-left: 15px;
}
.fr30 {
  float: right;
  margin-left: 30px;
}
.fl15 {
  float: left;
  margin-right: 15px;
}
.fl30 {
  float: left;
  margin-right: 30px;
}
/*------------------------*/
/* font-size font-weight */
/*------------------------*/
.font__S {
  font-size: .85em
}
.txt10 {
  font-size: 10px;
}
.txt11 {
  font-size: 11px;
}
.txt12 {
  font-size: 12px;
}
.txt13 {
  font-size: 13px;
}
.txt14 {
  font-size: 14px;
}
.txt15 {
  font-size: 15px;
}
.txt16 {
  font-size: 16px;
}
.txt17 {
  font-size: 17px;
}
.txt18 {
  font-size: 18px;
}
.txt24 {
  font-size: 24px;
}
.bold, .font__B, .fw_b {
  font-weight: bold;
}
/*------------------------*/
/* text-align */
/*------------------------*/
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
/*------------------------*/
/* vertical-align */
/*------------------------*/
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
/*------------------------*/
/* その他 */
/*------------------------*/
.img {
  border: 1px solid #CCCCCC;
  padding: 2px;
}
.clear {
  clear: both;
}
.text {
  margin: 10px 10px 20px 10px;
}
.text p {
  line-height: 1.8;
  font-size: 13px;
}
.inline li {
  display: inline;
}
.number {
  font-family: Bookman old Style, Georgia, Baskerville, Palatino, Times;
}
.lowerLatin li {
  margin: 0 0 10px 20px;
  list-style-type: lower-latin;
}
p.key_list {
  text-align: right;
  font-size: 0.8em;
}
/* p.key_list, */
p.punishment {
  /* text-align:right; */
  font-size: 14px;
}
.cov {
  text-align: left;
}
.cov li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.cov li a {
  margin: 0 5px 15px 5px;
}
.cov .niptPage-heading {
  margin: 0 0 40px 0;
}
/* アイコン */
.fa-h5:before {
  font-family: "Font Awesome 5 pro";
  content: "\f0da";
  font-weight: 900;
  margin-right: 0.2rem;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  color: #DE6EAB;
}
/*------------------------*/
/* その他CSS */
/*------------------------*/
@media screen and (min-width:641px) {
  /*旧トップ（下書きページのみで使用）*/
  #nipt__title {
    width: 370px;
    color: white;
    text-align: center;
    font-size: 1.5em;
    font-family: serif;
    letter-spacing: 4px;
    background-color: #c6b79b;
    padding: .2em 0;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-transform: translateY(10px);
    transform: translateY(30px);
  }
  /*旧トップ枠（下書きページのみで使用）*/
  .wk {
    border: 1px solid #DED6CE;
    padding: 45px 15px 30px;
    width: 85%;
    margin: 0 auto 45px auto;
    border-radius: 6px;
    -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
    -moz-border-radius: 6px; /* Firefox用 */
    text-align: center;
  }
  /*旧トップ（診療内容）文言レイアウト（下書きページのみで使用）*/
  .infoBlock00 dl.cnt1 dt {
    font-size: 20px;
    font-weight: bold;
    color: #E59AC1;
    border-bottom: 1px dotted #E59AC1;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
    width: 595px;
    min-height: auto;
    position: relative;
  }
  /* 非公開ページで使用 */
  .screen-reader-text {
    display: none;
  }
}
/* パンくずリスト（下書きページのみで使用） */
.navi-pc {
  border-right: 1px dotted #000;
  padding: 0px 20px;
  font-family: serif;
}
.navi-pc:first-child {
  border-left: 1px dotted #000;
}
.navi-pc a {
  color: #000;
  text-decoration: none;
}
.g-navgtion.pc {
  width: 100%;
  margin: 4% auto;
}
.g-navgtion.pc ul li a {
  display: block;
  font-size: 16px;
}
/* 旧トップ縦書きタイトル（下書きページのみで使用） */
.infoBlock00 .infoTitle-pc {
  color: #e59ac1;
  font-size: 22px;
  height: 100%;
  display: block;
  position: absolute;
  left: 40px;
  top: 35px;
  writing-mode: vertical-rl;
  font-family: serif;
  letter-spacing: .2em;
}
/* 旧トップ電話番号（下書きページのみで使用） */
.number_list {
  display: flex;
  justify-content: center;
}
.number_list .item {
  margin: 5px 10px;
}
/* 旧トップ当院のコンセプト（下書きページのみで使用） */
.concept {
  text-align: center;
}
/* 旧トップ（下書きページのみで使用） */
.infoBlock00 {
  margin-left: 0;
  padding: 30px;
}
.infoBlock00 p.chatch {
  color: #de004f;
  font-size: 28px;
  text-align: center;
  font-family: serif;
  line-height: 1.4;
  margin: 10px 0 30px;
}
.infoBlock00 p.sub_con {
  margin: 30px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
}
.infoBlock00 dl {
  width: 100%;
}
.infoBlock00 dl dd {
  box-sizing: border-box;
  width: 100%;
  float: none;
  padding: 0 20px;
}
.infoTitle.pc {
  margin-top: -20px;
  position: absolute;
}
.infoBlock_wrap {
  padding: 0 0 0 90px;
}
.infoBlock00 dl.cnt1 dd .content_wrap {
  display: flex;
  justify-content: space-between;
}
.infoBlock00 dl.cnt1 dd .content_wrap .content_txt {
  font-size: 16px;
}
.infoBlock00 dl.cnt1 dd .content_wrap .content_txt._space {
  margin: 30px 0 0;
}
.infoBlock00 dl.cnt1 dd .content_wrap .content_txt._color01 {
  color: #c30065;
}
.infoBlock00 dl.cnt1 dd .cnt_left {
  float: none;
  width: 360px;
  margin: 0;
  padding: 0 15px 0 0;
}
.infoBlock00 dl.cnt1 dt {
  width: 100%;
  float: none;
}
.infoBlock00 p.content {
  font-size: 16px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  /* 旧トップ（下書きページのみで使用） */
  .infoBlock00 {
    padding: 30px 0;
  }
  .infoBlock_wrap {
    padding: 0;
  }
  .infoBlock00 p.chatch {
    font-size: 24px;
  }
  .infoBlock00 p.sub_con {
    font-size: 16px;
  }
  .infoBlock00 dl.cnt1 dd.last {
    padding: 0;
  }
  .infoBlock00 dl.cnt1 dd .cnt_left {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }
  .con_info_block .info_list .item {
    width: 100%;
  }
  .con_info_block .info_list .item .c_btn_2 {
    padding: 10px;
    font-size: 20px;
  }
  .infoBlock00 dl.cnt1 dd .content_wrap {
    display: block;
  }
}
/* 下書きページのみで使用 */
dl.career {
  border-width: 0 1px 1px;
  margin: 0 0 15px;
  padding: 0;
}
dl.career dt {
  margin: 0;
  padding: 10px 6px;
}
dl.career dd {
  border-bottom: 1px dotted #ACACAC;
  margin: -32px 0 0;
  padding: 4px 4px 8px 120px;
}
dl.career2 {
  border-width: 0 1px 1px;
  margin: 0 0 15px;
  padding: 0;
}
dl.career2 dt {
  margin: 0;
  padding: 10px 6px;
}
dl.career2 dd {
  border-bottom: 1px dotted #ACACAC;
  margin: -33px 0 0;
  padding: 4px 4px 8px 220px;
}
.inspection {
  border: 1px solid #DED6CE;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #FFFCF6;
}
.inspection .charge {
  padding: 8px;
  text-align: center;
  color: #C9B896;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #C9B896;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #FFFFFF;
}
@media screen and (max-width:640px) {
  .spNavi {
    background: #e59ac1;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    color: #ffffff;
    margin: 0;
    text-align: left;
  }
  dl.navi dt.active {
    background: url(https://minerva-clinic.or.jp/wp-content/uploads/2018/08/sp_navi.png) left center no-repeat #d270a3;
  }
  dl.navi dt {
    background: url(https://minerva-clinic.or.jp/wp-content/uploads/2018/08/sp_navi.png) left center no-repeat #e59ac1;
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding: 0.8rem 1.7rem;
  }
  .sp_link li {
    background: linear-gradient(to bottom, #fbf0ed 0%, #f6deea 100%);
    border-bottom: 1px solid #CCC;
  }
  .sp_link li a {
    display: block;
    color: #d270a3;
    text-decoration: none;
    width: 100%;
    padding: 0.8em 0 0.8em;
    color: #d270a3;
    text-decoration: none;
    text-indent: 20px;
  }
  .sp_link li:hover {
    background: #f4f4f4;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e2e2e2));
    background: linear-gradient(to bottom, #f4f4f4 0%, #e2e2e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e2e2e2', GradientType=0);
    /* IE6-9 */
  }
  .sp_link li a:hover {
    text-decoration: none;
  }
  .wk {
    border: 1px solid #DED6CE;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #FFFCF6;
  }
  .guide {
    margin: 15px auto !important;
    /*max-width: 340px;*/
    float: none !important;
    text-align: center;
  }
  .infoBlock00 dl {
    width: 95%;
    background: #ffffff;
    margin: 0 auto 15px;
    border: 1px solid #ded6ce;
    border-radius: 10px;
  }
  .infoBlock00 dt {
    margin: 0 0 10px;
    background: url(https://minerva-clinic.or.jp/wp-content/uploads/2018/08/ttl_h3_00_sp.png) no-repeat 5px center;
    padding: 15px 0 15px 30px;
    border-top: 2px solid #efc2da;
    border-bottom: dotted 1px #f0c4db;
    font-size: 15px;
    text-align: left;
    color: #755e30;
  }
  .infoBlock00 dd {
    margin: 0 0 15px;
  }
  .infoBlock00 dd .images {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .infoBlock00 dd .images img {
    margin: 0 auto;
  }
  .infoBlock00 dl.cnt1 {
    width: 95%;
    margin: 0 auto;
    border: none;
  }
  .infoBlock00 dt {
    background: url(https://minerva-clinic.or.jp/wp-content/uploads/2018/08/ttl_h3_00_sp.png) no-repeat 5px center;
    padding: 15px 0 15px 30px;
    border-top: 2px solid #efc2da;
    border-bottom: dotted 1px #f0c4db;
    font-size: 15px;
    text-align: left;
    color: #755e30;
  }
  .infoBlock00 dl.cnt1 dt {
    background: none;
    padding: 0;
    border-top: none;
    border-bottom: none;
    font-size: 15px;
    text-align: left;
    color: #de004f;
    font-weight: bold;
    position: relative;
  }
  .infoBlock00 dl.cnt1 dt .add {
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    position: absolute;
    top: 3px;
    right: 0;
    color: #E297BE;
  }
  .infoBlock00 dl.cnt1 dt .add a {
    text-decoration: none;
    color: #E297BE;
  }
  .infoBlock00 dl.cnt1 dd.last {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .infoBlock00 dl.cnt1 dd .cnt_left {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .infoBlock00 dl.cnt1 dd .cnt_right {
    width: 100%;
    float: none;
  }
  .infoBlock01 dl {
    width: 95%;
    background: #ffffff;
    margin: 0 auto 15px;
    border: 1px solid #ded6ce;
    border-radius: 10px;
  }
  .infoBlock01 dt {
    background: url(/wp-content/uploads/2018/08/ttl_h3_00_sp.png) no-repeat 5px center;
    padding: 15px 0 15px 30px;
    border-top: 2px solid #efc2da;
    border-bottom: dotted 1px #f0c4db;
    font-size: 15px;
    text-align: left;
    color: #755e30;
  }
  .infoBlock01 dd {
    padding: 10px 15px;
  }
  .infoBlock01 dd .greetingImages {
    margin: 0 0 10px;
    text-align: center;
  }
  table.table__D_M, table.table__hikaku {
    display: none;
  }
  table.table__hikaku th, table.table__hikaku td {
    line-height: 1;
    padding-left: 1em;
    border-bottom: solid 1px #d6d6d6;
  }
  table.table__hikaku thead th, table.table__hikaku thead td {
    line-height: 3;
    background-color: #efefef;
  }
  table.table__hikaku th {
    width: 15%;
    text-align: left;
    background-color: #ffebf6;
  }
  table.table__hikaku td {
    border-left: solid 1px #d6d6d6;
  }
  .SP_hikaku tr:first-of-type td {
    border-top: dotted 1px #ddd;
  }
  .SP_hikaku th {
    width: 25%;
    background-color: #f8eaea;
    border-top: dotted 1px #ddd;
  }
  .SP_hikaku td {
    width: 75%;
    padding: 1em;
  }
  .SP_hikaku td h3 {
    font-weight: bold;
  }
  #nipt__title {
    width: 75%;
    color: white;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 2px;
    background-color: #c6b79b;
    padding: .3em 0;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    margin-bottom: -7px;
  }
  .table-scroll2 {
    overflow: scroll;
  }
}
/*------------------------*/
/* 日本地図 CSS*/
/*------------------------*/
/* スマホ画面表示（共通表示） */
i.fa.fas.fa-map-pin {
  color: red;
}
ul.jp_map {
  display: flow-root;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul.jp_map a {
  font-family: serif;
  color: #000;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  text-decoration: none;
}
ul.jp_map li {
  padding: 0.5em;
}
.jp_map li a {
  box-sizing: border-box;
  width: calc(100% - 6px);
  float: left;
  padding: 7px 0;
  /*border-radius: 10px;*/
  text-align: center;
  margin: 3px;
}
.jp_map li a:hover {
  text-decoration: none;
}
/* 北海道-スマホ*/
.jp_map1 li:nth-child(1) a {
  background-color: #C89CF8;
}
/* 青森県-スマホ*/
.jp_map1 li:nth-child(2) a {
  background-color: #E6AEF0;
}
/* 岩手県-スマホ*/
.jp_map1 li:nth-child(3) a {
  background-color: #E6AEF0;
}
/* 宮城県-スマホ*/
.jp_map1 li:nth-child(4) a {
  background-color: #E6AEF0;
}
/* 秋田県-スマホ*/
.jp_map1 li:nth-child(5) a {
  background-color: #E6AEF0;
}
/* 山形県-スマホ*/
.jp_map1 li:nth-child(6) a {
  background-color: #E6AEF0;
}
/* 福島県-スマホ*/
.jp_map1 li:nth-child(7) a {
  background-color: #E6AEF0;
}
/* 茨城県-スマホ*/
.jp_map2 li:nth-child(1) a {
  background-color: #FFADEE;
}
/* 栃木県-スマホ*/
.jp_map2 li:nth-child(2) a {
  background-color: #FFADEE;
}
/* 群馬県-スマホ*/
.jp_map2 li:nth-child(3) a {
  background-color: #FFADEE;
}
/* 埼玉県-スマホ*/
.jp_map2 li:nth-child(4) a {
  background-color: #FFADEE;
}
/* 千葉県-スマホ*/
.jp_map2 li:nth-child(5) a {
  background-color: #FFADEE;
}
/* 東京都-スマホ*/
.jp_map2 li:nth-child(6) a {
  background-color: #FFADEE;
}
/* 神奈川県-スマホ*/
.jp_map2 li:nth-child(7) a {
  background-color: #FFADEE;
}
/* 新潟県-スマホ*/
.jp_map3 li:nth-child(1) a {
  background-color: #FFCDEB;
}
/* 富山県-スマホ*/
.jp_map3 li:nth-child(2) a {
  background-color: #FFCDEB;
}
/* 石川県-スマホ*/
.jp_map3 li:nth-child(3) a {
  background-color: #FFCDEB;
}
/* 福井県-スマホ*/
.jp_map3 li:nth-child(4) a {
  background-color: #FFCDEB;
}
/* 山梨県-スマホ*/
.jp_map3 li:nth-child(5) a {
  background-color: #FFCDEB;
}
/* 長野県-スマホ*/
.jp_map3 li:nth-child(6) a {
  background-color: #FFCDEB;
}
/* 岐阜県-スマホ*/
.jp_map3 li:nth-child(7) a {
  background-color: #FFCDEB;
}
/* 静岡県-スマホ*/
.jp_map3 li:nth-child(8) a {
  background-color: #FFCDEB;
}
/* 愛知県-スマホ*/
.jp_map3 li:nth-child(9) a {
  background-color: #FFCDEB;
}
/* 三重県-スマホ*/
.jp_map4 li:nth-child(1) a {
  background-color: #F9BDD0;
}
/* 滋賀県-スマホ*/
.jp_map4 li:nth-child(2) a {
  background-color: #F9BDD0;
}
/* 京都府-スマホ*/
.jp_map4 li:nth-child(3) a {
  background-color: #F9BDD0;
}
/* 大阪府-スマホ*/
.jp_map4 li:nth-child(4) a {
  background-color: #F9BDD0;
}
/* 兵庫県-スマホ*/
.jp_map4 li:nth-child(5) a {
  background-color: #F9BDD0;
}
/* 奈良県-スマホ*/
.jp_map4 li:nth-child(6) a {
  background-color: #F9BDD0;
}
/* 和歌山県-スマホ*/
.jp_map4 li:nth-child(7) a {
  background-color: #F9BDD0;
}
/* 鳥取県-スマホ*/
.jp_map5 li:nth-child(1) a {
  background-color: #FADACB;
}
/* 島根県-スマホ*/
.jp_map5 li:nth-child(2) a {
  background-color: #FADACB;
}
/* 岡山県-スマホ*/
.jp_map5 li:nth-child(3) a {
  background-color: #FADACB;
}
/* 広島県-スマホ*/
.jp_map5 li:nth-child(4) a {
  background-color: #FADACB;
}
/* 山口県-スマホ*/
.jp_map5 li:nth-child(5) a {
  background-color: #FADACB;
}
/* 徳島県-スマホ*/
.jp_map6 li:nth-child(1) a {
  background-color: #FAE2A9;
}
/* 香川県-スマホ*/
.jp_map6 li:nth-child(2) a {
  background-color: #FAE2A9;
}
/* 愛媛県-スマホ*/
.jp_map6 li:nth-child(3) a {
  background-color: #FAE2A9;
}
/* 高知県-スマホ*/
.jp_map6 li:nth-child(4) a {
  background-color: #FAE2A9;
}
/* 福岡県-スマホ*/
.jp_map7 li:nth-child(1) a {
  background-color: #FCE97D;
}
/* 佐賀県-スマホ*/
.jp_map7 li:nth-child(2) a {
  background-color: #FCE97D;
}
/* 長崎県-スマホ*/
.jp_map7 li:nth-child(3) a {
  background-color: #FCE97D;
}
/* 熊本県-スマホ*/
.jp_map7 li:nth-child(4) a {
  background-color: #FCE97D;
}
/* 大分県-スマホ*/
.jp_map7 li:nth-child(5) a {
  background-color: #FCE97D;
}
/* 宮崎県-スマホ*/
.jp_map7 li:nth-child(6) a {
  background-color: #FCE97D;
}
/* 鹿児島県-スマホ*/
.jp_map7 li:nth-child(7) a {
  background-color: #FCE97D;
}
/* 沖縄県-スマホ*/
.jp_map7 li:nth-child(8) a {
  background-color: #FDD14F;
}
/* PC画面表示 */
@media screen and (min-width: 751px) {
  ul.jp_map {
    padding: 0;
  }
  .jp_map li a {
    width: 7%;
    height: 10%;
    border: solid #ffffff 2px;
    box-sizing: border-box;
    padding: 7px 0;
    float: none;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
  }
  .jp_map li a:hover {
    text-decoration: none;
  }
  /* 北海道-PC*/
  .jp_map li:nth-child(1) a {
    position: absolute;
    /* top: 0; */
    top: -2%;
    left: 85%;
    width: 15%;
    background-color: #C89CF8;
  }
  /* 青森県-PC*/
  .jp_map li:nth-child(2) a {
    position: absolute;
    /* top: 11%; */
    top: 9%;
    left: 85%;
    width: 14%;
    /* height: 5.5%; */
    height: 8.5%;
    background-color: #E6AEF0;
  }
  /* 岩手県-PC*/
  .jp_map li:nth-child(3) a {
    position: absolute;
    top: 16.5%;
    left: 92%;
    background-color: #E6AEF0;
  }
  /* 宮城県-PC*/
  .jp_map li:nth-child(4) a {
    position: absolute;
    top: 26.5%;
    left: 92%;
    background-color: #E6AEF0;
  }
  /* 秋田県-PC*/
  .jp_map li:nth-child(5) a {
    position: absolute;
    top: 16.5%;
    left: 85%;
    background-color: #E6AEF0;
  }
  /* 山形県-PC*/
  .jp_map li:nth-child(6) a {
    position: absolute;
    top: 26.5%;
    left: 85%;
    background-color: #E6AEF0;
  }
  /* 福島県-PC*/
  .jp_map li:nth-child(7) a {
    position: absolute;
    top: 36.5%;
    left: 92%;
    background-color: #E6AEF0;
  }
  /* 茨城県-PC*/
  .jp_map li:nth-child(8) a {
    position: absolute;
    top: 46.5%;
    left: 92%;
    background-color: #FFADEE;
  }
  /* 栃木県-PC*/
  .jp_map li:nth-child(9) a {
    position: absolute;
    top: 46.5%;
    left: 85%;
    background-color: #FFADEE;
  }
  /* 群馬県-PC*/
  .jp_map li:nth-child(10) a {
    position: absolute;
    top: 46.5%;
    left: 78%;
    background-color: #FFADEE;
  }
  /* 埼玉県-PC*/
  .jp_map li:nth-child(11) a {
    position: absolute;
    top: 56.5%;
    left: 85%;
    background-color: #FFADEE;
  }
  /* 千葉県-PC*/
  .jp_map li:nth-child(12) a {
    position: absolute;
    top: 56.5%;
    left: 92%;
    background-color: #FFADEE;
  }
  /* 東京都-PC*/
  .jp_map li:nth-child(13) a {
    left: 85%;
    position: absolute;
    top: 66.5%;
    background-color: #FFADEE;
  }
  /* 神奈川県-PC*/
  .jp_map li:nth-child(14) a {
    left: 78%;
    position: absolute;
    top: 66.5%;
    background-color: #FFADEE;
  }
  /* 新潟県-PC*/
  .jp_map li:nth-child(15) a {
    position: absolute;
    top: 36.5%;
    left: 78%;
    width: 14%;
    background-color: #FFCDEB;
  }
  /* 富山県-PC*/
  .jp_map li:nth-child(16) a {
    position: absolute;
    top: 36.5%;
    left: 71%;
    background-color: #FFCDEB;
  }
  /* 石川県-PC*/
  .jp_map li:nth-child(17) a {
    position: absolute;
    top: 36.5%;
    left: 64%;
    background-color: #FFCDEB;
  }
  /* 福井県-PC*/
  .jp_map li:nth-child(18) a {
    left: 64%;
    position: absolute;
    top: 46.5%;
    background-color: #FFCDEB;
  }
  /* 山梨県-PC*/
  .jp_map li:nth-child(19) a {
    position: absolute;
    top: 56.5%;
    left: 78%;
    background-color: #FFCDEB;
  }
  /* 長野県-PC*/
  .jp_map li:nth-child(20) a {
    left: 71%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #FFCDEB;
  }
  /* 岐阜県-PC*/
  .jp_map li:nth-child(21) a {
    left: 64%;
    position: absolute;
    top: 56.5%;
    background-color: #FFCDEB;
  }
  /* 静岡県-PC*/
  .jp_map li:nth-child(22) a {
    left: 71%;
    position: absolute;
    top: 66.5%;
    background-color: #FFCDEB;
  }
  /* 愛知県-PC*/
  .jp_map li:nth-child(23) a {
    left: 64%;
    position: absolute;
    top: 66.5%;
    background-color: #FFCDEB;
  }
  /* 三重県-PC*/
  .jp_map li:nth-child(24) a {
    left: 57%;
    position: absolute;
    top: 66.5%;
    background-color: #F9BDD0;
  }
  /* 滋賀県-PC*/
  .jp_map li:nth-child(25) a {
    left: 57%;
    position: absolute;
    top: 46.5%;
    background-color: #F9BDD0;
  }
  /* 京都県-PC*/
  .jp_map li:nth-child(26) a {
    left: 50%;
    position: absolute;
    top: 46.5%;
    background-color: #F9BDD0;
  }
  /* 大阪府-PC*/
  .jp_map li:nth-child(27) a {
    left: 50%;
    position: absolute;
    top: 56.5%;
    background-color: #F9BDD0;
  }
  /* 兵庫県-PC*/
  .jp_map li:nth-child(28) a {
    left: 43%;
    position: absolute;
    top: 46.5%;
    height: 20%;
    background-color: #F9BDD0;
  }
  /* 奈良県-PC*/
  .jp_map li:nth-child(29) a {
    left: 57%;
    position: absolute;
    top: 56.5%;
    background-color: #F9BDD0;
  }
  /* 和歌山県-PC*/
  .jp_map li:nth-child(30) a {
    left: 50%;
    position: absolute;
    top: 66.5%;
    background-color: #F9BDD0;
  }
  /* 鳥取県-PC*/
  .jp_map li:nth-child(31) a {
    left: 36%;
    position: absolute;
    top: 46.5%;
    background-color: #FADACB;
  }
  /* 島根県-PC*/
  .jp_map li:nth-child(32) a {
    left: 29%;
    position: absolute;
    top: 46.5%;
    background-color: #FADACB;
  }
  /* 岡山県-PC*/
  .jp_map li:nth-child(33) a {
    left: 36%;
    position: absolute;
    top: 56.5%;
    background-color: #FADACB;
  }
  /* 広島県-PC*/
  .jp_map li:nth-child(34) a {
    left: 29%;
    position: absolute;
    top: 56.5%;
    background-color: #FADACB;
  }
  /* 山口県-PC*/
  .jp_map li:nth-child(35) a {
    left: 22%;
    position: absolute;
    top: 51.5%;
    background-color: #FADACB;
  }
  /* 徳島県-PC*/
  .jp_map li:nth-child(36) a {
    left: 36%;
    position: absolute;
    top: 78.5%;
    background-color: #FAE2A9;
  }
  /* 香川県-PC*/
  .jp_map li:nth-child(37) a {
    left: 36%;
    position: absolute;
    top: 68.5%;
    background-color: #FAE2A9;
    ;
  }
  /* 愛媛県-PC*/
  .jp_map li:nth-child(38) a {
    left: 29%;
    position: absolute;
    top: 68.5%;
    background-color: #FAE2A9;
  }
  /* 高知県-PC*/
  .jp_map li:nth-child(39) a {
    left: 29%;
    position: absolute;
    top: 78.5%;
    background-color: #FAE2A9;
  }
  /* 福岡県-PC*/
  .jp_map li:nth-child(40) a {
    left: 14%;
    position: absolute;
    top: 46.5%;
    background-color: #FCE97D;
  }
  /* 佐賀県-PC*/
  .jp_map li:nth-child(41) a {
    left: 7%;
    position: absolute;
    top: 46.5%;
    background-color: #FCE97D;
  }
  /* 長崎県-PC*/
  .jp_map li:nth-child(42) a {
    left: 0;
    position: absolute;
    top: 46.5%;
    background-color: #FCE97D;
  }
  /* 熊本県-PC*/
  .jp_map li:nth-child(43) a {
    left: 7%;
    position: absolute;
    top: 56.5%;
    background-color: #FCE97D;
  }
  /* 大分県-PC*/
  .jp_map li:nth-child(44) a {
    left: 14%;
    position: absolute;
    top: 56.5%;
    background-color: #FCE97D;
  }
  /* 宮崎県-PC*/
  .jp_map li:nth-child(45) a {
    left: 14%;
    position: absolute;
    top: 66.5%;
    background-color: #FCE97D;
  }
  /* 鹿児島県-PC*/
  .jp_map li:nth-child(46) a {
    left: 7%;
    position: absolute;
    top: 66.5%;
    background-color: #FCE97D;
  }
  /* 沖縄県-PC*/
  .jp_map li:nth-child(47) a {
    left: 0;
    position: absolute;
    top: 76.5%;
    background-color: #FDD14F;
  }
}
/*------------------------*/
/* 2021/8/18 ボディ上部の画像・画像上の見出しのCSS */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.title_on_img_area {
    position: relative;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  div.title_on_img_area {
    position: relative;
    height: 200px;
  }
}
div.title_on_img_area p.title_on_img {
  color: #DE6EAB;
  position: absolute;
  bottom: 0px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  font-size: 24px;
}
/*------------------------*/
/* 2021/10/08 お知らせ用ボディ上部の画像・画像上の見出しのCSS */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.title_on_img_area_notice {
    position: relative;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  div.title_on_img_area_notice {
    position: relative;
    height: 200px;
    background-position: 50% -42px !important;
    background-repeat: repeat !important;
  }
div.title_on_img_area p.title_on_img {
    font-size: 16px;
    padding: 10px 15px;
}
}
div.title_on_img_area_notice p.title_on_img {
  color: #DE6EAB;
  position: absolute;
  bottom: 0px;
  margin: 0;
  padding: 20px 0 20px 20px;
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% - 20px);
  font-size: 24px;
}
/*------------------------*/
/* 2021/8/11 クリニック案内 */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.infomation_box2 {
    width: 50%;
    height: 750px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #f4f4f5;
  }
  div.infomation_box2 div.infomation_bottom_area {
    padding: 0 80px;
  }
  ul.infomation_area_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.infomation_area_ul li.infomation_area_list {
    width: 50%;
    padding-bottom: 65px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #f4f4f5;
  }
  ul.infomation_area_ul li.infomation_area_list p.bottom_area {
    padding: 0 80px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  div.infomation_box2 {
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #f4f4f5;
  }
  div.infomation_box2 div.infomation_bottom_area {
    padding: 0 20px;
  }
  ul.infomation_area_ul li.infomation_area_list {
    width: 100%;
    padding-bottom: 65px;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #f4f4f5;
  }
  ul.infomation_area_ul li.infomation_area_list p.bottom_area {
    padding: 0 20px;
    text-align: center;
  }
}
ul.infomation_area_ul {
  margin: 0;
}
div#one_col div.infomation_box2 h2, div#one_col ul.infomation_area_ul li.infomation_area_list h2 {
  margin: 0;
  padding: 15px 0 !important;
  border: 0 !important;
  color: #DE6EAB;
  text-align: center;
  background: #ffff;
}
div.infomation_box2 img, ul.infomation_area_ul li.infomation_area_list img {
  width: 100%;
  height: 215px;
  overflow: hidden;
  object-fit: cover;
  vertical-align: top;
}
div.infomation_box2 div.infomation_bottom_area h3, div#one_col ul.infomation_area_ul li.infomation_area_list h3 {
  text-align: center;
  padding: 15px 0px 20px 0px;
}
div.infomation_box2 div.infomation_bottom_area h3:before, div#one_col ul.infomation_area_ul li.infomation_area_list h3:before {
  content: none;
}
/*------------------------*/
/* 2021/8/11 診療案内 */
/*------------------------*/
div.infomation_box div.infomation_top_area {
  background: #F5F5F5;
  padding: 30px 45px;
}
div.infomation_box div.infomation_top_area h2 {
  padding: 0 !important;
  border: 0;
  color: #DE6EAB;
}
div.infomation_box div.infomation_top_area h3 {
  margin: 0;
}
div.infomation_box div.infomation_top_area h3:before {
  content: none;
}
div.infomation_box div.infomation_top_area p {
  margin: 0;
}
div.infomation_box div.infomation_bottom_area div.category_item p, div.infomation_box div.infomation_bottom_area div.category_item ul.content_list2 li {
  line-height: 2;
}
div.infomation_box div.infomation_bottom_area div.category_item:first-of-type ul.content_list2 li a {
  color: #000;
  transition: .2s;
}
div.infomation_box div.infomation_bottom_area div.category_item:first-of-type ul.content_list2 li a:hover {
  color: #DE6EAB;
}
div.infomation_box div.category_item div {
  background: #F5F5F5;
  height: 250px;
  margin-bottom: 18px;
  padding: 0 15px;
}
@media screen and (min-width: 751px) {
  div.infomation_box div.infomation_bottom_area {
    padding: 30px 45px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  div.infomation_box div.category_item div {
    width: calc(100% - 39px);
  }
  div.infomation_box div.category_item:nth-of-type(odd) div {
    float: right;
    margin-right: 9px;
  }
  div.infomation_box div.category_item:nth-of-type(even) div {
    float: left;
    margin-left: 9px;
  }
  div.infomation_box div.category_item {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  div.infomation_box div.infomation_bottom_area {
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  div.infomation_box div.category_item {
    width: 100%;
    float: left;
  }
}
/*------------------------*/
/* 2021/8/17 院内のご案内 */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.col3_box div.col3_item img, div.col3_box div.col3_item p {
    width: calc(100% / 3 - 15px);
    height: 205px;
    float: left;
  }
}
@media screen and (max-width: 750px) {
  div.col3_box div.col3_item img {
    width: 100%;
    height: 100%;
  }
  div.col3_box div.col3_item p {
    width: calc(100% - 40px);
    height: 250px;
  }
}
div.col3_box {
  overflow: hidden;
}
div.col3_box div.col3_item img {
  vertical-align: top;
}
div.col3_box div.col3_item p {
  margin: 0;
  display: grid;
  place-items: center;
  padding: 0 20px;
}
/*------------------------*/
/* 2021/10/4 表用 */
/*------------------------*/
.design16 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.design16 th {
  padding: 10px;
  border: solid 1px #ffffff;
}
.design16 th:nth-child(1) {
  background: #fd9644;
}
.design16 th:nth-child(2) {
  background: #fed330;
}
.design16 th:nth-child(3) {
  background: #26de81;
}
.design16 th:nth-child(4) {
  background: #00bfff
}
.design16 td {
  padding: 10px;
  border: solid 1px #ffffff;
}
.design16 td:nth-child(1) {
  background: #fec598;
}
.design16 td:nth-child(2) {
  background: #fee585;
}
.design16 td:nth-child(3) {
  background: #70e9ac;
}
.design16 td:nth-child(4) {
  background: #87cefa
}
.design08 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.design08 th {
  padding: 10px;
  background: #778ca3;
  border: solid 1px #666666;
  color: #ffffff;
}
.design08 td {
  padding: 10px;
  border: solid 1px #666666;
}
.design08 td:first-child {
  background: #e9faf9;
}
/*------------------------*/
/* 2021/10/05 スポイラーアコーディオン用 */
/*------------------------*/
.spoiler_btn {
  margin: 10px 0;
  margin-left: 40px;
}
.spoiler_btn summary.spoiler_title {
  font-size: 14pt !important;
  color: #DE6EAB;
  margin: 0.8em 0;
  border: none;
  text-align: left;
  font-weight: bold;
  margin-left: -26px;
}
.spoiler_btn summary.spoiler_title:after {
  display: none;
}
.spoiler_btn summary.spoiler_title:hover {
  background: none;
}
.spoiler_icon {
  margin-left: -40px;
}
details.spoiler_btn[open] span.spoiler_icon:after {
  display: none;
}
.spoiler_icon:before, .spoiler_icon:after {
  content: '';
  height: 5px;
  width: 16px;
  display: block;
  background: #DE6EAB;
  position: absolute;
  top: 14.7px;
  left: 21px;
}
details.spoiler_btn[open] .spoiler_content {
  animation: spoiler_fadeIn 0.5s ease;
}
.spoiler_icon:after {
  height: 16px;
  width: 5px;
  top: 9px;
  left: 27px;
}
@keyframes spoiler_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*------------------------*/
/* 2021/10/06 ヘッダーサイズ変更時の文言位置修正用 */
/*------------------------*/
@media screen and (min-width: 1251px) {
  .page_header_catch_margin {
    margin-top: 32px !important;
  }
}
/*------------------------*/
/* 2021/10/06 ヘッダー文言位置スマホ時修正,ヘッダーサイズ修正 */
/*------------------------*/
@media screen and (max-width: 750px) {
  .header_text_left {
    text-align: left;
  }
  .header_size_smartphone {
    height: 93px !important;
  }
}
/*------------------------*/
/* 2021/10/08 ヘッダー文言位置スマホ時修正,ヘッダーサイズ修正 */
/*------------------------*/
@media screen and (max-width: 750px) {
  .online-sinryo_header {
    background: url(/wp-content/uploads/2021/10/telemedicine.jpg) !important;
    background-position: center 70% !important;
    background-size: cover !important;
  }
}
/*------------------------*/
/* 2021/12/15 NIPTをよく知るために */
/*------------------------*/
@media screen and (min-width: 751px) {
  div.nipt_detail_title_on_img_area {
    position: relative;
    line-height: 300px;
  }
  p.nipt_detail_title_on_img {
    text-align: center;
    line-height: 300px !important;
    font-weight: bold;
    font-size: 18px;
  }
  p.text_under_img_area2 {
    font-weight: bold;
    text-indent: 25%;
    margin: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  div.nipt_detail_title_on_img_area {
    position: relative;
    line-height: 200px;
  }
  p.nipt_detail_title_on_img {
    text-align: center;
    line-height: 200px !important;
    font-weight: bold;
  }
  p.text_under_img_area2 {
    font-weight: bold;
  }
}
@media screen and (min-width: 751px) {
  ul.content_list2-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px !important;
  }
  ul.content_list2-4 li {
    width: calc(100% / 2 - 15px);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  ul.content_list2-4 li:nth-of-type(odd) {
    margin-right: 15px;
    background: #F7F7F8;
  }
  ul.content_list2-4 li:nth-of-type(even) {
    margin-left: 15px;
    background: #F7F7F8;
  }
  div.bottom_area {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  ul.content_list2-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
  ul.content_list2-4 li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  div.bottom_area {
    padding: 15px;
    background: #F7F7F8;
  }
}
ul.content_list2-4 li img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
ul.content_list2-4 li img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
  height: 137px;
  margin-bottom: 13px;
}
ul.content_list2-4 div.bottom_area h3.content_list_text:before {
  content: none;
}
ul.content_list2-4 div.bottom_area h3.content_list_text {
  color: #DE6EAB;
}
ul.content_list2-4 div.bottom_area h3.content_list_text:hover {
  color: #000;
}
ul.content_list2-4 div.bottom_area p {
  line-height: 1.8;
}
.details-inner {
  padding: 15px 0px;
}
.color_red_accordion details {
  margin: 0;
  width: 100%;
}
.color_red_accordion details summary {
  background: #FE666D;
  text-align: unset;
  padding: 15px 20px;
  border: 1px solid #C26E72;
  position: relative;
}
.color_red_accordion details summary:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}
/* ***************************************************  */
/* --------------------発熱外来問い合わせについて文言用（2022/01/11追加）CSS--------------------  */
/* ***************************************************  */
.fever_outpatient_content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fever_outpatient_content p {
  width: 85%;
  margin: 0 auto !important;
}
.fever_outpatient_content img:nth-of-type(1) {
  width: 100%;
  margin-bottom: -20%;
}
.fever_outpatient_content img:nth-of-type(2) {
  width: 100%;
  margin: -3% auto 0;
}
/* ***************************************************  */
/* --------------------リンク付き画像横並びリスト（2022/04/26追加）CSS--------------------  */
/* ***************************************************  */
.image_two_side_list a img {
  width: calc(50% - 14px);
  height: auto;
  display: inline-block;
}
.image_two_side_list a img:nth-child(1) {
  margin: 0 28px 50px 0;
}
.image_two_side_list a:nth-child(2) img {
  float: right;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 950px) {
  .image_two_side_list a img:nth-child(1) {
    margin: 0 28px 25px 0;
  }
  .image_two_side_list a:nth-child(2) img {
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 750px) {
  .image_two_side_list a img:nth-child(1) {
    margin: 0 10px 25px 0;
  }
  .image_two_side_list a:nth-child(2) img {
    margin: 0 0 25px 0;
  }
}
/* ***************************************************  */
/* --------------------ワンポイント知識の旗（2022/05/06lpから移植）CSS--------------------  */
/* ***************************************************  */
.lp_flag_of_knowledge {
  padding: 0 0 40px 0;
  font-weight: bold;
}
.lp_flag_of_knowledge p {
  margin-bottom: 0px !important;
  color: #DE6EAB;
}
.lp_flag_of_knowledge img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.lp_flag_of_knowledge p:hover {
  color: #888888;
}
@media screen and (max-width: 750px) {
  .lp_flag_of_knowledge {
    margin-left: 5%;
  }
}
/* ***************************************************  */
/* --------------------下三画▼（2022/05/06lpから移植）CSS--------------------  */
/* ***************************************************  */
.lp_black_triangle {
  border-top: 20px solid #000;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  width: 0%;
  text-align: center;
  margin: -15px auto -20px auto;
}
/* ***************************************************  */
/* --------------------ブログカードリストCSSで対応ver(2022/05/25)--------------------  */
/* ***************************************************  */
/*------------------------*/
/* コラムページ下部関連記事 */
/*------------------------*/
.colum_blog_card_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px !important;
}
.colum_blog_card_list img {
  max-height: 200px;
}
.colum_blog_card_list li {
    width: 48%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 4% 30px 0;
}
.colum_blog_card_list li:nth-child(2n) {
	margin-right: 0;
}
#searchform #searchsubmit {
	background: url(/wp-content/themes/noel_tcd072-child/images/icon_search.svg) no-repeat center center;
    border: none;
    text-indent: -500000px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.searchform {
    width: 100%;
    background: #E6A4C8;
}
#side_col #searchform.searchform {
    width: 100%;
    background: #E6A4C8;
    height: auto;
    padding: 10px;
    border-radius: 5px;
	position: relative;
}
#side_col #searchform.searchform #s {
    height: auto;
    background: #fff;
    line-height: 1.5em;
    padding: 5px;
	width: calc(100% - 30px);
	max-width: calc(100% - 30px);
}
#side_col #searchform .submit_button {
	width: auto;
	height: auto;
}
#side_col #searchform .submit_button:before {
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    line-height: 1em;
	font-size: 22px;
}
@media screen and (min-width: 551px)and (max-width: 950px) {
  .colum_blog_card_3list li {
    width: calc(100% / 2 - 20px);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .colum_blog_card_3list li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .colum_blog_card_list li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .colum_blog_card_list p {
    padding:0!important;
    max-height: 6em !important;
    font-size: 12px !important;
  }
}
.colum_blog_card_list p {
  width: 100%;
  min-height: 1em;
  max-height: 4em;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  margin: 0 !important;
  font-size: 14px;
  font-weight: bold;
}
.post_content .colum_blog_card_list li> p a {
	display: block;
  background: rgba(255, 255, 255, 0.7);
	padding: 15px;
	color: #000!important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.colum_blog_card_list  a {
  color: #000 !important;
}
/*------------------------*/
/* コラムページカテゴリー表記noside３段ver */
/*------------------------*/
.colum_blog_card_3list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px !important;
}
.colum_blog_card_3list img {
  max-height: 200px;
}
@media screen and (min-width: 551px) {
  .colum_blog_card_3list li {
    width: calc(100%/3 - 30px);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 10px auto 10px 10px;
  }
}
@media screen and (max-width: 550px) {
  .colum_blog_card_3list li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .colum_blog_card_3list p {
    padding: 17px 14% 17px 0 !important;
    max-height: 6em !important;
    font-size: 12px !important;
  }
}
.colum_blog_card_3list p {
  padding: 15px 0;
  width: 100%;
  min-height: 1em;
  max-height: 4em;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 !important;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20%;
}
.colum_blog_card_3list p:hover {
  text-decoration: underline;
}
.colum_blog_card_3list a {
  color: #000 !important;
}
/*------------------------*/
/* コラムページカテゴリー表記 */
/*------------------------*/
.colum_blog_card_category_box {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 110px;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
}
/*------------------------*/
/* ブログカードCSS化（ノーマル） */
/*------------------------*/
.blog_card {
  max-width: 700px;
  margin: 10px auto 37px;
  background-color: #ffffff;
  height: 119px;
}
.blog_card:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
  transform: translateY(-4px);
  transition: all 0.3s ease 0s;
}
.blog_card a {
  display: flex;
}
.blog_card a img {
  min-width: 203px;
  width: 203px;
  height: 119px;
  object-fit: cover;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .blog_card a img {
    min-width: 183px;
    width: 183px;
    height: 121px;
  }
  .blog_card {
    height: 121px;
  }
}
@media screen and (max-width: 480px) {
  .blog_card a img {
    min-width: 143px;
    width: 143px;
    height: 94px;
  }
  .blog_card {
    height: 94px;
  }
}
@media screen and (max-width: 320px) {
  .blog_card a img {
    min-width: 103px;
    width: 103px;
    height: 67px;
  }
  .blog_card {
    height: 67px;
  }
}
.blog_card a span {
  margin: 0 0 0 9px;
  width: 100%;
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  padding-right: 5%;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 120px;
}
@media screen and (max-width:750px) {
  .blog_card a span {
    font-size: 13px;
    line-height: 17px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 70px;
  }
}
.blog_card a span:hover {
  text-decoration: underline;
}
/*------------------------*/
/* ブログカードCSS化（faq） */
/*------------------------*/
.faq_blog_card {
  height: auto;
  padding: 0 3% 3% 0;
}
.faq_blog_card:hover {
  height: auto;
}
.faq_blog_card:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 20px;
  margin-right: 5px;
  color: #DE6EAB;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
/*------------------------*/
/* ブログカードCSS化（サイドバー） */
/*------------------------*/
.blog_card_sidebar {
  max-width: 700px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.blog_card_sidebar:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
  transform: translateY(-4px);
  transition: all 0.3s ease 0s;
}
.blog_card_sidebar a {
  display: flex;
  font-weight: bold;
  font-size: 90%
}
.blog_card_sidebar a img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.blog_card_sidebar a p {
  font-weight: bold;
  margin: -6px 0 0 3px;
}
.blog_card_sidebar a:hover {
  text-decoration: underline;
}
/* ***************************************************  */
/* --------------------学術メニュースライダー（2022/10/25追加）CSS--------------------  */
/* ***************************************************  */
.academic_slider {
  margin: 0px 2.5% !important;
  width: 95%;
}
.academic_menu_list_box p {
  margin: 0 !important;
}
.academic_slider li.slick-center p:nth-child(2) {
  margin-bottom: 0 !important;
}
.academic_slider .slick-center a .academic_menu_list_box {
  transition: 1s;
}
div#index_free_space_inner div.academic_menu_list_box {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  border: 1px solid #333;
  box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 40%);
}
div#index_free_space_inner div.academic_menu_list_box img {
  position: absolute;
}
@media screen and (min-width: 950px) {
  div#index_free_space_inner div.academic_menu_list_box {
    padding: 15px;
    height: 280px;
    margin: 0 15px;
  }
  .academic_slider .slick-center a .academic_menu_list_box {
    margin: -10px 0 0 0 !important;
    height: 300px !important;
  }
  div#index_free_space_inner div.academic_menu_list_box img {
    width: 30% !important;
    margin: auto;
    bottom: 20%;
    left: 30%;
  }
  div#index_free_space_inner div.academic_menu_list_box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 951px) {
  div#index_free_space_inner div.academic_menu_list_box {
    padding: 10px;
    height: 250px;
    margin: 0 15px;
  }
  .academic_slider .slick-center a .academic_menu_list_box {
    margin: -10px 0 0 0 !important;
    height: 270px !important;
  }
  div#index_free_space_inner div.academic_menu_list_box img {
    width: 35% !important;
    margin: auto;
    bottom: 20%;
    left: 32%;
  }
  div#index_free_space_inner div.academic_menu_list_box h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner div.academic_menu_list_box {
    padding: 10px;
    height: 200px;
    margin: 0 15px;
  }
  .academic_slider .slick-center a .academic_menu_list_box {
    height: 200px !important;
    margin: 0 15px !important;
  }
  div#index_free_space_inner div.academic_menu_list_box img {
    width: 21% !important;
    margin: auto;
    bottom: 11%;
    left: 40%;
  }
}
@media screen and (max-width: 550px) {
  div#index_free_space_inner div.academic_menu_list_box img {
    width: 27% !important;
    margin: auto;
    bottom: 11%;
    left: 35%;
  }
}
div#index_free_space_inner div.academic_menu_list_box h3 {
  color: #000;
  transition: .2s;
}
div#index_free_space_inner div.academic_menu_list_box h3:hover {
  color: #DE6EAB;
}
.academic_slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.academic_slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.academic_slider .slick-next {
  right: 0;
}
.academic_slider .slick-prev {
  left: 0;
}
.academic_slider .slick-next::before {
  left: 20px;
}
.academic_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.academic_slider .slick-dots {
  text-align: center;
}
.academic_slider .slick-dots li {
  display: inline-block;
}
.academic_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ff8a8a;
  border-radius: 50%;
}
.academic_slider .slick-dots button:hover {
  background: #fe535c;
}
.academic_slider .slick-active button {
  background: #fe535c;
}
/* ***************************************************  */
/* --------------------情報メニュースライダー（2022/10/25追加）CSS--------------------  */
/* ***************************************************  */
.info_slider {
  margin: 0px 2.5% !important;
  width: 95%;
}
.info_menu_list_box p {
  margin: 0 !important;
}
.info_slider li.slick-center p:nth-child(2) {
  margin-bottom: 0 !important;
}
.info_slider .slick-center a .info_menu_list_box {
  transition: 1s;
}
div#index_free_space_inner div.info_menu_list_box {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  border: 1px solid #333;
  box-shadow: 6px 6px 10px 0px rgb(0 0 0 / 40%);
}
div#index_free_space_inner div.info_menu_list_box img {
  position: absolute;
}
@media screen and (min-width: 1251px) {
  div#index_free_space_inner div.info_menu_list_box {
    padding: 15px;
    height: 280px;
    margin: 0 15px;
  }
  .info_slider .slick-center a .info_menu_list_box {
    margin: -10px 0 0 0 !important;
    height: 300px !important;
  }
  div#index_free_space_inner div.info_menu_list_box img {
    width: 30% !important;
    margin: auto;
    bottom: 20%;
    left: 30%;
  }
}
@media screen and (min-width: 950px) {
  div#index_free_space_inner div.info_menu_list_box {
    padding: 15px;
    height: 280px;
    margin: 0 15px;
  }
  .info_slider .slick-center a .info_menu_list_box {
    margin: -10px 0 0 0 !important;
    height: 300px !important;
  }
  div#index_free_space_inner div.info_menu_list_box img {
    width: 30% !important;
    margin: auto;
    bottom: 20%;
    left: 30%;
  }
  div#index_free_space_inner div.info_menu_list_box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 951px) {
  div#index_free_space_inner div.info_menu_list_box {
    padding: 10px;
    height: 250px;
    margin: 0 15px;
  }
  .info_slider .slick-center a .info_menu_list_box {
    margin: -10px 0 0 0 !important;
    height: 270px !important;
  }
  div#index_free_space_inner div.info_menu_list_box img {
    width: 35% !important;
    margin: auto;
    bottom: 20%;
    left: 32%;
  }
  div#index_free_space_inner div.info_menu_list_box h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  div#index_free_space_inner div.info_menu_list_box {
    padding: 10px;
    height: 200px;
    margin: 0 15px;
  }
  .info_slider .slick-center a .info_menu_list_box {
    height: 200px !important;
    margin: 0 15px !important;
  }
  div#index_free_space_inner div.info_menu_list_box img {
    width: 21% !important;
    margin: auto;
    bottom: 11%;
    left: 40%;
  }
}
@media screen and (max-width: 550px) {
  div#index_free_space_inner div.info_menu_list_box img {
    width: 27% !important;
    margin: auto;
    bottom: 11%;
    left: 35%;
  }
}
div#index_free_space_inner div.info_menu_list_box h3 {
  color: #000;
  transition: .2s;
}
div#index_free_space_inner div.info_menu_list_box h3:hover {
  color: #DE6EAB;
}
.info_slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.info_slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.info_slider .slick-next {
  right: 0;
}
.info_slider .slick-prev {
  left: 0;
}
.info_slider .slick-next::before {
  left: 20px;
}
.info_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.info_slider .slick-dots {
  text-align: center;
}
.info_slider .slick-dots li {
  display: inline-block;
}
.info_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ff8a8a;
  border-radius: 50%;
}
.info_slider .slick-dots button:hover {
  background: #fe535c;
}
.info_slider .slick-dots .slick-active button {
  background: #fe535c;
}
/* ***************************************************  */
/* --------------------診療メニュースライダー（2022/11/07追加）CSS--------------------  */
/* ***************************************************  */
.medical_menu_slider {
  margin: 0px 2.5% !important;
  width: 95%;
}
ul.medical_menu_slider.colum_blog_card_list p {
  padding: 25px 0 !important;
  padding-right: 20% !important;
}
ul.medical_menu_slider.colum_blog_card_list li {
  margin: 10px !important;
  box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 40%);
}
ul.medical_menu_slider.colum_blog_card_list ul.slick-dots li {
  box-shadow: none;
  width: auto !important;
  margin: 0 !important;
}
.medical_menu_slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 80px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.medical_menu_slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.medical_menu_slider .slick-next {
  right: 0;
}
.medical_menu_slider .slick-prev {
  left: 0;
}
.medical_menu_slider .slick-next::before {
  left: 20px;
}
.medical_menu_slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.medical_menu_slider .slick-dots {
  text-align: center;
}
.medical_menu_slider .slick-dots li {
  display: inline-block;
}
.medical_menu_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ff8a8a;
  border-radius: 50%;
}
.medical_menu_slider .slick-dots button:hover {
  background: #fe535c;
}
.medical_menu_slider .slick-dots .slick-active button {
  background: #fe535c;
}
/*------------------------------------------------*/
/* リニューアルヘッダーフッター*/
/*------------------------------------------------*/ :root {
  --font-main: 'Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
 /* FONT SITE */
    --txt: #000;
  /* COLOR TEXT */
  --mcolor: #000000;
  /* MAIN COLOR  */
  --scolor: #DE6EAB;
  /* SUB COLOR */
  /* CUSTOM COLOR */
  --pink: #DE6EAB;
  --pink-light: #E6A4C8;
  --f-rbt: 'Roboto', sans-serif;
  --f-nts: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
header.header_menu {
  background: #fff;
  border-bottom: 1px solid #E2E0E0;
}
.h_top {
  background: #E6A4C8;
  color: #fff;
  height: 30px;
}
.h_top .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.h_top_txt {
  margin: 0;
  font-size: 12px;
  padding: 3px 0;
}
.h_top .searchform, .ft_search .searchform {
  width: 370px;
  height: 44px;
  background: #E6A4C8;
  margin-bottom: -14px;
  padding: 10px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0;
  border: none !important;
}

.h_top .searchform > div, .ft_search .searchform > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_top .searchform label, .ft_search .searchform label {
  display: none;
}
.h_top .searchform input[type="text"], .ft_search .searchform input[type="text"] {
  width: 314px;
  border: 1px solid #DCDCDC;
  background: #fff;
  font-size: 14px;
  height: auto;
  color: #A1A1A1;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 3px 10px;
  font-family: var(--font-main);
}
.h_top #searchform .submit_button:before {
  display: none;
}
.h_top #searchform .submit_button {
  height: auto;
  width: auto;
  top: 0;
  float: none;
}
.searchform input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]:-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.searchform input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.searchform input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]::-ms-input-placeholder {
  color: #A1A1A1;
}
.searchform input[type="text"]::placeholder {
  color: #A1A1A1;
}
.searchform input[type="submit"] {
  background: url(images/icon_search.svg) no-repeat center center;
  border: none;
  text-indent: -500000px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.3s;
}



.h_main {
  padding: 21px 0;
}
.h_main .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1360px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

header *, footer *, .fixed_pc *, .fixed_sp * {
  box-sizing: border-box;
}
.logo {
  margin: 0;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li:not(:first-child) {
  margin-left: 30px;
}
.gnavi > li > a, .gnavi > li > span {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  padding: 6px 0;
  transition: all 0.3s;
}
.gnavi > li.over:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e6a4c8 transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: 0;
}
.submenu {
  position: absolute;
  z-index: 99;
  width: 260px;
  left: calc(50% - 130px);
  margin-top: 10px;
  display: none;
}
.submenu a, .submenu span {
  display: block;
  background: #e6a4c8;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.3s;
}
.submenu.level2, .submenu.level3 {
  margin: 0;
  left: calc(-100% - 1px);
  top: 0;
}
.gnavi > li:last-child > .submenu {
  left: auto;
  right: 0;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
footer {
  border-top: 5px solid #EF9AC9;
	clear: both;
}
.ft_top .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ft_top_left {
  width: 430px;
}
.ft_top_right {
  width: 801px;
  max-width: 60%;
}
.ft_top_logo {
  text-align: center;
  margin: -1px 0 31px 10px;
}
.ft_top_add {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 37px;
}
.ft_top_time {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: -0.01em;
}
.ft_top {
  padding: 71px 0 67px;
}
.idx_clr02 {
  color: #B82173;
}
.ft_top_time a {
  color: #B82173;
  text-decoration: none;
}
.ft_top_calendar {
  margin-bottom: 18px;
}
.ft_top_map iframe {
  width: 100%;
  height: 365px;
}
.ft_top_txt li {
  font-size: 13px;
  position: relative;
  padding-left: 35px;
  margin: 0 0 11px;
}
.ft_top_txt li:last-child {
  margin-bottom: 0;
}
.ft_top_txt li:before {
  content: '';
  position: absolute;
  background: url("images/ft_icon.svg") no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  left: 0;
  top: -1px;
}
.ft_top_map {
  margin: 0 0 13px;
}
address {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #B8B8B8;
  padding: 23px 0 32px;
	font-style: inherit;
}
/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 11;
  bottom: 70px;
  right: 20px;
  cursor: pointer;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}
.to_top a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.to_top a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #e6a4c8 transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed_pc {
  position: fixed;
  right: 0;
  top: 156px;
  z-index: 4;
}
.fixed_pc a {
  margin: 0 0 0 auto;
  display: flex;
  width: 60px;
  height: 160px;
  background: #DE6EAB;
  text-decoration: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
}
.fixed_pc .txt {
  display: block;
  width: 12px;
  text-align: center;
  line-height: 1.23em;
  word-break: break-word;
}
.fixed_pc a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin: -11px 0 11px;
}
.fixed_pc li:nth-child(2) a:before {
  background-image: url(images/icon_login.svg);
  width: 25px;
  height: 25px;
  margin-top: -5px;
  margin-bottom: 6px;
}
.fixed_pc li:nth-child(3) a:before {
  background-image: url("images/icon_tel.svg");
  width: 18px;
  height: 22px;
  margin: -11px 0 5px;
}
.fixed_pc li:nth-child(4) a:before {
  background-image: url("images/icon_line.svg");
  width: 20px;
  height: 20px;
  margin: -4px 0 3px;
}
.fixed_pc li:nth-child(2) a {
  background: #fff;
  color: #000;
}
.fixed_pc li:nth-child(3) a {
  background: #B82173;
}
.fixed_pc li:nth-child(4) a {
  background: #F5F5F5;
  border: 1px solid #06C755;
  color: #000;
}
.fixed_pc li:nth-child(4) a .txt {
  line-height: 1em;
}
.fixed_pc .info {
  position: absolute;
  background: #B82173;
  width: 220px;
  height: 160px;
  right: -220px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.15em;
  z-index: 4;
  transition: all 0.3s;
}
.fixed_pc .num {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  margin: -2px 0 20px;
}
.fixed_pc .num:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("images/icon_tel.svg") no-repeat center center/100% auto;
  width: 18px;
  height: 22px;
  margin-right: 10px;
  top: 3px;
}
.fixed_pc li:hover {
  width: 220px;
}
.fixed_pc li:hover .info {
  right: 0;
}
.inner {
  width: 1360px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}
.ft_link {
  background: #F5F5F5;
  padding: 42px 0 51px;
}
.ft_link_main {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 38px;
}
.ft_link_ttl {
  font-size: 15px;
  color: #DE6EAB;
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 0 0 2px;
  margin-bottom: 14px;
}
.ft_link_menu a, .ft_link_menu > li > span:not([class]) {
  color: var(--txt);
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding-left: 11px;
  transition: all 0.3s;
}
.ft_link_menu li {
  line-height: 1.5em;
  margin: 0 0 10px;
}
.ft_link_menu > li > a:before, .ft_link_menu > li > span:not([class]):before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000000;
  left: 0;
  top: 9px;
}
.ft_link_list {
  display: flex;
}
.ft_link_col {
  width: 260px;
}
.ft_link_col:nth-child(2) {
  /*width: 640px;*/
}
.ft_search .searchform {
  max-width: 100%;
  border-radius: 5px;
  padding: 8px 7px 8px 10px;
}
.ft_search .searchform input[type="text"] {
  width: calc(100% - 34px);
}
.ft_search {
  margin-top: 79px;
  margin-bottom: 0;
}
.ft_link_menu_sub a:before {
  content: '';
  position: absolute;
  background: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.ft_link_menu_sub {
  padding-left: 14px;
  margin: 10px 0 0;
}
.ft_link_list .ft_link_menu:not(:last-child) {
  margin-right: 35px;
}
.ft_link_col > .ft_link_menu:not(:last-child) {
  margin-bottom: 21px;
}
.sns_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sns_list ul li {
  width: 40px;
  margin: 0 10px 10px;
  line-height: 0;
}
.sns_list ul li.youtube {
	width: 58px;
}
.sns_list {
  margin-bottom: 40px;
	clear: both;
}
.ft_link_ttl {
  position: relative;
}
.ft_link_menu a, .ft_link_menu > li > span {
  display: block;
}
.ft_link_icon:before, .ft_link_icon:after {
  content: '';
  position: absolute;
  background: #333;
  transition: all 0.3s;
}
.ft_link_icon:before {
  width: 12px;
  height: 1px;
  right: 10px;
  top: 50%;
}
.ft_link_icon:after {
  height: 12px;
  width: 1px;
  right: 15px;
  top: calc(50% - 6px);
}
.ft_over.active .ft_link_icon:after {
  transform: rotate(90deg);
}
.ft_link_menu_sub {
  display: none;
}
.ft_link_menu > li > span:not([class]) {
  display: block;
  cursor: pointer;
}
.ft_link_list .ft_link_menu {
  width: calc(50% - 20px);
}
.sns_list ul li iframe#twitter-widget-0 {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  overflow: hidden;
}
.sns_list ul li:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.sns_list ul li {
  position: relative;
}
.sns_list ul li iframe#twitter-widget-0 .btn {
  height: 40px !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
p, dd, dt, li, th, td, address {
  line-height: 2.1875em;
  letter-spacing: 0;
}
.wpel-icon.dashicons-before:before {
  /* display: none; */
}
.post_content .index_cb_button a:not([class]) {
    background: #DE6EAB;
    color: #fff!important;
    border-radius: 99999px;
    height: auto;
    line-height: 1.5em;
    padding: 15px;
}
.blog_main #blog_list .title_area {
	height: calc(100% - 237px);
    padding: 30px 20px;
}
.blog_main #blog_list .title_area .title {
	color: var(--scolor);
}
.blog_main #blog_list .item {
    height: auto;
}
.blog_main #archive_blog {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 100px;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.blog_main #archive_blog div#blog_list {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog_main #archive_blog div#side_col {
    padding: 0;
    flex-shrink: 0;
    margin-left: 50px;
	width: 300px;
}
.news_pagination {
    width: 100%;
    margin-top: 40px;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
}
ul.page-numbers li > a, ul.page-numbers li > span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #DBDBDB;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    transition: all 0.3s;
    box-sizing: border-box;
}
.page-numbers li {
    margin: 5px;
}
.page-numbers li > span.current {
    background: var(--pink-light);
    color: #fff;
}

.inner_under {
    width: 1030px;
}
.search_list {
    display: flex;
    flex-wrap: wrap;
}
.inner_under #blog_list {
    width: 100%;
}
#blog_list .search_list .item {
    height: auto;
}
#blog_list .search_list .title_area {
    padding: 30px 20px;
    height: calc(100% - 237px);
}
#blog_list .search_list .title_area .title {
	color: var(--scolor)
}
h3.side_headline {
    color: var(--scolor);
}
.side_blog_banner p:not(:last-child) {
	margin: 0 0 1.83em;
}
@media screen and (min-width: 751px) {
	 .to_top a:hover {
    background: var(--scolor);
    color: #fff;
  }
  .to_top a:hover:after {
    border-bottom-color: #fff;
  }
  .ft_top_time a:hover, .nipt_sec04_itm_txt a:hover {
    text-decoration: underline;
  }
  header.fixed.header_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-animation: header-fixed 0.6s;
    -moz-animation: header-fixed 0.6s;
    -ms-animation: header-fixed 0.6s;
    animation: header-fixed 0.6s;
  }
  header.fixed.header_menu .h_top {
    display: none;
  }
  header.fixed.header_menu .h_main {
    padding: 10px 0;
  }
  .to_top {
    bottom: 50px !important;
  }
  #gnavi {
    display: flex;
    align-items: center;
  }
  #gnavi .insta {
    margin-left: 20px;
  }
  .searchform input[type="submit"]:hover, .mv_item a:hover, .sec04_item > a:not(.no_link):hover, .sec04_main_bnr a:hover, .sec09_itm_btn a:hover, .fixed_pc a:not([target="_blank"]):hover, .h_search input[type="submit"]:hover, .nipt_top_bnr a:hover, .under_bnr li a:hover, .under_circle dt > a:hover, .post_content .index_cb_button a:not([class]):hover {
    opacity: 0.7;
  }
  .gnavi > li:hover > a, .gnavi > li:hover > span, .sec01_news li a:hover, .ft_link_menu a:hover, .ft_link_menu > li > span:not([class]):hover, .nipt_sec05_bnr_back:hover, .under_anchor_link li a:hover, .under_anchor_link li a:hover {
    color: #E6A4C8;
  }
  .submenu li:hover > a, .submenu li:hover > span {
    background: var(--scolor);
  }
	.page-numbers li > a:hover, div.entry-footer ul.post-categories li a:hover {
    background: var(--pink-light);
    color: #fff;
}
	#next_prev_post a:hover, #next_prev_post a:hover:before, #next_prev_post .next_post a:hover:before, .tcd_category_list .child_menu_button:hover:before {
		color: var(--scolor)!important;
	}
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
  .gnavi > li:not(:first-child) {
    margin-left: 20px;
  }
.blog_main #blog_list .title_area {
    height: calc(100% - 195px);
}
#blog_list .search_list .title_area {
    height: calc(100% - 195px);
}
}
@media screen and (max-height: 900px) and (min-width: 751px) {
  .to_top {
    right: 70px;
  }
  .fixed_pc a {
    height: 110px;
    font-size: 11px;
    width: 50px;
  }
  .fixed_pc a:before {
    width: 18px;
    height: 20px;
    margin: 0 0 5px;
  }
  .fixed_pc li:nth-child(2) a:before {
    width: 20px;
    height: 20px;
    margin: 0 0 3px;
  }
  .fixed_pc li:nth-child(4) a:before {
    width: 16px;
    height: 16px;
  }
  .fixed_pc .txt {
    width: 8px;
  }
  .fixed_pc {
    top: 140px;
  }
  .fixed_pc.show {
    top: 80px;
    transition: all 0.3s;
  }
  header.fixed.header_menu .logo {
    width: 250px;
  }
  .submenu a, .submenu span {
    padding: 2px 15px;
  }
}
@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
  #wrapper, header, main, footer, .inner {
    width: 100% !important;
    min-width: unset !important
  }
  .pc {
    display: none !important
  }
  #wrapper {
    padding-top: 91px;
  }
  .h_top {
    position: absolute;
  }
  #gnavi {
    position: fixed;
    top: 91px;
    background: #fff;
    left: 0;
    width: 100%;
    height: calc(100% - 91px);
    border-top: 1px solid #CCCCCC;
    overflow: auto;
    padding: 0 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  #gnavi.show {
    opacity: 1;
    visibility: visible;
  }
  .gnavi {
    display: block;
    padding: 0 15px;
  }
  .gnavi > li > a, .gnavi > li > span {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
    position: relative;
  }
  .gnavi > li:not(:first-child) {
    margin-left: 0;
  }
  .gnavi li > span {
    position: relative;
  }
  .gnavi li.over > span:before, .gnavi li.over > span:after {
    content: '';
    position: absolute;
    background: #e6a4c8;
    transition: all 0.3s;
  }
  .gnavi li.over > span:before {
    width: 14px;
    height: 2px;
    right: 10px;
    top: calc(50% - 1px);
  }
  .gnavi li.over > span:after {
    height: 14px;
    width: 2px;
    right: 16px;
    top: calc(50% - 7px);
  }
  .gnavi li.over.active > span:after {
    transform: rotate(90deg);
  }
  .submenu a, .submenu span {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
  .submenu {
    margin: 0;
    width: 100%;
    left: 0;
    position: relative;
  }
  .level1 > li > a, .level1 > span {
    background: #FCF5F9;
    color: #333;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
    display: block;
  }
  .gnavi > li.over:after {
    display: none;
  }
  .submenu.level2, .submenu.level3 {
    left: 0;
  }
  .level2 span, .level2 > li > a {
    background: #fbfbfb;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
  }
  .level3 a {
    background: transparent;
    color: #333;
    padding: 5px 5px 5px 15px;
    position: relative;
  }
  .submenu.level3 {
    padding: 15px 0;
  }
  .level3 a:before {
    content: '';
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 18px;
  }
  #hambuger_menu {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 38px;
  }
  #hambuger_menu span {
    position: absolute;
    width: 23px;
    left: 10px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #E6A4C8;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
    top: 10px;
  }
  #hambuger_menu span:nth-child(2) {
    transition: top .1s ease-in .25s, opacity .1s ease-in;
    top: 17px;
  }
  #hambuger_menu span:nth-child(3) {
    transition: top .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    top: 24px;
  }
  #hambuger_menu.active span:nth-child(1) {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
    top: 17px;
  }
  #hambuger_menu.active span:nth-child(2) {
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
  }
  #hambuger_menu.active span:nth-child(3) {
    transition: top .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-225deg);
    top: 17px;
  }
  .icon_search {
    background: url("images/icon_search_sp.svg") no-repeat center center/100% auto;
    width: 24px;
    height: 24px;
    margin: 0 20px 0 auto;
  }
  .logo {
    width: 245px;
  }
  .h_top_txt {
    display: none;
  }
  header.header_menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-top: 3px solid #E6A4C8;
    top: 0;
    left: 0;
  }
  .searchform {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    z-index: 5;
  }
  .searchform input[type="text"] {
    width: calc(100% - 30px);
    max-width: 314px;
    font-size: 13px;
  }
  .searchform > div {
    width: 100%;
    max-width: 280px;
  }
  .h_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    transition: all 0.3s;
  }
  .h_search input[type="text"] {
    width: calc(100% - 50px);
    max-width: 314px;
    font-size: 13px;
    margin-right: 11px;
  }
  .h_search.show {
    top: 91px;
  }
  .h_main {
    padding: 19px 0;
    background: #fff;
    position: relative;
    z-index: 10;
  }
  .searchform.show {
    top: 91px;
  }
  .fixed_pc {
    display: none;
  }
  .ft_top {
    padding: 50px 0 19px;
  }
  .ft_top .inner {
    display: block;
    padding: 0;
  }
  .ft_top_left {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .ft_top_logo {
    max-width: 245px;
    margin: 0 auto 17px;
  }
  .ft_top_add {
    margin-bottom: 21px;
  }
  .ft_top_time {
    font-size: 14px;
    line-height: 1.8em;
  }
  .ft_top_calendar {
    margin-bottom: 9px;
  }
  .ft_top_right {
    width: 100%;
    max-width: 100%;
    margin-top: 41px;
  }
  .ft_top_txt {
    padding: 0 15px;
    max-width: 390px;
    margin: 0 auto;
  }
  .ft_top_map {
    margin: 0 0 20px;
  }
  .ft_top_txt li {
    line-height: 1.55em;
    margin-bottom: 16px;
  }
  .ft_top_txt li:before {
    top: -2px;
  }
  #gnavi .insta {
    margin: 15px;
  }
  #gnavi .insta a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 18px;
  }
  #gnavi .insta img {
    margin-right: 10px;
  }
  .sns_list ul li {
    width: 30px;
    margin: 0 5px;
		height: 30px;
  }
  .ft_link {
    padding: 40px 0;
  }
  .ft_link_main {
    display: block;
    padding: 0;
  }
  .ft_link_col {
    width: 100%;
    margin-bottom: 20px;
  }
  .ft_link_list {
    display: block;
  }
  .ft_link_col:nth-child(2) {
    width: 100%;
  }
  .ft_search .searchform {
    position: relative;
    width: 300px;
  }
  .ft_link_ttl:before, .ft_link_ttl:after {
    content: '';
    position: absolute;
    background: #333;
    transition: all 0.3s;
  }
  .ft_link_ttl:before {
    width: 12px;
    height: 1px;
    right: 10px;
    top: 50%;
  }
  .ft_link_ttl:after {
    height: 12px;
    width: 1px;
    right: 15px;
    top: calc(50% - 6px);
  }
  .ft_link_ttl.active:after {
    transform: rotate(90deg);
  }
  .ft_search .ft_link_ttl:before {
    display: none;
  }
  .ft_search .ft_link_ttl:before, .ft_search .ft_link_ttl:after {
    display: none;
  }
  .ft_link_col > .ft_link_menu:not(:last-child) {
    margin-bottom: 0;
  }
  .ft_link_col > .ft_link_menu, .ft_link_list {
    display: none;
  }
  .ft_search {
    margin-top: 20px;
  }
  .ft_link_list .ft_link_menu:not(:last-child) {
    margin-right: 0;
  }
  .ft_link_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
  }
  .ft_link_menu li {
    position: relative;
  }
  .ft_link_list .ft_link_menu {
    width: 100%;
  }

	.to_top {
    right: 20px;
    bottom: 70px;
  }
  .to_top a {
    width: 46px;
    height: 46px;
  }
  .to_top a:after {
    border-width: 0 4px 6px 4px;
  }
	address {
		margin-bottom: 60px;
	}
.blog_main #archive_blog {
    display: block;
	padding: 30px 0 60px;
}
.blog_main #blog_list .title_area {
    padding: 25px 15px;
	height: calc(100% - 195px);
}
.news_pagination {
    margin-top: 30px;
}
.blog_main #archive_blog div#side_col {
    width: 100%;
    margin: 60px 0 0;
    box-sizing: border-box;
    border: none;
}
	.tcdw_category_list_widget {
		display: none;
	}
#blog_list .search_list .title_area {
    height: calc(100% - 195px);
	padding: 25px 15px;
}
.inner_under #archive_blog {
    padding: 0 0 60px;
}
.sns_list ul li.youtube {
    width: 41px;
}
}
@media screen and (min-width: 751px) and (max-width: 1390px) {
  .submenu a, .submenu span {
    padding: 6px 15px;
    line-height: 1.8em;
  }
  #wrapper {
    min-width: 1230px;
  }
  .inner {
    width: 95%;
  }
  .ft_link_main {
    padding: 0;
  }
  .ft_link_col:not(:last-child) {
    margin-right: 30px;
  }
  .ft_link_menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .icon_search {
    margin-right: 5px;
  }
  .logo {
    width: 200px;
  }
  #gnavi {
    top: 78px;
    height: calc(100% - 78px);
  }
  .searchform.show {
    top: 82px;
  }
  .h_search.show {
    top: 82px;
  }
}
.share-type1 .twitter a, .share-type3 .twitter a, .share-type1 ul li.hatebu > a, .share-type3 ul li.hatebu a, .share-type1 ul li.pocket a, .share-type3 ul li.pocket a {
	color: #fff!important;
}
.nipt_sidebar_ttl {
    font-size: 18px;
    font-weight: bold;
    width: 95%;
    margin: 0 auto 20px;
	line-height: 140%;
}
.nipt_sidebar_txt {
  counter-reset: note;
    margin: 10px 0 30px;
}
.nipt_sidebar_txt li {
  position: relative;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 1.5em;
	padding: 0 0 0 30px;
}
.nipt_sidebar_txt li:before {
    position: absolute;
    counter-increment: note;
    content: "※"counter(note);
    left: 0;
    top: 0;
    display: inline-block;
}
.nipt_sidebar_txt li:last-child {
  margin-bottom: 0;
}
.nipt_sidebar_txt a {
    color: var(--scolor);
	text-decoration: none;
}
.nipt_sidebar_txt a:hover {
    text-decoration: underline;
}
details summary h3, details summary h2 {
margin: 0!important;
}
.nipt_sidebar_bnr a {
	display: block;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	transition: all 0.3s;
	position: relative;
}
.nipt_sidebar_bnr a:hover {
	opacity: 0.8;
}
.nipt-template-default #main_contents {
    overflow: visible;
}
.nipt_sidebar_list {
    margin: 0 0 10px;
}
.nipt_sidebar_list li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
	line-height: 1.875em;
}
.nipt_sidebar_list li:last-child {
  margin-bottom: 0;
}
.nipt_sidebar_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--pink-light);
  border: 1px solid #B82173;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.nipt_sidebar_list li a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
.nipt_sidebar_list li a:hover {
	color: var(--scolor);
}
.nipt_sidebar_bnr {
    margin: 0 0 30px;
	position: relative;
}
.nipt_sidebar_bnr a.link {
    position: absolute;
    box-shadow: none;
    left: 77px;
    width: 20px;
    height: 10px;
    bottom: 24px;
}
.nipt_sidebar_bnr img {
	width: 100%;
}
.nipt_sidebar_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  height: 50px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
	transition: all 0.3s;
}
.nipt_sidebar_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}
.nipt_sidebar_btn a:hover {
	opacity: 0.8;
}
.nipt_sidebar_btn {
    margin: 0 0 20px;
}
.nipt_sidebar_tel {
	margin-bottom: 70px;
}
.nipt_sidebar_tel a {
    background: #B82173;
	display: block;
    color: #fff;
    text-align: center;
    font-weight: 600;
	padding: 14px;
}
.nipt_sidebar_tel .tel:before {
	content: '';
    position: relative;
    display: inline-block;
	background: url(images/icon_tel.svg) no-repeat center center/100% auto;
    width: 18px;
    height: 22px;
    margin: 0 10px 0 0;
}
.nipt_sidebar_tel .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    font-size: 130%;
}
#main_contents #main_col table th {
  background: transparent;
  text-align: center;
  color: #333;
	font-weight: 500;
}
#main_contents #main_col table td, #main_contents #main_col table th {
  padding: 0.5em 1em;
	border: none;
	position: relative;
	background: #fff;
}
#main_contents #main_col table tr:nth-of-type(2n) td, #main_contents #main_col table tr:nth-of-type(2n) th {
  background: #FFF9FC;
}
#main_contents #main_col table td:not(:last-child):after, #main_contents #main_col table th:not(:last-child):after, #main_contents #main_col table td.border_right:after {
	content: '';
	position: absolute;
	height: calc(100% - 20px);
	width: 1px;
	background: #C2C2C2;
	top: 10px;
	right: 0;
}
#main_contents #main_col table td:before, #main_contents #main_col table th:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #C2C2C2;
	left: 0;
	bottom: 0;
}
#main_contents #main_col table:not(:last-child)  {
  margin-bottom: 30px;
}
#main_contents #main_col table {
    border: 1px solid #C2C2C2;
    border-bottom: none;
}
.nipt_sidebar_time {
    line-height: 1.7em;
    margin: 0 0 20px;
    font-weight: bold;
}
@media screen and (max-width: 750px) {
.nipt_sidebar_bnr a.link {
    left: 24vw;
    bottom: 7vw;
    width: 7vw;
    height: 4vw;
}
/*240316*/
.h_top .searchform {
  width: 100%;}
.h_top .searchform input[type="text"] {
    width: calc(100% - 30px);
    max-width: 314px;
    font-size: 13px;
}
.gnavi > li.over > a, .gnavi li > span>a {
position:static;
}
/*240316*/

}
@media screen and (max-width: 440px) {
.nipt_sidebar_bnr a.link {
    left: 22vw;
}
.nipt_sidebar_time {
    font-size: 15px;
}
}

/* 230801EXCEED追加CLS対応 */
#toc_container li,#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container.toc_light_blue {
    background: #edf6ff
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}

.menuLink-container{
	overflow: hidden;
	position: relative;
}

.menuLink-container::after{
	content: "";
	position: absolute;
	right: 43%;
	top: 22px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	transform: translateY(-50%) rotate(-135deg);
	font-size: 20px;
	pointer-events: none;
}

.menuLink_sub li {
	width: 100%;
	margin-right: 3px;
	position: relative;
}
.menuLink_sub li:last-child {
	margin-right: 0;
}
.menuLink-container a {
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 5px;
	transition: opacity 0.3s ease;
	text-decoration: none;
	border:1px solid #DE6EAB;
	margin:0 0 -1px;
	color:#DE6EAB !important;

}
.menuLink-container a:hover {
	background-color: rgba(222, 110, 171, 0.3) !important;
	text-decoration: none !important;
	color:#000000 !important;
}

.menuLink__drop {
	display: block;
	text-align: center;
	padding: 5px;
	transition: opacity 0.3s ease;
	cursor: pointer;
	width: 60%;
	font-weight: bold;
	text-align: center;
	border:1px solid #DE6EAB;
	border-radius: 60px;
	font-size: 16px;
}
.menu__drop:hover {
	opacity: 0.7;
}
.menuLink_sub {
	display: none;
	margin: initial;
	width:60%;
}

@media print {
	.fixed_pc,.header_menu  {
		display: none;
	}
}

