@charset "utf-8";
/* CSS Document */

/* 画像重ねる用 */
body {
  scroll-behavior: smooth;
  position: relative;
}

body::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.5;

  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  z-index: -1;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic";
  color: #555555;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.588;
  letter-spacing: 0.1em;
  text-align: justify;
  /*background-image:url(../images/design03.png);*/
  background-repeat: no-repeat;
  background-position: top center;
}

a {
  color: #49ac3d;
  text-decoration: none;
}

a:hover {
  color: #a3d69c;
}

::selection {
  background-color: #99c1da;
}

::-moz-selection {
  background-color: #99c1da;
}

body,
#mainvisual .inner,
header,
footer {
  min-width: 1200px;
}

.anchor {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}


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

	.fixed_line

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

.fixed_line {
  position: fixed;
  top: 100px;
  right: 2px;
  width: 53px;
  height: 237px;
  text-align: center;
  transition: 0.1s ease-in-out;
  z-index: 99999;
}

.fixed_line a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: inherit;
  height: inherit;
  display: block;
  transition: 0.1s ease-in-out;
}

.fixed_line img {
  padding-top: 27px;
  width: inherit;
  height: inherit;
}

.fixed_line:hover {}

.fixed_line:hover a {
  opacity: 0.7;
}



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

	.fixed_resv

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

.fixed_resv {
  position: fixed;
  top: 320px;
  right: 0;
  width: 55px;
  height: 230px;
  text-align: center;
  transition: 0.1s ease-in-out;
  z-index: 99999;
}

.fixed_resv a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: inherit;
  height: inherit;
  display: block;
  transition: 0.1s ease-in-out;
}

.fixed_resv img {
  padding-top: 27px;
  width: inherit;
  height: inherit;
}

.fixed_resv:hover {}

.fixed_resv:hover a {
  opacity: 0.7;
}

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

	header

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

header {
  position: absolute;
  width: 100%;
  height: 100px;
  /* navのtopと同じ値にする */
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
}

header .inner {
  position: relative;
  width: 1200px;
  height: inherit;
  box-sizing: border-box;
  margin: auto;
  padding-top: 38px;
}

/* ロゴ */
header h1 {
  position: absolute;
  top: 23px;
}

header h1,
header img {
  width: 350px;
  height: 61px;
}

/* 住所 */
.header_info {
  text-align: right;
  position: absolute;
  right: 0;
  top: 21px;
}

.header_info li {}

.header_info_ad {
  font-size: 14px;
}

/* ご予約・お問合せ */
.header_tel {
  float: right;
  display: flex;
  text-align: right;
  line-height: 1.4;
  padding-top: 17px;
}

.header_tel img {
  width: 250px;
  height: 25px;
}

.header_tel_mail a {
  line-height: 25px;
  padding: 0.3em 0.5em;
  background-color: #49ac3d;
  font-size: 0.8em;
  color: #fff;
}

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

	nav

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

nav {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 130px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
}

nav::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #004713, #8ac021);
  content: "";
}

nav ul {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: inherit;
  margin: 0 auto;
  text-align: center;
}

.frist-list {
  position: relative;
  height: 130px;
}

nav li a {
  display: table-cell;
  height: inherit;
  padding: 0 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}

nav li a:hover .nav_text-ja,
nav li.active2 a {
  color: #49ac3d;
}

.nav_border_hover {
  position: relative;
}

.nav_text-ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  transition: 0.2s ease-in-out;
}

.nav_text-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 11px;
  font-weight: normal;
  color: #44ae35;
  text-transform: uppercase;
}

/* ホバーのボーダー */
.nav_border_hover::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #49ac3d;
  transition: 0.15s ease-out;
  transform: scaleX(0);
  content: "";
  z-index: 1;
}

nav li a:hover .nav_border_hover::before,
nav li.active2 a .nav_border_hover::before {
  transform: scaleX(1);
}

/* 矢印 */
.nav_arrow {}

.nav_arrow img {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 8px;
  transition: 0.2s ease-in-out;
}

nav ul li div a:hover .nav_arrow img {
  right: 3%;
}

/* スクロールで追加されるクラス */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header_btn02 {
  position: absolute;
  top: 45px;
  right: 305px;
  width: 18%;
}

.header_btn02_reserve a {
  position: absolute;
  top: 45px;
  right: 530px;
  width: 18% !important;
  border-color: #da9693 !important;
  color: #da9693 !important;
  text-align: center;
}

.header_btn02_reserve a:hover {
  background-color: #da9693 !important;
  color: #fff !important;
}





.sub {
  display: none;
  position: absolute;
  left: -26px;
  top: 130px;
  width: 190px;
  z-index: 3;
  height: auto;
}

.nav li ul li a {
  display: block;
  background: #49ac3d;
  color: #fff;
  padding: 10px;
  text-align: left;
}

.sub>li>a:hover {
  background-color: #007636;
  opacity: 1;
}

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

	#mainvisual

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

.mainvisual_outer {
  position: relative;
  height: 520px;
}

/* 下層ページのメインビジュアルの高さ、背景画像(トップページの高さはtop.css参照) */

#mainvisual {
  display: block;
  position: relative;
  height: inherit;
  background-image: url(../images/a_doctor_s.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#access #mainvisual {
  background-image: url(../images/a_acc_s.jpg);
}

#clinic #mainvisual {
  background-image: url(../images/a_clinic_s.jpg);
}

#facilities #mainvisual {
  background-image: url(../images/a_facili_ss.jpg);
}

#column #mainvisual {
  background-image: url(../images/a_colum_s.jpg);
}

#doctor #mainvisual {
  background-image: url(../images/a_doctor_s.jpg);
}

#first #mainvisual {
  background-image: url(../images/a_first_s.jpg);
}

#news #mainvisual {
  background-image: url(../images/mainvisual_slide1.png);
}

#mainvisual .inner {
  display: table;
  position: relative;
  height: inherit;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

#mainvisual h2 {
  position: relative;
}

/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  top: 140px;
  width: 500px;
  height: 170px;
  left: -23px;
}

.mainvisual_catch h2 img {
  width: inherit;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.9);
}

.mainvisual_open {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 470px;
  height: 130px;
}

.mainvisual_open img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.mainvisual_ninpu {
  background-color: rgba(255, 234, 234, 0.8);
  width: 340px;
  position: absolute;
  right: 0;
  top: 140px;
  text-align: center;
  padding: 1% 2%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid #ffc6c6;
  font-size: 14px;
  font-weight: bold;
  color: #ee6464;
}

#mainvisual .inner .mainvisual_ninpu.pc {}

#mainvisual .inner .mainvisual_ninpu.pc {}

.mainvisual_ninpu img {
  width: 100%;
  margin-bottom: 10px;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding-bottom: 2px;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
}

.mainvisual_headline h2 {
  font-weight: bold;
  font-size: 38px;
  color: #49ac3d;
}

.mainvisual_headline p {
  display: inline-block;
  font-size: 15px;
  color: #c0ab9a;
}

/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after {
  position: relative;
  content: "-";
}

.mainvisual_headline p::before {
  left: -0.5em;
}

.mainvisual_headline p::after {
  right: -0.5em;
}

/* 背景変更用 */
#mainvisual.bg01 {
  background-image: url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: contain;
}

#mainvisual.bg02 {
  background-image: url(../images/main_bg02.png);
  background-position: center 0%;
  background-size: contain;
}

#mainvisual.bg03 {
  background-image: url(../images/main_bg03.png);
  background-position: center 0%;
  background-size: contain;
}

#mainvisual.bg04 {
  background-image: url(../images/main_bg04.png);
  background-position: center 0%;
  background-size: contain;
}

#mainvisual.bg05 {
  background-image: url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: contain;
}

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

	#contents

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

main {
  display: block;
}

#container {
  padding-top: 20px;
  overflow: hidden;
}

#contents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

#contents::after {
  display: block;
  clear: both;
  content: "";
}

#contents_left {
  float: left;
  width: 720px;
}

#contents_right {
  float: right;
  width: 280px;
  font-size: 15px;
  line-height: 1.6;
}

.right_medical h3 {
  display: block;
  padding: 7px 0;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 19px;
  transition: 0.1s ease-in-out;
  border-bottom: 1px solid #666;
}

.right_medical h3 a:hover {
  background-color: #e0d6ce;
  color: #1f2774;
}

.right_medical ul {
  padding: 10px;
  background-color: #f0f0f0;
}

.right_medical li {
  margin-bottom: 15px;
}

.right_medical li:last-child {
  margin-bottom: 0;
}

.right_medical img {
  width: 100%;
}

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

	$footer

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

footer {
  position: relative;
  width: 100%;
  padding-top: 38px;
  background-color: #edf6e6;
}

footer::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(90deg, #004713, #8ac021);
  content: "";
}

.footer_inner {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}

.footer_inner>div {
  width: calc(100% / 1);
}

.footer_inner .footer_logo {
  order: 2;
  text-align: center;
}

.footer_inner .footer_navi {
  order: 3;
}

.footer_inner .footer_bnr {
  order: 1;
}

/* フッターの医院概要 */
/*.footer_info{
}
.footer_info .inner{
	display:flex;
	justify-content:space-between;
	width:1200px;
	margin:0 auto;
	padding:55px 0 60px;
}*/

.footer_info_overview {
  width: 50%;
}

.footer_logo {
  /*position: absolute;
	left: 0;
	right: 0;
	margin: auto;*/
}

.footer_logo,
.footer_logo img {
  width: 220px;
  height: 177px;
}

.footer_info_overview dt {
  margin-bottom: 20px;
}

.footer_info_overview dd {
  margin-bottom: 12px;
}

.footer_info_overview dd:last-child {
  margin-bottom: 0;
}

.footer_info_overview_tel {
  padding-left: 26px;
  background-image: url(../images/header_tel.svg);
  background-size: 15px;
  background-position: left 23px;
  background-repeat: no-repeat;
}

.footer_info_overview_tel_text {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
}

.footer_info_overview_tel_num {
  font-size: 26.5px;
  color: #1e2b68;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* 診療時間(医院案内、アクセス共通) */
.footer_info_sche {
  width: 50%;
  margin-top: 4px;
}

.schedule table {
  width: 100%;
  background-color: #fff;
}

.schedule table tr:first-child td {
  font-weight: bold;
}

.schedule p {}

.schedule p strong {}

.schedule p:last-child {
  margin-bottom: 0;
}

.schedule_note {}

.schedule_note p {
  display: inline-block;
  margin-right: 2em;
}

/* フッターのナビ */

.footer_navi {}

.footer_navi .inner {
  display: flex;
  flex-direction: row-reverse;
  /*width:1200px;
	margin:0 auto;
	padding:0 0 40px;*/
  padding-right: 20px;
}

.footer_navi_box {
  display: flex;
  justify-content: space-between;
  width: 394px;
  font-size: 14px;
  font-weight: bold;
}

.footer_navi_box a {
  color: #555555;
}

.footer_navi_box a:hover {
  color: #49ac3d;
}

.footer_navi_box ul {}

.footer_navi_box li,
.footer_navi_box dt {
  position: relative;

  padding-left: 15px;
}

.footer_navi_box li::before,
.footer_navi_box dt::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #44ae35;
  border: 1px solid #44ae35;
  border-radius: 100%;
  content: "";
}

.footer_navi_box li {
  margin-bottom: 28px;
}

.footer_navi_box dt {
  margin-bottom: 5px;
}

.footer_navi_box dd {
  position: relative;
  padding: 1px 0;
  padding-left: 16px;
  font-weight: 500;
}

.footer_navi_box dd::before {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #595757;

  content: "";
}

/*フッターのバナー*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_3 {
  width: 80%;
  margin: 10px auto;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}


/*フッターのsns*/

.sns_area {
  width: 100%;
  padding: 30px 0;
  background-color: #f5f5f5;
}

.sns_area .inbox {
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  justify-content: center;
}

.sns_area .inbox>div {
  width: 413px;
  height: 125px;
  margin-right: 20px;
}

.sns_area .inbox>div:last-child {
  margin-right: 0;
}

.sns_area .inbox>div img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .sns_area .inbox {
    width: 90%;
  }

  .sns_area .inbox>div {
    width: 50%;
    height: auto;
  }

  .sns_area .inbox>div img {
    width: 100%;
    height: auto;
  }
}

/*
.col_3 img{
    width: 396px;
	height: 100px;
}*/

.col_3>div {
  width: 33.333%;
  padding: 10px;
}

.col_3>div img {
  width: 100%;
  padding: auto;
}

.col_4 {
  width: 80%;
  margin: 3% auto 2%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_4>div {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.col_4>div a {
  display: block;
}

.col_4>div:nth-child(4n) {
  margin-right: 0;
}

.col_4>div img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  .col_3 {
    width: 90%;
  }

  .col_3>div {
    width: 50%;
  }

  .col_3>div img {
    width: 100%;
    height: auto;
  }

  .col_4 {
    width: 90%;
  }

  .col_4>div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .col_4>div:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .col_3 {
    width: 80%;
  }

  .col_3>div {
    width: 100%;
  }

  .col_3>div img {
    width: 100%;
    height: auto;
  }

  .col_4 {
    width: 80%;
  }

  .col_4>div {
    width: 100%;
  }

  .col_4>div:nth-child(odd) {
    margin-right: 0;
  }
}

.bnr3 {}

.bnr3_inner {}

.bnr3 a {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.bnr3 a:hover {
  opacity: 0.7;
}

.bnr3 img {
  width: 396px;
  border: none;
}

/* ページトップ */

.pagetop {
  position: fixed;
  right: 4%;
  bottom: 4%;
  text-align: center;
  cursor: pointer;
  width: 55px;
  height: 55px;
  z-index: 9999;
}

/* 背景色 */
.pagetop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.1s ease-in-out;
}

.pagetop_inner,
.pagetop img {
  width: 55px;
  height: 55px;
  margin: auto;
}

.pagetop_inner {
  display: flex;
  justify-content: center;
  align-content: center;
  height: inherit;
  width: inherit;
}

.pagetop img {
  position: relative;
  top: -2px;
  vertical-align: top;
}

/* ホバー */
.pagetop:hover {
  opacity: 0.5;

}

/* コピーライト */
.copy {
  position: relative;
  padding-bottom: 23px;
  text-align: center;
  color: #49ac3d;
}

.copy small {
  line-height: 1;
  font-size: 11px;
  font-family: "Cinzel", serif;

  letter-spacing: 0.1em;
}

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

	$top_qa

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

.qa-list {
  max-width: 1140px;
  margin: 80px auto 20px;
}

.qa-list a {
  color: rgb(19, 106, 255);
  word-break: break-all;
  transition: .3s;
}

.qa-list a:hover {
  opacity: .7;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #e9f4e6;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #e9f4e6;
}

.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #49AC3D;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #49AC3D;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

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

	$top_access

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

/* トップのアクセス診療時間 */
.top_access {
  margin-bottom: 12px;
}

.top_access .inner {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
  padding: 55px 0 60px;
}

.top_access_overview {
  width: 48%;
}

.top_access_overview dl {
  margin-bottom: 20px;
}

.top_access_overview_logo {}

.top_access_overview_logo_inner,
.top_access_overview_logo img {
  width: 115px;
  height: 70px;
}

.top_access_overview dt {
  margin-bottom: 20px;
}

.top_access_overview dd {
  margin-bottom: 12px;
}

.top_access_overview dd:last-child {
  margin-bottom: 0;
}

.top_access_overview_tel_text {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
}

.top_access_overview_tel_num {
  font-size: 26.5px;
  color: #1e2b68;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.top_access_overview_info {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 95px calc(100% - 80px);
  -ms-grid-columns: 95px calc(100% - 80px);
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.top_access_overview_info li {
  display: flex;
  -ms-display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 21px;
  align-content: center;
}

.top_access_overview_info li div {
  vertical-align: middle;
  display: block;
  width: 100%;
}

.top_access_overview_info li strong {
  display: block;
  color: #fff;
  background-color: #a3d69c;
  line-height: 2.1;
  margin: 14px 0;
}

.top_access_overview_info_01,
.top_access_overview_info_03,
.top_access_overview_info_05,
.top_access_overview_info_07 {
  grid-column: 1/2;
  -ms-grid-column: 1;
  margin-right: 15px;
  text-align: center;
  font-size: 13px;
}

.top_access_overview_info_02,
.top_access_overview_info_04,
.top_access_overview_info_06,
.top_access_overview_info_08 {
  grid-column: 2/3;
  -ms-grid-column: 2;
}

.top_access_overview_info_01 {
  grid-row: 1/2;
  -ms-grid-row: 1;
}

.top_access_overview_info_02 {
  grid-row: 1/2;
  -ms-grid-row: 1;
}

.top_access_overview_info_03 {
  grid-row: 2/4;
  -ms-grid-row: 2;
}

.top_access_overview_info_04 {
  font-size: 14.5px;
  letter-spacing: 0;
  grid-row: 2/4;
  -ms-grid-row: 2;
}

.top_access_overview_info_05 {
  grid-row: 4/6;
  -ms-grid-row: 3;
}

.top_access_overview_info_06 {
  grid-row: 4/6;
  -ms-grid-row: 3;
}

.top_access_overview_info_06 img {
  width: 160px;
  height: 18px;
}

.top_access_overview_info_07 {
  grid-row: 6/8;
  -ms-grid-row: 4;
}

.top_access_overview_info_08 {
  grid-row: 6/8;
  -ms-grid-row: 4;
}

.top_access_sche {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
}

/*2020.04.21追記*/
.top_access_map .map-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 100px;
}

.top_access_map .map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access_toho h4 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #49ac3d;
  font-weight: bold;
  margin-bottom: 15px;
}

.top_access_toho {
  margin-top: 67px;
  width: 48%;
}

.top_access_toho .toho-innner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 100px;
}

.top_access_toho .toho-innner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.top_access_toho p{
    text-align:center;
}*/
.top_access_map {
  width: 100%;
  margin-top: 4px;
}

.top_access_map iframe {
  width: 100%;
}

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

	.top_doctor

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

.top_doctor {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/medical_bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.top_doctor_bg::before {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 900px;
  background-color: #eff7e5;
  content: "";
  z-index: -20;
}

.top_doctor_bg::after {
  position: absolute;
  top: 32px;
  right: -10%;
  width: 50%;
  height: 0;
  border-left: 25vw solid #eff7e5;
  border-bottom: 25vw solid #eff7e5;
  border-top: 25vw solid #fff;
  border-right: 25vw solid #fff;
  content: "";
  z-index: -20;
  box-sizing: border-box;
  transform: scaleX(1.3);
}

.top_doctor .box3 {
  margin-bottom: 0;
}

.top_doctor_inner {
  display: flex;
  justify-content: space-between;
}

.top_doctor h3 {
  margin-bottom: 37px;
}

.top_doctor h3 img {
  margin-left: -50px;
  width: 645px;
  height: 95px;
}

.top_doctor .text {
  position: relative;
  width: 593px;
}

.top_doctor_img {
  position: relative;
  width: 373px;
  margin-top: 5px;
  line-height: 1.3;
  font-weight: bold;
}

.top_doctor_img dt {
  position: relative;
  margin-bottom: 9px;
}

.top_doctor_img dt::before {
  position: absolute;
  top: -99px;
  right: 0;
  width: 200px;
  height: 200px;
  background-color: #a3d69c;
  content: "";
  z-index: -10;
}

.top_doctor_img dd {
  font-size: 24px;
  color: #007636;
}

.top_doctor_img span {
  font-size: 18px;
}

.top_doctor .btn03 {
  position: absolute;
  right: 0;
  bottom: 125px;
  top: 560px;
  width: 200px;
  height: 45px;
}

.top_doctor .btn03 a {}

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

	.top_medical

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

.top_medical {
  padding-top: 42px;
  padding-bottom: 53px;
  background-color: #fbf7e9;
}

.top_medical .box1 {
  margin-bottom: 0;
}

.top_medical h3 {
  text-align: center;
  margin-bottom: 23px;
}

.top_medical h3 img {
  width: 613px;
  height: 137px;
}

.top_medical_departments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_medical_departments_box {
  display: inline-block;
  margin-bottom: 27px;
  transition: opacity 0.3s;
}

.top_medical_departments_box:hover {
  opacity: 0.7;
}

.top_medical_departments_box_img {
  margin-bottom: 15px;
}

.top_medical_departments_box_img img {
  width: 100%;
  height: auto;
}

.top_medical_departments_box_title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.top_medical_departments_box_text {
  font-size: 14px;
}

.medical06_bg {
  background-color: #49ac3d36;
  padding: 30px 20px;
}

.medical06_flex {
  display: flex;
  justify-content: space-around;
}

.medical06_flex_left {
  width: 40%;
  margin-right: 15px;
  margin-top: 20px;
}

.top_medical .bnr {
  text-align: center;
  margin: 20px 0 60px;
}

.top_medical .bnr img {
  max-width: 800px;
  width: 90%;
}

.top_medical .bnr a {
  transition: opacity 0.3s;
}

.top_medical .bnr a:hover {
  opacity: 0.7;
}

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

	.top_feature

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

.top_feature {
  position: relative;
  padding-top: 78px;
  background-image: url(../images/features_bg.png);
}

.top_feature .box1 {
  margin-bottom: 0;
  padding-bottom: 50px;
}

.top_feature h3 {
  position: absolute;
  padding-top: 80px;
  padding-left: 34px;
  top: 245px;
  left: 36px;
  color: #44ae35;
  text-align: center;
  padding-top: 80px;
  padding-left: 34px;
}

.top_feature h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 206px;
  height: 223px;
  background-image: url(../images/h3_bg_02.svg);
  background-size: 206px 223px;
  content: "";
  z-index: 1;
}

.top_feature_title_ja {
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 2;
}

.top_feature_title_en {
  position: relative;
  font-family: "Cinzel", serif;
  font-weight: bold;
  font-size: 17px;
  z-index: 2;
}

.top_feature_box {
  display: flex;
  margin-bottom: 40px;
}

.top_feature_box_text {
  position: relative;
  width: 560px;
  padding-bottom: 59px;
}

.top_feature_box_img {
  position: relative;
  margin-left: 27px;
  margin-top: 25px;
}

.top_feature_box_img img {
  position: relative;
  z-index: 10;
}

.top_feature_box_img::before {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 230px;
  height: 170px;
  background-color: #e9d2b4;
  background-blend-mode: multiply;
  z-index: 1;
  content: "";
}

.top_feature_box h4 {
  margin-bottom: 11px;
  text-align: right;
}

.top_feature_box p {
  margin-left: 114px;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.top_feature_box .btn01 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

.top_feature_01 {
  margin-left: 203px;
}

.top_feature_01 h4 img {
  width: 470px;
  height: auto;
}

.top_feature_02 {
  justify-content: flex-end;
  margin-right: 11px;
}

.top_feature_02 h4 img {
  width: 479px;
  height: auto;
}

.top_feature_03 {
  margin-left: 203px;
}

.top_feature_03 h4 img {
  width: 559px;
  height: 68px;
}

.top_feature_06 h4 {
  text-align: left !important;
  /*margin: 0 0 15px 70px;*/
  margin-right: 70px;
}

.top_feature_06 h4 img {
  width: 380px;
  height: auto;
}

.top_feature_07 {
  margin-left: 203px;
  margin-bottom: 15px;
}

.top_feature_07 h4 img {
  width: 559px;
  height: 68px;
}

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

	$doctor

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

.doctor_greet .text {
  float: left;
  width: 400px;
}

.doctor_carr_outer {
  margin-top: -80px;
  background-color: #fff;
}

.doctor_carr {
  display: flex;
  justify-content: space-between;
}

.doctor_carr h4.tit01 {
  margin-bottom: 7px;
}

.doctor_carr_sec1 {
  width: 44%;
  padding: 5% 0;
  box-sizing: border-box;
  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_btns {
	display: flex;
	margin-bottom: 20px;
}*/
.doctor_bnr {
  margin: 20px 0 40px;
}

.doctor_bnr a {
  transition: opacity ease-in-out 0.2s;
}

.doctor_bnr a:hover {
  opacity: 0.7;
}

.doctor_bnr img {
  height: 60px;
}

/* 料金表 */
.tb04 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
  /*white-space: nowrap;*/
}

.tb04 td,
.tb04 th {
  padding: 12px 24px;
}

.tb04 tr td:nth-child(1),
.tb04 tr th:nth-child(1) {
  width: 25%;
  text-align: center;
}

.tb04 tr td:nth-child(2),
.tb04 tr th:nth-child(2) {
  width: 75%;
}

.tb04 tr td:nth-child(2) em {
  color: #da8755;
}

/*.tb04 tr td:last-child, .tb04 tr th:last-child{
	width:20%;
}*/
.tb04 th {
  font-weight: bold;
  /*white-space: nowrap;*/
  text-align: center;
  color: #666;
  background-color: #f7f7f7;
  font-size: 15px;
}

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

.tb04 td {
  background-color: #ffffff;
  color: #666666;
  text-align: left;
  font-size: 15px;
}

/*.tb04 tr td:last-child {
	text-align: right;
}*/

.tb04 img {
  width: 100%;
  padding-bottom: 10px;
}

.medical01_p_before {
  font-size: 20px;
  color: #007636;
  font-weight: bold;
}

.medical01_p_before::before {
  content: "●";
}

.tit01_margin {
  margin-bottom: 25px !important;
}

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

	.news

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

.top_news {
  padding-top: 10px;
  padding-bottom: 30px;
}

.top_news .btn01 a {
  margin-left: auto;
}

.top_news .box1 {
  position: relative;
  width: 810px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.top_news_title {
  position: relative;
  color: #44ae35;
  font-weight: bold;
}

.top_news_title::before {
  position: absolute;
  width: 125px;
  height: 134px;
  background-image: url(../images/h3_bg_01.svg);
  content: "";
  z-index: -1;
}

.top_news_title_en {
  font-size: 26px;
  font-family: "Cinzel", serif;
  padding-top: 39px;
  display: block;
  line-height: 1;
}

.top_news_title_ja {
  font-size: 14px;
  padding-left: 23px;
  margin-top: 0px;
  display: block;
}

.top_news_flame {
  width: 633px;
  height: 230px;
  overflow: scroll;
}

.top_news dd {
  margin-top: 13px;
  display: flex;
  font-size: 18px;
  color: #555555;
  border-bottom: 2px dotted #49ac3d;
}

.top_news dd:hover {
  color: #49ac3d;
}

.top_news dd h4 {
  font-weight: 500;
}

.top_news dd p {
  margin-right: 30px;
  font-weight: bold;
}

.top_news .news_text {
  height: 232px;
  margin-top: -7px;
  margin-bottom: 3px;
  overflow: hidden;
}

.top_news .news_text p {
  margin-bottom: 1px;
}

.top_news .news_text a {
  display: block;
}

.news_text #layout p {
  padding-top: 140px;
  margin-top: -140px;
}

/* タイトル */
.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";
  color: #1f2774;
}

/* 日付 */
.date {
  margin-right: 10px;
  color: #c0ab92;
}

/* お知らせのブロックのボーダー */
.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: 0 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;
}

.access_car {
  margin-top: 30px;
}

.access_flex {
  display: flex;
  justify-content: space-around;
}

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

	$clinic

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

/* 院内スライド(サムネイル右、1列) */
.clinic_slides1 {
  height: 700px;
}

.clinic_slides1 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}

.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-size: 16px;
  font-weight: bold;
  color: #002a64;
}

.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: 73%;
  margin: 0 0 0 4%;
  background-color: #fff;
}

/* 院内スライド(サムネイル下) */

.clinic_slides2 {
  padding-bottom: 100px;
}

.clinic_slides2 .flexslider {
  position: relative;
}

.clinic_slides2 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides2 .flexslider li div {
  display: table;
  position: absolute;
  margin-top: -60px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides2 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #002a64;
}

.clinic_slides2 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -100px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides2 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides2 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* 院内スライド(サムネイル下、スライドの上にタイトル、説明文) */
.clinic_slides3 {}

.clinic_slides3 .flexslider {
  position: relative;
  float: left;
  width: 82%;
}

.clinic_slides3 .flexslider li div {
  display: table;
  position: absolute;
  width: 94%;
  height: 80px;
  margin-top: -95px;
  margin-right: 3%;
  margin-left: 3%;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides3 .flexslider h4,
.clinic_slides3 .flexslider p {
  display: table-cell;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

.clinic_slides3 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002a64;
}

.clinic_slides3 .flexslider p {}

.clinic_slides3 .flex-control-thumbs .flex-active img {
  border: 5px solid #aaa;
}

.clinic_slides3 .flex-control-nav.flex-control-thumbs {
  position: absolute;
  right: -22%;
  top: 0;
  width: 15%;
}

.clinic_slides3 .flex-control-thumbs li {
  position: relative;
  width: 96%;
  margin: 0 0 4% 4%;
  background-color: #fff;
}

/* 院内スライド(サムネイル下、タイトル、説明文下) */

.clinic_slides4 {
  padding-bottom: 100px;
}

.clinic_slides4 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides4 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides4 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.clinic_slides4 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides4 .flexslider li div {
  display: table;
  position: absolute;
  bottom: -80px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides4 .flexslider h4,
.clinic_slides4 .flexslider p {
  display: table-cell;
  padding: 8px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.clinic_slides4 .flexslider h4 {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #002a64;
}

.clinic_slides4 .flexslider p {}

/* 院内スライド(サムネイル下、タイトル、説明文下) */

.clinic_slides5 {
  padding-bottom: 100px;
}

.clinic_slides5 .flex-control-thumbs {
  margin: 10px 0px 0px;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  bottom: -40px;
  width: 100%;
  right: 0px;
  left: 0px;
  padding: 0px 2%;
}

.clinic_slides5 .flex-control-thumbs li {
  width: 15%;
}

.clinic_slides5 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.clinic_slides5 .flex-control-thumbs img:hover {
  opacity: 1;
}

.clinic_slides5 .flexslider li div {
  position: absolute;
  bottom: -80px;
  width: 100%;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.clinic_slides5 .flexslider h4 {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #002a64;
  text-align: center;
}

/* 医院概要 */

.clinic_sec1 {
  position: relative;
}

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

.clinic_sec1 li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e6ef;
}

.clinic_sec1 li:first-child {
  padding: 0 0 8px 0;
}

.clinic_sec1 li:last-child {}

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

.clinic_sec1 dt {
  float: left;
  box-sizing: border-box;
  width: 25%;
  font-weight: bold;
}

.clinic_sec1 dd {
  float: left;
  width: 75%;
}

.first_flow {}

.first_flow dl {
  border: 7px #f7f7f7 solid;
  padding: 1%;
  margin-bottom: 15px;
}

.first_flow dt {
  float: left;
  font-weight: bold;
  border-right: dotted #ccc 1px;
  padding-right: 1em;
  margin: 0 1em;
  width: 140px;
  height: 35px;
  color: #44ae35;
}

.first_flow dd {}

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

	$facilities

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

.view iframe {
  width: 100%;
  margin-bottom: 20px;
}

/* 機器紹介2 */
.facilities_equip2 dl {
  float: left;
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
  background-color: #f7f7f7;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip2 dl:nth-child(3n) {
  margin-right: 0;
}

/* 機器紹介名前 */
.facilities_equip2 dt {}

.facilities_equip2 dt img {
  width: 100%;
}

.facilities_equip2 dd {
  padding: 10px 15px 18px;
  line-height: 1.35;
}

.facilities_equip2 dd h4 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.facilities_equip2 dd p {
  margin-top: 7px;
}

/* 機器紹介3 */
.facilities_equip3 dl {
  float: left;
  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%;
}

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

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

	$qa

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

.qa1 {}

.qa1 dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c1c1c1;
}

.qa1 dl dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}

.qa1 dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #262e7c;
  content: "Q.";
}

.qa1 dl dd {
  position: relative;
  padding-left: 40px;
}

.qa1 dl dd:before {
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  color: #c0ab9a;
  content: "A.";
}

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

	追加分

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

/* 診療案内 */
.btn02 a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #49ac3d;
  color: #49ac3d;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}

.btn02 a:hover {
  background-color: #49ac3d;
}

/* 施設案内 */
.facilities_equip dl {
  float: left;
  width: 45%;
  min-height: 350px;
  margin-bottom: 30px;
  margin-left: 2.4%;
  background-image: url(../images/features_bg.png);
  padding: 10px;
  border-top: 0px;
  background-color: #fff;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip_img {
  float: right;
  width: 231px;
  margin-left: 20px;
}

.risa {
  min-height: 480px !important;
}

.facilities_equip.clinic dl {
  float: left;
  width: 30%;
  min-height: 315px;
  margin-bottom: 30px;
  margin-left: 1.5%;
  background-image: url(../images/features_bg.png);
  padding: 10px;
  border-top: 0px;
  background-color: #fff;
  text-align: justify;
  font-size: 14px;
}

.facilities_equip.clinic p {
  margin-top: 10px;
}

.facilities_equip_img.clinic {
  float: none;
  width: 80%;
  margin: 0 auto;
}

.facilities_equip dl:nth-child(odd) {
  /*	margin-left:0;*/
}

/* 機器紹介名前 */
.facilities_equip dt {
  margin-bottom: 14px;
  padding-bottom: 10px;
  line-height: 1.7;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.facilities_equip dt span {
  display: block;
  font-size: 15px;
}

.facilities_equip_img {
  float: right;
  width: 50%;
  margin-left: 20px;
}

.facilities_equip_img img {
  width: 100%;
}

/* 診療案内　medical以下 */
h5.tit01 {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #49ac3d;
  font-size: 110%;
  font-weight: bold;
}

.layout01 dt {
  width: 28%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #49ac3d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.layout03 dd h5 {
  color: #49ac3d;
  font-size: 18px;
  font-weight: bold;
}

.layout04 dd h5 {
  color: #49ac3d;
  font-size: 18px;
  font-weight: bold;
}

.layout06 dt {
  width: 28%;
  padding: 0 3%;
  background-color: #f7f7f7;
  letter-spacing: 0.1em;
  color: #49ac3d;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.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: "";
}

/* 下層ページ */
#contents_left {
  width: 840px;
}

h3.page_title {
  margin-bottom: 30px;
}

.right_medical img {
  display: none;
}

.right_medical h3 {
  height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #007636;
}

.right_medical ul {
  padding: 0;
  background: #fff;
}

.right_medical li {
  border-bottom: 1px solid #e2eccd;
}

.right_medical li:last-child {
  border-bottom: none;
}

.right_medical li a {
  display: block;
  position: relative;
  padding: 10px 5px;
}

.right_medical li a:hover {
  background-color: #dbebb7;
  color: #49ac3d;
}

.right_medical li a::after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f101";
  font-weight: 900;
}

.clinic_feature {
  position: relative;
  padding-top: 0;
}

.clinic_feature_box {
  display: flex;
  margin-bottom: 40px;
}

.clinic_feature_box_text {
  position: relative;
  width: 80%;
  padding-bottom: 59px;
}

.clinic_feature_box_text img {
  height: 53px;
}

.clinic_feature_box:nth-of-type(1) .clinic_feature_box_text img {
  height: 63px;
}

.clinic_feature_box_text h4 {
  margin-bottom: 15px;
}

.notebox {
  background-color: #eafff4;
  padding: 5%;
  margin: 0 0 50px 0;
}

.notebox p.tit {
  color: #00b958;
  font-size: 115%;
  margin-bottom: 10px;
}

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

	コラム

==================================================================*/
/* コラムフレックス */
.column_flex {
  display: flex;
  justify-content: space-around;
}

/* 左側の文章の幅 */
.column_flex div:nth-child(1) {
  width: 70%;
}

/* 右側の画像の幅 */
.column_flex div:nth-child(2) {
  width: 25%;
}

.column_flex div:nth-child(2) img {
  display: block;
  width: 100%;
}

h3.column span {
  font-size: 32px;
}

h3.column {
  font-size: 22px;
}

/* ドクターページのコラムボタン */
.top_doctor_img dd .btn02 a {
  font-size: 14px;
}

/* アンカーリンク */
#feature01,
#feature02,
#feature03,
#feature04,
#feature05,
#feature06,
#feature07 {
  padding-top: 200px;
  margin-top: -200px;
}

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

	SNSアイコン

==================================================================*/
.sns-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.sns-icon a {
  margin: 0 5px;
}

.sns-icon a img {
  width: 35px;
}

@media screen and (max-width: 640px) {
  .sns-icon {
  margin-bottom: 15px;
}
}