@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*ゴシック家族*/
/*ゴーグル家族*/
/*基本文字色*/
/*基本背景色PC*/
/*main_color*/
/*sub_color*/
/*accent_color*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #222222; background-color: #ffffff; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #222222; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

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

.pc_none { display: block !important; }

.sp_none { display: none !important; }

.bold_text { font-weight: bold; }

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

.wrapper { height: auto; width: 100%; margin: 0 auto 5rem; padding: 3rem 0 0 0; }

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

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }
  .wrapper { height: auto; width: 1200px; margin: 0 auto; padding: 40px 0 0 0; display: flex; flex-wrap: nowrap; }
  .main { width: 910px; margin: 0 0 40px auto; padding: 0 0 0 50px; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { height: auto; }
header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
header .head_frame .header_info { display: block; width: 100%; margin: 0; padding: 1.2rem 0; }
header .head_frame .header_info .head_logo { width: 70%; margin: 0 auto 2rem 1.8rem; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; }
header .head_frame .header_info .head_info .tel { display: none; }
header .head_frame .header_info .head_info .address { font-size: 1.2rem; text-align: center; }
header .key_on { height: 18rem; background-size: 150% auto; background-position: center top; background-repeat: no-repeat; padding: 0; }
header .key_on .content { width: 100%; margin: 0; padding: 1rem; box-sizing: border-box; }
header .key_on .content .circle { width: 11rem; height: 11rem; border-radius: 50%; background: rgba(0, 0, 255, 0.8); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; align-content: center; margin: 0; }
header .key_on .content .circle p { color: #FFFFFF; font-weight: bold; font-size: 1.2rem; width: 100%; text-align: center; margin: 0; line-height: 1.3; }
header .key_on .content .circle p.date { margin: 0 0 1rem 0; }
header .key_on .content .message { font-weight: bold; font-size: 1.4rem; color: #FFFFFF; text-align: center; margin: 2rem 0 0 0; text-shadow: #666 1px 1px 10px, #666 -1px 1px 10px, #666 1px -1px 10px, #666 -1px -1px 10px; }
header.header_low .key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-position: center; background-size: cover; }
header.header_low .key_visual_low .h1_area h1 { font-family: "Lato", sans-serif; height: 10rem; font-size: 2.8rem; font-weight: bold; color: #FFFFFF; display: flex; justify-content: center; align-items: center; }

@media print, screen and (min-width: 768px) { header { height: auto; }
  header .head_frame { width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }
  header .head_frame .header_info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1200px; margin: 0 auto; padding: 20px 0 28px; }
  header .head_frame .header_info .head_logo { width: 558px; margin: 0; }
  header .head_frame .header_info .head_logo img { width: 100%; height: auto; }
  header .head_frame .header_info .head_info { margin: 0; text-align: right; }
  header .head_frame .header_info .head_info .address { font-size: 1.8rem; text-align: right; }
  header .head_frame .header_info .head_info p.tel { display: block; font-family: "Lato", sans-serif; font-size: 3.0rem; color: #0000ff; white-space: nowrap; line-height: inherit; margin: 16px 0 0 0; }
  header .head_frame .header_info .head_info p.tel::before { font-family: fontello; content: '\0e800'; display: inline-block; font-size: 2.8rem; }
  header .head_frame .header_info .head_info p.tel a { text-decoration: none; color: #222222; }
  header .head_frame .header_info .head_info p.tel span { color: #222222; font-size: 1.8rem; margin: 0 10px 0 0; }
  header .key_on { height: 680px; background-size: cover; background-position: center top; padding: 0; }
  header .key_on .content { width: 1200px; margin: 0 auto; padding: 0; }
  header .key_on .content .circle { width: 230px; height: 230px; border-radius: 50%; background: rgba(0, 0, 255, 0.7); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; align-content: center; margin: 30px 0 0 0; }
  header .key_on .content .circle p { color: #FFFFFF; font-weight: bold; font-size: 2.6rem; width: 100%; text-align: center; margin: 0; line-height: 1.3; }
  header .key_on .content .circle p.date { margin: 0 0 18px 0; }
  header .key_on .content .message { font-weight: bold; font-size: 3.6rem; color: #FFFFFF; text-align: center; margin: 215px 0 0 0; }
  header.header_low .key_visual_low { width: 100%; }
  header.header_low .key_visual_low .h1_area h1 { font-family: "Lato", sans-serif; height: 200px; font-size: 3.6rem; font-weight: bold; color: #FFFFFF; display: flex; justify-content: center; align-items: center; } }
/* -----------------------------------------------------------
　診療時間表
----------------------------------------------------------- */
.table_wrapper { padding: 0; box-sizing: border-box; width: 100%; background: #ffffff; padding: 0 0 1rem 0; }
.table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 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: 1px #f0f0f0 solid; }
.table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { font-size: 1.2rem; text-align: center; }
.table_wrapper table.timetable tr th { padding: 0; vertical-align: middle; box-sizing: border-box; white-space: nowrap; font-weight: normal; height: 4rem; }
.table_wrapper table.timetable tr td { padding: 0; vertical-align: middle; box-sizing: border-box; background: #ffffff; height: 5rem; width: 10%; color: #000098; font-weight: bold; }
.table_wrapper table.timetable tr td.time { width: 25%; white-space: nowrap; color: #222222; font-weight: normal; }
.table_wrapper table.timetable tr td.holiday { width: 15%; }
.table_wrapper p.notice { margin: 1rem 1rem 0 1rem; font-size: 1.2rem; line-height: 1.3; }

@media print, screen and (min-width: 768px) { .table_wrapper { padding: 0; box-sizing: border-box; width: 100%; background: #ffffff; padding: 0 0 18px 0; }
  .table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 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: 1px #f0f0f0 solid; }
  .table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { height: 50px; font-size: 1.8rem; text-align: center; }
  .table_wrapper table.timetable tr th { padding: 0; vertical-align: middle; box-sizing: border-box; white-space: nowrap; font-weight: normal; height: 56px; }
  .table_wrapper table.timetable tr td { padding: 0; vertical-align: middle; box-sizing: border-box; background: #ffffff; height: 72px; width: 60px; color: #000098; font-weight: bold; }
  .table_wrapper table.timetable tr td.time { width: 160px; white-space: nowrap; color: #222222; font-weight: normal; }
  .table_wrapper table.timetable tr td.holiday { width: 65px; }
  .table_wrapper p.notice { margin: 20px 0 0 26px; font-size: 1.8rem; line-height: 1.5; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; background: rgba(226, 235, 247, 0.9); height: 70px; width: 100%; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 1200px; height: 70px; box-sizing: border-box; padding: 0; margin: 0 auto; }
  .main_nav_pc nav ul li { display: flex; flex: 1; align-items: center; text-align: center; height: 30px; padding: 20px 0; box-sizing: border-box; border-left: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li:last-of-type { border-right: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li a { color: #222222; text-decoration: none; font-size: 2rem; font-weight: bold; width: 100%; box-sizing: border-box; padding: 0; }
  	/* .index .main_nav_pc nav ul li.home, 	.doctor .main_nav_pc ul li.doctor, 	.clinic .main_nav_pc ul li.clinic, 	.treatment .main_nav_pc ul li.treatment, 	.access .main_nav_pc ul li.access{ 		background: #FFFFFF; 	} 	*/ }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 0; width: auto; }
.notice_wrapper .notice_frame { padding: 0; margin: 0; box-sizing: border-box; height: auto; width: 100%; }
.notice_wrapper .notice_frame dl { margin: 0; padding: 0; box-sizing: border-box; text-align: left; }
.notice_wrapper .notice_frame dl dt, .notice_wrapper .notice_frame dl dd { font-size: 1.4rem; }
.notice_wrapper .notice_frame dl dt { font-weight: bold; color: #000098; margin: 0 0 .8rem 0; padding: 0 1rem; line-height: 1.3; }
.notice_wrapper .notice_frame dl dd { margin: 0 0 1.8rem 0; padding: 0 1rem .6rem 1rem; box-sizing: border-box; border-bottom: 1px #f0f0f0 solid; }
.notice_wrapper .notice_frame dl dd p { line-height: 1.4; margin: 0 0 1rem 0; }
.notice_wrapper .notice_frame dl dd span.link_text { margin: 0; padding: 0 0 1.8rem 0; display: block; }
.notice_wrapper .notice_frame dl dd span.link_text a { color: coral; font-size: 1.2rem; }

@media print, screen and (min-width: 768px) { .notice_wrapper { padding: 30px 0 0 0; width: auto; }
  .notice_wrapper .notice_frame { padding: 0; margin: 0; box-sizing: border-box; height: auto; width: 100%; }
  .notice_wrapper .notice_frame dl { margin: 0; padding: 0; box-sizing: border-box; text-align: left; }
  .notice_wrapper .notice_frame dl dt, .notice_wrapper .notice_frame dl dd { font-size: 18px; }
  .notice_wrapper .notice_frame dl dt { font-weight: bold; color: #000098; margin: 0 0 8px 0; padding: 0 20px; }
  .notice_wrapper .notice_frame dl dd { margin: 0 0 26px 0; padding: 0 20px 6px 20px; box-sizing: border-box; border-bottom: 1px #f0f0f0 solid; }
  .notice_wrapper .notice_frame dl dd p { line-height: 1.4; margin: 0 0 12px 0; }
  .notice_wrapper .notice_frame dl dd span.link_text { margin: 0; padding: 0 0 20px 0; display: block; }
  .notice_wrapper .notice_frame dl dd span.link_text a { color: coral; font-size: 1.6rem; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_wrapper { padding: 0; margin: 0; }
.features_wrapper .features_frame { width: 100%; }
.features_wrapper .features_frame .box_1, .features_wrapper .features_frame .box_2, .features_wrapper .features_frame .box_3 { width: 100%; display: block; }
.features_wrapper .features_frame .box_1 .img_box, .features_wrapper .features_frame .box_1 .txt_box, .features_wrapper .features_frame .box_2 .img_box, .features_wrapper .features_frame .box_2 .txt_box, .features_wrapper .features_frame .box_3 .img_box, .features_wrapper .features_frame .box_3 .txt_box { width: 100%; height: auto; }
.features_wrapper .features_frame .box_1 .img_box, .features_wrapper .features_frame .box_2 .img_box, .features_wrapper .features_frame .box_3 .img_box { background-color: #f2f9ff; display: flex; justify-content: center; align-items: center; padding: 2rem 0; }
.features_wrapper .features_frame .box_1 .img_box img, .features_wrapper .features_frame .box_2 .img_box img, .features_wrapper .features_frame .box_3 .img_box img { width: auto; max-width: 80%; }
.features_wrapper .features_frame .box_1 .txt_box, .features_wrapper .features_frame .box_2 .txt_box, .features_wrapper .features_frame .box_3 .txt_box { background-color: #e3f2ff; display: flex; flex-wrap: wrap; align-content: center; padding: 4rem 2rem; box-sizing: border-box; position: relative; }
.features_wrapper .features_frame .box_1 .txt_box p, .features_wrapper .features_frame .box_2 .txt_box p, .features_wrapper .features_frame .box_3 .txt_box p { font-size: 1.4rem; width: 100%; line-height: 1.4; }
.features_wrapper .features_frame .box_1 .txt_box p.tit, .features_wrapper .features_frame .box_2 .txt_box p.tit, .features_wrapper .features_frame .box_3 .txt_box p.tit { color: #000098; font-size: 1.8rem; font-weight: bold; text-align: center; margin: 0 0 1.8rem 0; }
.features_wrapper .features_frame .box_1 .txt_box p.number, .features_wrapper .features_frame .box_2 .txt_box p.number, .features_wrapper .features_frame .box_3 .txt_box p.number { position: absolute; bottom: 0; right: 2rem; color: #FFFFFF; font-size: 1.8rem; width: auto; }
.features_wrapper .features_frame .box_1 .txt_box p.number span, .features_wrapper .features_frame .box_2 .txt_box p.number span, .features_wrapper .features_frame .box_3 .txt_box p.number span { font-size: 5rem; font-weight: 900; }
.features_wrapper .features_frame .box_2 { flex-direction: row-reverse; }

@media print, screen and (min-width: 768px) { .features_wrapper { padding: 0; margin: 100px 0 0 0; }
  .features_wrapper .features_frame { width: 100%; }
  .features_wrapper .features_frame .box_1, .features_wrapper .features_frame .box_2, .features_wrapper .features_frame .box_3 { width: 100%; display: flex; }
  .features_wrapper .features_frame .box_1 .img_box, .features_wrapper .features_frame .box_1 .txt_box, .features_wrapper .features_frame .box_2 .img_box, .features_wrapper .features_frame .box_2 .txt_box, .features_wrapper .features_frame .box_3 .img_box, .features_wrapper .features_frame .box_3 .txt_box { width: 50%; height: 280px; }
  .features_wrapper .features_frame .box_1 .img_box, .features_wrapper .features_frame .box_2 .img_box, .features_wrapper .features_frame .box_3 .img_box { background-color: #f2f9ff; display: flex; justify-content: center; align-items: center; padding: 0; }
  .features_wrapper .features_frame .box_1 .img_box img, .features_wrapper .features_frame .box_2 .img_box img, .features_wrapper .features_frame .box_3 .img_box img { max-width: 100%; }
  .features_wrapper .features_frame .box_1 .txt_box, .features_wrapper .features_frame .box_2 .txt_box, .features_wrapper .features_frame .box_3 .txt_box { background-color: #e3f2ff; display: flex; flex-wrap: wrap; align-content: center; padding: 0 60px; box-sizing: border-box; position: relative; }
  .features_wrapper .features_frame .box_1 .txt_box p, .features_wrapper .features_frame .box_2 .txt_box p, .features_wrapper .features_frame .box_3 .txt_box p { font-size: 1.8rem; width: 100%; line-height: 1.4; }
  .features_wrapper .features_frame .box_1 .txt_box p.tit, .features_wrapper .features_frame .box_2 .txt_box p.tit, .features_wrapper .features_frame .box_3 .txt_box p.tit { color: #000098; font-size: 2.4rem; font-weight: bold; text-align: center; margin: 0 0 20px 0; }
  .features_wrapper .features_frame .box_1 .txt_box p.number, .features_wrapper .features_frame .box_2 .txt_box p.number, .features_wrapper .features_frame .box_3 .txt_box p.number { position: absolute; bottom: 0; right: 30px; color: #FFFFFF; font-size: 2.4rem; width: auto; }
  .features_wrapper .features_frame .box_1 .txt_box p.number span, .features_wrapper .features_frame .box_2 .txt_box p.number span, .features_wrapper .features_frame .box_3 .txt_box p.number span { font-size: 7rem; font-weight: 900; }
  .features_wrapper .features_frame .box_2 { flex-direction: row-reverse; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { background: #f2f9ff; width: 100%; margin: 0; padding: 3rem 0; }
.overview_bg .overview { padding: 0; margin: 0 auto; width: 90%; }
.overview_bg .overview figure { text-align: center; margin: 0 0 2rem 0; }
.overview_bg .overview figure img { width: 90%; margin: 0 auto; }
.overview_bg .overview .overview_frame { display: block; width: 100%; margin: 0 0 3rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { width: 100%; margin: 0; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dd { font-size: 1.6rem; box-sizing: border-box; display: flex; align-items: center; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { padding: .8rem 0; width: 100%; height: auto; background-color: #000098; color: #FFFFFF; font-weight: bold; justify-content: center; margin: 0 0 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { padding: 0; width: 100%; box-sizing: border-box; margin: 0 0 1.6rem 0; line-height: 1.3; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel, .overview_bg .overview .overview_frame .overview_frame_right p.tel { margin: 2rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel::before, .overview_bg .overview .overview_frame .overview_frame_right p.tel::before { font-family: fontello; content: '\0e800'; display: inline-block; margin: 0 7px 0 0; font-size: 2.0rem; vertical-align: 1px; color: #0000ff; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel a, .overview_bg .overview .overview_frame .overview_frame_right p.tel a { text-decoration: none; color: #0000ff; font-size: 2rem; font-weight: 900; font-family: "Lato", sans-serif; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel span, .overview_bg .overview .overview_frame .overview_frame_right p.tel span { font-size: 1.4rem; color: #222222; }
.overview_bg .overview .overview_frame .overview_frame_right figure { width: 100%; height: auto; box-sizing: border-box; border: 1px #e0e0e0 solid; margin: 3rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_right figure img { width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { margin: 3rem 0 0 0; width: 100%; height: 30rem; box-sizing: border-box; border: 1px #e0e0e0 solid; }

@media print, screen and (min-width: 768px) { .overview_bg { background: #f2f9ff; width: 100%; margin: 0; padding: 40px 0 0 0; }
  .overview_bg .overview { padding: 0; margin: 0 auto; width: 1200px; }
  .overview_bg .overview figure { text-align: center; margin: 0 0 20px 0; }
  .overview_bg .overview figure img { width: auto; }
  .overview_bg .overview .overview_frame { display: flex; justify-content: space-between; width: 100%; margin: 0 0 46px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { width: 50%; margin: 0; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dd { font-size: 1.8rem; box-sizing: border-box; display: flex; align-items: center; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { padding: 0; width: 120px; height: 36px; background-color: #000098; color: #FFFFFF; font-weight: bold; justify-content: center; margin: 0 0 12px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { padding: 0 0 0 20px; width: 465px; box-sizing: border-box; margin: 0 0 12px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel, .overview_bg .overview .overview_frame .overview_frame_right p.tel { color: #0000ff; font-size: 3.6rem; font-weight: 900; font-family: "Lato", sans-serif; margin: 20px 0 18px 1px; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel::before, .overview_bg .overview .overview_frame .overview_frame_right p.tel::before { font-family: fontello; content: '\0e800'; display: inline-block; margin: 0 7px 0 0; font-size: 3.2rem; vertical-align: 3px; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel a, .overview_bg .overview .overview_frame .overview_frame_right p.tel a { text-decoration: none; color: #0000ff; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel span, .overview_bg .overview .overview_frame .overview_frame_right p.tel span { font-size: 2rem; color: #222222; }
  .overview_bg .overview .overview_frame .overview_frame_left { padding: 0 15px 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { padding: 0 0 0 15px; }
  .overview_bg .overview .overview_frame .overview_frame_right figure { width: 100%; height: auto; border: 1px #e0e0e0 solid; box-sizing: border-box; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right figure img { width: 580px; height: 340px; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { margin: 40px 0 0 0; width: 100%; height: 340px; box-sizing: border-box; border: 1px #e0e0e0 solid; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 4rem; }
footer .global-nav { position: fixed; left: 0; bottom: 0; z-index: 999; width: 100%; border-top: 1px #FFFFFF solid; }
footer .nav-list { display: flex; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; background-color: #000098; }
footer .nav-item { display: flex; justify-content: center; align-items: center; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0; white-space: nowrap; width: 24%; }
footer .nav-item:first-child { border-left: 0; width: 70%; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.6rem; font-weight: normal; }
footer .nav-item a span.call::before { font-family: fontello; content: '\0e800'; display: inline-block; margin: 0 .4rem 0 0; }
footer .nav-item a span.top_arrow::before { content: '▲'; display: inline-block; margin: 0 .4rem 0 0; }
footer .footer_frame { display: none; }
footer a.link { text-decoration: none; }
footer a.link .copyright { background: #000098; color: #FFFFFF; padding: 0.8rem 0; font-size: 1.2rem; text-align: center; margin: 0; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; background: #b6dcff; }
  footer nav.global-nav { display: none; }
  footer .footer_frame { padding: 30px 0 12px; display: block; width: 1200px; margin: 0 auto; }
  footer .footer_frame ul { text-align: center; }
  footer .footer_frame ul li { display: inline-block; padding: 0 10px; border-right: 1px #222222 solid; margin: 0 0 18px 0; }
  footer .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_frame ul li a { color: #222222; font-size: 1.8rem; text-decoration: none; }
  footer .footer_frame ul li a:hover { opacity: 0.8; }
  footer a.link .copyright { background: #0000b3; color: #FFFFFF; padding: 28px 0; font-size: 1.8rem; margin: 0; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

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

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

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { display: block; width: 40px; height: auto; }
  #pagetop { position: fixed; bottom: 60px; left: 50%; margin: 0 0 0 640px; height: 0; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 1px; left: 92%; margin: 0 0 0 0; height: 96px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 25vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #0000ff; opacity: 0.9; }
.drawr p { font-family: "Lato", sans-serif; color: #0000ff; font-size: 1.8rem !important; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; }
.drawr ul.hbg li a { font-family: "Lato", sans-serif; color: #ffffff; font-size: 1.6rem; text-decoration: none; padding: 2rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li p { margin: 0; }

.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 { cursor: pointer; display: block; width: 100%; height: 46px; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

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

.toggle-label { cursor: pointer; }

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

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; 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: 15%; position: absolute; cursor: pointer; top: 0.7rem; right: 0.5rem; padding: 0 0 0.6rem 0; background-color: #0000ff; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*ハンバーガーこっち
@import "component";
*/
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media print, screen and (min-width: 768px) { aside { display: block; width: 290px; height: auto; margin: 0 0 40px 0; }
  aside div { margin: 0; padding: 0 0 6px 0; width: 100%; background: #f0f0f0; box-sizing: border-box; }
  aside div .border_top { height: 4px; background: #000098; background: -moz-linear-gradient(left, #000098 0%, #0000bc 32%, #0000e4 71%, #0000ff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #000098), color-stop(32%, #0000bc), color-stop(71%, #0000e4), color-stop(100%, #0000ff)); background: -webkit-linear-gradient(left, #000098 0%, #0000bc 32%, #0000e4 71%, #0000ff 100%); background: -o-linear-gradient(left, #000098 0%, #0000bc 32%, #0000e4 71%, #0000ff 100%); background: -ms-linear-gradient(left, #000098 0%, #0000bc 32%, #0000e4 71%, #0000ff 100%); background: linear-gradient(to right, #000098 0%, #0000bc 32%, #0000e4 71%, #0000ff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000098', endColorstr='#0000ff', GradientType=1 ); }
  aside div .tit { box-sizing: border-box; padding: 30px 0; text-align: center; }
  aside div .tit span { font-size: 3rem; margin: 0; color: #000098; font-weight: bold; }
  aside div ul { list-style-type: none; padding: 0; }
  aside div ul li { display: flex; margin: 0 10px 10px 10px; padding: 0 0 0 20px; width: 270px; height: 80px; box-sizing: border-box; background: #ffffff; border-radius: 8px; }
  aside div ul li a { display: flex; align-items: center; text-decoration: none; font-size: 2.2rem; font-weight: bold; color: #222222; }
  aside div ul li a::before { margin: 0 25px 0 0; display: inline-block; width: 43px; }
  aside div ul li:hover { background-color: #feffca; }
  aside div ul li:first-of-type a::before { content: url("../images/menu01.svg"); }
  aside div ul li:nth-of-type(2) a::before { content: url("../images/menu02.svg"); }
  aside div ul li:nth-of-type(3) a::before { content: url("../images/menu03.svg"); }
  aside div ul li:nth-of-type(4) a::before { content: url("../images/menu04.svg"); }
  aside div ul li:nth-of-type(5) a::before { content: url("../images/menu05.svg"); }
  aside div ul li:last-of-type a::before { content: url("../images/menu06.svg"); } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1.8rem 0; text-align: center; }
.img_right img { width: 90%; height: auto; }

.img_doctor { margin: 0 0 1.8rem 0; text-align: center; }
.img_doctor img { width: 80%; 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; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 30px 30px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0  0 18px 34px; }
  .img_doctor img { width: 360px; 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; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 1.4; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_normal li { margin: 0 0 0.6rem 1rem; padding-left: 1em; text-indent: -1em; }
ul.list_normal li::before { content: '\2022'; color: #0000ff; padding: 0 0.8rem 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: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
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; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 1.4; font-size: 1.8rem; list-style-type: none; margin: 0; }
  ul.list_normal li { margin: 0 0 10px 18px; padding-left: 1em; text-indent: -1em; }
  ul.list_normal li::before { content: '\2022'; color: #0000ff; padding: 0 8px 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; }
  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: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; 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.4rem; box-sizing: border-box; margin: 20px 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.4; width: 100%; margin: 0 0 4rem 0; }
  dl.bio_list dt { width: 20%; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 80%; 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: 20px 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; } }
/*見出し*/
h2 { clear: both; }
h2.top { font-size: 2.2rem; color: #000098; font-weight: bold; margin: 0 0 2rem 0; text-align: center; }
h2.top::after { font-family: "Lato", sans-serif; content: '- Features -'; margin: .6rem 0 0 0; font-size: 1.6rem; display: block; color: #1ba1e6; }
h2.notice { font-size: 2.2rem; color: #000098; font-weight: bold; margin: 0 0 2rem 0; padding: 0 0 1rem 0; border-bottom: 2px #e0e0e0 solid; }
h2.notice::after { font-family: "Lato", sans-serif; content: '- News -'; margin: 0 0 0 1.2rem; font-size: 1.6rem; display: inline-block; color: #1ba1e6; }
h2.low { font-size: 2.2rem; color: #000098; font-weight: bold; margin: 1rem 0 3rem 0; text-align: center; }
h2.low::after { content: ''; width: 6rem; height: .4rem; display: block; background: #1ba1e6; margin: 1rem auto 0; }

h3 { clear: both; color: #000098; text-align: left; font-size: 2.0rem; font-weight: bold; padding: 0 0 .8rem 0; margin: 3rem 0 2rem 0; border-bottom: solid 2px #e0e0e0; position: relative; }
h3:after { position: absolute; content: " "; display: block; border-bottom: solid 2px #1ba1e6; bottom: -2px; width: 6rem; }

h4 { clear: both; }

@media print, screen and (min-width: 768px) { h2.top { font-size: 3.6rem; color: #000098; font-weight: bold; margin: 0 0 40px 0; text-align: center; }
  h2.top::after { font-family: "Lato", sans-serif; content: '- Features -'; margin: 12px 0 0 0; font-size: 1.8rem; display: block; color: #1ba1e6; }
  h2.notice { font-size: 3rem; color: #000098; font-weight: bold; margin: 0 0 25px 0; padding: 0 0 16px 0; border-bottom: 2px #e0e0e0 solid; }
  h2.notice::after { font-family: "Lato", sans-serif; content: '- News -'; margin: 0 0 0 14px; font-size: 1.8rem; display: inline-block; color: #1ba1e6; }
  h2.low { font-size: 3.6rem; color: #000098; font-weight: bold; margin: 0 0 30px 0; text-align: center; }
  h2.low::after { content: ''; width: 80px; height: 4px; display: block; background: #1ba1e6; margin: 14px auto 0; }
  h3 { color: #000098; text-align: left; font-size: 2.6rem; font-weight: bold; padding: 0 0 10px 0; margin: 30px 0 20px 0; border-bottom: solid 2px #e0e0e0; position: relative; }
  h3:after { position: absolute; content: " "; display: block; border-bottom: solid 2px #1ba1e6; bottom: -2px; width: 80px; }
  h4 { font-family: "Lato", sans-serif; font-size: 2.2rem; color: #0000ff; margin: 30px 0 20px; padding: 0 0 0 51px; text-align: left; letter-spacing: 6px; background: url("../images/h2_logo.png") no-repeat left bottom 4px/auto 43px; height: 47px; display: flex; align-items: center; justify-content: flex-start; border-bottom: #0000ff 1px solid; } }
/*下層*/
/*common*/
.low .main { width: 90%; margin: 3rem auto 4rem; font-family: "Lato", sans-serif; }
.low .main a { color: #f79100; }
.low section { margin: 0 0 3rem 0; }
.low section.under { margin: 0 0 2rem 0; }
.low .mt30 { margin-top: 2rem; }
.low figure.image_r { display: block; width: 85%; margin: 0 auto 2rem; }
.low figure.image_r img { width: 100%; }
.low figure.image_r figcaption { text-align: center; margin: .8rem 0 0 0; font-size: 1.4rem; }
.low p { font-size: 1.4rem; line-height: 1.6; margin: 0 0 1.6rem 0; }
.low p.doctor_name { text-align: right; margin: 0; }
.low p.b_tit { font-weight: bolder; margin: 0 0 -1.2rem 0; }
.low .blue_text { width: 100%; background-color: #feffe0; padding: 1.2rem 2rem; box-sizing: border-box; margin: 1.8rem 0 2rem 0; }
.low .blue_text p { margin: 0; font-size: 1.4rem; color: #3f2d0c; line-height: 1.2; }
.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; }
.low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.4rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #eeeeee solid; border-left: .1rem #eeeeee solid; }
.low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: .1rem #eeeeee solid; }
.low table.tbl_list2 th { background-color: #0000ff; color: #FFFFFF; font-weight: bold; }
.low table.tbl_list2 th:first-of-type { width: 35%; }
.low table.tbl_list2 td { border-right: .1rem #eeeeee solid; }
.low dl.list { display: flex; flex-wrap: wrap; width: 100%; }
.low dl.list dt, .low dl.list dd { font-family: "Lato", sans-serif; font-size: 1.4rem; line-height: 1.4; border-bottom: 1px #aaaaaa solid; box-sizing: border-box; }
.low dl.list dt:first-of-type, .low dl.list dd:first-of-type { border-top: 1px #aaaaaa solid; }
.low dl.list dt { width: 30%; background: #e3fae1; padding: 1rem 0; display: flex; align-items: center; justify-content: center; }
.low dl.list dd { width: 70%; padding: 1rem 1rem 1rem 1.6rem; }
.low dl.dl_lb { display: flex; flex-wrap: wrap; justify-content: space-between; }
.low dl.dl_lb div { width: 49%; text-align: center; margin-bottom: 1.5rem; line-height: 2; color: #5E8ECB; font-weight: bold; font-size: 1.4rem; }
.low dl.dl_lb div dd img { max-width: 100%; width: auto; }
.low a.btn_link { text-decoration: none; width: auto; height: auto; color: #FFFFFF; font-size: 1.4rem; font-weight: bold; background: #b5d469; background-image: url("../images/btn_link.png"); background-repeat: no-repeat; background-position: left 1rem center; border-radius: 10px; text-align: center; margin: 0 0 1rem auto; padding: 1rem 1rem 1rem 2.4rem; display: table; box-shadow: 0px 6px 3px rgba(145, 180, 60, 0.8); }
.low a.link_btn { text-decoration: none; padding: 0; border: 2px #1ba1e6 solid; color: #1ba1e6; height: 5rem; width: 17rem; font-size: 1.8rem; font-weight: bold; text-align: center; display: flex; align-items: center; justify-content: center; margin: 0 0 0 auto; border-radius: 8px; }
.low a.link_btn::before { margin: 0 1rem 0 0; display: inline-block; width: 4rem; vertical-align: middle; }
.low a.internal::before { content: url("../images/menu01.svg"); }
.low a.visit::before { content: url("../images/menu02.svg"); }
.low a.pediatrics::before { content: url("../images/menu03.svg"); }
.low a.homecare::before { content: url("../images/menu04.svg"); }
.low a.vaccination::before { content: url("../images/menu05.svg"); }
.low a.checkup::before { content: url("../images/menu06.svg"); }
.low .googlemap p { font-family: "Lato", sans-serif; font-size: 1.6rem; font-weight: bold; letter-spacing: 1px; margin: 0 0 0.6rem 0; }
.low .googlemap iframe { width: 100%; height: 30rem; }
.low .lb-data .lb-caption { font-size: 180%; color: #1ba1e6; }

@media print, screen and (min-width: 768px) { .low .main { width: 830px; margin: 0 0 30px auto; padding: 0; box-sizing: border-box; }
  .low section { margin: 0 0 60px 0; }
  .low section.under { margin: 0 0 30px 0; }
  .low .mt30 { margin-top: 30px; }
  .low figure.image_r { float: right; width: 40%; margin: 0 0 0 3rem; }
  .low figure.image_r img { width: 100%; }
  .low figure.image_r figcaption { margin: .8rem 0 0 0; text-align: center; font-size: 1.8rem; }
  .low p { font-size: 1.8rem; line-height: 1.6; margin: 0 0 2rem 0; }
  .low p.doctor_name { text-align: right; margin: 0; }
  .low p.greeting { line-height: 1.9; }
  .low p.b_tit { font-weight: bolder; margin: 0 0 -18px 0; }
  .low .blue_text { padding: 2rem 3rem; margin: 2rem 0 3rem 0; }
  .low .blue_text p { font-size: 1.8rem; line-height: 1.4; }
  .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; }
  .low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.8rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #eeeeee solid; border-left: .1rem #eeeeee solid; }
  .low table.tbl_list2 th:last-of-type, .low table.tbl_list2 td:last-of-type { border-right: .1rem #eeeeee 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: #0000ff; color: #FFFFFF; font-weight: bold; }
  .low table.tbl_list2 th:first-of-type { width: 30%; border-right: .1rem #eeeeee solid; }
  .low table.tbl_list2 td { border-right: .1rem #eeeeee solid; }
  .low dl.list { display: flex; flex-wrap: wrap; width: 100%; }
  .low dl.list dt, .low dl.list dd { font-family: "Lato", sans-serif; font-size: 1.6rem; line-height: 1.4; border-bottom: 1px #aaaaaa solid; box-sizing: border-box; }
  .low dl.list dt:first-of-type, .low dl.list dd:first-of-type { border-top: 1px #aaaaaa solid; }
  .low dl.list dt { width: 200px; background: #e3fae1; padding: 12px 0; display: flex; align-items: center; justify-content: center; }
  .low dl.list dd { width: 630px; padding: 12px 12px 12px 22px; }
  .low dl.dl_lb { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .low dl.dl_lb div { width: 49%; text-align: center; margin-bottom: 1.5rem; line-height: 2; color: #5E8ECB; font-weight: bold; font-size: 1.8rem; }
  .low dl.dl_lb div dd img { max-width: 100%; width: auto; }
  .low a.btn_link { text-decoration: none; width: auto; height: auto; color: #FFFFFF; font-size: 1.6rem; background: #b5d469; background-image: url("../images/btn_link.png"); background-repeat: no-repeat; background-position: left 1rem center; border-radius: 6px; text-align: center; margin: 0 0 10px auto; padding: 14px 14px 14px 30px; display: table; }
  .low a:hover { opacity: 0.8; }
  .low .googlemap p { font-family: "Lato", sans-serif; font-size: 1.8rem; font-weight: bold; letter-spacing: 1px; margin: 0 0 8px 0; }
  .low .googlemap iframe { width: 100%; height: 500px; } }
/* クリニック紹介 */
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; margin: 0 0 2rem 0; }
.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: #222222; 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: #222222; margin: 0 0 10px 0; width: auto; } }
/*診療時間・アクセス*/
.access .main .tel a { text-decoration: none; color: #222222; }
.access .main table.timetable { width: 100%; }
.access .main table.timetable tr th, .access .main table.timetable tr td { padding: 1.2rem 0; }

@media print, screen and (min-width: 768px) { .access .main table.timetable tr th, .access .main table.timetable tr td { font-size: 1.8rem; padding: 12px 0; }
  .access .main table.timetable tr td.time { font-size: 1.8rem; }
  .access .main p.notice { font-size: 1.8rem; } }
.scroll { overflow: auto; white-space: nowrap; }

.scroll::-webkit-scrollbar { height: 5px; }

.scroll::-webkit-scrollbar-track { background: #F1F1F1; }

.scroll::-webkit-scrollbar-thumb { background: #BCBCBC; }
