@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #555555; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; color: #555555; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 3rem 0; }

.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; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 1170px; }
  section { height: auto; overflow: hidden; margin: 30px 0; }
  .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: 40px 0 0 0; background-color: #FFFFFF; }
  .main { width: 1170px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { width: 100%; height: auto; padding: 0 0 2rem 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
header .head_frame { margin: 0; padding: 0; }
header .head_frame .head_menu { display: none; }
header .head_frame .header_info { width: 100%; margin: 0 auto; padding: 0; }
header .head_frame .header_info .head_logo { width: 57%; height: auto; background: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding: 1rem 0 0 1rem; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; }
header .head_frame .header_info .head_logo .head_event { position: absolute; bottom: -2rem; left: 4rem; right: 0; margin: 0; width: auto; height: auto; background: url("../images/bg_plate.jpg") no-repeat center; background-size: contain; padding: .3rem; }
header .head_frame .header_info .head_logo .head_event p { margin: 0; padding: 0; color: #FFFFFF; font-size: 1.0rem; text-align: center; line-height: 1.2; }
header .head_frame .header_info .head_logo .head_event p span.large { font-size: 1.2rem; }
header .head_frame .header_info .head_logo .head_event p span.small { font-size: 0.8rem; }
header .key_on { padding: 0; text-align: center; }
header .key_on .message { width: 86%; margin: 8rem auto 0; color: #00a0e9; font-size: 1.8rem; font-weight: bold; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; text-shadow: white 2px 0px 5px, white -2px 0px 5px, white 0px -2px 5px, white -2px 0px 5px, white 2px 2px 5px, white -2px 2px 5px, white 2px -2px 5px, white -2px -2px 5px, white 1px 2px 5px, white -1px 2px 5px, white 1px -2px 5px, white -1px -2px 5px, white 2px 1px 5px, white -2px 1px 5px, white 2px -1px 5px, white -2px -1px 5px, white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px; }
header.header_low { height: auto; background: url("../images/key_visual_low.jpg") no-repeat; background-size: cover; background-position: top center; }
header.header_low .head_frame .header_info .head_logo { width: 80%; height: auto; padding: 1rem 0 0 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; background: transparent; }
header.header_low .key_visual_low { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
header.header_low .key_visual_low h1 { width: 100%; margin: 0 auto; font-size: 2.6rem; color: #414648; font-weight: normal; padding: 0; text-align: center; }

@media print, screen and (min-width: 768px) { header { width: 100%; height: 888px; padding: 0; background-position: center; background-size: auto; background-repeat: no-repeat; }
  header .head_frame { margin: 0; padding: 0; }
  header .head_frame .head_menu { display: block; height: 120px; background: rgba(255, 255, 255, 0.6); }
  header .head_frame .head_menu .list_info { width: 1170px; margin: 0 auto; padding: 22px 20px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .head_menu .list_info .list_l { margin: 0 26px 0 0; padding: 10px 0 0 0; }
  header .head_frame .head_menu .list_info .list_l p { margin: 0; font-size: 1.6rem; }
  header .head_frame .head_menu .list_info .list_l p::before { font-family: fontello; display: inline-block; margin: 0 4px 0 0; text-align: center; color: #ed6d1f; width: 13px; }
  header .head_frame .head_menu .list_info .list_l p.address::before { content: '\0e800'; }
  header .head_frame .head_menu .list_info .list_l p.time::before { content: '\0e802'; }
  header .head_frame .head_menu .list_info .list_l p.holiday::before { content: '\0e805'; }
  header .head_frame .head_menu .list_info .list_r p { margin: 0; }
  header .head_frame .head_menu .list_info .list_r p.access { width: 270px; height: 30px; color: #FFFFFF; background-color: #00a0e9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  header .head_frame .head_menu .list_info .list_r p.access span { font-size: 1.8rem; }
  header .head_frame .head_menu .list_info .list_r p.phone { color: #1d50a2; font-size: 1.8rem; text-align: center; }
  header .head_frame .head_menu .list_info .list_r p.phone span { font-size: 3rem; vertical-align: -2px; margin: 0 0 0 2px; }
  header .head_frame .header_info { width: 1170px; margin: -120px auto 0; padding: 0; }
  header .head_frame .header_info .head_logo { width: 380px; height: 120px; background: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; padding: 0; }
  header .head_frame .header_info .head_logo img { width: auto; height: auto; }
  header .head_frame .header_info .head_logo .head_event { position: absolute; bottom: -95px; left: auto; right: auto; margin: 0; width: 300px; height: 100px; background: url("../images/bg_plate.jpg") no-repeat; }
  header .head_frame .header_info .head_logo .head_event p { margin: 0; padding: 10px 0 0 0; color: #FFFFFF; font-size: 2.2rem; text-align: center; line-height: 1.4; }
  header .head_frame .header_info .head_logo .head_event p span.large { font-size: 3rem; }
  header .head_frame .header_info .head_logo .head_event p span.small { font-size: 1.4rem; }
  header .key_on { padding: 0; text-align: center; }
  header .key_on .message { width: auto; margin: 517px 0 0 0; color: #00a0e9; font-size: 2.2rem; font-weight: bold; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; text-shadow: white 2px 0px 5px, white -2px 0px 5px, white 0px -2px 5px, white -2px 0px 5px, white 2px 2px 5px, white -2px 2px 5px, white 2px -2px 5px, white -2px -2px 5px, white 1px 2px 5px, white -1px 2px 5px, white 1px -2px 5px, white -1px -2px 5px, white 2px 1px 5px, white -2px 1px 5px, white 2px -1px 5px, white -2px -1px 5px, white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px; }
  header.header_low { height: 250px; background: url("../images/key_visual_low.jpg") no-repeat; background-size: auto; background-position: top center; }
  header.header_low .head_frame .header_info .head_logo { width: 380px; height: 99px; margin: 10px 0 0 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: transparent; }
  header.header_low .key_visual_low { width: 100%; height: 130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  header.header_low .key_visual_low h1 { width: 1170px; margin: 0 auto; font-size: 3.4rem; color: #414648; font-weight: normal; padding: 0; text-align: center; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; background: #1d50a2; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1170px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0 auto; }
  .main_nav_pc nav ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; height: 70px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_nav_pc nav ul li a { text-decoration: none; font-size: 1.7rem; width: 100%; height: 40px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #FFFFFF; border-left: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li a::after { margin: 4px 0 0 0; display: block; color: #CCCCCC; font-size: 1.2rem; }
  .main_nav_pc nav ul li:last-of-type a { border-right: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li:first-child a::after { content: 'Home'; }
  .main_nav_pc nav ul li:nth-child(2) a::after { content: 'Greeting'; }
  .main_nav_pc nav ul li:nth-child(3) a::after { content: 'ForPatients'; }
  .main_nav_pc nav ul li:nth-child(4) a::after { content: 'Recruit'; }
  .main_nav_pc nav ul li:last-child a::after { content: 'Access'; }
  	/* .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 { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 0; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
.table_wrapper table.timetable tr { margin: 0 auto; padding: 0; vertical-align: middle; border-bottom: 1px #1d50a2 solid; }
.table_wrapper table.timetable tr:first-of-type { border-bottom: 0; }
.table_wrapper table.timetable tr:last-of-type { border-bottom: 2px #1d50a2 solid; }
.table_wrapper table.timetable tr th { padding: 10px 0; text-align: center; color: #FFFFFF; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; background: #1d50a2; white-space: nowrap; font-weight: normal; }
.table_wrapper table.timetable tr td { text-align: center; padding: 10px 0; font-size: 1.3rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; width: 11%; }
.table_wrapper table.timetable tr td.time { width: 34%; text-align: center; white-space: nowrap; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: bold; }
.table_wrapper p.notice_time { margin: 4px 0 0 0; font-size: 1.4rem; line-height: inherit; }

@media print, screen and (min-width: 768px) { .table_wrapper { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  .table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 0; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .table_wrapper table.timetable tr { margin: 0 auto; padding: 0; vertical-align: middle; border-bottom: 1px #1d50a2 solid; }
  .table_wrapper table.timetable tr:first-of-type { border-bottom: 0; }
  .table_wrapper table.timetable tr:last-of-type { border-bottom: 2px #1d50a2 solid; }
  .table_wrapper table.timetable tr th { padding: 0; height: 32px; text-align: center; color: #FFFFFF; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; background: #1d50a2; white-space: nowrap; }
  .table_wrapper table.timetable tr td { text-align: center; padding: 0; height: 64px; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; width: 11%; }
  .table_wrapper table.timetable tr td.time { width: 34%; font-size: 1.4rem; text-align: center; white-space: nowrap; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: bold; }
  .table_wrapper p.notice_time { margin: 6px 0 0 0; font-size: 1.4rem; line-height: inherit; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { width: 100%; margin: 0 auto; padding: 0; }
.notice_wrapper .notice_box { width: 90%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 4rem 0; display: block; border-top: #b3b3b3 1px solid; border-bottom: #b3b3b3 1px solid; }
.notice_wrapper .notice_box .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; margin: 0 auto; padding: 0 2rem 3rem 0; box-sizing: border-box; }
.notice_wrapper .notice_box .notice_frame dl { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_wrapper .notice_box .notice_frame dl dt { color: #ffcc00; font-size: 1.4rem; font-weight: normal; margin: 1.2rem 0 .8rem; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_wrapper .notice_box .notice_frame dl dd { border-bottom: 1px #b3b3b3 dashed; margin: 0 0 2.2rem 0; padding: 0 .8rem; }
.notice_wrapper .notice_box .notice_frame dl dd p { font-size: 1.3rem; color: #737373; margin: 0; padding: 0 0 1.6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; }

@media print, screen and (min-width: 768px) { .notice_wrapper { width: 100%; margin: 0 auto; padding: 0; }
  .notice_wrapper .notice_box { width: 1130px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-top: #b3b3b3 1px solid; border-bottom: #b3b3b3 1px solid; }
  .notice_wrapper .notice_box .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 820px; margin: 0 auto; padding: 0 20px 30px 0; box-sizing: border-box; }
  .notice_wrapper .notice_box .notice_frame dl { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_box .notice_frame dl dt { color: #ffcc00; font-size: 1.6rem; font-weight: normal; margin: 16px 0 8px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_box .notice_frame dl dd { border-bottom: 1px #b3b3b3 dashed; margin: 0 0 24px 0; padding: 0 0 0 8px; }
  .notice_wrapper .notice_box .notice_frame dl dd p { font-size: 1.4rem; color: #737373; margin: 0; padding: 0 0 18px 0; -webkit-box-sizing: border-box; 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); } }
/* -----------------------------------------------------------
　メッセージ
----------------------------------------------------------- */
p.yellow_line { margin: 2rem 0; text-align: center; padding: 0 1rem; }
p.yellow_line span { font-size: 1.4rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(10%, #ffcc00)); background: linear-gradient(transparent 90%, #ffcc00 10%); }

@media print, screen and (min-width: 768px) { p.yellow_line { margin: 20px 0; padding: 0; }
  p.yellow_line span { font-size: 1.8rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(10%, #ffcc00)); background: linear-gradient(transparent 60%, #ffcc00 10%); } }
/* -----------------------------------------------------------
　LINE処方箋受付
----------------------------------------------------------- */
.line_wrapper { margin-top: 2rem; }
.line_wrapper h2.top::after { content: 'Line'; }
.line_wrapper .line_box { width: 90%; margin: 0 auto; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.line_wrapper .line_box figure { text-align: center; }
.line_wrapper .line_box .headline { width: 100%; background: #017c3d; background: -webkit-gradient(linear, left top, left bottom, from(#017c3d), color-stop(36%, #04743f), color-stop(74%, #0a6743), to(#105948)); background: linear-gradient(to bottom, #017c3d 0%, #04743f 36%, #0a6743 74%, #105948 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017c3d', endColorstr='#105948',GradientType=0 ); color: #FFFFFF; font-size: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; margin: 0 auto; display: block; padding: 0.5rem; }
.line_wrapper .line_box .headline ol { padding-left: 20px; }

@media print, screen and (min-width: 768px) { .line_wrapper { margin: 0; width: 100%; }
  .line_wrapper .line_box { width: 1170px; margin: 0 auto; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .line_wrapper .line_box .headline { width: 80%; background: #017c3d; background: -webkit-gradient(linear, left top, left bottom, from(#017c3d), color-stop(36%, #04743f), color-stop(74%, #0a6743), to(#105948)); background: linear-gradient(to bottom, #017c3d 0%, #04743f 36%, #0a6743 74%, #105948 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017c3d', endColorstr='#105948',GradientType=0 ); color: #FFFFFF; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } }
/* -----------------------------------------------------------
　医院理念
----------------------------------------------------------- */
.disease_wrapper h2.top::after { content: 'About infectious disease measures'; }
.disease_wrapper .disease_box { width: 90%; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.disease_wrapper .disease_box .headline { padding: 2rem 0 0 0; position: relative; background: url("../images/bg_wave.png") no-repeat top right; }
.disease_wrapper .disease_box .headline p.tit { background: #019ee7; background: -webkit-gradient(linear, left top, left bottom, from(#019ee7), color-stop(36%, #0a87d2), color-stop(74%, #1667b6), to(#1f51a2)); background: linear-gradient(to bottom, #019ee7 0%, #0a87d2 36%, #1667b6 74%, #1f51a2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ee7', endColorstr='#1f51a2',GradientType=0 ); height: auto; width: 100%; color: #FFFFFF; font-size: 1.4rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; margin: 0 auto; }
.disease_wrapper .disease_box .headline p.tit span { font-size: 1.6rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #57a2d8)); background: linear-gradient(transparent 80%, #57a2d8 10%); }
.disease_wrapper .disease_box .headline p.about { margin: 15rem 0 2rem 0; font-size: 1.4rem; line-height: 1.6; letter-spacing: 1.8px; }
.disease_wrapper .disease_box .headline p.about span { font-size: 1.6rem; }
.disease_wrapper .disease_box .headline p.about2 { margin: 2rem 0; padding: 0; font-size: 1.4rem; line-height: 1.6; letter-spacing: 0.5px; }
.disease_wrapper .disease_box .headline::after { content: ''; position: absolute; right: 0; top: 12rem; width: 31rem; height: 14rem; background: url("../images/aeroshield_1.png") no-repeat; background-size: cover; }

@media print, screen and (min-width: 768px) { .disease_wrapper { margin: 0; width: 100%; }
  .disease_wrapper .disease_box { width: 1170px; margin: 0 auto; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .disease_wrapper .disease_box .headline { padding: 40px 0 0 0; position: relative; background: url("../images/bg_wave.png") no-repeat top right; }
  .disease_wrapper .disease_box .headline p.tit { background: #019ee7; background: -webkit-gradient(linear, left top, left bottom, from(#019ee7), color-stop(36%, #0a87d2), color-stop(74%, #1667b6), to(#1f51a2)); background: linear-gradient(to bottom, #019ee7 0%, #0a87d2 36%, #1667b6 74%, #1f51a2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ee7', endColorstr='#1f51a2',GradientType=0 ); height: 93px; width: 80%; color: #FFFFFF; font-size: 1.8rem; padding: 19px 0 0 14px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; margin: 0 auto 0 0; }
  .disease_wrapper .disease_box .headline p.tit span { font-size: 2.2rem; background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(10%, #57a2d8)); background: linear-gradient(transparent 60%, #57a2d8 10%); }
  .disease_wrapper .disease_box .headline p.about { margin: 40px 0 50px 0; font-size: 1.4rem; line-height: 1.6; letter-spacing: 1.8px; }
  .disease_wrapper .disease_box .headline p.about span { font-size: 1.6rem; }
  .disease_wrapper .disease_box .headline p.about2 { margin: 38px 0 50px 0; padding: 0 86px; font-size: 1.4rem; line-height: 1.6; letter-spacing: 0.5px; }
  .disease_wrapper .disease_box .headline::after { content: ''; position: absolute; right: 0; top: 0; width: 407px; height: 205px; background: url("../images/aeroshield_1.png") no-repeat; } }
/* -----------------------------------------------------------
　皆様のかかりつけ薬局であるために
----------------------------------------------------------- */
.policy_wrapper { margin: 0 auto; width: 90%; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.policy_wrapper h2.top::after { content: 'Our policy'; }
.policy_wrapper .policy { display: block; width: 100%; margin: 0; }
.policy_wrapper .policy .policy_box { width: 100%; margin: 0 0 3rem 0; }
.policy_wrapper .policy .policy_box figure { margin: 0; text-align: center; }
.policy_wrapper .policy .policy_box p { font-size: 1.4rem; line-height: 1.45; letter-spacing: 1px; }
.policy_wrapper .policy .policy_box p.tit { text-align: center; font-size: 2.0rem; border-bottom: 1px #555555 solid; padding: 0 0 1rem 0; margin: 2rem 0; line-height: inherit; }
.policy_wrapper .policy .policy_box a.btn_link { text-decoration: none; color: #FFFFFF; font-size: 1.4rem; width: 60%; height: 2rem; border-radius: 20px; background-color: #00a0e9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; }
.policy_wrapper .policy .policy_box a.btn_link::after { font-family: fontello; content: '\0e806'; display: inline-block; margin: 0 0 0 8px; }
.policy_wrapper .policy .policy_box a.btn_link:hover { background: #1d50a2; }

@media print, screen and (min-width: 768px) { .policy_wrapper { margin: 50px auto 0; width: 1170px; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .policy_wrapper .policy { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin: 0; }
  .policy_wrapper .policy .policy_box { width: 350px; min-height: 440px; margin: 0; position: relative; }
  .policy_wrapper .policy .policy_box figure { margin: 0; }
  .policy_wrapper .policy .policy_box p { font-size: 1.4rem; line-height: 1.45; letter-spacing: 1px; }
  .policy_wrapper .policy .policy_box p.tit { text-align: center; font-size: 2.2rem; border-bottom: 1px #555555 solid; padding: 0 0 10px 0; margin: 20px 0; line-height: inherit; }
  .policy_wrapper .policy .policy_box a.btn_link { position: absolute; bottom: 0; left: 0; right: 0; text-decoration: none; color: #FFFFFF; font-size: 1.4rem; width: 130px; height: 28px; border-radius: 20px; background-color: #00a0e9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; }
  .policy_wrapper .policy .policy_box a.btn_link::after { font-family: fontello; content: '\0e806'; display: inline-block; margin: 0 0 0 8px; }
  .policy_wrapper .policy .policy_box a.btn_link:hover { background: #1d50a2; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_wrapper { width: 100%; padding: 4rem 0; margin: 0; background: url("../images/bg_greeting.png") repeat; }
.greeting_wrapper .greeting { width: 90%; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_wrapper .greeting h2.top::after { content: 'Greeting'; }
.greeting_wrapper .greeting .main_txt { width: 100%; margin: 2rem auto 0; }
.greeting_wrapper .greeting .main_txt p { font-size: 1.4rem; letter-spacing: 1.4px; }
.greeting_wrapper .greeting .main_txt .sign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.greeting_wrapper .greeting .main_txt .sign p { font-size: 1.2rem; text-align: center; margin: 0; }
.greeting_wrapper .greeting .main_txt .sign p span { font-size: 1.6rem; }

@media print, screen and (min-width: 768px) { .greeting_wrapper { width: 100%; padding: 68px 0 73px; margin: 55px 0 0 0; background: url("../images/bg_greeting.png") repeat; }
  .greeting_wrapper .greeting { width: 1170px; margin: 0 auto; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .greeting_wrapper .greeting .main_txt { width: 948px; margin: 38px auto 0; }
  .greeting_wrapper .greeting .main_txt p { font-size: 1.8rem; letter-spacing: 1.4px; }
  .greeting_wrapper .greeting .main_txt .sign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .greeting_wrapper .greeting .main_txt .sign p { font-size: 1.6rem; text-align: center; margin: 0; }
  .greeting_wrapper .greeting .main_txt .sign p span { font-size: 2.2rem; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0; padding: 0; }
.overview_bg .overview { width: 90%; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview_bg .overview h2.top::after { content: 'Overview'; }
.overview_bg .overview .overview_frame { margin: 1rem 0 0 0; display: block; }
.overview_bg .overview .overview_frame figure { width: 40%; margin: 0 auto 2rem; }
.overview_bg .overview .overview_frame figure img { width: 100%; }
.overview_bg .overview .overview_frame .list_overvew { width: 100%; }
.overview_bg .overview .overview_frame .list_overvew dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; }
.overview_bg .overview .overview_frame .list_overvew dl dt, .overview_bg .overview .overview_frame .list_overvew dl dd { font-size: 1.4rem; margin: 0 0 1.6rem 0; line-height: 1.4; }
.overview_bg .overview .overview_frame .list_overvew dl dt { width: 20%; }
.overview_bg .overview .overview_frame .list_overvew dl dt span { border-bottom: 1px #555555 solid; display: block; white-space: nowrap; }
.overview_bg .overview .overview_frame .list_overvew dl dd { width: 80%; padding: 0 0 0 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px; }
.overview_bg .overview .overview_frame .list_overvew dl dd.tel a { text-decoration: none; color: #555555; }
.overview_bg .overview .overview_frame .table_wrapper { width: 100%; }
.overview_bg iframe { width: 90%; height: 40rem; margin: 0 auto; padding: 2rem 0; border: 0; display: block; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 36px 0 0 0; padding: 0; }
  .overview_bg .overview { width: 1170px; margin: 0 auto; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .overview_bg .overview .overview_frame { margin: 16px 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview_bg .overview .overview_frame figure { width: 225px; margin: 0; }
  .overview_bg .overview .overview_frame figure img { width: 100%; }
  .overview_bg .overview .overview_frame .list_overvew { width: 420px; }
  .overview_bg .overview .overview_frame .list_overvew dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; }
  .overview_bg .overview .overview_frame .list_overvew dl dt, .overview_bg .overview .overview_frame .list_overvew dl dd { font-size: 1.4rem; margin: 0 0 18px 0; line-height: 1.4; }
  .overview_bg .overview .overview_frame .list_overvew dl dt { width: 67px; }
  .overview_bg .overview .overview_frame .list_overvew dl dt span { border-bottom: 1px #555555 solid; display: block; }
  .overview_bg .overview .overview_frame .list_overvew dl dd { width: 353px; padding: 0 0 0 24px; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2.2px; }
  .overview_bg .overview .overview_frame .table_wrapper { width: 400px; }
  .overview_bg iframe { width: 100%; height: 450px; margin: 100px 0 0 0; padding: 0; border: 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
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: #00a0e9; border-top: 1px #FFFFFF solid; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1rem 0; white-space: nowrap; }
footer .nav-item:first-child { border-left: 0; }
footer .nav-item span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
footer .nav-item span.tel::before { font-family: fontello; content: '\0e801'; margin: 0 .4rem 0 0; display: inline-block; color: #FFFFFF; font-size: 1.6rem; }
footer .nav-item span.top::before { font-family: fontello; content: '\0e804'; font-size: 1.8rem; margin: 0 .4rem 0 0; display: inline-block; color: #FFFFFF; vertical-align: -2px; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.6rem; }
footer .copyright { text-align: center; height: auto; margin: 0; padding: .8rem 0 2rem; border-bottom: .1rem #FFFFFF solid; background: #1d50a2; }
footer .copyright a { text-decoration: none; font-size: 1.1rem; color: #FFFFFF; }

@media print, screen and (min-width: 768px) { footer { background: #019ee7; background: -webkit-gradient(linear, left top, left bottom, from(#019ee7), color-stop(32%, #078ed9), color-stop(64%, #207cca), to(#1d50a2)); background: linear-gradient(to bottom, #019ee7 0%, #078ed9 32%, #207cca 64%, #1d50a2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ee7', endColorstr='#1d50a2',GradientType=0 ); margin-bottom: 0; width: 100%; height: 120px; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 1170px; margin: 0 auto; padding: 0; height: 96px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer .footer_wrapper .footer_frame ul { text-align: center; margin: 0; padding: 0; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 22px; border-right: 1px #FFFFFF solid; margin: 0; }
  footer .footer_wrapper .footer_frame ul li:first-child { border-left: 1px #FFFFFF solid; }
  footer .footer_wrapper .footer_frame ul li a { color: #FFFFFF; font-size: 1.4rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.8; }
  footer .copyright { height: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0; border-bottom: 0; }
  footer .copyright a { text-decoration: none; font-size: 1rem; margin: 0; color: #FFFFFF; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 13vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; display: none; }

.color_2--blue { color: #1d50a2; }

.font16 { font-size: 1.6rem; }

.block { display: block; text-align: center; }

.blue_line > span { background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(10%, #1d50a2)) !important; background: linear-gradient(transparent 90%, #1d50a2 10%) !important; }

.line-none > span { background-image: none !important; }

.has-number { counter-reset: count; font-size: 1.4rem; width: 90%; margin: 0 auto; padding-left: initial; }

.has-number li { position: relative; line-height: 1.5; padding-left: 2.5rem; list-style: none; margin-top: 1rem; }

.has-number li::before { position: absolute; display: block; content: counter(count); counter-increment: count; left: 0; width: 1.7rem; line-height: 1.2; text-align: center; border-radius: 50%; border: 1px solid; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 130px; left: 50%; margin: 0 0 0 560px; height: 20px; text-align: center; z-index: 999; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; display: block; }
  .has-number { width: 65%; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 70px; left: 90%; margin: 0 0 0 0; height: 80px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #00a0e9; opacity: 0.9; }
.drawr p { color: #00a0e9; font-size: 1.2rem; text-align: center; padding: 1.8rem 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; padding: 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.2rem; 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; }
.drawr ul.hbg li:last-child { border-bottom: 0; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; }

.toggle { display: none; }

.toggle-label { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; width: 100%; height: 4.0rem; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; 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: ''; -webkit-transition: all 300ms ease-in-out; 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'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); 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 { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); 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: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 5rem; height: 5rem; position: absolute; cursor: pointer; top: 0; right: 0; padding: 0 0 .6rem 0; background-color: #1d50a2; border-radius: 0; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style-type: none; }
  aside div ul li { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: left; margin: 0 auto; width: 100%; padding: 0 .8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: 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-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; font-size: 2.2rem; font-weight: bold; -webkit-box-sizing: border-box; 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 1.8rem 0; text-align: center; }
.img_right img { width: 80%; height: auto; }

.img_left { margin: 0 0 1.2rem 0; text-align: center; }
.img_left img { width: 80%; height: auto; }

.img_doctor { margin: 0 0 2rem 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 100%; margin: 0 auto 2rem auto; display: block; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 50px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_left { float: left; margin: 0 20px 10px 0; }
  .img_left img { width: 350px; height: auto; }
  .img_doctor { float: left; margin: 0 20px 10px 0; }
  .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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .img_two figure { width: 48%; margin: 0 0 20px 0; }
  .img_two figure img { width: 100%; margin: 0; display: block; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 1.6; font-size: 1.2rem; 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: #9cc947; margin: 0 .3rem 0 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.2rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; 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.2rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; 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.2rem; 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 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; list-style: none; padding: 0; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.6; font-size: 1.2rem; margin: 0 0 1rem 1.8rem; padding: 0; text-indent: -1.5rem; }
ul.list_normal_two li::before { content: '●'; color: #9cc947; margin: 0 .3rem 0 0; }

@media print, screen and (min-width: 768px) { ul.list_normal { line-height: 1.6; font-size: 1.2rem; 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: #9cc947; margin: 0 3px 0 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; 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.6rem; 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 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding: 0; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.4; font-size: 1.6rem; margin: 0 0 15px 25px; padding: 0; text-indent: -21px; }
  ul.list_normal_two li::before { content: '●'; color: #9cc947; margin: 0 3px 0 0; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; 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-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; 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; } }
.list_faq { margin-bottom: 2rem; border: 1px solid #d6dde3; border-radius: .2rem; font-size: 1.2rem; }
@media print, screen and (min-width: 768px) { .list_faq { font-size: 1.6rem; } }
.list_faq dt { position: relative; padding: 1rem 2rem 1rem 3rem; cursor: pointer; border-top: 1px solid #d6dde3; }
.list_faq dt::before { content: "Q"; position: absolute; left: 1rem; font-weight: bold; font-size: 1.4rem; color: #75bbff; }
.list_faq dd { position: relative; margin: 0 0 1.5rem; padding: 1rem 2rem 1rem 3rem; color: #333; border-top: 1px solid #e1e8ed; -webkit-animation: fadeSlide 0.5s ease forwards; animation: fadeSlide 0.5s ease forwards; }
.list_faq dd::before { content: "A"; position: absolute; left: 1rem; font-weight: bold; font-size: 1.4rem; color: #ff8d8d; }

/* 開閉用のクラスをつけたときに表示 */
/* アニメーション */
@-webkit-keyframes fadeSlide { from { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeSlide { from { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
/*見出し*/
h1, h2, h3, h4, h5 { margin: 0; clear: both; }

h2.top { font-size: 2.2rem; font-weight: normal; text-align: center; color: #1d50a2; margin: 0 0 2rem 0; padding: 0 0 1.4rem 0; letter-spacing: 4px; border-bottom: 1px #1d50a2 solid; }
h2.top::after { font-size: 1.0rem; display: block; margin: .4rem 0 0 0; }
h2.info { font-size: 2.2rem; color: #1d50a2; text-align: center; background: #ebf5ff; height: auto; width: 100%; margin: 0 auto; padding: .6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
h2.info::after { content: 'Information'; font-size: 1.0rem; display: block; margin: .1rem 0 0 0; letter-spacing: 2px; width: 100%; }
h2.low { font-size: 2.0rem; font-weight: normal; color: #1d50a2; border-bottom: 1px #1d50a2 solid; padding: 0 0 1rem 0; line-height: inherit; margin: 0 0 3rem 0; text-align: center; }
h2.low::before { content: ''; background: url("../images/h2_before.png"); background-size: contain; background-repeat: no-repeat; background-position: center; width: 8rem; height: 3rem; display: block; margin: 0 auto 1rem; }

h3 { width: 100%; color: #FFFFFF; font-weight: normal; font-size: 1.8rem; padding: .4rem 0 .4rem 1rem; margin: 3.6rem 0 1.8rem 0; line-height: inherit; background: #1d50a2; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
h3::after { content: ''; display: inline-block; width: 8.5rem; height: 3.4rem; position: absolute; bottom: 0; right: .8rem; background: url("../images/h3_after.png") no-repeat; background-size: cover; }

h4 { color: #00a0e9; font-weight: normal; font-size: 1.6rem; padding: 0 0 .6rem .4rem; margin: 3.2rem 0 1.6rem 0; border-bottom: #00a0e9 1px solid; }
h4::before { content: url("../images/h4_before.png"); display: inline-block; margin: 0 .8rem 0 0; }

h5 { color: #9cc947; font-size: 1.6rem; padding: 0 0 .8rem .6rem; margin: 2rem 0; border-bottom: #9cc947 1px dotted; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top { font-size: 2.4rem; font-weight: normal; text-align: center; color: #1d50a2; margin: 0 0 40px 0; padding: 0 0 20px 0; letter-spacing: 4px; border-bottom: 1px #1d50a2 solid; }
  h2.top::after { font-size: 1.0rem; display: block; margin: 4px 0 0 0; }
  h2.info { font-size: 2.4rem; color: #1d50a2; text-align: center; background: #ebf5ff; min-height: 290px; height: auto; width: 230px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  h2.info::after { content: 'Information'; font-size: 1.0rem; display: block; margin: 10px 0 0 0; letter-spacing: 2px; width: 100%; }
  h2.low { font-size: 2.4rem; font-weight: normal; color: #1d50a2; border-bottom: 1px #1d50a2 solid; padding: 0 0 14px 0; line-height: inherit; margin: 0 0 40px 0; text-align: center; }
  h2.low::before { content: ''; background: url("../images/h2_before.png"); background-size: contain; background-repeat: no-repeat; background-position: center; width: 141px; height: 52px; display: block; margin: 0 auto 14px; }
  h3 { width: 100%; color: #FFFFFF; font-weight: normal; font-size: 2.6rem; padding: 11px 0 11px 24px; margin: 40px 0 20px 0; line-height: inherit; background: #1d50a2; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  h3::after { content: ''; display: inline-block; width: 178px; height: 70px; position: absolute; bottom: 0; right: 3px; background: url("../images/h3_after.png"); }
  h4 { color: #00a0e9; font-weight: normal; font-size: 2.2rem; padding: 0 0 10px 6px; margin: 30px 0 20px 0; border-bottom: #00a0e9 1px solid; }
  h4::before { content: url("../images/h4_before.png"); display: inline-block; margin: 0 12px 0 0; }
  h5 { color: #9cc947; font-size: 2rem; padding: 0 0 8px 6px; margin: 20px 0; border-bottom: #9cc947 1px dotted; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low .wrapper { margin: 3rem 0; }
.low section { margin: 0 0 4.8rem 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 p.g_txt { font-size: 1.8rem; color: #00a0e9; margin: 0 0 .6rem 0; }
.low p.txt_r { text-align: right; }
.low .blue_text { background-color: #e4f8ff; padding: 2rem 1rem; font-size: 1.2rem; }
.low ul li { font-size: 1.2rem; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.2rem; }
.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: #ebf5ff; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.low ul.hospital { border: 0.1rem #00a0e9 solid; -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
.low dl.smp dt { color: #555555; font-weight: bold; background-color: #e4f8ff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.low dl.smp dd { color: #555555; }
.low dl.smp dd.tel a { text-decoration: none; color: #00a0e9; font-size: 2rem; }
.low table.tbl_list th, .low table.tbl_list td { font-size: 1.2rem; font-weight: normal; padding: 1rem; }
.low table.tbl_list th { white-space: nowrap; }
.low table.tbl_list2 { margin: 0 0 1.2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 99%; }
.low table.tbl_list2 tr { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.2rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #999999 solid; border-left: .1rem #999999 solid; -webkit-box-sizing: border-box; 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: #00a0e9; color: #FFFFFF; font-weight: bold; }
.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 .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: #ffcc00; padding: .8rem 0; margin: 1.2rem 0 .8rem; }
.low .arrow { position: relative; margin: 15px 0 10px 0; padding: 0 0 15px 0; }
.low .arrow::before { content: ""; display: block; position: absolute; top: 0px; left: 50%; width: 0; height: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); border: 12px solid transparent; border-top: 12px solid #00a0e9; border-bottom-width: 0; }
.low a.txt_link { font-size: 1.2rem; color: #00abeb; }
.low iframe { width: 100%; height: 25rem; border: 0; }

@media print, screen and (min-width: 768px) { .low .wrapper { margin: 30px 0 80px 0; }
  .low section { margin: 30px 0 60px; }
  .low figure img.machine { display: block; margin: 0 auto 2rem; width: 60%; }
  .low .blue_text { font-size: 1.6rem; }
  .low ul li { font-size: 1.6rem; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.6rem; }
  .low ul.certificate { margin: 0 0 2.8rem 0; }
  .low ul.certificate li a:hover { opacity: 0.8; }
  .low ul.hospital { border: 0.1rem #00a0e9 solid; -webkit-box-sizing: border-box; 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.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .low dl.smp dt { color: #555555; font-weight: normal; background-color: #e4f8ff; width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: .1rem #AAAAAA solid; }
  .low dl.smp dt:first-of-type { border-top: .1rem #AAAAAA solid; }
  .low dl.smp dt:last-of-type { border-bottom: .1rem #AAAAAA solid; }
  .low dl.smp dd { color: #555555; width: 70%; border-right: 0; border-bottom: .1rem #AAAAAA solid; padding: 2rem; border-left: 0; }
  .low dl.smp dd:first-of-type { border-top: .1rem #AAAAAA solid; }
  .low table.tbl_list th, .low table.tbl_list td { font-size: 1.6rem; font-weight: normal; padding: 1rem; }
  .low table.tbl_list2 { margin: 0 0 1.2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.6rem; font-weight: normal; padding: 1rem; border-bottom: .1rem #999999 solid; border-left: .1rem #999999 solid; -webkit-box-sizing: border-box; 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: #00a0e9; color: #FFFFFF; font-weight: bold; }
  .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 .txt_right { display: block; text-align: right; }
  .low .g_txt { font-size: 1.8rem; font-weight: bold; margin: 20px 0 12px 0; border-bottom: 1px #555555 solid; display: inline-block; }
  .low .clinic_map { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: distribute; 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: #ffcc00; padding: .8rem 0; margin: 0 0 1.2rem 0; }
  .low .arrow { position: relative; margin: 15px 0 10px 0; padding: 0 0 15px 0; }
  .low .arrow::before { content: ""; display: block; position: absolute; top: 0px; left: 50%; width: 0; height: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); border: 12px solid transparent; border-top: 12px solid #00a0e9; border-bottom-width: 0; }
  .low a.txt_link { font-size: 1.6rem; }
  .low a.txt_link:hover { color: #ff9900; }
  .low iframe { width: 100%; height: 500px; } }
/* クリニック紹介 */
.clinic ul.device { display: block; }
.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: #555555; margin: 0 0 .6rem 0; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-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: #555555; margin: 0 0 10px 0; width: auto; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.first dl.flow dt { background-color: #00a0e9; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.2rem; line-height: 1.4; width: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 0; text-align: left; }

@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.6rem; line-height: 1.6; width: 100%; text-align: left; } }
/* アクセス */
.access .table_wrapper { padding: 0; }
.access .table_wrapper p.tit { display: none; }

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