@charset "utf-8";

body {
  color: #333;
  font-size: 100%; /*16px*/
  font-weight: 500;
  text-align: justify;
  min-width: 1250px;
  position: relative;
}
main {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
[href^="tel"]:hover {
  cursor: default;
}
a:link, a:visited, a:active, a:hover {
  outline: none;
}
a:focus {
  outline: auto;
}
a.nolink {
  pointer-events: none;
  cursor: default;
}
.imgLink a:hover,
.imgLink a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
iframe {
  border: none;
}
.anchor{
	display:block;
	margin-top: -120px;
	padding-top: 120px;
}

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

  $font

============================================================================*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.font_folk {
  font-family: "丸フォーク M", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.font_garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.font_rodin {
  font-family: "FOT-ロダン Pro DB", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.font_rodinM {
  font-family: "FOT-ロダン Pro M", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.font_arial {
 font-family: "arial narrow";
}
.font_kiro {
  font-family: kiro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_kiroB {
  font-family: kiro,sans-serif;
  font-weight: 700;
  font-style: italic;
}

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

  $wrapper

============================================================================*/
.inner {
  width: 1200px;
  margin: 0 auto;
}
.flex_wrapper {
  display: flex;
}

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

  $logo_set　ロゴ＋診療科

============================================================================*/
.logo_set .logo a {
  display: block;
}
.logo_set .department {
  display: flex;
  align-items: center;
  margin: 5px 0 0 87px;
}
.logo_set .department li {
  color: #f6f6f6;
  font-size: 106.25%; /*17px*/
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 4px;
  padding: 4px 20px 6px;
}
.logo_set .department li:nth-child(1) {
  background-color: #3898cb;
}
.logo_set .department li:nth-child(2) {
  background-color: #ec6f81;
  margin-left: 10px;
}

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

  $header

============================================================================*/
header .inner {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
header .column_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .column_right .header_tel {
  margin-bottom: 14px;
}
header .column_right .header_info {
  text-align: right;
}
header .column_right .header_info > li {
  padding: 0 15px;
  background-color: #ec6f81;
}

.header_info_ad {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 93.75%; /*15px*/
  letter-spacing: 0.075em;
  height: 28px;
}
.header_info_doctor {
  display: inline-block;
  margin-top: 10px;
}
.header_info_doctor dl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.header_info_doctor dt {
  color: #ec6f81;
  font-size: 93.75%; /*15px*/
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 3.5px 0;
  width: 62px;
  text-align: center;
  border-radius: 11px;
  margin-right: 14px;
  background-color: #fff;
}
.header_info_doctor dd {
  color: #fff;
  font-size: 125%; /*20px*/
  letter-spacing: 0.1em;
}

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

  $nav

============================================================================*/
.pc_navi {
  background-color: #3898cb;
}
.pc_navi .nav_parent {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
  height: 100px;
  box-sizing: border-box;
}
.pc_navi .nav_parent > li {
  width: 182px;
  border-left: 1px solid rgba(255,255,255,0.3);
  position: relative;
}
.pc_navi .nav_parent > li:last-child {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.pc_navi .nav_parent > li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: rgba(255,255,255,0);
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.pc_navi .nav_parent > li:hover:after {
  border-color: transparent transparent rgba(255,255,255,1) transparent;
}
.pc_navi .nav_parent > li > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  height: 100px;
  margin-top: -25px;
}
.pc_navi .ja_title {
  color: #fff;
  font-size: 112.5%; /*18px*/
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.pc_navi .en_title {
  color: rgba(255,255,255,0.5);
  font-size: 75%; /*12px*/
  letter-spacing: 0.1em;
}

/* 下層ナビ */
.nav_parent > li:hover > .nav_children {
  visibility: visible;
  opacity: 1;
  transition: 0.2s ease-out;
}
.nav_children {
  position: absolute;
  width: 100%;
  top: 75px;
  z-index: 100;
  visibility: hidden;
  text-align: center;
  opacity: 0;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  background-color: #fff;
}
.nav_children.medical {
  left: -50px;
}
.nav_children.information {
  right: -20px;
}
.nav_children li {
  display: table;
  width: 100%;
  height: 50px;
}
.nav_children li+li {
  border-top: 1px solid #ec6f81;
}
.nav_children li a {
  color: #ec6f81;
  letter-spacing: 0.1em;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
}
.nav_children li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 15px;
  width: 9px;
  height: 100%;
  /* background: url("../images/ico_arrow_white.png") no-repeat center;
  background-size: 9px 9px; */
}
.nav_children li a:hover {
  color: #fff;
  background-color: #ec6f81;
  transition: 0.2s ease-out;
}
@media all and (-ms-high-contrast: none) { /* IE */
  .nav_children li a {
    padding-top: 5px;
  }
  .nav_children li a:after {
    top: 10px;
  }
}

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

  $fixed (PC)

============================================================================*/
@media screen and (min-width: 641px) {
  nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1250px;
    z-index: 100;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
  }
  nav.fixed + main {
    padding-top: 100px;
  }
  .side_btn {
    display: none;
    /*position: fixed;
    top: 115px;
    right: 0;
    z-index: 300; 公開時は非表示にしております。表示指示が来たら、display: none;を削除し、その下の4行を表示させてください -----------------------------------------------------*/
  }
  .side_btn a {
    display: block;
  }
  #mainvisual, main {
    margin-top: 0 !important;
  }
}

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

  $breadcrumbs パンくず

============================================================================*/
.breadcrumbs {
  font-size: 93.75%; /*15px*/
  line-height: 1;
  padding: 30px 0 50px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline;
  position: relative;
}

/* ホーム */
.breadcrumbs li:first-child {
  position: inherit;
}
.breadcrumbs li:first-child a {
  padding-left: 25px;
  position: relative;
}
.breadcrumbs li:first-child a:before {
  position: absolute;
  content: "\f015";
  font-family: 'Font Awesome 5 free';
  font-weight: bold;
  font-size: 1em;
  left: 0;
	color: #ec6f81;
}

/* 右矢印 */
.breadcrumbs li+li {
  padding-left: 25px;
}
.breadcrumbs li+li:before {
  position: absolute;
  content: ">";
  margin: 0 0.25em;
  font-size: 1em;
  left: 0.25em;
  
}

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

  $title

============================================================================*/
/* h1 */
.h1_title {
  color: #555;
  font-size: /*93.75%*/ 13px; /*15px*/
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}

/* 下層タイトル */
.mainvisual_headline {
  color: #555;
  text-align: center;
  letter-spacing: 0.075em;
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: 2px solid #eee;
  margin: 0 auto;
}
.mainvisual_headline .headline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  font-size: 137.5%; /*22px*/
  line-height: 1;
}

/* h2 */
main .h2_wrapper {
  display: table;
  line-height: 1;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 2px solid #3898cb;
  margin: 0 auto 50px;
}
main .h2_wrapper .en_title {
  color: #3898cb;
  font-size: 112.5%; /*18px*/
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
main .h2_wrapper .ja_title {
  color: #222;
  font-size: 237.5%; /*38px*/
  letter-spacing: 0.15em;
  padding: 0 20px 15px;
  border-bottom: 2px solid #ec6f81;
}

/* h3 */
main .tit01 {
  color: #ec6f81;
  font-size: 143.75%; /*23px*/
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 9px 15px;
  background-color: rgba(255,125,198,0.12);
  margin-bottom: 30px;
}

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

  $btn

============================================================================*/
/* common */
.btn {
  letter-spacing: 0.075px;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
.btn .btn_label {
  padding-right: 12px;
}
/* 矢印 */
.btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
/* 矢印の - 部分 */
.btn .arrow span {
  display: block;
  width: 14px;
  height: 1px;
  position: relative;
}
/* 矢印の > 部分 */
.btn .arrow span:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
}

/* .top_news .btn */
.top_news .btn {
  color: #3898cb;
  font-size: 112.5%; /*18px*/
}
.top_news .btn a {
  width: 150px;
  height: 40px;
  border: 2px solid #3898cb;
  border-radius: 20px;
  margin: 30px 0;
}
/* 矢印 */
.top_news .btn .arrow {
  right: 15px;
}
/* 矢印の - 部分 */
.top_news .btn .arrow span {
  background-color: #3898cb;
}
/* 矢印の > 部分 */
.top_news .btn .arrow span:after {
  border-color: #3898cb;
}
/* hover */
.top_news .btn a:hover {
  color: #fff;
  background-color: #3898cb;
}
.top_news .btn a:hover .arrow span {
  background-color: #fff;
}
.top_news .btn a:hover .arrow span:after {
  border-color: #fff;
}

/* .google_map_btn */
.google_map_btn {
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
  border-radius: 20px;
}
.google_map_btn a {
  width: 160px;
  height: 40px;
  border: 2px solid #3898cb;
  background-color: #3898cb;
  border-radius: 20px;
}
/* 矢印 */
.google_map_btn .arrow {
  right: 12px;
}
/* 矢印の - 部分 */
.google_map_btn .arrow span {
  background-color: #fff;
}
/* 矢印の > 部分 */
.google_map_btn .arrow span:after {
  border-color: #fff;
}
/* hover */
.google_map_btn a:hover {
  color: #3898cb;
  background-color: #fff;
}
.google_map_btn a:hover .arrow span {
  background-color: #3898cb;
}
.google_map_btn a:hover .arrow span:after {
  border-color: #3898cb;
}

/* .more_btn */
.more_btn {
  color: #fff;
}
.doctor_name .more_btn {
  color: #ec6f81;
}
.more_btn a {
  width: 100px;
  height: 34px;
  border: 2px solid #ec6f81;
  background-color: #ec6f81;
  border-radius: 17px;
}
.doctor_name .more_btn a {
  border-color: #fff;
  background-color: #fff;
}
/* 矢印 */
.more_btn .arrow {
  right: 12px;
}
/* 矢印の - 部分 */
.more_btn .arrow span {
  background-color: #fff;
}
.doctor_name .more_btn .arrow span {
  background-color: #ec6f81;
}
/* 矢印の > 部分 */
.more_btn .arrow span:after {
  border-color: #fff;
}
.doctor_name .more_btn .arrow span:after {
  border-color: #ec6f81;
}
/* hover */
.more_btn a:hover {
  color: #ec6f81;
  background-color: #fff;
}
.doctor_name .more_btn a:hover {
  color: #fff;
  background-color: #ec6f81;
}
.more_btn a:hover .arrow span {
  background-color: #ec6f81;
}
.doctor_name .more_btn a:hover .arrow span {
  background-color: #fff;
}
.more_btn a:hover .arrow span:after {
  border-color: #ec6f81;
}
.doctor_name .more_btn a:hover .arrow span:after {
  border-color: #fff;
}

/* 下層汎用ピンクボタン */
.btn_link{
  margin: 0 auto;
  text-align: center;
}
.btn_link a {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 10px 20px;
  border: 2px solid #ec6f81;
  background-color: #ec6f81;
  border-radius: 50px;
  color: #fff;
}

/* 矢印 */
.btn_link .arrow {
  right: 12px;
}
/* 矢印の - 部分 */
.btn_link .arrow span {
  background-color: #fff;
}

/* 矢印の > 部分 */
.btn_link .arrow span:after {
  border-color: #fff;
}

/* hover */
.btn_link a:hover {
  color: #ec6f81;
  background-color: #fff;
}
.btn_link a:hover .arrow span {
  background-color: #ec6f81;
}
.btn_link a:hover .arrow span:after {
  border-color: #ec6f81;
}

/* ラージサイズ */
.btn_link.large{
  font-size: 20px;
}

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

  $clinic_info

============================================================================*/
.clinic_info {
  background: url("../images/bg_mesh.png") repeat;
  padding: 60px 0;
  position: relative;
}
.clinic_info:before {
  position: absolute;
  content: "";
  width: calc(50% - 120px);
  min-width: 505px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,111,129,0.12);
  z-index: -1;
}
.clinic_info:after {
  position: absolute;
  content: "";
  width: calc(50% + 120px);
  min-width: 745px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(56,152,203,0.12);
  z-index: -1;
}
.clinic_info .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.clinic_info .column_left {
  width: 480px;
}
.clinic_info .address_set {
  margin: 25px 0 20px;
}
.clinic_info .address_set dl {
  width: 430px;
  display: table;
}
.clinic_info .address_set dl+dl {
  margin-top: 10px;
}
.clinic_info .address_set dt {
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background-color: #ec6f81;
  border-radius: 6px 0 0 6px;
}
.clinic_info .address_set dd {
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.075em;
  padding: 10px 25px;
}
.clinic_info .address_set .tel {
  color: #ec6f81;
  font-size: 137.5%; /*22px*/
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.schedule {
  width: 430px;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  border: 3px solid #ec6f81;
  border-radius: 10px;
  padding: 3px 15px 18px;
  box-sizing: border-box;
}
.schedule table {
  width: 390px;
}
.schedule th,
.schedule td {
  font-weight: 500;
  border-bottom: 1px solid rgba(236,111,129,0.3);
  padding: 15px 10px;
}
.schedule thead th:first-child,
.schedule tbody th {
  padding-left: 15px;
}
.schedule thead th:last-child,
.schedule tbody td:last-child {
  padding-right: 15px;
}
.schedule td {
  color: #ec6f81;
}
.schedule_note {
  color: #ec6f81;
  padding: 15px 0 0 15px;
}
.clinic_info .column_right {
  width: 720px;
  text-align: right;
  position: relative;
}
.clinic_info .google_map_btn {
  position: absolute;
  bottom: 25px;
  right: 10px;
  z-index: 1;
}

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

  $symptoms_list

============================================================================*/
.symptoms_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 55px 0 25px;
}
.symptoms_list li {
  margin-top: 40px;
}
.symptoms_list li a {
  display: block;
}
.symptoms_list li a:hover img {
  opacity: 0;
  transition: 0.2s ease-out;
}
.symptoms_list li a:hover {
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s ease-out;
}
.symptoms_list li:nth-child(1) a:hover {
  background-image: url("../images/symptoms_list_img_01_on.png");
}
.symptoms_list li:nth-child(2) a:hover {
  background-image: url("../images/symptoms_list_img_02_on.png");
}
.symptoms_list li:nth-child(3) a:hover {
  background-image: url("../images/symptoms_list_img_03_on.png");
}
.symptoms_list li:nth-child(4) a:hover {
  background-image: url("../images/symptoms_list_img_04_on.png");
}
.symptoms_list li:nth-child(5) a:hover {
  background-image: url("../images/symptoms_list_img_05_on.png");
}
.symptoms_list li:nth-child(6) a:hover {
  background-image: url("../images/symptoms_list_img_06_on.png");
}

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

  $medical_list

============================================================================*/
.medical_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medical_list li:nth-of-type(even) {
  margin-top: 60px;
}
.medical_list li:nth-of-type(odd):not(:first-child) {
  margin-top: 10px;
}
.medical_list .thumb_img {
  margin-left: 60px;
}
.medical_list .text_box_wrapper {
  position: relative;
  width: 510px;
  padding-bottom: 10px;
  margin-top: -70px;
}
.medical_list .text_box_wrapper:after {
  position: absolute;
  content: "";
  width: 500px;
  height: 240px;
  display: block;
  background: url("../images/bg_stripe.png") repeat top left;
  top: 10px;
  left: 0;
}
.medical_list .text_box {
  width: 500px;
  height: 240px;
  background: no-repeat center right;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 35px 35px 0 35px;
  margin-left: 10px;
  box-sizing: border-box;
}
.medical_01 .text_box {
  background-image: url("../images/bg_ico_medical_list_01.png");
}
.medical_02 .text_box {
  background-image: url("../images/bg_ico_medical_list_02.png");
}
.medical_03 .text_box {
  background-image: url("../images/bg_ico_medical_list_03.png");
}
.medical_04 .text_box {
  background-image: url("../images/bg_ico_medical_list_04.png");
}
.medical_list .text_box dt {
  line-height: 1;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
.medical_list .text_box dt em {
  color: #222;
  font-size: 162.5%; /*26px*/
  margin-right: 10px;
}
.medical_list .text_box dt span {
  color: #ec6f81;
  font-size: 93.75%; /*15px*/
}
.medical_list .text_box dd {
  font-size: 106.25%; /*17px*/
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.medical_list .text_box .more_btn {
  position: absolute;
  right: 30px;
  bottom: 22px;
  z-index: 2;
}


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

  $medical

============================================================================*/
.frame.box{
  background-color: #f3f3f3;
  padding: 10px;
  margin: 20px auto 30px;
}



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

  $contents

============================================================================*/
#contents {
  min-height: 395px;
  padding-bottom: 60px;
}
#contents section {
  margin-bottom: 70px;
}
main .text {
  font-size: 106.25%; /*17px*/
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 50px;
}
#contents section:last-child,
main .text:last-of-type {
  margin-bottom: 0;
}
main .text p+p {
  margin-top: 1em;
}

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

  $footer

============================================================================*/
footer {
  background-color: #e7f2f9;
  padding-top: 65px;
}
footer .clinic_info {
  padding: 0;
  background: none;
  margin-bottom: 80px;
}
footer .clinic_info:before,
footer .clinic_info:after {
  content: none;
}

/* ページトップ */
.pagetop {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #99c3d9;
  border-radius: 50%;
  box-sizing: border-box;
  position: fixed;
  right: 15px;
  bottom: 35px;
  z-index: 500;
}
.pagetop:hover {
  cursor: pointer;
  background-color: rgba(255,255,255,0.9);
  border-color: #338ab8;
}
.pagetop dt {
  margin-bottom: 7px;
}
.pagetop dd {
  color: #338ab8;
  font-size: 137.5%; /*22px*/
  font-style: normal;
  letter-spacing: 0.075em;
}

/* コピーライト */
footer .copyright {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: #56a7d3;
  padding: 20px 0;
}

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

  $clinic

==================================================================*/
/* 医院紹介 */
.clinic_slides1 .flexslider{
  position: relative;
  float: left;
  width: 82%;
  height: 620px;
}
.clinic_slides1 .flexslider li div{
  display: table;
  position: relative;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255,255,255,0.9);
}
.clinic_slides1 .flexslider p{
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-weight: 600;
}
.clinic_slides1 .flex-control-thumbs .flex-active img{
  border: 5px solid #aaa;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs{
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}
.clinic_slides1 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 0 4%;
  background-color: #fff;
}

/* 当院の検査 */
.facilities_equip2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}
.facilities_equip2 dl {
  width: 31%;
  background-color: #f7f7f7;
  text-align: justify;
  margin-top: 30px;
}
.facilities_equip2 dl:last-child{
  margin-right: auto;
  margin-left: 3.7%;
}
.facilities_equip2 dl:nth-child(-n+3) {
  margin-top: 0;
}
.facilities_equip2 dt img {
  width: 100%;
  height: auto;
}
.facilities_equip2 dd {
  padding: 15px 15px 20px;
}
.facilities_equip2 dd h3 {
  font-size: 125%; /*20px*/
}
.facilities_equip2 dd p{
  font-size: 106.25%; /*17px*/
  line-height: 1.6;
  margin-top: 7px;
}

/* クリニック概要 */
.clinic_summary {
  width: 800px;
  margin: 35px auto 0;
}
.clinic_summary .h2_wrapper {
  margin-bottom: 45px;
}
.clinic_summary li {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  padding: 12px 15px;
}
.clinic_summary li:last-child {
  border: none;
}
.clinic_summary li:last-child .schedule {
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) { /* IE */
  .clinic_summary li {
    padding: 15px 15px 11px;
  }
}
.clinic_summary dl {
  display: flex;
}
.clinic_summary dt {
  color: #555;
  width: 30%;
  font-weight: 600;
}
.clinic_summary .fas {
  width: 1em;
  text-align: center;
  margin-right: 5px;
}

/* 可能な検査 */
.ins_possible{
  border: 10px solid #fff;
  box-sizing: border-box;
  padding: 35px 10px 20px 45px;
  display: flex;
  flex-wrap: wrap;
}
.ins_possible .list09:first-child{
  margin-right: 40px;
}

.ins_possible .sampling p{
  color: #3898CB;
  font-weight: bold;
}
.ins_possible .sampling ul{
  margin-left: 10px;
}
.ins_possible .sampling li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.ins_possible .sampling li::before{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #3898cb;
}
/*==================================================================

  タイトル

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





/* 左寄せ　背景画像あり */
.tit02 {
  position: relative;
  margin-bottom: 10px;
  padding:14px 14px 14px 40px;
  letter-spacing: 0.15em;
  color: #222;
  font-size: 24px;
  font-weight:bold;
  line-height: 1.4;
  text-align: left;
}
.tit02::before{
  position: absolute;
  width: 30px;
  height: 30px;
  top:0;
  bottom: 0;
  left:0;
  margin: auto ;
  background-image:url(../images/icon_tit.svg);
  background-repeat:no-repeat;
  background-position: center ;
  background-size:cover;
  z-index: -1;
  content: "";
}
.tit02 i{
  margin-right:7px;
}
.tit02 span{
  display:inline-block;
  position:relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size:14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  z-index:2;
}
.tit02 span::before{
  margin-left:15px;
  margin-right:15px;
  content:"/";
}




/*左寄せ*/
.tit03 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #ec6f81;
  font-size: 19.5px;
  font-weight:bold;
  text-align:left;
}
.tit03 i{
  margin-right:7px;
}
.tit03 span{
  display:inline-block;
  position:relative;
  letter-spacing: 2.5px;
  color: #C0AB9A;
  font-size:14.5px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
.tit03 span::before{
  margin-left:15px;
  margin-right:15px;
  content:"/";
}



/*左寄せ*/
.tit04{
  position: relative;
  margin-bottom: 12px;
  letter-spacing:0.1em;
  color: #1F2774;
  font-size: 16px;
  font-weight: bold;
}





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

  共通

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

/*院長略歴*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}
.list01 dt {
  margin: 0;
  padding: 14px 3px 0px;
}
.list01 dd {
  margin: -38px 0 0;
  padding: 12px 4px 10px 100px;
  border-bottom: 1px dotted #ACACAC;
}

/*院長略歴　年月無し*/
.list02 {
  margin: 0 0 15px;
  border-width: 0 1px 1px;
}
.list02 li {
  margin: 0 0px 0px;
  padding: 6px 4px 6px 0;
  border-bottom: 1px dotted #ddd;
}
.list02 li.noline{
  border-bottom: none;
}
/*まる*/
.list03{
}
.list03 li{
  position:relative;
  margin-bottom:10px;
  padding-left:15px;
}
.list03 li:last-child{
  margin-bottom:0;
}
.list03 li:before{
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #E0D0BF;
  border: 1px solid #E0D0BF;
  border-radius: 100%;
  content: '';
}
.list03 li i{
  margin-right:8px;
}

/*さんかく*/
.list04 li{
  position: relative;
  margin-bottom:15px;
  padding-left:22px;
  color:#223a70;
}
.list04 li:before{
  position:absolute;
  top:0.5em;
  left:7px;
  width: 0;
  height: 0;
  border:5px solid transparent;
  border-left: 5px solid #4A577F;
  content:"";
}

/*やじるし*/
.list05 li{
  position:relative;
  margin-bottom: 10px;
  line-height:1;
  padding-left:15px;
}
.list05 li:before{
  position:absolute;
  left:0;
  top:0.3em;
  height:5px;
  width:5px;
  transform:rotate(45deg);
  background-color: transparent;
  border-top:1px solid #333;
  border-right:1px solid #333;
  content:"";
}

/* まる & 背景 */
.list06{
  padding:35px 15px 25px 45px;
  background-color:#f7f7f7;
}
.list06:after {
  display: block;
  clear: both;
  content: "";
}
.list06 li{
  position:relative;
  float:left;
  margin-bottom:15px;
  padding-left:0.9em;
  padding-right:5%;
  
}
.list06 li:before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #DAC58B;
  border: 1px solid #DAC58B;
  border-radius: 100%;
}

/*まる & 枠 */
.list07{
  border: 3px solid #eee;
  padding: 30px ;
  font-size:14.5px;
}
.list07 li{
  padding-left:0.9em;
  margin-bottom:10px;
  position:relative;
}
.list07 li:last-child{
  margin-bottom:0;
}
.list07 li:before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #E0D0BF;
  border: 1px solid #E0D0BF;
  border-radius: 100%;
}
.list07 li i{
  margin-right:8px;
}

/*チェック*/
.list08{
  padding:35px 10px 20px 45px;
  background: #f3f3f3;
  border: 10px solid #fff;
  box-sizing: border-box;
}
.list08:after{
  display: block;
  clear: both;
  content: "";
}
.list08 li{
  position:relative;
  float:left;
  margin-right: 5%;
  margin-bottom:20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}
.list08 li:before{
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image:url(../images/check.svg);
  background-repeat:no-repeat;
  background-position:left center;
  content: '';
}

/* 格子 */
.list09 li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.list09 li:before{
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image:url(../images/icon_tit.svg);
  background-repeat:no-repeat;
  background-position:center;
  content: '';
}

/*ボタン ゴースト*/
.btn01{
  position:relative;
  top:10px;
  margin-bottom:10px;
}
.btn01 a{
  display:inline-block;
  position:relative;
  padding:15px 25px;
  line-height:1;
  border:1px solid #33409a;
  color:#3D4AA5;
  text-align:center;
  color:#33409a;
  font-weight:bold;
  transition:ease-in-out 0.1s ;
}
.btn01 a i{
  margin-right:10px;
  color:#33409a;
  transition:ease-in-out 0.1s ;
}
.btn01 a:hover{
  color:#fff;
  background-color:#33409a;
}
.btn01 a:hover i{
  color:#fff;
}
.btn01 a::after{
  display:inline-block;
  position:absolute;
  top:10px;
  left:10px;
  width: 100%;
  height:100%;
  background-image:url(../images/bg03.png);
  transition:0.2s ease-in-out;
  z-index:-1;
  content:"";
}
.btn01 a:hover::after{
  left:0;
  top:0;
}
.btn01_arrow{
  position:relative;
  left:0px;
  margin-right:14px;
  transition:0.2s ease-in, 0.22s ease-out;
}
.btn01_arrow img{
  opacity:1 !important;
}
.btn01_arrow,
.btn01_arrow img{
  width: 18px;
  height: 13px;
}
.btn01 a:hover .btn01_arrow{
  left:4px;
}


/*ボタン 白抜き*/
.btn02{
}
.btn02 a{
  display:inline-block;
  padding:8px 20px;
  border:1px solid #3898cb;
  color:#3898cb;
  font-weight:bold;
  transition:ease-in-out 0.2s ;
	border-radius:20px;
}
.btn02 a i{
  margin-right:7px;
}
.btn02 a:hover{
  background-color:#3898cb;
  color:#fff;
}


/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
  display:block;
  position:relative;
  float:right;
  margin-left:30px;
  margin-bottom:0 !important;
  text-align:center;
}
.img_fr img{
  border-radius:3px;
  margin-bottom:7px;
  max-width: 300px;
  height: auto;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
  padding-left:20px;
  line-height:1.3;
  font-size:15px; 
  font-weight:bold;
  color: #1F2774;
  text-align:left;
}







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

  アンカーリンンク

==================================================================*/
.ank01{
  margin-top: -100px;
  padding-top: 100px;
}

/* 2個並び */
.ank02{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ank02 li{
  width: 48%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.ank02 li a{
  width: 100%;
  height: 100%;
  padding:10px 10px 20px;
  border:1px solid #3898cb;
  font-weight:bold;
  font-size:13px;
  color:#3898cb;
  text-align:center;
  vertical-align:middle;
  transition:0.1s ease-in-out;
}
.ank02 li a:hover{
  background-color:#3898cb;
  color:#fff;
}
.ank02 li i{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  margin:auto;
}

/* 3個並び */
.ank03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ank03 li{
  width: 30%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.ank03 li a{
  width: 100%;
  height: 100%;
  padding:10px 10px 20px;
  border:1px solid #3898cb;
  font-weight:bold;
  font-size:13px;
  color:#3898cb;
  text-align:center;
  vertical-align:middle;
  transition:0.1s ease-in-out;
}
.ank03 li a:hover{
  background-color:#3898cb;
  color:#fff;
}
.ank03 li i{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  margin:auto;
}


/* 4個並び */
.ank04{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ank04 li{
  width: 23%;
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.ank04 li a{
  width: 100%;
  height: 100%;
  padding:10px 10px 20px;
  border:1px solid #3898cb;
  font-weight:bold;
  font-size:13px;
  color:#3898cb;
  text-align:center;
  vertical-align:middle;
  transition:0.1s ease-in-out;
}
.ank04 li a:hover{
  background-color:#3898cb;
  color:#fff;
}
.ank04 li i{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  margin:auto;
}



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

  .layout

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

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

.layout01 {
  position: relative;
  margin: 0 0 15px;
}

.layout01:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}

.layout01 dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.layout01 dl:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}

.layout01 dt {
  width: 30%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
}

/* 数字 */
.layout01 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  font-weight: normal;
  color: #C3AF97;
}

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

.layout01 dd {
  width: 70%;
  box-sizing: border-box;
  padding: 3%;
}




/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.layout02 dl {
  width: 49%;
  margin: 0 2% 0 0;
  margin-bottom: 25px;
  padding: 4%;
  background-color: #f7f7f7;
}

.layout02 dl:nth-child(even) {
  margin-right: 0;
}

.layout02 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #1F2774;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout03 dt {
  width: 27%;
  padding: 2%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.layout03 dt img {
  width: 100%;
  height: auto;
}

.layout03 dd {
  width: 73%;
  padding: 1% 3%;
}

.layout03 dd h3,
.layout03 dd h4,
.layout03 dd h5{
  color: #1F2774;
  font-size: 18px;
  font-weight: bold;
}

.layout03 dd h3 em,
.layout03 dd h4 em,
.layout03 dd h5 em{
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}




/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */

.layout04 {
  margin: 0 0 15px;
}

.layout04 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout04 dt {
  width: 27%;
  padding-right: 2%;
  display: flex;
  align-items: center;
}

.layout04 dt img {
  width: 100%;
}

.layout04 dd {
  width: 73%;
  padding: 3%;
  background-color: #fff;
}
.layout04 dd h3,
.layout04 dd h4,
.layout04 dd h5 {
  font-size: 18px;
  font-weight: bold;  
}
.layout04 dd h3 span,
.layout04 dd h4 span,
.layout04 dd h5 span {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}



/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 {
  margin: 0 0 15px;
}

.layout05 dl {
  display: flex;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  padding: 2%;
}

.layout05 dt {
  padding: 2%;
  width: 25%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.layout05 dt img {
  width: 100%;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

.layout05 dd {
  padding: 1% 3%;
  vertical-align: top;
}

.layout05 dd:nth-child(2) {
  width: 40%;
}

.layout05 dd:nth-child(3) {
  width: 40%;
  border-left: 1px solid #e2e2e2;
}
.layout05 dd h3,
.layout05 dd h4,
.layout05 dd h5 {
  font-weight: bold;
  margin: 0 0 5px;
}
.layout05 dd h3 em,
.layout05 dd h4 em,
.layout05 dd h5 em {
  margin-right: 10px;
  color: #BDA087;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: normal;
}

.layout05_text1 {}

.layout05_text1 ul {
  margin-bottom: 15px;
}

.layout05 ul.list03 li{
  margin: 0;
}


/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}
.layout06 dl {
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.layout06 dl:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  content: "";
}
.layout06 dl:last-child:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  content: "";
}
.layout06 dt {
  width: 30%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: 120%;
}
.layout06 dl:last-of-type {
  padding: 0;
}

/* 数字 */
.layout06 dt em {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 170%;
  font-weight: normal;
  color: #C3AF97;
}
.layout06 dd {
  padding: 2% 3%;
  vertical-align: top;
}
.layout06 dd:nth-child(2) {
  width: 35%;
}
.layout06 dd:nth-child(3) {
  width: 35%;
  border-left: 1px solid #e2e2e2;
}
.layout06 dd h3,
.layout06 dd h4,
.layout06 dd h5 {
  font-size: 100%;
  margin: 0 0 5px;
}

.layout06_text1 {}

.layout06_text1 ul {}

.layout06_text1 ul li span {}


/* 3つ並びのレイアウト。 */
.layout07 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout07::after {
  display: block;
  clear: both;
  content: "";
}
.layout07 dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.layout07 dl:nth-child(3n) {
  margin-right: 0;
}
.layout07 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout07 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout07 dl dd {
  line-height: 1.5;
}

/* 3つ並びのレイアウト。矢印付き */
.layout08 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.layout08 dl {
  position: relative;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 25px;
  padding: 3%;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.layout08 dl:nth-child(3n) {
  margin-right: 0;
}
.layout08 dl::before {
  position: absolute;
  right: -17px;
  top: 0;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  background-color: transparent;
  border-top: 2px solid #1F2774;
  border-right: 2px solid #1F2774;
  content: "";
  bottom: 0;
  margin: auto;
}
.layout08 dl:nth-child(3n)::before {
  display: none;
}
.layout08 dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.layout08 dl dt em {
  margin-right: 8px;
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
}
.layout08 dl dd {
  line-height: 1.5;
}


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

  table

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

/*フッターの診療時間*/
.tb01{
  margin-bottom:12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space:nowrap;
}
.tb01 td,.tb01 th{
  border-bottom:1px solid #e4e4e4;
  vertical-align: middle;
}
.tb01 tr:last-child td,.tb01 tr:last-child th{
  border:none;
}
.tb01 th:first-child{
  
}
.tb01 th{
  padding:10px 22px 8px 22px;
  line-height:1;
  white-space:nowrap;
  font-weight:bold;
  text-align:left;

}
.tb01 td{
  padding:10px 13px 8px 13px;
}


.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}

.tb02 tr:first-of-type {
/*  background: #f7f7f7;*/
}

.tb02 th {
  font-weight: bold;
  width: 26%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.tb02 td {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}



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

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

.tb03 th {
  font-weight: bold;
  text-align: center;
  background-color: #FAFAFA;
}

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

.tb03 td {
  background-color: #ffffff;
  text-align: left;
}




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

  box

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

.box1{
  position:relative;
  width:1080px;
  margin:0 auto 100px;
}
.box2{
  margin-bottom:100px;
}



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

  .top_doctor

==================================================================*/
.doctor_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doctor_flex .text{
  position:relative;
  width:70%;
}
.top_doctor_img{
  width: 28%;
}
.top_doctor_img p img{
  width: 100%;
  height: auto;
		margin-bottom: 15px;
}
.top_doctor_img p{
  line-height: 1.4;
  font-weight:bold;
}
.top_doctor_img p span{
  font-size: 30px;
}
.top_doctor .btn01{
  float:right;
  width:240px;
}
.top_doctor .btn01 a{
  display:block;
}


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

  $doctor

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

.doctor_carr{
  display:flex;
  flex-wrap:wrap;
	justify-content: space-between;
}
.doctor_carr_sec1{
	width: 43%;
	padding: 20px 30px;
	background-color:#fff;
	border: 4px solid rgb(237, 237, 237);
	padding: 25px 30px 5px;
	border-radius: 20px;
}
.doctor_carr_sec1:last-child{
  margin-right:0;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
  font-size:14px;
}
.doctor_carr_sec1 table{
  width:100%;
}
.doctor_carr_sec1 h3{
	background:none;
	padding: 0;
}
.doctor_carr_sec1 p{
  padding-top: 4px;
  line-height: 2.1;
  letter-spacing: 0.05em;
}

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

  .news

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

.top_news{
  font-size:14.5px;
}
.top_news_flame{
  padding:35px 33px;
  border:15px solid #F0F0F0;
}
.news_text p {
  margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
  margin-left:20px;
  font-size:17.5px;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  color:#1F2774;
}
/* 日付 */
.date{
}
/* お知らせのブロックのボーダー */
.news_text .line{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom:1px solid #eee;
}
/* お知らせの高さ */
.scroll_area{
  height:200px;
}

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

  $access

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

.access_guide{
  margin-bottom:20px;
  font-weight:bold;
}
.access_map{
  margin-bottom:40px;
}
.access_map dt{
  margin-bottom:10px;
}
.access_map dt i{
  margin-right:7px;
}
.access .btn02{
  text-align:center;
  margin-bottom:50px;
}
.access_info{
  border: 4px solid rgb(237, 237, 237);
  padding: 25px 30px 5px;
	border-radius: 20px;
}
.access_info dt i{
  margin-right:7px;
	color: #ec6f81;
}
.access_train,.access_bus,.access_car,.access_bike{
  margin-bottom:25px;
}
.access_train dt,.access_bus dt,.access_car dt,.access_bike dt{
  padding-left: 0;
  margin-bottom:5px;
  font-size:17px;
  font-weight:bold;
}
.access_train dd,.access_bus dd,.access_car dd,.access_bike dd{
  font-size:14.5px;
}




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

  $facilities

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





/* 機器紹介3 */
.facilities_equip3{
  display:flex;
  flex-wrap:wrap;
}
.facilities_equip3 dl{
  width:47.5%;
  margin-bottom:35px;
  margin-right:5%;
  background-color:#f7f7f7;
  text-align:justify;
  font-size:14px;
}
.facilities_equip3 dl:nth-child(even){
  margin-right:0;
}

/* 機器紹介名前 */
.facilities_equip3 dt{
}
.facilities_equip3 dt img{
  width:100%;
  height: auto;
}
.facilities_equip3 dd{
  padding: 10px 15px 18px;
  line-height: 1.35;
}
.facilities_equip3 dd h4{
  text-align:center;
  font-size:17px;
  font-weight:bold;
}
.facilities_equip3 dd p{
  margin-top:7px;
}

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

  $print

============================================================================*/
@media print{
  html {
    -webkit-print-color-adjust: exact;
  }
  body {
    width: 1800px;
    zoom: 60%;
    position: relative;
  }
  .side_btn, .pagetop {
    display: none !important;
  }
  nav.fixed + main {
    padding: 0;
  }
}

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

  schedule（MPCLOUD）

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

#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  right: 22px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: #eee;
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
}
.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/schedule.svg") no-repeat center left;
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}




/*common*/
.pc{}.pc_inline{display:inline!important}.sp_inline{display:none!important}.sp_inline_ip{display:none!important}.pc_table{display:none!important}.sp_table{display:none!important}

address,body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,option,p,pre,select{margin:0;padding:0;-webkit-text-size-adjust:100%}img{vertical-align:bottom}li,ul{list-style:none;margin:0;padding:0}a img{border:none}.w010par{width:10%}.w020par{width:20%}.w025par{width:25%}.w050par{width:50%}.w075par{width:75%}.w100par{width:100%}.w010{width:10px}.w020{width:20px}.w030{width:30px}.w040{width:40px}.w050{width:50px}.w060{width:60px}.w070{width:70px}.w080{width:80px}.w090{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w190{width:190px}.w200{width:200px}.w210{width:210px}.w220{width:220px}.w230{width:230px}.w240{width:240px}.w250{width:250px}.w255{width:255px}.w260{width:260px}.w270{width:270px}.w280{width:280px}.w290{width:290px}.w300{width:300px}.w305{width:305px}.w310{width:310px}.w320{width:320px}.w330{width:330px}.w340{width:340px}.w350{width:350px}.w360{width:360px}.w365{width:365px}.w370{width:370px}.w380{width:380px}.w390{width:390px}.w400{width:400px}.w410{width:400px}.w415{width:415px}.w420{width:420px}.w430{width:430px}.w435{width:435px}.w440{width:440px}.w450{width:450px}.w460{width:460px}.w470{width:470px}.w480{width:480px}.w490{width:490px}.w500{width:500px}.w510{width:510px}.w520{width:520px}.w530{width:530px}.w540{width:540px}.w550{width:550px}.w560{width:560px}.w570{width:570px}.w580{width:580px}.w590{width:590px}.w600{width:600px}.w610{width:610px}.w620{width:620px}.w630{width:630px}.w640{width:640px}.w650{width:650px}.w660{width:660px}.w670{width:670px}.w680{width:680px}.w690{width:690px}.w700{width:700px}.w710{width:710px}.w720{width:720px}.w730{width:730px}.w740{width:740px}.w750{width:750px}.w760{width:760px}.w765{width:765px}.w960{width:960px}.w980{width:980px}.h030{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}.mt00{margin-top:0!important}.mt01{margin-top:1px}.mt02{margin-top:2px}.mt03{margin-top:3px}.mt04{margin-top:4px}.mt05{margin-top:5px}.mt06{margin-top:6px}.mt07{margin-top:7px}.mt08{margin-top:8px}.mt09{margin-top:9px}.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}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mr00{margin-right:0!important}.mr01{margin-right:1px}.mr02{margin-right:2px}.mr03{margin-right:3px}.mr04{margin-right:4px}.mr05{margin-right:5px}.mr06{margin-right:6px}.mr07{margin-right:7px}.mr08{margin-right:8px}.mr09{margin-right:9px}.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}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px}.mb02{margin-bottom:2px}.mb03{margin-bottom:3px}.mb04{margin-bottom:4px}.mb05{margin-bottom:5px}.mb06{margin-bottom:6px}.mb07{margin-bottom:7px}.mb08{margin-bottom:8px}.mb09{margin-bottom:9px}.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}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml00{margin-left:0!important}.ml01{margin-left:1px}.ml02{margin-left:2px}.ml03{margin-left:3px}.ml04{margin-left:4px}.ml05{margin-left:5px}.ml06{margin-left:6px}.ml07{margin-left:7px}.ml08{margin-left:8px}.ml09{margin-left:9px}.ml10{margin-left:10px}.ml12{margin-left:12px}.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}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml140{margin-left:140px}.ml160{margin-left:160px}.ma10{margin:10px}.ma15{margin:15px}.ma_auto{margin-left:auto;margin-right:auto}.pt00{padding-top:0!important}.pt01{padding-top:1px}.pt02{padding-top:2px}.pt03{padding-top:3px}.pt04{padding-top:4px}.pt05{padding-top:5px}.pt06{padding-top:6px}.pt07{padding-top:7px}.pt08{padding-top:8px}.pt09{padding-top:9px}.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}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt120{padding-top:120px}.pr00{padding-right:0!important}.pr01{padding-right:1px}.pr02{padding-right:2px}.pr03{padding-right:3px}.pr04{padding-right:4px}.pr05{padding-right:5px}.pr06{padding-right:6px}.pr07{padding-right:7px}.pr08{padding-right:8px}.pr09{padding-right:9px}.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!important}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px}.pb02{padding-bottom:2px}.pb03{padding-bottom:3px}.pb04{padding-bottom:4px}.pb05{padding-bottom:5px}.pb06{padding-bottom:6px}.pb07{padding-bottom:7px}.pb08{padding-bottom:8px}.pb09{padding-bottom:9px}.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}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl00{padding-left:0!important}.pl01{padding-left:1px}.pl02{padding-left:2px}.pl03{padding-left:3px}.pl04{padding-left:4px}.pl05{padding-left:5px}.pl06{padding-left:6px}.pl07{padding-left:7px}.pl08{padding-left:8px}.pl09{padding-left:9px}.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}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pa01{padding:1px}.pa02{padding:2px}.pa03{padding:3px}.pa04{padding:4px}.pa05{padding:5px}.pa10{padding:10px}.pa15{padding:15px}.fr{float:right}.fl{float:left}.fr10{float:right;margin-left:10px}.fr15{float:right;margin-left:15px}.fr30{float:right;margin-left:15px}.fl10{float:left;margin-right:10px}.fl15{float:left;margin-right:15px}.fl30{float:left;margin-right:30px}.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}.txt19{font-size:19px}.txt20{font-size:20px}.txt21{font-size:21px}.txt22{font-size:22px}.txt23{font-size:23px}.txt24{font-size:24px}.txt25{font-size:25px}.txt26{font-size:26px}.txt27{font-size:27px}.txt28{font-size:28px}.txt29{font-size:29px}.txt30{font-size:30px}.txt31{font-size:31px}.txt32{font-size:32px}.txt33{font-size:33px}.txt34{font-size:34px}.txt35{font-size:35px}.txt36{font-size:36px}.txt37{font-size:37px}.txt38{font-size:38px}.txt39{font-size:39px}.txt40{font-size:40px}.bold{font-weight:700}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right}.clear{clear:both}.v_top{vertical-align:top}.v_mid{vertical-align:middle}.v_btm{vertical-align:bottom}.color_red{color:#f33}.color_pink{color:#ed8c96}.color_blue{color:#3898cb}.color_green{color:#479f9d}.color_ore{color:#ff8327}.color_yellow{color:#ffeb8b}.color_beige{color:#dac58b}.color_brown{color:#9b8052}.color_navy{color:#1f2774}.color_black{color:#3e3a39}.ls_0{letter-spacing:0}.ls_1{letter-spacing:1px}.indent{margin-left:1em!important;text-indent:-1em}.line_h_2{line-height:2!important}.clearfix:after{display:block;clear:both;content:""}.sp{display:none!important}