@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; color: #444444; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; color: #444444; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; text-size-adjust: none; -webkit-text-size-adjust: none; }

section { height: auto; overflow: hidden; margin: 0 0 3rem 0; }
section.first { margin: 0; }
section.s_h2 { padding: 0; margin: 0; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold { font-weight: bold; }

.red { color: #FF0000; }

.mg0 { margin: 0; }

@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; box-sizing: border-box; min-width: 1210px; }
  section { height: auto; overflow: hidden; margin: 0 0 60px 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; position: relative; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }

.main { width: 90%; margin: 0 auto; padding: 1rem 0 0 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 80px 0 100px; background-color: #FFFFFF; }
  .main { width: 1110px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
header .head_frame .header_info { width: 95%; margin: 0 auto; padding: 1.6rem 0 1rem 0; }
header .head_frame .header_info .head_logo img { width: 84%; height: auto; margin: 0; display: block; }
header .head_frame .header_info .head_view { margin: 1rem 0 0 0; display: block; text-align: center; }
header .head_frame .header_info .head_view p { margin: 0; line-height: inherit; }
header .head_frame .header_info .head_view p.address { color: #77624e; font-size: 1.2rem; }
header .head_frame .header_info .head_view p.tel { display: none; }
header .head_frame .header_info .sp_flex { width: 90%; margin: 1rem auto 0; display: flex; justify-content: space-between; }
header .head_frame .header_info .sp_flex .head_btn { width: 49%; height: auto; box-sizing: border-box; background: #1f7566; border: 2px #68b6a8 solid; border-radius: 8px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; font-size: 1.4rem; margin: 0; padding: .6rem 0; }
header .key_on { width: 100%; height: auto; background: linear-gradient(180deg, white 0%, white 24rem, #90c31f 100px, #90c31f 100%); }
header .key_on > div { z-index: 1 !important; }
header .key_on .key_image { width: 100%; height: 16.3rem; background-position: right top; background-size: 130% auto; background-repeat: no-repeat; padding: 0; margin: 0; }
header .key_on .key_rest { width: 0%; }
header .key_on .key_visual { width: 100%; margin: 0 auto; height: auto; box-sizing: border-box; padding: 0 0 1rem 0; }
header .key_on .key_visual p.catch { color: #77624e; font-size: 1.6rem; text-align: center; margin: 1rem 0 0 0; line-height: 1.3; }
header .key_on .key_visual .message { margin: 1.6rem auto 0; padding: .6rem 0; background: #FFFFFF; width: 90%; height: auto; display: flex; justify-content: center; align-items: center; }
header .key_on .key_visual .message p { margin: 0; text-align: center; color: #3fbdd7; font-size: 1.6rem; line-height: 1.2; }
header .key_on .key_visual .event { display: none; }
header .key_visual_low { background: #90c31f; width: 100%; height: auto; margin: 0; padding: 0; }
header .key_visual_low .contents { background: url("../images/key_visual_low.png") no-repeat right 1rem center; background-size: 16%; }
header .key_visual_low .contents h1 { font-size: 2.2rem; font-weight: normal; padding: 3rem 0; text-align: center; color: #FFFFFF; }

@media print, screen and (min-width: 768px) { header .head_frame { width: 100%; margin: 0; padding: 12px 0 26px 0; background-color: #FFFFFF; }
  header .head_frame .header_info { display: -webkit-flex; display: flex; align-items: inherit; width: 1110px; margin: 0 auto; padding: 0; }
  header .head_frame .header_info .head_logo img { width: 717px; height: auto; margin: 0; display: block; }
  header .head_frame .header_info .head_view { margin: 0 12px 0 auto; padding: 26px 0 0 0; display: block; text-align: right; }
  header .head_frame .header_info .head_view p { margin: 0; line-height: inherit; }
  header .head_frame .header_info .head_view p.address { font-size: 1.8rem; color: #77624e; }
  header .head_frame .header_info .head_view p.tel { display: flex; align-items: center; margin: 0; font-size: 2.6rem; font-weight: bold; color: #77624e; white-space: nowrap; }
  header .head_frame .header_info .head_view p.tel::before { font-family: 'fontello'; content: '\0e808'; display: inline-block; margin: 0; font-weight: normal; }
  header .head_frame .header_info .head_view p.tel a { margin: 0; display: block; font-size: 3.4rem; font-weight: bold; color: #77624e; }
  header .head_frame .header_info .sp_flex { width: 139px; padding: 26px 0 0 0; margin: 0; }
  header .head_frame .header_info .sp_flex .head_btn { width: 65px; height: 65px; font-size: 1.8rem; padding: 0; }
  header .head_frame .header_info .sp_flex .head_btn:hover { opacity: 0.8; }
  header .key_on { width: 100%; height: 500px; position: relative; background: linear-gradient(180deg, white 0%, white 300px, #90c31f 100px, #90c31f 100%); }
  header .key_on > div { z-index: 1 !important; }
  header .key_on .key_image { width: 67%; height: 500px; background-position: right center; background-size: auto; background-repeat: no-repeat; padding: 0; margin: 0; }
  header .key_on .key_rest { width: 33%; }
  header .key_on .key_visual { position: absolute; bottom: 0; left: 0; right: 0; width: 1110px; margin: 0 auto; height: 395px; border-right: 5px #77624e solid; box-sizing: border-box; padding: 0 15px 0 0; }
  header .key_on .key_visual p.catch { color: #77624e; font-size: 3.2rem; text-align: right; margin: 13rem 0 0 0; text-shadow: 3px 0px 3px #ffffff, 3px 0px 3px #ffffff, -3px 0px 3px #ffffff, -3px 0px 3px #ffffff, 0px 3px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff, 0px -3px 3px #ffffff, 3px 0px 3px #ffffff, 3px 0px 3px #ffffff, -3px 0px 3px #ffffff, -3px 0px 3px #ffffff, 0px 3px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff, 0px -3px 3px #ffffff, 3px 0px 3px #ffffff, 3px 0px 3px #ffffff, -3px 0px 3px #ffffff, -3px 0px 3px #ffffff, 0px 3px 3px #ffffff, 0px 3px 3px #ffffff, 0px -3px 3px #ffffff, 0px -3px 3px #ffffff; }
  header .key_on .key_visual .message { margin: 0 0 10px auto; padding: 0; background: #FFFFFF; width: 310px; height: 80px; display: flex; justify-content: center; align-items: center; }
  header .key_on .key_visual .message p { margin: 0; text-align: right; color: #3fbdd7; font-size: 2.8rem; line-height: 1.2; }
  header .key_on .key_visual .upper { margin: 60px 0 10px auto; }
  header .key_on .key_visual .event { display: none; }
  header .key_on .key_visual .event p span { font-size: 2.2rem; }
  header .key_visual_low { background: #90c31f; width: 100%; }
  header .key_visual_low .contents { width: 1110px; height: 250px; margin: 0 auto; background: url("../images/key_visual_low.png") no-repeat right 20px bottom; background-size: auto; }
  header .key_visual_low .contents h1 { width: 100%; margin: 0; font-size: 3.6rem; color: #FFFFFF; font-weight: normal; padding: 80px 0 0 30px; text-align: left; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 0; height: 150px; background-color: #90c31f; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; align-items: center; width: 1110px; box-sizing: border-box; padding: 88px 0 0 0; margin: 0 auto; }
  .main_nav_pc nav ul li { display: flex; flex: auto; align-items: center; text-align: center; height: auto; padding: 0; box-sizing: border-box; margin: 0; padding: 10px 20px; }
  .main_nav_pc nav ul li:last-of-type { margin: 0; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #FFFFFF; font-size: 2rem; font-weight: bold; width: 100%; height: auto; box-sizing: border-box; }
  .main_nav_pc nav ul li.treatment { display: block; position: relative; }
  .main_nav_pc nav ul li.treatment a { display: block; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub { width: auto; margin: 0; display: none; z-index: 999; height: 0; padding: 0; position: absolute; top: 62px; left: -44px; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub li { width: 300px; height: auto; box-sizing: border-box; background: #88a02a; flex: auto; padding: 0; border-bottom: 1px #FFFFFF solid; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub li:nth-of-type(odd) { border-right: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub li a { border-left: none; padding: 15px 0; height: auto; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; color: #FFFFFF; line-height: 1.4; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub li a br { display: none; }
  .main_nav_pc nav ul li.treatment ul.main_nav_sub li:hover { background: #3fbdd7; }
  .main_nav_pc nav ul li.treatment ul.open_nav { display: flex; flex-wrap: wrap; width: 600px; }
  	/* .index nav li.home, 	.doctor nav li.doctor, 	.clinic nav li.clinic, 	.checkup nav li.checkup, 	.feature nav li.feature, 	.treatment nav li.treatment, 	.access nav li.access{ 		background-color: #e4f6fc; 		a{ 			color: $color_1; 		} 	} 	*/ }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { width: 100%; }
.table_wrapper table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
.table_wrapper table.timetable tr { margin: 0; padding: 0; vertical-align: middle; border-bottom: #a19278 .1rem solid; }
.table_wrapper table.timetable tr:first-of-type { border-bottom: 0; }
.table_wrapper table.timetable tr th { padding: 1rem 0; text-align: center; background-color: #a8944d; font-size: 1.2rem; vertical-align: middle; box-sizing: border-box; font-weight: normal; color: #FFFFFF; }
.table_wrapper table.timetable tr td { text-align: center; padding: .7rem; font-size: 1.1rem; vertical-align: middle; box-sizing: border-box; }
.table_wrapper table.timetable tr td.time { width: 9rem; }
.table_wrapper p.tit { font-size: 1.6rem; color: #317539; text-align: left; margin: 0 0 .2rem 0; }
.table_wrapper p.notice_time { font-size: 1.2rem; margin: .8rem 0 0 0; text-align: left; }

@media print, screen and (min-width: 768px) { .table_wrapper { width: 100%; }
  .table_wrapper table.timetable { padding: 0; vertical-align: middle; width: 100%; margin: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
  .table_wrapper table.timetable tr { margin: 0; padding: 0; vertical-align: middle; border-bottom: #a19278 .1rem solid; }
  .table_wrapper table.timetable tr th { padding: 0; text-align: center; background-color: #a8944d; font-size: 1.8rem; vertical-align: middle; box-sizing: border-box; font-weight: normal; height: 50px; color: #FFFFFF; }
  .table_wrapper table.timetable tr td { text-align: center; padding: 0; font-size: 1.8rem; vertical-align: middle; box-sizing: border-box; width: 128px; height: 54px; }
  .table_wrapper table.timetable tr td.time { white-space: nowrap; width: 214px; }
  .table_wrapper p.tit { font-size: 2rem; color: #317539; text-align: left; margin: 0 0 1rem 0; }
  .table_wrapper p.notice_time { font-size: 1.8rem; margin: .8rem 0 0 0; text-align: left; } }
/* -----------------------------------------------------------
　新型コロナウィルス感染対策バナー
----------------------------------------------------------- */
figure.bnr { margin: 0 auto; padding: 0; }
figure.bnr img { width: 100%; margin: 3rem auto 0; display: block; }

@media print, screen and (min-width: 768px) { figure.bnr img { width: 80%; margin: 0 auto 50px; display: block; }
  a .bnr:hover { opacity: .7; } }
/* -----------------------------------------------------------
　新型コロナウィルス感染対策バナー
----------------------------------------------------------- */
.notice_covid19 { width: 90%; border: 2px red solid; padding: 1rem; margin: 3rem auto; }
.notice_covid19 p.covid_tit { font-size: 1.6rem; font-weight: bold; color: red; text-align: center; margin: 0 0 1rem 0; }
.notice_covid19 ul.list_covid { font-size: 1.4rem; line-height: 1.6; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { .notice_covid19 { width: 100%; padding: 15px 20px; margin: 0 0 50px 0; }
  .notice_covid19 p.covid_tit { font-size: 2rem; margin: 0 0 10px 0; }
  .notice_covid19 ul.list_covid { font-size: 1.8rem; margin: 0 0 30px 0; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 3rem 0; background-color: #FFFFFF; }
.notice_wrapper .notice_frame { padding: 0; box-sizing: border-box; min-height: 5rem; width: 100%; height: 20rem; overflow-y: scroll; margin: 0 auto; padding: 0; background-color: #FFFFFF; box-sizing: border-box; }
.notice_wrapper .notice_frame dl { padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt { color: #026c33; font-size: 1.4rem; font-weight: normal; margin: .6rem 0; padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt span.date_text { font-size: 1rem; }
.notice_wrapper .notice_frame dl dd { margin: 0 0 1.8rem 0; }
.notice_wrapper .notice_frame dl dd p { font-size: 1.3rem; margin: 0; padding: 0 0 1.8rem 0; box-sizing: border-box; line-height: 1.6; }

@media print, screen and (min-width: 768px) { .notice_wrapper { width: 1110px; margin: 0 auto; background-color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; }
  .notice_wrapper .notice_frame { padding: 0; box-sizing: border-box; min-height: 200px; width: 920px; height: 30rem; overflow-y: scroll; margin: 0 0 0 auto; padding: 0; background-color: #FFFFFF; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl { padding: 0; margin: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt { color: #026c33; font-size: 1.9rem; font-weight: normal; margin: 0 0 8px; padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt span.date_text { font-size: 1.4rem; }
  .notice_wrapper .notice_frame dl dd { margin: 0 0 28px 0; }
  .notice_wrapper .notice_frame dl dd p { font-size: 1.8rem; margin: 0; padding: 0 0 18px 0; box-sizing: border-box; line-height: 1.6; } }
/*スマホ用スライドバー*/
@media print, screen and (max-width: 767px) { .notice_frame::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 3px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　クリニックブログ
----------------------------------------------------------- */
.notice { margin: 2rem 0; width: 100%; }
.notice .news_title { font-size: 1.7rem; font-weight: bold; color: #56AEF1; }
.notice .news_body { margin-left: 1rem; }

/* home list --------------------------------*/
#newscontent { background: #fff; padding: 1.2rem; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #A2CA11; height: auto; margin: 0; }
#newscontent dt { margin: 0; }
#newscontent dt a { color: #444444; font-weight: normal; line-height: 1.6; font-size: 1.4rem; }
#newscontent dd { margin: 0 0 0.5em; border-bottom: 1px dotted #A2CA11; }
#newscontent dd p { line-height: 1.3em; }
#newscontent .date { margin: 0 1em 0 0; padding: 0; color: #999; }
#newscontent .date a { font-size: 1.2rem; }
#newscontent .more a { display: block; color: #68B7F2; text-align: right; text-decoration: none; font-size: 1.2rem; }

@media print, screen and (min-width: 768px) { .notice { width: 920px; margin: 0; }
  #newscontent dt a { line-height: 1.8; font-size: 1.8rem; }
  #newscontent .date a { font-size: 1.4rem; } }
/* -----------------------------------------------------------
　クイック求人
----------------------------------------------------------- */
.bnr_quick { width: 90%; margin: 0 auto 4.0rem; }
.bnr_quick img { display: block; max-width: 100%; height: auto; }

@media print, screen and (min-width: 768px) { .bnr_quick { width: 72.0rem; margin: 8.0rem auto 8.0rem; } }
/* -----------------------------------------------------------
　当院の4つの特長
----------------------------------------------------------- */
.feature_wrapper { background: url("../images/bg_dot.gif") repeat; width: 100%; height: auto; padding: 3rem 0 0 0; box-sizing: border-box; }
.feature_wrapper ul.feature { width: 90%; margin: 0 auto; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; }
.feature_wrapper ul.feature li { width: 100%; height: auto; margin: 0 0 3rem 0; }
.feature_wrapper ul.feature li figure { margin: 0; padding: 0; }
.feature_wrapper ul.feature li figure img { width: 100%; }
.feature_wrapper ul.feature li .box_txt { border: 3px #ede9d4 solid; border-radius: 8px; width: 100%; height: auto; box-sizing: border-box; padding: 1rem 2rem; background: #FFFFFF url("../images/bg_feature.png") no-repeat right 1rem bottom; }
.feature_wrapper ul.feature li .box_txt p { font-size: 1.4rem; line-height: 1.4; margin: 0; }
.feature_wrapper ul.feature li .box_txt p.tit { font-size: 1.8rem; text-align: center; line-height: 1; margin: 0 0 1.2rem 0; }

@media print, screen and (min-width: 768px) { .feature_wrapper { padding: 90px 0 20px 0; }
  .feature_wrapper ul.feature { width: 1110px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; }
  .feature_wrapper ul.feature li { width: 540px; height: 475px; position: relative; margin: 0 0 70px 0; }
  .feature_wrapper ul.feature li figure { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
  .feature_wrapper ul.feature li .box_txt { position: absolute; right: 0; bottom: 0; border: 3px #ede9d4 solid; border-radius: 8px; width: 450px; height: 215px; box-sizing: border-box; padding: 16px 20px; background: #FFFFFF url("../images/bg_feature.png") no-repeat right 14px bottom; }
  .feature_wrapper ul.feature li .box_txt p { font-size: 1.8rem; line-height: 1.4; margin: 0; }
  .feature_wrapper ul.feature li .box_txt p.tit { font-size: 2.8rem; text-align: center; line-height: 1; margin: 0 0 14px 0; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_wrapper { background: #FFFFFF; width: 100%; height: auto; padding: 3rem 0 2rem; box-sizing: border-box; }
.treatment_wrapper .treatment { width: 90%; margin: 0 auto; }
.treatment_wrapper .treatment ul { padding: 0; }
.treatment_wrapper .treatment ul.list_treatment { list-style: none; display: flex; justify-content: space-between; flex-wrap: wrap; }
.treatment_wrapper .treatment ul.list_treatment li { width: 100%; height: 6rem; margin: 0 0 1.6rem 0; padding: 0 1.8rem; border: 2px #3fbdd7 solid; border-radius: 4px; display: flex; align-items: center; box-sizing: border-box; box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2); }
.treatment_wrapper .treatment ul.list_treatment li a { font-size: 1.6rem; color: #3fbdd7; display: flex; justify-content: space-between; align-items: center; width: inherit; }
.treatment_wrapper .treatment ul.list_treatment li a::after { font-family: 'fontello'; content: '\0e830'; font-size: 3rem; background-color: #3fbdd7; border-radius: 10px; color: #FFFFFF; padding: .6rem; }
.treatment_wrapper .treatment ul.list_treatment li:last-of-type { display: none; }
.treatment_wrapper .treatment ul.list_treatment li:nth-child(even) { border: 2px #90c31f solid; }
.treatment_wrapper .treatment ul.list_treatment li:nth-child(even) a { color: #90c31f; }
.treatment_wrapper .treatment ul.list_treatment li:nth-child(even) a::after { background-color: #90c31f; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(2) a::after { content: '\0e834'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(3) a::after { content: '\0e86d'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(4) a::after { content: '\0e832'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(5) a::after { content: '\0e833'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(6) a::after { content: '\0e81d'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(7) a::after { content: '\0e86c'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(8) a::after { content: '\0e86e'; }
.treatment_wrapper .treatment ul.list_treatment li:nth-of-type(9) a::after { content: '\0e826'; }

@media print, screen and (min-width: 768px) { .treatment_wrapper { background: #FFFFFF; width: 100%; height: auto; padding: 90px 0 50px 0; box-sizing: border-box; }
  .treatment_wrapper .treatment { width: 1110px; margin: 40px auto 0; }
  .treatment_wrapper .treatment ul { padding: 0; }
  .treatment_wrapper .treatment ul.list_treatment { list-style: none; display: flex; justify-content: space-between; flex-wrap: wrap; }
  .treatment_wrapper .treatment ul.list_treatment li { width: 350px; height: 110px; margin: 0 0 30px 0; padding: 0 13px 0 30px; border: 2px #3fbdd7 solid; border-radius: 4px; display: flex; align-items: center; box-sizing: border-box; }
  .treatment_wrapper .treatment ul.list_treatment li a { font-size: 2.0rem; color: #3fbdd7; display: flex; justify-content: space-between; align-items: center; width: inherit; line-height: 1.4; }
  .treatment_wrapper .treatment ul.list_treatment li a span { letter-spacing: -1.8px; }
  .treatment_wrapper .treatment ul.list_treatment li a::after { font-size: 5rem; padding: 6px 16px; }
  .treatment_wrapper .treatment ul.list_treatment li:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　痛みを取って健康なリハビリを
----------------------------------------------------------- */
.rihabili_wrapper { background: #e8fcef; background: -moz-linear-gradient(left, #e8fcef 0%, #eefced 30%, #f6fbea 70%, #fcfae8 100%); background: -webkit-linear-gradient(left, #e8fcef 0%, #eefced 30%, #f6fbea 70%, #fcfae8 100%); background: linear-gradient(to right, #e8fcef 0%, #eefced 30%, #f6fbea 70%, #fcfae8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fcef', endColorstr='#fcfae8',GradientType=1 ); width: 100%; height: auto; padding: 3rem 1rem; box-sizing: border-box; }
.rihabili_wrapper ul.rihabili { width: 100%; margin: 0 auto; padding: 0; display: block; list-style: none; }
.rihabili_wrapper ul.rihabili li { width: 100%; height: auto; margin: 0 0 3rem 0; }
.rihabili_wrapper ul.rihabili li figure { margin: 0; padding: 0; z-index: 999; }
.rihabili_wrapper ul.rihabili li figure img { width: 100%; }
.rihabili_wrapper ul.rihabili li .box_txt { width: 100%; height: auto; box-sizing: border-box; background: #FFFFFF; padding: 0; position: relative; }
.rihabili_wrapper ul.rihabili li .box_txt .txt { width: 100%; height: auto; margin: 0 auto; padding: 2rem 1rem 1rem 1rem; box-sizing: border-box; }
.rihabili_wrapper ul.rihabili li .box_txt .txt p { font-size: 1.4rem; line-height: 1.4; margin: 0 0 1rem 0; }
.rihabili_wrapper ul.rihabili li .box_txt .txt p.tit { font-size: 1.6rem; line-height: 1; margin: 0 0 1.2rem 0; color: #88a02a; }
.rihabili_wrapper ul.rihabili li .box_txt .txt p.eng { font-size: 3rem; color: #d3eedc; margin: 0; }
.rihabili_wrapper ul.rihabili li .box_txt .txt p.pain { color: #d0ddce !important; }
.rihabili_wrapper ul.rihabili li .box_txt .txt p.sports { color: #cddbd8 !important; }
.rihabili_wrapper ul.rihabili li .box_txt .txt a.link_btn { text-decoration: none; color: #FFFFFF; font-size: 1.4rem; display: flex; justify-content: center; align-items: center; background: #88a02a; border-radius: 4px; width: 80%; height: auto; padding: .4rem 1rem; margin: 0 auto; }
.rihabili_wrapper ul.rihabili li.rvs .box_txt .txt p.tit { color: #347b21; }
.rihabili_wrapper ul.rihabili li.rvs .box_txt .txt a.link_btn { background: #347b21; }
.rihabili_wrapper ul.rihabili li:last-of-type .box_txt .txt p.tit { color: #1f7566; }
.rihabili_wrapper ul.rihabili li:last-of-type .box_txt .txt a.link_btn { background: #1f7566; }
.rihabili_wrapper a.bnr_large { text-decoration: none; /*margin: 3rem auto 0;*/ margin: 0 auto; width: 100%; height: auto; border: 2px #a8944d solid; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; box-sizing: border-box; }
.rihabili_wrapper a.bnr_large figure { margin: 0; padding: .1rem; width: 100%; box-sizing: border-box; }
.rihabili_wrapper a.bnr_large figure img { width: 100%; }
.rihabili_wrapper a.bnr_large .rousai { background-color: #a8944d; width: 100%; height: 100%; padding: 2rem 0 0 0; box-sizing: border-box; }
.rihabili_wrapper a.bnr_large .rousai p { font-size: 1.6rem; color: #FFFFFF; text-align: center; margin: 0 0 1rem 0; }
.rihabili_wrapper a.bnr_large .rousai p.notice1 { font-size: 1.4rem; color: #a8944d; font-weight: bold; background: #edf0f4; border-radius: 6px; border: 2px #FFFFFF solid; margin: 0 auto 12px; width: 80%; height: auto; display: flex; justify-content: center; align-items: center; }

@media print, screen and (min-width: 768px) { .rihabili_wrapper { padding: 90px 0; }
  .rihabili_wrapper ul.rihabili { width: 1110px; margin: 0 auto; padding: 0; display: block; list-style: none; }
  .rihabili_wrapper ul.rihabili li { width: 100%; height: 380px; position: relative; margin: 0 0 50px 0; }
  .rihabili_wrapper ul.rihabili li figure { margin: 0; padding: 0; position: absolute; top: 0; right: 0; z-index: 999; }
  .rihabili_wrapper ul.rihabili li .box_txt { position: absolute; left: 0; bottom: -68px; width: 1015px; height: 310px; box-sizing: border-box; background: #FFFFFF; padding: 0; position: relative; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt { width: 514px; height: 310px; margin: 0 auto 0 0; padding: 60px 0 0 30px; box-sizing: border-box; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt p { font-size: 2rem; line-height: 1.4; margin: 0; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt p.tit { font-size: 2.6rem; line-height: 1; margin: 0 0 14px 0; color: #88a02a; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt p.eng { font-size: 6rem; color: #d3eedc; position: absolute; top: -40px; left: 28px; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt a.link_btn { text-decoration: none; color: #FFFFFF; font-size: 1.8rem; display: flex; justify-content: center; align-items: center; background: #88a02a; border-radius: 4px; width: 168px; height: 30px; margin: 0 0 0 auto; padding: 0; }
  .rihabili_wrapper ul.rihabili li .box_txt .txt a.link_btn:hover { opacity: 0.8; }
  .rihabili_wrapper ul.rihabili li.rvs figure { right: auto; left: 0; }
  .rihabili_wrapper ul.rihabili li.rvs .box_txt { right: 0; left: auto; margin: 0 0 0 auto; }
  .rihabili_wrapper ul.rihabili li.rvs .box_txt .txt { margin: 0 0 0 auto; padding: 60px 30px 0 0; }
  .rihabili_wrapper ul.rihabili li.rvs .box_txt .txt p.tit { color: #347b21; }
  .rihabili_wrapper ul.rihabili li.rvs .box_txt .txt p.eng { left: auto; right: 234px; }
  .rihabili_wrapper ul.rihabili li.rvs .box_txt .txt a.link_btn { margin: 16px 0 0 auto; background: #347b21; }
  .rihabili_wrapper ul.rihabili li:last-of-type .box_txt .txt p.tit { color: #1f7566; }
  .rihabili_wrapper ul.rihabili li:last-of-type .box_txt .txt a.link_btn { background: #1f7566; }
  .rihabili_wrapper a.bnr_large { text-decoration: none; /*margin: 80px auto 0;*/ margin: 0 auto; width: 1110px; height: 250px; border: 2px #a8944d solid; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; box-sizing: content-box; }
  .rihabili_wrapper a.bnr_large figure { margin: 0; padding: 3px 0 2px 1px; width: auto; }
  .rihabili_wrapper a.bnr_large figure img { width: auto; }
  .rihabili_wrapper a.bnr_large .rousai { background: url("../images/bone_left.png"), url("../images/bone_right.png"); background-repeat: no-repeat; background-position: left 23px bottom -10px,right 23px bottom -10px; background-color: #a8944d; width: 100%; height: 100%; padding: 40px 0 0 0; box-sizing: border-box; }
  .rihabili_wrapper a.bnr_large .rousai p { font-size: 3.2rem; color: #FFFFFF; text-align: center; }
  .rihabili_wrapper a.bnr_large .rousai p.notice1 { font-size: 2.2rem; color: #a8944d; font-weight: bold; background: #edf0f4; border-radius: 6px; border: 2px #FFFFFF solid; margin: 0 auto 12px; width: 380px; height: 46px; display: flex; justify-content: center; align-items: center; }
  .rihabili_wrapper a.bnr_large:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　気になる症状はどこですか？
----------------------------------------------------------- */
.pain_wrapper { background: #FFFFFF; width: 100%; height: auto; padding: 3rem 1rem; box-sizing: border-box; }
.pain_wrapper .pain { width: 100%; margin: 0; }
.pain_wrapper .pain .pain_l, .pain_wrapper .pain .pain_r { width: 100%; padding: 0; margin: 0 0 3rem 0; height: auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.pain_wrapper .pain .pain_l .parts, .pain_wrapper .pain .pain_r .parts { width: 100%; padding: 0; box-sizing: border-box; }
.pain_wrapper .pain .pain_l .parts .tit, .pain_wrapper .pain .pain_r .parts .tit { color: #FFFFFF; font-size: 1.6em; display: flex; justify-content: center; align-items: center; background: #41b3cb; width: 100%; height: 3.8rem; margin: 0 0 1.4rem 0; }
.pain_wrapper .pain .pain_l .parts a.btn_parts, .pain_wrapper .pain .pain_r .parts a.btn_parts { width: 100%; height: 2.8rem; margin: 0 0 1.6rem 0; border: 2px #41b3cb solid; color: #41b3cb; font-size: 1.4rem; display: flex; justify-content: center; align-items: center; background: #FFFFFF; box-sizing: border-box; }
.pain_wrapper .pain .pain_l .parts a.btn_parts:hover, .pain_wrapper .pain .pain_r .parts a.btn_parts:hover { background: #41b3cb; color: #FFFFFF; }
.pain_wrapper .pain .pain_l ul, .pain_wrapper .pain .pain_r ul { position: relative; width: 100%; height: 40rem; margin: 0; padding: 0; background: url(../images/adult.png) no-repeat top center; background-size: contain; }
.pain_wrapper .pain .pain_l ul li, .pain_wrapper .pain .pain_r ul li { position: absolute; width: 6rem; height: 6rem; background: #41b3cb; background: radial-gradient(circle, #4b8d9b 10%, #83ddf0 70%); border-radius: 50%; border: solid 2px #ffffff; list-style-type: none; text-align: center; box-shadow: 4px 4px 15px -5px #000000; opacity: 0.8; display: flex; justify-content: center; align-items: center; padding: 0; color: #FFFFFF; text-decoration: none; line-height: 1.4; font-size: 1.2rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(1), .pain_wrapper .pain .pain_r ul li:nth-child(1) { left: 16rem; top: 3rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(2), .pain_wrapper .pain .pain_r ul li:nth-child(2) { left: 6rem; top: 5rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(3), .pain_wrapper .pain .pain_r ul li:nth-child(3) { left: 12.0rem; top: 9.5rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(4), .pain_wrapper .pain .pain_r ul li:nth-child(4) { left: 13rem; top: 17rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(5), .pain_wrapper .pain .pain_r ul li:nth-child(5) { left: 3rem; top: 19rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(6), .pain_wrapper .pain .pain_r ul li:nth-child(6) { left: 15rem; top: 26rem; }
.pain_wrapper .pain .pain_l ul li:nth-child(7), .pain_wrapper .pain .pain_r ul li:nth-child(7) { left: 7rem; top: 34rem; }
.pain_wrapper .pain .pain_l .blue_box, .pain_wrapper .pain .pain_l .green_box, .pain_wrapper .pain .pain_r .blue_box, .pain_wrapper .pain .pain_r .green_box { width: 100%; background: #e2f5f9; margin: 2rem 0 0 0; padding: 1rem 1.8rem; box-sizing: border-box; }
.pain_wrapper .pain .pain_l .blue_box ol.list_box, .pain_wrapper .pain .pain_l .green_box ol.list_box, .pain_wrapper .pain .pain_r .blue_box ol.list_box, .pain_wrapper .pain .pain_r .green_box ol.list_box { list-style: none; padding: 0; margin: 0; }
.pain_wrapper .pain .pain_l .blue_box ol.list_box li, .pain_wrapper .pain .pain_l .green_box ol.list_box li, .pain_wrapper .pain .pain_r .blue_box ol.list_box li, .pain_wrapper .pain .pain_r .green_box ol.list_box li { font-size: 1.4rem; line-height: 1.8; }
.pain_wrapper .pain .pain_l .blue_box ol.list_box li::before, .pain_wrapper .pain .pain_l .green_box ol.list_box li::before, .pain_wrapper .pain .pain_r .blue_box ol.list_box li::before, .pain_wrapper .pain .pain_r .green_box ol.list_box li::before { content: ''; width: 1rem; height: 1rem; display: inline-block; background: url("../images/maru_blue.png"); background-size: contain; margin: 0 1rem 0 0; }
.pain_wrapper .pain .pain_r { flex-direction: row-reverse; }
.pain_wrapper .pain .pain_r .parts .tit { background: #8bba28; }
.pain_wrapper .pain .pain_r .parts a.btn_parts { border: 2px #8bba28 solid; color: #8bba28; }
.pain_wrapper .pain .pain_r .parts a.btn_parts:hover { background: #8bba28; color: #FFFFFF; }
.pain_wrapper .pain .pain_r ul { background: url("../images/child.png") no-repeat top center; background-size: contain; height: 30rem; }
.pain_wrapper .pain .pain_r ul li { background: #8bba28; background: radial-gradient(circle, #758e3e 18%, #a8c765 60%); }
.pain_wrapper .pain .pain_r ul li:nth-child(1) { left: 14rem; top: 3rem; }
.pain_wrapper .pain .pain_r ul li:nth-child(2) { left: 7rem; top: 5rem; }
.pain_wrapper .pain .pain_r ul li:nth-child(3) { left: 12rem; top: 11rem; }
.pain_wrapper .pain .pain_r ul li:nth-child(4) { left: 21rem; top: 12rem; }
.pain_wrapper .pain .pain_r ul li:nth-child(5) { left: 16rem; top: 20rem; }
.pain_wrapper .pain .pain_r ul li:nth-child(6) { left: 6rem; top: 24rem; }
.pain_wrapper .pain .pain_r .green_box { background: #f1f8e3; }
.pain_wrapper .pain .pain_r .green_box ol.list_box li::before { background: url("../images/maru_green.png"); }

@media print, screen and (min-width: 768px) { .pain_wrapper { background: #FFFFFF; width: 100%; height: auto; padding: 90px 0; box-sizing: border-box; }
  .pain_wrapper .pain { width: 1110px; margin: 0 auto; display: flex; justify-content: space-between; }
  .pain_wrapper .pain .pain_l, .pain_wrapper .pain .pain_r { width: 50%; padding: 0; margin: 0; height: auto; display: flex; justify-content: space-between; flex-wrap: wrap; 				/** .hover_img { -webkit-transition: 0.5s;     -moz-transition: 0.5s; transition: 0.5s; display: flex; justify-content: center; align-items: center; padding: 0; color:#FFFFFF; text-decoration:none; line-height: 1.4; font-size:1.8rem;
				} .hover_img:hover { opacity:0.5; -webkit-transition: 0.5s;     -moz-transition: 0.5s; transition: 0.5s; }
				**/ }
  .pain_wrapper .pain .pain_l .parts, .pain_wrapper .pain .pain_r .parts { width: 540px; padding: 0; box-sizing: border-box; }
  .pain_wrapper .pain .pain_l .parts .tit, .pain_wrapper .pain .pain_r .parts .tit { color: #FFFFFF; font-size: 2.4rem; display: flex; justify-content: center; align-items: center; background: #41b3cb; width: 100%; height: 80px; margin: 0 0 40px 0; }
  .pain_wrapper .pain .pain_l .parts a.btn_parts, .pain_wrapper .pain .pain_r .parts a.btn_parts { width: 100%; height: 60px; margin: 0 0 34px 0; border: 2px #41b3cb solid; color: #41b3cb; font-size: 2rem; display: flex; justify-content: center; align-items: center; background: #FFFFFF; box-sizing: border-box; }
  .pain_wrapper .pain .pain_l .parts a.btn_parts:hover, .pain_wrapper .pain .pain_r .parts a.btn_parts:hover { background: #41b3cb; color: #FFFFFF; }
  .pain_wrapper .pain .pain_l ul, .pain_wrapper .pain .pain_r ul { position: relative; width: 335px; height: 747px; margin: 0; padding: 0; background: url(../images/adult.png) no-repeat top center; }
  .pain_wrapper .pain .pain_l ul li, .pain_wrapper .pain .pain_r ul li { position: absolute; width: 90px; height: 90px; border-radius: 50%; border: solid 2px #ffffff; list-style-type: none; text-align: center; box-shadow: 4px 4px 15px -5px #000000; opacity: 0.8; line-height: 1.4; font-size: 1.8rem; }
  .pain_wrapper .pain .pain_l ul li a, .pain_wrapper .pain .pain_r ul li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0; color: #FFFFFF; text-decoration: none; line-height: 1.4; font-size: 1.8rem; }
  .pain_wrapper .pain .pain_l ul li:nth-child(1), .pain_wrapper .pain .pain_r ul li:nth-child(1) { left: 187px; top: 73px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(2), .pain_wrapper .pain .pain_r ul li:nth-child(2) { left: 46px; top: 119px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(3), .pain_wrapper .pain .pain_r ul li:nth-child(3) { left: 148px; top: 171px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(4), .pain_wrapper .pain .pain_r ul li:nth-child(4) { left: 166px; top: 294px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(5), .pain_wrapper .pain .pain_r ul li:nth-child(5) { left: 10px; top: 348px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(6), .pain_wrapper .pain .pain_r ul li:nth-child(6) { left: 178px; top: 490px; }
  .pain_wrapper .pain .pain_l ul li:nth-child(7), .pain_wrapper .pain .pain_r ul li:nth-child(7) { left: 57px; top: 637px; }
  .pain_wrapper .pain .pain_l .blue_box, .pain_wrapper .pain .pain_l .green_box, .pain_wrapper .pain .pain_r .blue_box, .pain_wrapper .pain .pain_r .green_box { width: 540px; background: #e2f5f9; padding: 26px 30px; box-sizing: border-box; }
  .pain_wrapper .pain .pain_l .blue_box ol.list_box, .pain_wrapper .pain .pain_l .green_box ol.list_box, .pain_wrapper .pain .pain_r .blue_box ol.list_box, .pain_wrapper .pain .pain_r .green_box ol.list_box { list-style: none; }
  .pain_wrapper .pain .pain_l .blue_box ol.list_box li, .pain_wrapper .pain .pain_l .green_box ol.list_box li, .pain_wrapper .pain .pain_r .blue_box ol.list_box li, .pain_wrapper .pain .pain_r .green_box ol.list_box li { font-size: 2rem; line-height: 1.8; }
  .pain_wrapper .pain .pain_l .blue_box ol.list_box li::before, .pain_wrapper .pain .pain_l .green_box ol.list_box li::before, .pain_wrapper .pain .pain_r .blue_box ol.list_box li::before, .pain_wrapper .pain .pain_r .green_box ol.list_box li::before { content: ''; width: 15px; height: 15px; display: inline-block; background: url("../images/maru_blue.png"); margin: 0 14px 0 0; }
  .pain_wrapper .pain .pain_r { flex-direction: row-reverse; }
  .pain_wrapper .pain .pain_r .parts .tit { background: #8bba28; }
  .pain_wrapper .pain .pain_r .parts a.btn_parts { border: 2px #8bba28 solid; color: #8bba28; }
  .pain_wrapper .pain .pain_r .parts a.btn_parts:hover { background: #8bba28; color: #FFFFFF; }
  .pain_wrapper .pain .pain_r ul { background: url("../images/child.png") no-repeat bottom center; }
  .pain_wrapper .pain .pain_r ul li:nth-child(1) { left: 168px; top: 291px; }
  .pain_wrapper .pain .pain_r ul li:nth-child(2) { left: 37px; top: 317px; }
  .pain_wrapper .pain .pain_r ul li:nth-child(3) { left: 118px; top: 383px; }
  .pain_wrapper .pain .pain_r ul li:nth-child(4) { left: 237px; top: 451px; }
  .pain_wrapper .pain .pain_r ul li:nth-child(5) { left: 193px; top: 569px; }
  .pain_wrapper .pain .pain_r ul li:nth-child(6) { left: 73px; top: 661px; }
  .pain_wrapper .pain .pain_r .green_box { background: #f1f8e3; }
  .pain_wrapper .pain .pain_r .green_box ol.list_box li::before { background: url("../images/maru_green.png"); } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0; padding: 3rem 0; background: #f4f2e2; }
.overview_bg .overview { padding: 0; margin: 0 auto 2rem; width: 90%; }
.overview_bg .overview p.logo { font-size: 2.0rem; color: #77624e; text-align: center; line-height: 1; margin: 0 0 3rem 0; }
.overview_bg .overview p.logo span { font-size: 1.4rem; }
.overview_bg .overview .overview_frame { display: flex; flex-wrap: wrap; width: 100%; margin: 0 auto 2rem; }
.overview_bg .overview .overview_frame .ov_left, .overview_bg .overview .overview_frame .ov_right { width: 100%; }
.overview_bg .overview .overview_frame .ov_left dl, .overview_bg .overview .overview_frame .ov_right dl { font-size: 0; width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview_bg .overview .overview_frame .ov_left dl dt, .overview_bg .overview .overview_frame .ov_right dl dt { border-bottom: 1px #a19278 solid; display: -webkit-flex; display: flex; align-items: center; justify-content: left; box-sizing: border-box; width: 100%; height: auto; padding: 1rem 0 .6rem; }
.overview_bg .overview .overview_frame .ov_left dl dt p, .overview_bg .overview .overview_frame .ov_right dl dt p { color: #317539; font-size: 1.6rem; text-align: left; margin: 0; }
.overview_bg .overview .overview_frame .ov_left dl dd, .overview_bg .overview .overview_frame .ov_right dl dd { border-bottom: 1px #a19278 solid; display: -webkit-flex; display: flex; align-items: center; color: #666666; font-size: 1.4rem; line-height: 1.4; margin: 0; box-sizing: border-box; width: 100%; height: auto; padding: 1rem 0 1.8rem; }
.overview_bg .overview .overview_frame .ov_left dl dd.tel a, .overview_bg .overview .overview_frame .ov_right dl dd.tel a { font-size: 2rem; color: #77624e; font-weight: bold; }
.overview_bg .overview .sp_flex { width: 100%; margin: 1rem auto 0; display: flex; justify-content: space-between; }
.overview_bg .overview .sp_flex .head_btn { width: 49%; height: auto; box-sizing: border-box; background: #1f7566; border: 2px #68b6a8 solid; border-radius: 8px; display: flex; justify-content: center; align-items: center; color: #FFFFFF; font-size: 1.4rem; margin: 0; padding: .6rem 0; }
.overview_bg figure.illustmap { margin: 0 0 3rem 0; padding: 0; }
.overview_bg figure.illustmap img { width: 89%; border: 1px #a19278 solid; margin: 0 auto; display: block; }
.overview_bg iframe { width: 89%; height: 30rem; margin: 0 auto; display: block; box-sizing: border-box; border: 1px #a19278 solid; }
.overview_bg a.gmap { text-decoration: none; width: 80%; height: auto; display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: .8rem 0; background: #a8944d; border-radius: 6px; color: #FFFFFF; font-size: 1.6rem; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0 auto; padding: 100px 0; }
  .overview_bg .overview { padding: 0 0 100px 0; margin: 0 auto; width: 1110px; }
  .overview_bg .overview p.logo { font-size: 3.6rem; color: #77624e; text-align: center; line-height: 1; margin: 0 0 40px 0; }
  .overview_bg .overview p.logo span { font-size: 2.2rem; }
  .overview_bg .overview .overview_frame { display: flex; justify-content: space-between; width: 1110px; margin: 0 auto 48px; }
  .overview_bg .overview .overview_frame .ov_left, .overview_bg .overview .overview_frame .ov_right { width: 540px; }
  .overview_bg .overview .overview_frame .ov_left dl, .overview_bg .overview .overview_frame .ov_right dl { font-size: 0; width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview_bg .overview .overview_frame .ov_left dl dt, .overview_bg .overview .overview_frame .ov_left dl dd, .overview_bg .overview .overview_frame .ov_right dl dt, .overview_bg .overview .overview_frame .ov_right dl dd { border-bottom: 1px #a19278 solid; padding: 26px 0; }
  .overview_bg .overview .overview_frame .ov_left dl dt:first-of-type, .overview_bg .overview .overview_frame .ov_left dl dd:first-of-type, .overview_bg .overview .overview_frame .ov_right dl dt:first-of-type, .overview_bg .overview .overview_frame .ov_right dl dd:first-of-type { border-top: 1px #a19278 solid; }
  .overview_bg .overview .overview_frame .ov_left dl dt, .overview_bg .overview .overview_frame .ov_right dl dt { display: -webkit-flex; display: flex; align-items: center; justify-content: left; box-sizing: border-box; width: 130px; height: auto; }
  .overview_bg .overview .overview_frame .ov_left dl dt p, .overview_bg .overview .overview_frame .ov_right dl dt p { color: #317539; font-size: 2rem; text-align: left; margin: 0; }
  .overview_bg .overview .overview_frame .ov_left dl dd, .overview_bg .overview .overview_frame .ov_right dl dd { display: -webkit-flex; display: flex; align-items: center; color: #666666; font-size: 1.8rem; line-height: 1.6; margin: 0; box-sizing: border-box; width: 410px; height: auto; }
  .overview_bg .overview .overview_frame .ov_left dl dd.tel, .overview_bg .overview .overview_frame .ov_right dl dd.tel { font-size: 3.4rem; color: #77624e; font-weight: bold; }
  .overview_bg .overview .overview_frame .ov_left dl dd.tel a, .overview_bg .overview .overview_frame .ov_right dl dd.tel a { font-size: 3.4rem; color: #77624e; font-weight: bold; }
  .overview_bg .overview .sp_flex { padding: 26px 0 0 0; margin: 0; }
  .overview_bg .overview .sp_flex .head_btn { height: 65px; font-size: 1.8rem; padding: 0; }
  .overview_bg .overview .sp_flex .head_btn:hover { opacity: 0.8; }
  .overview_bg .map_flex { width: 1110px; margin: 0 auto; display: flex; justify-content: space-between; }
  .overview_bg figure.illustmap { margin: 0 0 30px 0; padding: 0; }
  .overview_bg figure.illustmap img { width: 541px; border: 1px #a19278 solid; margin: 0 auto; display: block; }
  .overview_bg iframe { width: 541px; height: 704px; margin: 0; border: 2px #a19278 solid; }
  .overview_bg a.gmap { text-decoration: none; width: 350px; height: 50px; display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 0; background: #a8944d; border-radius: 6px; color: #FFFFFF; font-size: 20px; }
  .overview_bg a.gmap:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer .footer_wrapper { display: none; }
footer .global-nav { position: fixed; left: 0; bottom: 0; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; margin: 0; list-style: none; text-align: center; background-color: #88a02a; border-top: 1px #FFFFFF solid; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0px; white-space: nowrap; width: 25%; }
footer .nav-item:first-of-type { border-left: 0; }
footer .nav-item span.call::before { font-family: fontello; content: '\0e808'; margin: 0 3px 0 0; display: inline-block; color: #FFFFFF; font-size: 1.8rem; }
footer .nav-item span.top::before { font-family: fontello; content: '\0e800'; font-size: 1.8rem; margin: 0; display: inline-block; color: #FFFFFF; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.4rem; }
footer .copyright { text-align: center; background-color: #90c31f; height: auto; margin: 0; padding: .8rem 0 2rem; border-bottom: .1rem #FFFFFF solid; }
footer .copyright a { text-decoration: none; font-size: 1.1rem; color: #FFFFFF; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; background-color: #90c31f; width: 100%; height: auto; padding: 0; margin: 0; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 910px; margin: 0 auto; padding: 60px 0; display: block; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0; padding: 0; box-sizing: border-box; }
  footer .footer_wrapper .footer_frame ul { text-align: center; margin: 0; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 8px; border-right: 1px #FFFFFF solid; margin: 0 0 20px 0; }
  footer .footer_wrapper .footer_frame ul li.treatment { display: none; }
  footer .footer_wrapper .footer_frame ul li:last-child, footer .footer_wrapper .footer_frame ul li.bd { border-right: 0; }
  footer .footer_wrapper .footer_frame ul li a { color: #FFFFFF; font-size: 1.6rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.8; }
  footer .footer_wrapper .footer_frame ul li br { display: none; }
  footer .copyright { height: auto; background-color: #90c31f; display: flex; justify-content: center; align-items: center; margin: 0; padding: 18px 0; border-bottom: 0; }
  footer .copyright a { text-decoration: none; font-size: 1.8rem; margin: 0; color: #FFFFFF; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 15vw; right: 0; height: 15vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0; padding: 0; display: block; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 70px; height: auto; }
  #pagetop { position: fixed; bottom: 56px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; display: block; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 40px; left: 90%; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 18vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #88a02a; opacity: 0.9; }
.drawr p { color: #88a02a; font-size: 1.8rem; font-weight: bold; text-align: center; padding: 1.8rem 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; padding: 0; margin: 0; }
.drawr ul.hbg li { text-align: center; width: 100% !important; border-bottom: #ffffff 1px dashed; }
.drawr ul.hbg li.treatment { display: none; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.4rem; text-decoration: none; padding: 1.6rem 0; display: block; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li a i { display: none; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 100%; box-sizing: border-box; margin: 0 auto; }
.main_nav_sp ul.gnav li { width: 100%; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0; border-bottom: #ffffff 1px solid; text-align: center; }
.main_nav_sp ul.gnav li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }

.toggle { display: none; }

.toggle-label { box-sizing: border-box; cursor: pointer; display: block; width: 100%; height: 4.0rem; padding: 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 4px; width: 3.6rem; background: #ffffff; content: ''; transition: all 300ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - .8rem); font-size: 1.0rem; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; position: absolute; cursor: pointer; top: 0; right: 0; padding: 0 0 .6rem 0; background-color: #1f7566; border-radius: 0; box-sizing: border-box; }

a { text-decoration: none; }
a .map_viewer { display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; position: absolute; cursor: pointer; top: 5.6rem; right: 0; color: #FFFFFF; padding: 0; background-color: #7aa41d; border-radius: 0; box-sizing: border-box; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media print, screen and (min-width: 768px) { aside { display: inline; width: 26rem; height: auto; margin: 0; /*メニュー下のバナー*/ }
  aside div ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; }
  aside div ul li { box-sizing: border-box; text-align: left; margin: 0 auto; width: 100%; padding: 0 .8rem; display: flex; justify-content: center; align-items: center; height: 7rem; border-radius: .4rem; margin: 0 0 1rem 0; background-color: #FFFFFF; }
  aside div ul li a { width: 100%; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; font-size: 2.2rem; font-weight: bold; box-sizing: border-box; }
  aside div ul li:nth-of-type(-n+2) { border: .2rem #fd8960 solid; }
  aside div ul li:nth-of-type(-n+2) a { color: #fd8960; }
  aside div ul li:nth-child(n + 3):not(:nth-child(n + 5)) { border: .2rem #fd828c solid; }
  aside div ul li:nth-child(n + 3):not(:nth-child(n + 5)) a { color: #fd828c; }
  aside div ul li:nth-child(n + 5):not(:nth-child(n + 7)) { border: .2rem #f385c9 solid; }
  aside div ul li:nth-child(n + 5):not(:nth-child(n + 7)) a { color: #f385c9; }
  aside .banner { margin: 0; }
  aside .banner a { text-decoration: none; }
  aside .banner a figure { margin: 4rem auto 0; text-align: center; }
  aside .banner a figure:hover { opacity: 0.7; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 75%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 20px; }
  .img_doctor img { width: 350px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 1.6; font-size: 1.4rem; list-style: none; margin: 0; padding: 0; }
ul.list_normal li { margin: 0 0 1rem 1.8rem; padding: 0; text-indent: -1.5rem; }
ul.list_normal li::before { content: '●'; color: #88a02a; margin: 0 .3rem 0 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; 		/* padding-left: 1.3em; text-indent: -1.3em;		
		*/ }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }
ul.list_none li br:nth-child(2) { display: none; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; list-style: none; margin: 0; padding: 0; }
ul.list_normal_two li { box-sizing: border-box; line-height: 1.6; font-size: 1.4rem; margin: 0 0 1rem 1.8rem; text-indent: -1.5rem; }
ul.list_normal_two li::before { content: '●'; color: #88a02a; margin: 0 .3rem 0 0; }

@media print, screen and (min-width: 768px) { ul.list_normal { line-height: 1.6; font-size: 1.4rem; list-style: none; margin: 0; padding: 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; text-indent: -21px; }
  ul.list_normal li::before { content: '●'; color: #88a02a; margin: 0 3px 0 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; padding: 0; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 1.6; font-size: 1.8rem; margin: 0 0 10px 25px; text-indent: -21px; }
  ul.list_normal_two li::before { content: '●'; color: #88a02a; margin: 0 3px 0 0; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 1.2; }
dl.bio_list dt { width: 100%; margin: 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 1.6; width: 100%; }
  dl.bio_list dt { width: 12%; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 88%; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h1, h2, h3, h4, h5 { margin: 0; clear: both; }

h2.top { display: flex; justify-content: center; }
h2.top span { font-size: 2.0rem; font-weight: normal; text-align: center; color: #64483c; margin: 0 0 3rem 0; padding: 0; line-height: inherit; }
h2.top::before { content: url("../images/leaf_left.png"); display: inline-block; margin: 0; }
h2.top::after { content: url("../images/leaf_right.png"); display: inline-block; margin: 0; }
h2.notice { margin: 0; font-weight: normal; font-size: 2.0rem; color: #64483c; display: block; text-align: center; }
h2.notice::after { content: url("../images/leaf_right.png"); display: block; margin: 0; }
h2.notice::before { content: ''; margin: 0; }
h2.low { margin: 0 0 1.4rem 0; }
h2.low span { margin: 0; }

h3 { color: #3f352b; font-weight: normal; font-size: 1.8rem; padding: 0 0 .6rem 0; margin: 3rem 0 1.6rem 0; border-bottom: #3f352b 2px solid; position: relative; }
h3::before { content: ''; width: 100%; border-bottom: #77624e solid 2px; position: absolute; left: 0px; bottom: -4px; }

h4 { color: #1f7566; font-weight: normal; font-size: 1.7rem; padding: 0 0 .4rem 0; margin: 2rem 0 2rem 0; border-bottom: #1f7566 0.3rem solid; }

h5 { color: #3fbdd7; font-size: 1.6rem; padding: 0 0 .4rem 0; margin: 2rem 0 1.8rem 0; border-bottom: #3fbdd7 0.1rem dashed; font-weight: normal; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top span { font-size: 3.2rem; font-weight: normal; text-align: center; color: #64483c; margin: 0 0 58px 0; padding: 0; line-height: inherit; }
  h2.top::before { content: url("../images/leaf_left.png"); display: inline-block; margin: 0 18px 0 0; }
  h2.top::after { content: url("../images/leaf_right.png"); display: inline-block; margin: 0 0 0 18px; }
  h2.notice { margin: 0; font-size: 3.2rem; font-weight: normal; color: #64483c; display: block; width: auto; }
  h2.notice::after { content: url("../images/leaf_right.png"); display: block; margin: 0; text-align: center; }
  h2.notice::before { content: ''; margin: 0; }
  h2.low { margin: 0; }
  h3 { color: #3f352b; font-weight: normal; font-size: 3.0rem; padding: 0; margin: 40px 0 20px 0; border-bottom: #3f352b 5px solid; position: relative; line-height: 1.3; }
  h3::before { content: ''; width: 100%; border-bottom: #77624e solid 4px; position: absolute; left: 0px; bottom: -8px; }
  h4 { color: #1f7566; font-weight: normal; font-size: 2.8rem; padding: 0 0 5px 0; margin: 30px 0 20px 0; border-bottom: #1f7566 4px solid; }
  h5 { color: #3fbdd7; font-size: 2.6rem; padding: 0 0 5px 0; margin: 20px 0 20px 0; border-bottom: #3fbdd7 1px dashed; font-weight: normal; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low .wrapper { background-color: #FFFFFF; border-bottom: 2px #cdcdcd solid; margin: 3rem 0 0 0; }
.low figure img.machine { display: block; margin: 0 auto 2rem; width: 80%; }
.low .main p { line-height: 1.6; }
.low .main p.txt_right { display: block; text-align: right; }
.low .g_txt { font-size: 1.8rem; color: #88a02a; margin: 0 0 .6rem 0; }
.low ul li { font-size: 1.4rem; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.4rem; }
.low ul.certificate { margin: 0 0 1.8rem 0; }
.low ul.certificate li { line-height: 2; padding-left: 1.6em; text-indent: -1.6em; }
.low ul.certificate li:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #7aa41d; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.low ul.hospital { border: 0.1rem #88a02a solid; box-sizing: border-box; padding: 2rem 1rem; }
.low ul.hospital li { padding: 0 0 1rem 0; padding-left: 1.4rem; text-indent: -1.5rem; line-height: 1.4; }
.low ul.hospital li:last-of-type { margin: 0; }
.low dl.smp { font-size: 1.3rem; display: block; margin: 0; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; box-sizing: border-box; margin: 0; }
.low dl.smp dt { background-color: #e0f1bb; display: flex; justify-content: center; align-items: center; border-left: .1rem #ababab solid; border-right: .1rem #ababab solid; }
.low dl.smp dt:first-of-type { border-top: .1rem #ababab solid; }
.low dl.smp dd { color: #222222; border-left: .1rem #ababab solid; border-right: .1rem #ababab solid; }
.low dl.smp dd:last-of-type { border-bottom: .1rem #ababab solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #88a02a; font-size: 2rem; }
.low table.tbl_list th, .low table.tbl_list td { font-size: 1.4rem; font-weight: normal; padding: 1rem; }
.low table.tbl_list th { white-space: nowrap; }
.low table.tbl_list2 { margin: 0 0 1.2rem 0; box-sizing: border-box; width: 99%; border-spacing: 0; border-collapse: collapse; display: block; }
.low table.tbl_list2 tr { width: 100%; box-sizing: border-box; }
.low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.4rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #999999 solid; border-left: .1rem #999999 solid; box-sizing: border-box; }
.low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: .1rem #999999 solid; }
.low table.tbl_list2 th p, .low table.tbl_list2 td p { margin: 0; }
.low table.tbl_list2 th { background-color: #e0f1bb; }
.low table.tbl_list2 th:first-of-type { width: 35%; }
.low table.tbl_list2 th:nth-of-type(2) { width: 65%; }
.low table.tbl_list2 td { border-right: .1rem #999999 solid; }
.low table.tbl_list2 td:first-of-type { width: 35%; }
.low table.tbl_list2 td:nth-of-type(2) { width: 65%; }
.low .blue_box { border: 0.2rem #88a02a solid; padding: 2rem 1rem; }
.low .blue_box p { margin: 0; font-size: 1.4rem; }
.low .flow_box { border: 0.2rem #e0f1bb solid; width: 95%; box-sizing: border-box; padding: 2rem; font-size: 1.4rem; margin: 0 auto 1.4rem; }
.low .flow_center { text-align: center; margin: 0 0 1.8rem 0; }
.low .flow_center img { width: 30%; }
.low .clinic_map { display: block; }
.low .clinic_map figure { width: 100%; }
.low .clinic_map figure img { width: 100%; }
.low .clinic_map figure figcaption { text-align: center; font-size: 1.6rem; color: #fff; background-color: #1f7566; padding: .8rem 0; margin: 1.2rem 0 .8rem; }
.low .btn_flex { display: block; }
.low a.arrow { background: #88a02a; padding: 1.2rem 2rem; width: 90%; margin: 0 auto 1.6rem; color: #FFFFFF; font-size: 1.4rem; border-radius: 10px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; }
.low a.arrow::before { content: url("../images/arrow.png"); margin: 0 1rem 0 0; display: inline-block; }
.low figure.illustmap { margin: 0 0 3rem 0; padding: 0; }
.low figure.illustmap img { width: 100%; border: 1px #a19278 solid; margin: 0 auto; display: block; box-sizing: border-box; }
.low figure.illustmap figcaption { text-align: center; font-size: 150%; margin: 1.0rem 0 0 0; line-height: 1.4; }
.low a.text_link { color: #88a02a; font-weight: bold; font-size: 1.4rem; text-decoration: underline; }

@media print, screen and (min-width: 768px) { .low .wrapper { border-bottom: 3px #cdcdcd solid; margin: 0; padding: 100px 0; }
  .low .main_nav_pc { height: 100px; }
  .low .main_nav_pc nav ul { padding: 45px 0 0 0; }
  .low figure img.machine { display: block; margin: 0 auto 2rem; width: 60%; }
  .low figure.img_inspection img { width: 400px; }
  .low ul li { font-size: 1.8rem; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.8rem; }
  .low ul.certificate { margin: 0 0 2.8rem 0; }
  .low ul.certificate li a:hover { opacity: 0.8; }
  .low ul.hospital { border: 0.1rem #88a02a solid; box-sizing: border-box; padding: 2rem; }
  .low ul.hospital li { padding: 0 0 1rem 0; padding-left: 1.4rem; text-indent: -1.5rem; line-height: 1.4; }
  .low ul.hospital li:last-of-type { margin: 0; }
  .low dl.smp { font-size: 1.8rem; display: flex; flex-wrap: wrap; margin: 0; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; box-sizing: border-box; margin: 0; }
  .low dl.smp dt { background-color: #e0f1bb; width: 30%; display: flex; justify-content: center; align-items: center; border-left: .1rem #ababab solid; border-bottom: .1rem #ababab solid; }
  .low dl.smp dt:first-of-type { border-top: .1rem #ababab solid; }
  .low dl.smp dt:last-of-type { border-bottom: .1rem #ababab solid; }
  .low dl.smp dd { width: 70%; border-right: .1rem #ababab solid; border-bottom: .1rem #ababab solid; padding: 2rem; border-left: 0; }
  .low dl.smp dd:first-of-type { border-top: .1rem #ababab solid; }
  .low table.tbl_list th, .low table.tbl_list td { font-size: 1.8rem; font-weight: normal; padding: 1rem; }
  .low table.tbl_list2 { margin: 0 0 1.2rem 0; box-sizing: border-box; }
  .low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.8rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #999999 solid; border-left: .1rem #999999 solid; box-sizing: border-box; }
  .low table.tbl_list2 th:last-of-type, .low table.tbl_list2 td:last-of-type { border-right: .1rem #999999 solid; }
  .low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { text-align: center; }
  .low table.tbl_list2 th { background-color: #e0f1bb; }
  .low table.tbl_list2 th:first-of-type { width: 30%; border-right: .1rem #999999 solid; }
  .low table.tbl_list2 td { border-right: .1rem #999999 solid; }
  .low .main p { line-height: 1.8; }
  .low .main p.txt_right { display: block; text-align: right; }
  .low .g_txt { font-size: 2rem; color: #88a02a; margin: 0 0 1.2rem 0; }
  .low .blue_box { border: 3px #88a02a solid; padding: 20px; }
  .low .blue_box p { margin: 0; font-size: 1.8rem; }
  .low .flow_box { border: 3px #e0f1bb solid; width: 100%; box-sizing: border-box; padding: 30px; font-size: 1.8rem; margin: 0 0 15px 0; }
  .low .flow_center { text-align: center; margin: 0 0 20px 0; }
  .low .flow_center img { width: auto; }
  .low .clinic_map { display: flex; flex-wrap: nowrap; justify-content: space-around; }
  .low .clinic_map figure { width: auto; }
  .low .clinic_map figure figcaption { text-align: center; font-size: 1.6rem; color: #fff; background-color: #1f7566; padding: .8rem 0; margin: 0 0 1.2rem 0; }
  .low .btn_flex { display: flex; justify-content: space-between; }
  .low a.arrow { background: #88a02a; padding: 2rem 0; width: 45%; margin: 0 auto; color: #FFFFFF; font-size: 1.8rem; border-radius: 10px; display: flex; justify-content: center; align-items: center; }
  .low a.arrow::before { content: url("../images/arrow.png"); margin: 0 12px 0 0; display: inline-block; }
  .low a.arrow:hover { background-color: chocolate; }
  .low figure.illustmap { margin: 0 0 98px 0; padding: 0; }
  .low figure.illustmap img { width: 541px; border: 1px #a19278 solid; margin: 0 auto; display: block; }
  .low figure.illustmap figcaption { font-size: 180%; }
  .low a.text_link { font-size: 1.8rem; }
  .low a.text_link:hover { color: #347b21; } }
/* クリニック紹介 */
.clinic ul.device { display: block; margin: 0; padding: 0; }
.clinic ul.device li { width: 100%; list-style: none; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li p { font-size: 1.2rem; margin: 1rem auto 3rem; text-align: left; width: 100%; }
.clinic ul.device li p.tit { font-size: 1.6rem; text-align: center; font-weight: bold; color: #444444; margin: 0 0 .6rem 0; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic ul.device li { width: 48%; margin: 0 0 30px 0; }
  .clinic ul.device li p { font-size: 1.6rem; margin: 10px auto 0; text-align: left; width: 90%; }
  .clinic ul.device li p.tit { font-size: 2rem; text-align: center; font-weight: bold; color: #444444; margin: 0 0 10px 0; width: auto; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.first dl.flow dt { background-color: #88a02a; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.4rem; line-height: 1.4; width: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 0; text-align: left; }
.first .arrow { font-weight: bold; margin: 1rem 0; text-align: center; color: #666666; }

@media print, screen and (min-width: 768px) { .first dl.flow { width: 100%; margin: 2rem 0 0 0; }
  .first dl.flow dt, .first dl.flow dd { font-size: 1.8rem; line-height: 1.6; width: 100%; text-align: left; } }
/* アクセス */
.access iframe { width: 100%; height: 25rem; border: 0; }
.access .table_wrapper { padding: 0; }
.access .table_wrapper p.tit { display: none; }

@media print, screen and (min-width: 768px) { .access iframe { width: 100%; height: 500px; } }
/* スタッフ紹介 */
@media print, screen and (min-width: 768px) { .doctor .doctor_row { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0; padding: 1rem 0 0; justify-content: left; /* 子要素をflexboxにより中央に配置する */ align-items: top; /* 子要素をflexboxにより中央に配置する */ }
  .doctor .doctor_row .doctor_row_1-4 { width: 25%; }
  .doctor .doctor_row .doctor_row_1-4 figure { margin: 0; padding: 0; }
  .doctor .doctor_row .doctor_row_1-4 figure img { width: 100%; }
  .doctor .doctor_row .doctor_row_3-4 { margin-left: 5%; width: 70% !important; }
  .doctor .doctor_row .doctor_row_3-4 h4:first-child { margin-top: 0; } }

/*# sourceMappingURL=style.css.map */
