@charset "utf-8";

body {
  min-width: inherit;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imgLink a:hover,
.imgLink a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*common*/
.pc{display:none!important}.sp{display:block!important}.pc_inline{display:none!important}.sp_inline{display:inline!important}.pc_table{display:table!important}.sp_table{display:table!important}img{max-width:100%;height:auto}.sp_mb00{margin-bottom:0!important}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center}

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

  $wrapper

============================================================================*/
.inner {
  width: 100%;
  padding: 0 15px;
}
main {
  margin-top: 124px;
}

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

  $logo_set　ロゴ＋診療科

============================================================================*/
.logo_set .logo img {
  width: 288px;
  height: 43px;
}
.logo_set .department {
  margin: 2px 0 0 64px;
}
.logo_set .department li {
  font-size: 100%; /*16px*/
}

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

  $nav

============================================================================*/
.fixed {
  position: fixed;
  width: 100%;
}
.sp_navi_btn_area {
  position: absolute;
  width: calc(100% - 66px);
  z-index: 1;
  margin-left: 4px;
}
.sp_navi_btn_area li {
  display: block;
  width: calc(100% / 2 ) !important;
  float: left;
  text-align: center;
}
.sp_navi_btn_area li a {
  display: block;
  color: #fff;
  height: 54px;
  line-height: 54px;
  margin: 4px;
  border-radius: 5px;
  font-size: 87.5%; /*14px*/
  background: #ec6f81;
  font-weight: 400;
}
.sp_navi_btn_area li span {
  margin-right: 6px;
}
.sp_navi {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  font-size: 18px;
  font-weight: bold;
  z-index: 9998;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.sp_navi_fixed_area {
  z-index: 999;
}
.sp_navi .header_logo {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  text-align: left;
  height: 62px;
  background: #fff;
}
.sp_navi .header_logo a {
  display: table;
  padding: 8px 10px;
  margin: 0 auto;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
  display: block;
  margin: auto;
}
.sp_navi .header_logo img {
  width: 308px;
  height: 46px;
  z-index: 9999;
  position: relative;
}
.sp_navi dl {
  background-color: #fff;
}
.sp_navi dl dt {
  position: absolute;
  right: 0;
  height: 62px;
  font-weight: bold;
  padding: 0 4%;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 2;
}
.sp_navi dl dt i {
  position: relative;
  top: 26px;
  font-size: 9px;
  font-style: normal;
  margin-right: 2%;
}
.sp_navi_fixed_area dt+dd {
  height: 62px;
}
.sp_navi_list {
  display: none;
}
.sp_navi_list li {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.4;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.sp_navi_list li a, .sp_navi_parent > div {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.1em;
  background: #3898cb;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  line-height: 50px;
  cursor: pointer;
}
.sp_navi_children li a {
  color: #555;
  background: #e7f2f9;
  border-bottom: none;
}
.sp_navi_children li+li a {
  border-top: 1px solid #ccc;
}
.sp_navi_children.information li:last-child a {
  border-bottom: 1px solid #ccc;
}
.sp_navi_parent > div::after {
  position: absolute;
  right: 15px;
  font-family: 'Font Awesome 5 free';
  font-weight: bold;
  content: "\f067";
  font-size: 1em;
}
.sp_navi_parent_active > div::after {
  position: absolute;
  right: 15px;
  font-family: 'Font Awesome 5 free';
  content: "\f068" !important;
  font-weight: bold;
  font-size: 1em;
}
.sp_navi_list li a:after {
  position: absolute;
  right: 20px;
  content: ">";
}

/* ボタンの動き */
.sp_navi dt a {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  right: -5px;
  z-index: 9999999;
  text-align: center;
  background-color: #3898cb;
  cursor: pointer;
}
.sp_navi dt a i {
  position: relative;
  top: 26px;
  font-size: 9px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.sp_navi dt a span {
  display: block;
  background: #fff;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
  top: 14px;
}
.sp_navi dt a span:nth-child(2) {
  margin-top: -8px;
  top: 50%;
}
.sp_navi dt a span:nth-child(3) {
  bottom: 29px;
}
.sp_navi dt a i {
  position: relative;
  left: -2px;
  bottom: 6px;
}
.sp_navi dt a.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(225deg);
  -moz-transform: translateY(8px) rotate(225deg);
  -ms-transform: translateY(8px) rotate(225deg);
  transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
  opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-225deg);
  -moz-transform: translateY(-8px) rotate(-225deg);
  -ms-transform: translateY(-8px) rotate(-225deg);
  transform: translateY(-8px) rotate(-225deg);
}
main {
  padding-top: 0;
}
.header_mpcloud_links {
    display: none;
}

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

  $breadcrumbs パンくず

============================================================================*/
.breadcrumbs {
  font-size: 81.25%; /*13px*/
  line-height: 1.5;
  padding: 25px 15px 35px;
}

/* ホーム */
.breadcrumbs li:first-child a {
  padding-left: 23px;
}

/* 右矢印 */
.breadcrumbs li+li {
  padding-left: 20px;
}

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

  $title

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

/* 下層タイトル */
.mainvisual_headline .headline {
  height: 120px;
  font-size: 125%; /*22px*/
}

/* h2 */
main .h2_wrapper {
  margin-bottom: 30px;
}
main .h2_wrapper .en_title {
  margin-bottom: 15px;
}
main .h2_wrapper .ja_title {
  font-size: 187.5%; /*30px*/
}

/* h3 */
main .tit01 {
  font-size: 118.75%; /*19px*/
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 15px;
}

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

  $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 */
.news_text ul{
	height: 390px!important;
}

.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 下層汎用ボタン */
.btn_link {
  color: #fff;
}

.btn_link a {
  margin: auto;
  width: 90%;  
  border: 2px solid #ec6f81;
  background-color: #ec6f81;
  border-radius: 50px;
}
/* 矢印 */
.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: 18px;
}

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

  $clinic_info

============================================================================*/
.clinic_info {
  background: none;
  padding: 25px 0;
  background-color: rgba(236,111,129,0.12);
}
.clinic_info .logo_set {
  display: table;
  margin: 0 auto;
}
.clinic_info:before,
.clinic_info:after {
  content: none;
}
.clinic_info .inner {
  flex-direction: column;
}
.clinic_info .column_left {
  width: 100%;
}
.clinic_info .address_set {
  margin: 25px 0 20px;
}
.clinic_info .address_set dl {
  width: 100%;
  font-size: 93.75%; /*15px*/
}
.clinic_info .address_set dt {
  width: 90px;
}
.clinic_info .address_set dd {
  padding: 10px;
}
.schedule {
  width: 100%;
  padding: 5px 10px 12px;
}
.schedule table {
  width: 100%;
}
.schedule th,
.schedule td {
  font-size: 87.5%; /*14px*/
  padding: 8px 5px;
}
.schedule thead th:first-child,
.schedule tbody th {
  padding-left: 5px;
}
.schedule thead th:last-child,
.schedule tbody td:last-child {
  padding-right: 5px;
}
.schedule_note {
  font-size: 87.5%; /*14px*/
  padding: 10px 0 0 5px;
}
.clinic_info .schedule {
  margin-bottom: 20px;
}
.clinic_info .column_right {
  width: 100%;
}
.clinic_info .google_map_btn {
  position: inherit;
  bottom: inherit;
  right: inherit;
  width: 160px;
  margin: 20px auto 0;
}

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

  $symptoms_list

============================================================================*/
.symptoms_list {
  justify-content: center;
  margin: 0 15px;
}
.symptoms_list li {
  width: 179px;
  max-width: 48%;
  margin-top: 20px;
}
.symptoms_list li:nth-of-type(even) {
  margin-left: 10px;
}
@media screen and (max-width: 640px) and (min-width: 577px) {
  .symptoms_list li:nth-child(2),
  .symptoms_list li:nth-child(3),
  .symptoms_list li:nth-child(5),
  .symptoms_list li:nth-child(6) {
    margin-left: 10px;
  }
  .symptoms_list li:nth-child(1),
  .symptoms_list li:nth-child(4) {
    margin-left: 10px;
  }
}


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

  $medical_list

============================================================================*/
.medical_list {
  flex-direction: column;
}
.medical_list li {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.medical_list li:nth-of-type(even),
.medical_list li:nth-of-type(odd):not(:first-child) {
  margin-top: 30px;
}
.medical_list .thumb_img {
  margin-left: 0;
}
.medical_list .thumb_img img{
  width: 100%;
}
.medical_list .text_box_wrapper {
  position: inherit;
  width: 100%;
  padding-bottom: 0;
  margin-top: 0;
}
.medical_list .text_box_wrapper:after {
  content: none;
}
.medical_list .text_box {
  width: 100%;
  height: auto;
  position: inherit;
  padding: 20px;
  margin-left: 0;
  background-size: 50% auto;
}
.medical_list .text_box dt em {
  font-size: 125%; /*20px*/
  margin-right: 0;
}
.medical_list .text_box dt span {
  display: block;
  margin-top: 10px;
}
.medical_list .text_box dd {
  font-size: 100%; /*16px*/
  line-height: 1.6;
}
.medical_list .text_box .more_btn {
  position: inherit;
  right: inherit;
  bottom: inherit;
  margin-top: 10px;
}

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

  $contents

============================================================================*/
#contents section {
  margin-bottom: 60px;
}
main .text {
  font-size: 100%; /*16px*/
  line-height: 1.8;
}

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

  $footer

============================================================================*/
footer {
  padding-top: 30px;
}
footer .clinic_info {
  margin-bottom: 50px;
}

/* ページトップ */
.pagetop {
  width: 80px;
  height: 80px;
}
.pagetop dd {
  font-size: 125%; /*20px*/
}

/* コピーライト */
footer .copyright {
  font-size: 93.75%; /*15px*/
}

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

  $clinic

============================================================================*/
/* スライド */
.clinic_slides1 .flexslider {
  float: none;
  width: 100%;
  height: auto;
}
.clinic_slides1 .flexslider li div {
  display: block;
  text-align: center;
  margin: 0;
}
.clinic_slides1 .flexslider p {
  display: block;
  padding: 15px 0;
  font-weight: normal;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
  position: inherit;
  right: inherit;
  top: inherit;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.clinic_slides1 .flex-control-thumbs li {
  width: 18%;
  margin: 0 0 0 2.5%;
}
.clinic_slides1 .flex-control-thumbs li:nth-child(5n+1) {
  margin-left: 0;
}
.clinic_slides1 .flex-control-thumbs li:nth-child(n+6) {
  margin-top: 2.5%;
}
.clinic_slides1 .flex-control-thumbs img {
  border: 3px solid #e0e0e0;
}

/* 当院の検査 */
.facilities_equip2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilities_equip2 dl {
  width: 100%;
  background-color: #f7f7f7;
  text-align: justify;
  margin-top: 30px;
}
.facilities_equip2 dl+dl {
  margin-top: 30px !important;
}
.facilities_equip2 dl:last-child{
  margin-right: 0;
  margin-left: 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: 100%;
  font-size: 106.25% !important; /*17px*/
  line-height: 1.75 !important;
  margin: 0 auto 50px;
}
.clinic_summary .h2_wrapper {
  margin-bottom: 30px;
}
.clinic_summary ul {
  border-top: 1px dashed;
  font-size: 93.75%; /*15px*/
}
.clinic_summary li {
  padding: 15px 0;
}
.clinic_summary li:last-child {
  padding-bottom: 0;
}
.clinic_summary dl {
  flex-direction: column;
}
.clinic_summary dt {
  color: #555;
  width: 100%;
  padding-bottom: 5px;
}
.clinic_summary dd {
  width: 100%;
}

.ins_possible{
  padding: 35px 20px 20px;
}
.ins_possible .list09:first-child{
  margin-right: 0;
}
.ins_possible .sampling li::before{
  top: 11px;
}
/*==================================================================

  タイトル

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





/* 左寄せ　背景画像あり */
.tit02 {
  position: relative;
  margin-bottom: 0;
  padding:14px 0 16px 35px;
  letter-spacing: 0.15em;
  color: #222;
  font-size: 24px;
  font-weight:bold;
  line-height: 1.4;
  text-align: left;
}
.tit02::before{
  position: absolute;
  width: 25px;
  height: 25px;
  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: #1F2774;*/
  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;
}

/*まる*/
.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 25px;
  background-color:#f7f7f7;
}
.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:before{
  top: 7px;
}

/*ボタン ゴースト*/
.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 ;
}
.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: -62px;
  padding-top: 62px;
}

/* 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;*/
	padding: 7px 10px;
}

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

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

.tb03 td {
  background-color: #ffffff;

}




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

  box

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

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



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

  .top_doctor

==================================================================*/
.doctor_flex{
  flex-direction: column-reverse;
}
.doctor_flex .text{
  position:relative;
  width:auto;
}
.top_doctor_img{
  width: 60%;
  margin: 0 auto 20px;
}
.top_doctor_img p img{
  width: 100%;
  height: auto;
}
.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:block;
}
.doctor_carr_sec1{
  width: auto;
  margin: 0 0 20px;
  padding: 20px 30px;
  background-color:#fff;
}
.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;
    margin-bottom: 15px;
}


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

  .news

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

.top_news{
  font-size:14.5px;
}
.top_news_flame{
  padding:35px 33px;
  border:15px solid #F0F0F0;
}
.news_text{
}
.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 iframe{
	width: 100%;
	height: 400px;
}
.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;
}
.access_info dt i{
  margin-right:7px;
}
.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;
}









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

  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;
}
