@charset "UTF-8";
/* ============================================================================
基本設定
============================================================================ */
*, *::before, *::after {
  box-sizing: border-box;
}
ul[class], ol[class] {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class], ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture {
  max-width: 100%;
}
article > * + * {
  margin-top: 1em;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  word-break: break-all;
}
.black {
  color: black !important;
}
a.nounder:hover {
  text-decoration: none;
}
@media print {
  body {
    margin: 0;
    padding: 0 !important;
    min-width: 1200px;
  }
  .container {
    width: auto;
    min-width: 1200px;
  }
  .no-print {
    display: none !important;
  }
  .printable {
    display: flex !important;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 991.98px) {
  body {
    font-size: 1.6rem;
  }
}
/* ============================================================================
PC/SP 表示・非表示
============================================================================ */
@media only screen and (max-width: 991.98px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/* ============================================================================
レイアウト
============================================================================ */
@media only screen and (max-width: 991.98px) {
  main {
    display: block;
    padding-top: 75px;
  }
}
.inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1090px) {
  .inner {
    width: 95%;
  }
}
.md_inner {
  width:100%;
}
@media screen and (min-width: 768px) {
  .md_inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ============================================================================
プリント
============================================================================ */
.new_page {
  page-break-before: always;
}
/* ============================================================================
アンカーリンク
============================================================================ */
#access_anchor {
  padding-top:75px;
  margin-top:-75px;
}
/* ============================================================================
画像
============================================================================ */
.doctor_img {
  width: 300px;
}
/* ============================================================================
Instagram
============================================================================ */
.instagram-media{
  min-width: 100% !important;
  margin: 0 -1px !important;
  border-right: none !important;
  border-left: none !important;
}
@media print, screen and (min-width: 768px){
  .instagram-media{
    height: 400px;
  }
}
/* ============================================================================
タブ
============================================================================ */
.nav.nav-tabs {
  padding: 30px 0 0 0;
}
.nav.nav-tabs li {
  width: 100%;
  padding: 0;
}
.nav.nav-tabs li a {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid #f0f0f0;
}
.nav.nav-tabs li a.active,
.nav.nav-tabs li a:hover {
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #2e4498 !important;
}
@media screen and (min-width: 768px) {
  .nav.nav-tabs {
    padding: 30px 60px 0 60px !important;
  }
  .nav-tabs li {
    width: auto !important;
    padding-right: 16px !important;
  }
}
/* ============================================================================
マージン
============================================================================ */
/* 院長挨拶文 */
.greeting {
  margin-top: 10px;
  padding: 0px;
}
@media print, screen and (min-width: 768px) {
  .greeting {
    margin-top: 0px;
    padding: 0 10px;
  }
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-90 {
  margin-bottom: 90px;
}
.doctor_mt {
  margin-top: 90px;
}
@media print {
  .doctor_mt {
    margin-top: 50px;
  }
}
/* ============================================================================
パンくずリスト
============================================================================ */
.breadcrumb {
  font-size: 1.4rem;
  background: white;
  margin:0;
  padding:5px 0px 0px 0px;
}
.breadcrumb a {
  color: black;
  text-decoration :none;
}
.updated {
  padding: 0;
  color: #7f7f7f;
  font-size: 1.2rem;
}
/* ============================================================================
装飾
============================================================================ */
.color_line {
  background: url("../01_common/img/color_bar.png") center bottom no-repeat;
  padding-bottom: 20px;
}
.blue_line {
  border-left: 8px solid #2E4498;
  text-align: left;
  margin-top: 40px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
.blue_line a {
  text-decoration :none;
}
.f_c_red {
  color: #e55454;
}
.f_c_red_b {
  color: #e55454;
  font-weight: 700;
}
.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.yellow_under {
  background: linear-gradient(transparent 50%, #f8ff9b 50%);
}
/* ============================================================================
文字
============================================================================ */
h1 {
  font-size: 28px;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 34px;
    margin-top: 72px;
  }
}
h2 {
  font-size: 28px;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 34px;
    margin-top: 72px;
  }
}
h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
p.lead_1 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  p.lead_1 {
    text-align: center;
    font-size: 20px;
  }
}
p.lead_2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}
p.lead_3 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 0px;
}
p.lead_4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  p.lead_4 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fs_12 {
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}
.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
.keep-all-break-word {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.doctor_name h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  background: url("../01_common/img/thin_color_bar.svg") left bottom no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 992px) {
  .doctor_name h3 {
    font-size: 34px;
  }
}
.doctor_name h3 small {
  margin-left: 24px;
  font-size: 16px;
  color: #c0c0c0;
}
.doctor_name ul {
  padding: 0;
}
.doctor_name ul li {
  list-style-type: none;
}
/* ============================================================================
文字行間
============================================================================ */
.lh_30 {
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .lh_30 {
    line-height: 30px;
  }
}
.lh_36 {
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .lh_36 {
    line-height: 36px;
  }
}
.lh_50 {
  line-height: 50px;
}
/* ============================================================================
リスト
============================================================================ */
ul.list {
  padding: 5px 0 0 24px;
}
ul.list li {
  list-style-type: disc;
  word-break: break-all;
}
ul.no_list {
  padding: 5px 0 0 24px;
}
ul.no_list li {
  list-style-type: decimal;
  word-break: break-all;
}
ul.strong_list {
  padding: 5px 0 0 24px;
}
ul.strong_list li {
  font-weight: bold;
  list-style-type: disc;
  word-break: break-all;
}
/* ============================================================================
ボタン
============================================================================ */
/* ヘッダーボタン */
.btn_header {
  padding: 4px 24px;
  border: 1px solid #2E4498;
  border-radius: 25px;
  color: #2E4498;
  font-weight: bold;
  text-decoration: none !important;
}
.btn_header i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.btn_header:hover {
  opacity: 0.7;
}
.btn_header_recruit {
  padding: 4px 24px;
  background-color: #2E4498;
  border: 1px solid #2E4498;
  border-radius: 25px;
  color: white;
  font-weight: bold;
  text-decoration: none !important;
}
.btn_header_recruit i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.btn_header_recruit:hover {
  opacity: 0.7;
  color: white;
}
/* ボタンフォーマット */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  word-break: break-all;
  text-decoration: none !important;
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%; 
}
.btn:hover {
  opacity: 0.7;
}
/* 通常ボタン */
.btn_nomal {
  min-height: 38px;
  border: 1px solid #7f7f7f;
  border-radius:10px;
  font-size: 1.4rem;
  color: #7f7f7f;
  padding: 5px 30px 5px 10px;
}
.btn_nomal::after {
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.btn_nomal:hover {
  color: #7f7f7f;
}
/* 丸みボタン */
.btn_round {
  min-height: 38px;
  border-radius:25px;
  justify-content: center;
  font-size: 18px;
  padding: 5px;
}
/* リストボタン */
.btn_list {
  min-height: 56px;
  align-items: start;
  border: 1px solid #7f7f7f;
  border-radius:10px;
  font-size: 1.4rem;
  color: #7f7f7f;
  padding: 5px 30px 5px 10px;
}
.btn_list::after {
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.btn_list_recruit {
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  border-radius:10px;
  font-size: 1.8rem;
  color: black;
  padding: 5px 30px 5px 10px;
}
.btn_list_small {
  align-items: start;
  border: 1px solid #7f7f7f;
  border-radius:10px;
  font-size: 1.5rem;
  color: #7f7f7f;
  padding: 5px 30px 5px 10px;
}
.btn_list_small::after {
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
/* ボタンリストマージン */
.m_btn_list {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .m_btn_list {
    margin-bottom: 18px;
  }
}
.btn_list:hover {
  color: #7f7f7f;
}
/* ボタン幅 */
.w_btn_lv_auto {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w_btn_lv_auto {
    width: auto;
  }
}
.w_btn_lv1 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w_btn_lv1 {
    width: 150px;
  }
}
.w_btn_lv2 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w_btn_lv2 {
    width: 200px;
  }
}
.w_btn_lv3 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w_btn_lv3 {
    width: 250px;
  }
}
.w_btn_lv4 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .w_btn_lv4 {
    width: 300px;
  }
}
/* 文字（左） */
.btn_pos_l {
  text-align:left;
}
/* 文字（中央） */
.btn_pos_c {
  justify-content: center;
}
/* カラーレベル1 */
.btn_c_lv1 {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn_c_lv1:hover {
  color: #000;
}
/* カラーレベル2 */
.btn_c_lv2 {
  background-color: #2e4498;
  border: 1px solid #2E4498;
  color: #fff;
}
.btn_c_lv2:hover {
  color: #fff;
}
/* カラーレベル3 */
.btn_c_lv3 {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn_c_lv3:hover {
  color: #fff;
}
/* カラーレベル4 */
.btn_c_lv4 {
  background-color: #e55454;
  border: 1px solid #e55454;
  color: #fff;
}
.btn_c_lv4:hover {
  color: #fff;
}
/* ============================================================================
ボックス
============================================================================ */
.box_area1 {
  border: 1px solid #dee2e6;
  padding: 10px;
}
.box_area2 {
  border: 5px solid #e0e0e0;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px 16px;
}
.box_area2 h2 {
  font-size: 3.2rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .box_area2 {
    padding: 32px;
  }
}
.box_area3 {
  margin-top: 10px;
  border: 1px solid #dee2e6;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .box_area3 {
    padding: 10px;
  }
}
/* ============================================================================
TEL
============================================================================ */
.common_tel > div {
  padding-bottom: 24px;
}
.common_tel > div a {
  color: black;
  text-decoration: none;
}
.common_tel > div a:hover {
  text-decoration: none;
}
.common_tel {
  display: flex;
  margin-left: auto;
  padding-top: 0;
  margin-right: 0;

  align-items: flex-start;
}
.common_tel i {
  background-color: #ffeeee;
  padding: 10px;
  border-radius: 50%;
  color: red;
  font-size: 20px;
  margin-right: 8px;
}
.common_span_tel {
  font-size: 30px;
  font-weight: bold;
}
.common_span_fax {
  display: flex;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .common_tel i {
    padding: 20px;
  }
  .common_span_tel {
    font-size: 40px;
  }
}
/* ボックス内TEL */
.box_tel_area {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
}
.box_tel_area .tel_group {
  display: flex;
  flex-direction: row;
}
.box_tel_area i {
  background-color: #ffeeee;
  padding: 10px;
  border-radius: 50%;
  color: red;
  font-size: 20px;
  margin-right: 8px;
}
.box_tel_area .span_tel {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  margin-left: 0;
  padding: 0;
}
.box_tel_area .span_fax {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .box_tel_area {
    flex-direction: row;
  }
  .box_tel_area i {
    padding: 20px;
  }
  .box_tel_area .span_tel {
    font-size: 40px;
  }
  .box_tel_area .span_fax {
    font-size: 40px;
    margin-top: 0px;
    margin-left: 40px;
  }
}
/* フッターTEL */
.footer_tel > div {
  padding-bottom: 24px;
}
.footer_tel > div a {
  color: black;
  text-decoration :none;
}
.footer_tel > div a:hover {
  text-decoration: none;
}
.footer_tel {
  display: flex;
  margin-left: auto;
  padding-top: 0;
  margin-right: 0;
  justify-content: right;
  align-items: flex-start;
}
.footer_tel i {
  background-color: #ffeeee;
  padding: 10px;
  border-radius: 50%;
  color: red;
  font-size: 20px;
  margin-right: 8px;
}
.footer_span_tel {
  font-size: 28px !important;
  font-weight: bold !important;
  padding: 0 !important;
}
.footer_span_fax {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .footer_tel i {
    padding: 20px;
  }
  .footer_span_tel {
    font-size: 40px !important;
  }
  .footer_span_fax {
    font-size: 24px;
  }
}
/* ============================================================================
Googleマップ
============================================================================ */
iframe{
  width: 100%;
}
/* ============================================================================
動画
============================================================================ */
.movie_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
/* ============================================================================
部門紹介
============================================================================ */
.department {
  background: #f7f8f3;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
/* ============================================================================
青丸
============================================================================ */
.blue-circled {
  position: relative;
  left: 3em;
  height: 40px;
  margin-top: 30px;
  margin-right: 3em;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #2e4498;
  font-weight: bold;
  text-align: left;
}
.blue-circled span {
  position: absolute;
  display: inline;
  left: -50px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 16px;
  background: #2e4498;
  border-radius: 50%;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .blue-circled {
    position: static;
    left: 0;
    height: 64px;
    margin-top: 50px;
    margin-right: 0;
    font-size: 28px;
  }
  .blue-circled span {
    position: static;
    display: inline-block;
    left: 0;
    width: 64px;
    font-size: 32px;
    line-height: 64px;
  }
}
/* ============================================================================
表
============================================================================ */
/* 診療日 */
.medical_table {
  width: 100%;
  border: 1px solid #c0c0c0;
}
.medical_table th {
  color: white;
  background: #2E4498;
  border: 2px solid #c0c0c0;
  padding: 4px;
  font-size: 17px;
  text-align: center;
}
.medical_table th:first-of-type {
  width: 20%;
}
.medical_table td {
  width: 10%;
  border: 1px solid #c0c0c0;
  padding: 4px;
  font-size: 17px;
  text-align: center;
}
.medical_table .fs_small {
  font-size: 12px;
  color: gray;
}
@media print, screen and (min-width: 992px) {
  .medical_table td {
    height: 60px;
  }
}
/* 診療日2 */
.medical_table2 {
  width: 100%;
  border: 1px solid #c0c0c0;
}
.medical_table2 th {
  color: white;
  background: #2E4498;
  border: 2px solid #c0c0c0;
  padding: 4px;
  font-size: 17px;
  text-align: center;
}
.medical_table2 th:first-of-type {
  width: 5%;
}
.medical_table2 td {
  width: 10%;
  border: 1px solid #c0c0c0;
  padding: 4px;
  font-size: 17px;
  text-align: center;
}
.medical_table2 .fs_small {
  font-size: 12px;
}
@media print, screen and (min-width: 992px) {
  .medical_table2 td {
    height: 60px;
  }
  .medical_table2 .fs_small {
    font-size: 17px;
  }
}
/* 概要 */
#overview_table dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#overview_table dl dt {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  #overview_table dl {
    flex-direction: row;
  }
  #overview_table dl dt {
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 992px) {
  #overview_table dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #overview_table dl dt {
    margin-top: 0px;
    width: 20%;
    border: 1px solid #e0e0e0;
    padding: 8px;
  }
  #overview_table dl dd {
    width: 80%;
    border: 1px solid #e0e0e0;
    padding: 8px;
  }
}
/* 2カラム */
dl.two_column_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c0c0c0;
}
dl.two_column_list dt {
  width: 31%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
dl.two_column_list dd {
  width: 69%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 992px) {
  dl.two_column_list dt {
    width: 15%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  dl.two_column_list dd {
    width: 85%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* 2カラム（ビッグ） */
dl.two_column_big_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #c0c0c0;
}
dl.two_column_big_list dt {
  width: 31%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
dl.two_column_big_list dd {
  width: 69%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 992px) {
  dl.two_column_big_list dt {
    width: 15%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  dl.two_column_big_list dd {
    width: 85%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/* 2カラム（医師略歴） */
dl.two_column_doctor_list {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c0c0c0;
}
dl.two_column_doctor_list dt {
  width: 22%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
dl.two_column_doctor_list dd {
  width: 78%;
  padding: 4px;
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 768px) {
  dl.two_column_doctor_list dt {
    width: 15%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  dl.two_column_doctor_list dd {
    width: 85%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
/* ============================================================================
開閉
============================================================================ */
.accordion {
  margin-top: 10px;
  padding: 10px 10px;
  background: #2E4498;
  color: white;
  cursor: pointer;
}
.accordion .title {
  font-size: 16px;
  font-weight: bold;
}
/* ============================================================================
ポップアップウインドウ
============================================================================ */
.report_dialog h1 {
  font-size: 2.4rem;
  margin: 24px 0;
}
.report_dialog h2 {
  font-size: 2.2rem;
  margin-top: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}
.report_dialog h3 {
  font-size: 2rem;
  padding-left: 8px;
  margin-top: 24px;
  font-weight: bold;
  background-color: #2E4498;
  color: white;
}
@media only screen and (min-width: 992px) {
  .report_dialog h3 {
    background-color: transparent;
    color: initial;
  }
}
.report_dialog dl {
  padding-left: 8px;
}
.report_dialog dl dt {
  padding: 4px 8px;
  padding-bottom: 4px;
  background-color: #F7F8F3;
  font-size: 1.6rem;
  margin-top: 4px;
  font-weight: normal;
}
.report_dialog dl dd {
  padding: 4px 8px;
  display: block;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .report_dialog dl {
    display: flex;
    flex-wrap: wrap;
  }
  .report_dialog dl dt {
    font-size: 1.6rem;
    margin-top: 4px;
    width: 50%;
    padding: 4px 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: normal;
  }
  .report_dialog dl dd {
    width: 50%;
    padding: 4px 8px;
    display: block;
    font-size: 1.6rem;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media only screen and (min-width: 992px) {
  .report_dialog dl dt {
    background-color: transparent;
  }
}
/* ============================================================================
インプット
============================================================================ */
input, textarea, select, button {
  font-size:16px !important;
}
.form-check-input {
  position:static !important;
}
.txt_required {
  font-size: 12px;
  font-weight: bold;
  color: #e55454;
}
/* ============================================================================
ヘッダー
============================================================================ */
header {
  background: url("../01_common/img/header_line.svg") bottom repeat-x;
}
@media only screen and (max-width: 991.98px) {
  header {
    background: url("../01_common/img/header_line_sp.svg") bottom repeat-x;
  }
}
@media only screen and (max-width: 991.98px) {
  header#header-navbar {
    padding-bottom: 75px;
    margin-top: 0px;
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }
}
header #header-pane {
  padding: 8px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 991.98px) {
  header #header-pane {
    background: white;
    padding-bottom: 7px;
    height: 67px;
    background-size: contain;
    padding: 4px;
  }
  header #header-pane #header-logo img {
    margin-top: 2px;
    width: 56px;
  }
}
header #header-pane .header_title_area {
  margin-left: 8px;
  padding-top: 0px;
}
header #header-pane .header_title_area small {
  font-size: 12px;
}
header #header-pane .header_title_area h1 {
  font-size: 28px;
  font-weight: bold;
  color: black;
}
@media only screen and (max-width: 991.98px) {
  header #header-pane .header_title_area h1 {
    font-size: 24px;
  }
}
header #header-pane .header_title_area .facility {
  font-size: 28px;
  font-weight: bold;
  color: black;
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  header #header-pane .header_title_area .facility {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  header #header-pane .header_title_area div.sp-tel a {
    margin-right: 4px;
    background-color: #2e4498;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 2px 6px;
    color: #fff;
    font-size: 10px;
  }
  header #header-pane .header_title_area div.sp-tel a i {
    color: #fff;
  }
  header #header-pane .header_title_area small {
    display: block;
    margin: 0;
  }
  header #header-pane .header_title_area .facility {
    font-size: 16px;
    margin-top: 0px;
    text-align: left;
  }
}
@media only screen and (max-width: 991.98px) {
  header #header-pane nav.navbar {
    margin-top: -10px;
    margin-left: auto;
    margin-right: -10px;
    padding: 0;
    text-align: right;
  }
  header #header-pane nav.navbar .navbar-toggler {
    padding: 0;
    font-size: 24px;
  }
  header #header-pane nav.navbar .navbar-collapse {
    z-index: 9999;
    position: absolute;
    top: 67px;
    right: 0;
  }
  header #header-pane nav.navbar ul {
    width: 150px;
    text-align: left;
  }
  header #header-pane nav.navbar ul li {
    background: #efefef;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    opacity: 1;
  }
}
header #header-pane .header_access {
  display: flex;
  align-items: center;
  flex-grow: 2;
  margin-right: 32px;
}
header #header-pane .header_access a {
  display: flex;
  margin-left: auto;
}
header #header-pane .header_access a i {
  font-size: 16px;
}
header #header-pane .header_tel {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  align-items: center;
  justify-content: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
header #header-pane .header_tel i {
  background-color: #ffeeee;
  padding: 20px;
  border-radius: 50%;
  color: red;
  font-size: 20px;
  margin-right: 8px;
}
header #header-pane .header_tel .message {
  font-size: 12px;
  margin-bottom: -6px;
}
header #header-pane .header_tel a {
  font-size: 28px;
  font-weight: bold;
  color: black;
  text-decoration :none;
}
@media only screen and (max-width: 991.98px) {
  header #header-pane .header_tel i {
    padding: 14px;
    font-size: 18px !important;
  }
}
/* ============================================================================
トップページ
============================================================================ */
#top #menu {
  margin: 64px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  #top #menu {
    margin: 64px 0;
  }
}
#top #menu ul {
  display: flex;
  padding: 0px;
  margin: 0;
  justify-content: center;
}
#top #menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
}
#top #menu ul li:last-child {
  border-right: none;
}
#top #menu ul li a {
  display: block;
  margin: 0 50px 0 50px;
  text-decoration: none;
}
#top #menu ul li a span {
  color: black;
  display: block;
  font-weight: bold;
  margin-top: 8px;
}
#top #menu ul li a:hover {
  text-decoration: none;
}
#top #menu ul li a:hover img {
  opacity: 0.7;
}
#top #menu ul li a:hover span {
  opacity: 0.7;
}
@media only screen and (max-width: 991.98px) {
  #top #menu {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  #top #menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  #top #menu ul li {
    display: flex;
    width: 33.3%;
    padding: 0;
    margin: 0;
    justify-content: center;
    border-right: none;
  }
  #top #menu ul li a {
    margin: 10px;
    padding: 0;
    font-size: 14px;
  }
}
#top #menu img {
  max-width: 80px;
}
@media print, screen and (min-width: 768px) {
  #menu img {
    max-width: 100px !important;
  }
}
#top #notice {
  padding-bottom: 80px;
}
#top #notice h2 {
  margin-top: 0px !important;
  padding-bottom: 16px;
  border-bottom: 2px solid #c0c0c0;
  text-align: left;
}
@media print, screen and (min-width: 992px) {
  #top #notice h2 {
    margin-top: 70px !important;
  }
}
#top #notice .notice-all {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
#top #policy {
  background: url("../01_common/img/top/policy.jpg") left no-repeat;
  background-size: cover;
  margin-top: 90px;
  padding-top: 65px;
  padding-bottom: 100px;
}
#top #policy h2 {
  color: white;
}
#top #policy ol {
  margin: 42px;
}
#top #policy ol li {
  font-size: 24px;
  margin-top: 34px;
  color: white;
  font-weight: bold;
  padding-left: 16px;
}
@media only screen and (max-width: 991.98px) {
  #top #policy {
    background: url("../01_common/img/top/policy_sp.jpg") left no-repeat;
    background-size: cover;
  }
  #top #policy ol {
    margin: 0px;
    padding: 24px;
  }
  #top #policy ol li {
    font-size: 18px;
    margin-top: 24px;
    color: white;
    font-weight: bold;
    padding-left: 0px;
  }
}
#top #examination_time {
  margin-bottom: 50px;
}
#top #examination_time a {
  color: #000;
}
#top #examination_time a:hover {
  color: #000;
}
#top #access {
  background: #F7F8F3;
  padding-top: 20px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 991.98px) {
  #top #access {
    padding: 20px 0 20px 0;
  }
  #top #access h2 {
    margin-top: 75px;
  }
}
#top #icon1 {
  position: relative;
}
#top #icon1 img {
  position: absolute;
  right: 0;
  top: -220px;
  width: 180px;
}
@media only screen and (max-width: 991.98px) {
  #top #icon1 img {
    right: 0;
    top: -160px;
    width: 100px;
  }
}
#top #icon2 {
  position: relative;
}
#top #icon2 img {
  position: absolute;
  left: 0;
  top: -15px;
  width: 110px;
}
@media only screen and (max-width: 991.98px) {
  #top #icon2 img {
    left: 0;
    top: 0px;
    width: 100px;
  }
}
/* ============================================================================
固定お知らせ
============================================================================ */
.notice_fixed_linkbox {
  margin-top: 5px;
  position: relative;
  background: #F7F8F3;
}
.notice_fixed_linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}
.notice_fixed_linkbox a:hover{
  opacity: 0.1;
  background-color: #000000;
}
.notice_fixed_row {
  padding: 3px 0 3px 5px;
  display: flex;
  flex-direction: column;
}
.notice_fixed_row .title {
  width: 100%;
  font-weight: bold;
  color: #535353;
}
/* ============================================================================
お知らせ一覧
============================================================================ */
#notice_list .border-line {
  margin-top: 40px;
  border-bottom: 2px solid #c0c0c0;
}
.notice_linkbox {
  position: relative;
}
.notice_linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}
.notice_linkbox a:hover{
  opacity: 0.1;
  background-color: #000000;
}
div.notice-row {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  div.notice-row {
    padding: 16px 0;
    flex-direction: row;
  }
}
div.notice-row .date {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  div.notice-row .date {
    width: 100px;
  }
}
div.notice-row .category {
  margin-top: 4px;
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  div.notice-row .category {
    margin-top: 0px;
    width: 35%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media print, screen and (min-width: 992px) {
  div.notice-row .category {
    margin-top: 0px;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
div.notice-row .title {
  margin-top: 10px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  div.notice-row .title {
    margin-top: 0px;
    width: 65%;
  }
}
div.notice-row .important {
  display: block;
  border: 1px solid #e55454;
  background-color: #e55454;
  color: #ffffff;
  text-align: center;
  border-radius: 25px;
  padding: 1px 16px;
  width: 100%;
}
div.notice-row .nomal {
  display: block;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 25px;
  padding: 1px 16px;
  width: 100%;
}
.page-item a {
  text-decoration :none;
}
/* ============================================================================
お知らせ
============================================================================ */
#notice_edit {
  font-size:18px;
}
#notice_edit p {
  margin-bottom: 1rem;
}
#notice_edit a {
  text-decoration :none;
}
#notice_edit h1 small {
  font-size: 16px;
  color: #999;
  display: inline;
  text-align: center;
}
#notice_edit h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 72px;
  background: url("../01_common/img/color_bar.png") center bottom no-repeat;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  #notice_edit h2 {
    font-size: 28px;
    margin-top: 40px;
  }
}
#notice_edit h3 {
  border-left: 8px solid #2E4498;
  text-align: left;
  margin-top: 20px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
#notice_edit h4 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}
#notice_edit .link_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  word-break: break-all;
  text-decoration: none !important;
  min-height: 38px;
  border: 1px solid #7f7f7f;
  border-radius:10px;
  font-size: 1.4rem;
  color: #7f7f7f;
  padding: 5px 30px 5px 10px;
}
#notice_edit .link_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 2px solid #7f7f7f;
  border-right: 2px solid #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
#notice_edit .link_btn:hover {
  opacity: 0.7;
  color: #7f7f7f;
}
#notice_edit .table-responsive td {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  #notice_edit .table-responsive td {
    white-space: normal;
  }
}
#notice_edit .table {
  font-size: 14px;
}
#notice_edit .table-bordered th {
  color: #8c8f92 !important;
  border: 1px solid #4d5153 !important;
}
#notice_edit .table-bordered td {
  border: 1px solid #4d5153 !important;
}
/* ============================================================================
フッター
============================================================================ */
#footer {
  background: black;
  color: white;
  padding-top: 70px;
}
@media only screen and (max-width: 991.98px) {
  #footer {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#footer a {
  font-size: 14px;
  text-decoration :none;
}
#footer #left {
  width: 50%;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
#footer #left .corp {
  font-size: 11px;
}
#footer #left .facility {
  font-size: 38px;
  font-weight: bold;
}
#footer #left .addr {
  padding-top: 8px;
  font-size: 12px;
}
#footer #right {
  width: 50%;
  display: flex;
  justify-content: right;
  flex-direction: column;
}
#footer #right a {
  color: white;
  text-decoration: none;
  font-size: 38px;
}
@media only screen and (max-width: 767.98px) {
  #footer #left {
    width: 100% !important;
  }
  #footer #left .corp {
    font-size: 11px;
  }
  #footer #left .facility {
    font-size: 24px;
    font-weight: bold;
  }
  #footer #left .addr {
    padding-top: 8px;
    font-size: 12px;
  }
  #footer #right {
    width: 100%;
    padding-top: 16px;
    display: block;
  }
  #footer #right a {
    color: white;
    text-decoration: none;
    font-size: 22px;
  }
}
#footer nav {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
#footer nav ul {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  #footer nav ul {
    display: block;
  }
}
#footer nav ul li {
  display: flex;
  padding: 0 16px;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
#footer nav ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 767.98px) {
  #footer nav ul li {
    justify-content: center;
  }
}
#footer nav ul li a {
  color: white;
}
#footer nav ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767.98px) {
  #footer nav ul li {
    border-right: none;
    padding: 8px 0;
  }
}
#footer hr{
  background-color: white;
}
#footer .other_clinics {
  margin-top: 70px;
}
#footer .other_clinics h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
}
#footer .other_clinics small {
  border-bottom: 1px solid #999;
  font-size: 12px;
  padding-bottom: 8px;
  display: block;
  color: #999;
}
#footer .other_clinics p {
  margin-bottom: 40px;
}
#footer .other_clinics p a {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
#footer .other_clinics p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footer #copyright {
  font-size: 12px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}