@charset "UTF-8";
/* Scss Document */
/* ======================================================================= 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本文字家族*/
/*基本文字色*/
/*基本背景色PC*/
/*以下、不使用*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Noto Sans JP", sans-serif; color: #212121; background-color: #FFFFFF; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "Noto Sans JP", sans-serif; color: #212121; background-color: #FFFFFF; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 3rem 0; }
section.first { margin: 0; }
section.s_h2 { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

.txt_center { text-align: center; display: block; }

.txt_right { text-align: right !important; }

.txt_left { text-align: left !important; }

.red_text { color: #f00; }

@media print, screen and (min-width: 768px) { body { position: relative; z-index: 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 1100px; }
  section { height: auto; overflow: hidden; margin: 0 0 60px 0; }
  section.first { margin: 0; }
  section.s_h2 { margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; position: relative; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; background-color: #FFFFFF; }

.main { width: 90%; margin: 0 auto; padding: 3rem 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: 100px 0 60px; background-color: #FFFFFF; }
  .main { width: 1000px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　インフルエンザワクチン接種予約
----------------------------------------------------------- */
.influ { margin: 0 auto 30px; text-align: center; }
.influ p.ti_s { color: #64b851; font-size: 1.4rem; font-weight: 900; padding: 0; margin: 0 0 10px 0; }
.influ p.ti_s.-pink { color: #ff99cc; }
.influ a.btn_reserve { margin: 0 auto; text-align: center; text-decoration: none; height: auto; border-radius: 4px; 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; background: #2e65af url("../images/icon_reserve.png") no-repeat left 10px center; position: relative; padding: 1rem 2rem; }
.influ a.btn_reserve::after { content: url("../images/arrow_right.png"); display: block; }
.influ a.btn_reserve p { margin: 0 auto; padding: .5rem; font-size: 1.5rem; color: #FFFFFF; text-align: center; font-weight: 700; }

@media print, screen and (min-width: 768px) { .influ a.btn_reserve { width: 55%; }
  .influ p.ti_s { font-size: 2rem; }
  .influ a.btn_reserve p { font-size: 2.4rem; color: #FFFFFF; } }
.mynumber { margin: 0 auto 30px; text-align: center; }
.mynumber img { max-width: 100%; height: auto; }

@media print, screen and (min-width: 768px) { .mynumber { margin: 40px auto; } }
/* -----------------------------------------------------------
　発熱外来予約
----------------------------------------------------------- */
.fever { margin: 0 auto 30px; text-align: center; }
.fever p.ti_s { color: #64b851; font-size: 1.4rem; font-weight: 900; padding: 0; margin: 0 0 10px 0; }
.fever p.ti_s.-pink { color: #ff99cc; }
.fever a.btn_reserve { margin: 0 auto; text-align: center; text-decoration: none; height: auto; border-radius: 4px; 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; background: darkorange url("../images/icon_reserve.png") no-repeat left 10px center; position: relative; padding: 1rem 2rem; }
.fever a.btn_reserve::after { content: url("../images/arrow_right.png"); display: block; }
.fever a.btn_reserve p { margin: 0 auto; padding: .5rem; font-size: 1.5rem; color: #FFFFFF; text-align: center; font-weight: 700; }

@media print, screen and (min-width: 768px) { .fever a.btn_reserve { width: 55%; }
  .fever p.ti_s { font-size: 2rem; }
  .fever a.btn_reserve p { font-size: 2.4rem; color: #FFFFFF; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .head_frame { width: 100%; margin: 0; padding: 1.4rem 0 0 0; }
header .head_frame .header_info { width: 95%; margin: 0 auto; }
header .head_frame .header_info .head_logo { width: 74%; margin: 0rem auto 0 1.6rem; }
header .head_frame .header_info .head_logo img { width: 100%; height: auto; }
header .head_frame .header_info .info_A { width: 100%; }
header .head_frame .header_info .info_A p { margin: 0; }
header .head_frame .header_info .info_A p.tel { display: none; }
header .head_frame .header_info .info_A p.address { font-size: 1.4rem; color: #121212; line-height: 1.8; text-align: center; }
header .head_frame .header_info .info_A p.exp { font-size: 1.2rem; line-height: 1.4; text-align: center; }
header .head_frame .header_info .info_A a.head_reserve { text-decoration: none; width: 100%; height: auto; border-radius: 4px; display: block; background: #2e65af url("../images/icon_reserve.png") no-repeat left 10px center; position: relative; padding: 0.2rem 0 0.4rem 0; margin: 1rem 0 0 0; }
header .head_frame .header_info .info_A a.head_reserve::after { content: url("../images/arrow_right.png"); position: absolute; right: 10px; top: 10px; }
header .head_frame .header_info .info_A a.head_reserve p { font-size: 2rem; color: #FFFFFF; text-align: center; font-weight: 700; }
header .head_frame .header_info .info_A a.head_line { text-decoration: none; width: 100%; height: auto; border-radius: 4px; display: block; background: #06C755 no-repeat left 10px center; position: relative; padding: 0.2rem 0 0.4rem 0; margin: 1rem 0; }
header .head_frame .header_info .info_A a.head_line::after { content: url("../images/arrow_right.png"); position: absolute; right: 10px; top: 10px; }
header .head_frame .header_info .info_A a.head_line p { font-size: 2rem; color: #FFFFFF; text-align: center; font-weight: 700; }
header .head_frame .header_info .info_B { width: 100%; }
header .head_frame .header_info .info_B .subject { /*display: flex;
justify-content: space-between;*/ margin: 0 0 6px 0; }
header .head_frame .header_info .info_B .subject p.sub { font-size: 1.4rem; font-weight: 700; margin: 1rem 0 0 0; /*width: 48%;*/ width: 100%; height: auto; border-radius: 8px; text-align: center; line-height: 1.8; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .head_frame .header_info .info_B .subject p.sub_blue { color: #5bc1d8; border: 2px #5bc1d8 solid; }
header .head_frame .header_info .info_B .subject p.sub_green { color: #69c356; border: 2px #69c356 solid; }
header .head_frame .header_info .info_B p.clinic_info { font-size: 1.2rem; color: #121212; font-weight: 500; margin: 0 0 1rem 0; white-space: normal; text-size-adjust: none; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -moz-text-size-adjust: none; }
header .head_frame .header_info .info_B p.clinic_info.red_border { border: 3px solid red; padding: 0.5rem; max-width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .key_on { width: 100%; height: auto; background-position: center top; background-size: 120% auto; background-repeat: no-repeat; padding: 0; margin: 0; 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 .key_on .contents { width: 100%; margin: 14rem 0 0 0; display: block; }
header .key_on .contents .circle { display: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 90%; margin: 0 auto; }
header .key_on .contents .circle .blue, header .key_on .contents .circle .green { width: 12rem; height: 12rem; 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 .key_on .contents .circle .blue p, header .key_on .contents .circle .green p { font-size: 1.6rem; font-weight: 900; text-align: center; margin: 0; line-height: 1.2; }
header .key_on .contents .circle .blue p span, header .key_on .contents .circle .green p span { font-size: 2rem; }
header .key_on .contents .circle .blue p span.mid, header .key_on .contents .circle .green p span.mid { font-size: 1.8rem; }
header .key_on .contents .circle .blue { background: url("../images/circle_blue.png") no-repeat; background-size: cover; color: #5dc2d8; }
header .key_on .contents .circle .green { background: url("../images/circle_green.png") no-repeat; background-size: cover; color: #64b851; }
header .key_on .contents p.motto { color: #182987; font-size: 1.2rem; line-height: 1.8; font-weight: 700; margin: 1rem 0; padding: 0 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
header .key_visual_low { background: #53b35c; width: 100%; height: auto; margin: 0; padding: 0; }
header .key_visual_low h1 { font-size: 2.6rem; font-weight: normal; padding: 2.2rem 0; text-align: center; color: #FFFFFF; }

@media print, screen and (min-width: 768px) { header .head_frame { width: 100%; margin: 25px 0 0 0; padding: 0; height: auto; background-color: #FFFFFF; }
  header .head_frame .header_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 1000px; margin: 0 auto; padding: 0; }
  header .head_frame .header_info .head_logo { width: 465px; margin: 0; padding: 20px 0 0 0; }
  header .head_frame .header_info .head_logo img { width: 465px; height: auto; margin: 0; }
  header .head_frame .header_info .info_A { width: 265px; }
  header .head_frame .header_info .info_A p { margin: 0; }
  header .head_frame .header_info .info_A p.tel { display: block; font-size: 2.6rem; font-weight: 700; color: #121212; letter-spacing: -1px; line-height: 1.4; white-space: nowrap; }
  header .head_frame .header_info .info_A p.tel a { color: #121212; text-decoration: none; }
  header .head_frame .header_info .info_A p.address { font-size: 1.4rem; color: #121212; line-height: 1.8; text-align: left; }
  header .head_frame .header_info .info_A p.exp { font-size: 1.4rem; line-height: 1.6; text-align: left; }
  header .head_frame .header_info .info_A a.head_reserve { text-decoration: none; width: 265px; height: 35px; border-radius: 4px; display: block; background: #2e65af url("../images/icon_reserve.png") no-repeat left 10px center; position: relative; padding: 0; margin: 0; }
  header .head_frame .header_info .info_A a.head_reserve::after { content: url("../images/arrow_right.png"); position: absolute; right: 10px; top: 6px; }
  header .head_frame .header_info .info_A a.head_reserve p { font-size: 1.85rem; line-height: 1.85; color: #FFFFFF; text-align: center; font-weight: 700; }
  header .head_frame .header_info .info_A a.head_reserve:hover { opacity: 0.8; }
  header .head_frame .header_info .info_B { width: 215px; }
  header .head_frame .header_info .info_B .subject { /*display: flex;
justify-content: space-between;*/ margin: 0 0 6px 0; }
  header .head_frame .header_info .info_B .subject p.sub { font-size: 1.4rem; font-weight: 700; margin: 0; /*width: 104px;*/ width: 100%; height: 28px; border-radius: 8px; text-align: center; line-height: 1.8; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .head_frame .header_info .info_B .subject p.sub_blue { color: #5bc1d8; border: 2px #5bc1d8 solid; }
  header .head_frame .header_info .info_B .subject p.sub_green { color: #69c356; border: 2px #69c356 solid; }
  header .head_frame .header_info .info_B p.clinic_info { font-size: 1.4rem; color: #121212; font-weight: 500; letter-spacing: -1.4px; margin: 0; }
  header .key_on { width: 100%; height: 550px; background-position: center; background-size: auto; background-repeat: no-repeat; padding: 0; margin: 0; 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 .key_on .contents { width: 1000px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  header .key_on .contents .circle { display: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 330px; margin: 340px 0 0 0; }
  header .key_on .contents .circle .blue, header .key_on .contents .circle .green { width: 158px; height: 158px; 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 .key_on .contents .circle .blue p, header .key_on .contents .circle .green p { font-size: 2.2rem; font-weight: 900; text-align: center; margin: 0; line-height: 1.2; }
  header .key_on .contents .circle .blue p span, header .key_on .contents .circle .green p span { font-size: 2.8rem; }
  header .key_on .contents .circle .blue p span.mid, header .key_on .contents .circle .green p span.mid { font-size: 2.5rem; }
  header .key_on .contents .circle .blue { background: url("../images/circle_blue.png") no-repeat; color: #5dc2d8; }
  header .key_on .contents .circle .green { background: url("../images/circle_green.png") no-repeat; color: #64b851; }
  header .key_on .contents p.motto { color: #182987; font-size: 2.2rem; line-height: 1.8; font-weight: 700; margin: 295px 0 0 auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px; text-align: left; }
  header .key_visual_low { background: #53b35c; width: 100%; height: 20rem; 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 .key_visual_low h1 { font-size: 3.8rem; color: #FFFFFF; font-weight: normal; padding: 0; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 10px 0 0 0; background-color: #e2fce6; height: 60px; }
  .main_nav_pc nav { width: 1000px; margin: 0 auto; }
  .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-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; padding: 0; margin: 0 auto; }
  .main_nav_pc nav ul li { text-align: center; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #2e843b; font-size: 2rem; width: 100%; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .main_nav_pc nav ul li a::before { display: inline-block; margin: 0 10px 0 0; }
  .main_nav_pc nav ul li.home a::before { content: url("../images/icon_home.png"); }
  .main_nav_pc nav ul li.doctor a::before { content: url("../images/icon_doctor.png"); }
  .main_nav_pc nav ul li.first a::before { content: url("../images/icon_first.png"); }
  .main_nav_pc nav ul li.clinic a::before { content: url("../images/icon_clinic.png"); }
  .main_nav_pc nav ul li.treatment { position: relative; }
  .main_nav_pc nav ul li.treatment a::before { content: url("../images/icon_treatment.png"); }
  .main_nav_pc nav ul li.access a::before { content: url("../images/icon_access.png"); }
  .main_nav_pc nav ul li ul { width: 220px; margin: 0; display: none; z-index: 999; height: 0; padding: 0; position: absolute; top: 60px; left: -40px; }
  .main_nav_pc nav ul li ul li { width: auto; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #2e843b; border-bottom: #FFFFFF .1rem solid; }
  .main_nav_pc nav ul li ul li:first-of-type { border-left: 0; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0; height: auto; 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; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; color: #FFFFFF; }
  .main_nav_pc nav ul li ul li a::before { display: none; }
  .main_nav_pc nav ul li ul li:hover { background-color: #64b851; }
  .main_nav_pc nav ul.open_nav { display: block; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { width: 100%; }
.table_wrapper p { font-size: 1.2rem; margin: .6rem 0 0 0; text-align: left; }

table.timetable { width: 100%; padding: 0; margin: 0; vertical-align: middle; font-size: 1.2rem; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr { border-bottom: 1px #FFFFFF solid; }
table.timetable tr th { padding: 4px 0 5px; color: #FFFFFF; background: #64b851; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr td { text-align: center; padding: 11px 0; width: 11%; background: #f9f9f9; }
table.timetable tr td.time { white-space: nowrap; width: 23%; color: #64b851; }

@media print, screen and (min-width: 768px) { .table_wrapper { width: 100%; }
  .table_wrapper p { font-size: 1.4rem; margin: .8rem 0 0 0; text-align: left; }
  table.timetable { width: 100%; padding: 0; margin: 0; vertical-align: middle; font-size: 1.6rem; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr { border-bottom: 1px #FFFFFF solid; }
  table.timetable tr th { padding: 4px 0 5px; color: #FFFFFF; background: #64b851; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr td { text-align: center; padding: 11px 0; width: 11%; background: #f9f9f9; }
  table.timetable tr td.time { white-space: nowrap; width: 23%; color: #64b851; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 2rem 0; margin: 0 0 2rem 0; background-color: #FFFFFF; }
.notice_wrapper .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 25rem; width: 100%; margin: 0; padding: 2rem 1rem; overflow-y: scroll; box-sizing: border-box; background-color: #f8f8f8; }
.notice_wrapper .notice_frame dl { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt { color: #64b851; font-size: 1.4rem; font-weight: 900; padding: 0; margin: 0 0 1rem 0; line-height: 1.3; cursor: pointer; }
.notice_wrapper .notice_frame dl dt .day { display: block; font-size: 90%; margin-right: 0.4rem; color: #2e843b; }
.notice_wrapper .notice_frame dl dd { display: none; }
.notice_wrapper .notice_frame dl dd p { font-size: 1.2rem; margin: 0 0 2rem 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.8; }
.notice_wrapper .notice_frame dl dd p.link_text { margin: -1.4rem 0 2rem 0; }

@media print, screen and (min-width: 768px) { .notice_wrapper { width: 1000px; margin: 0 auto 100px; padding: 0; background-color: #FFFFFF; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 350px; width: 100%; margin: 0; padding: 50px; overflow-y: scroll; box-sizing: border-box; background-color: #f8f8f8; }
  .notice_wrapper .notice_frame dl { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt { color: #64b851; font-size: 2rem; font-weight: 900; padding: 0; margin: 0 0 15px 0; }
  .notice_wrapper .notice_frame dl dt .day { display: inline-block; min-width: 11rem; }
  .notice_wrapper .notice_frame dl dd p { font-size: 1.6rem; margin: 0 0 26px 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.8; }
  .notice_wrapper .notice_frame dl dd p.link_text { margin: -20px 0 26px 0; } }
/*スマホ用スライドバー*/
@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); } }
/* -----------------------------------------------------------
　ご挨拶
----------------------------------------------------------- */
.greeting_wrapper { background: url("../images/pt_tinysquare.gif") repeat; width: 100%; height: auto; padding: 3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_wrapper .greeting { width: 100%; margin: 0 auto; }
.greeting_wrapper .greeting .greeting_box { display: block; width: 90%; margin: 0 auto; }
.greeting_wrapper .greeting .greeting_box figure { width: 100%; }
.greeting_wrapper .greeting .greeting_box figure img { width: 100%; margin: 0; }
.greeting_wrapper .greeting .greeting_box .text_area { width: 100%; padding: 0; margin: 1rem 0 0 0; }
.greeting_wrapper .greeting .greeting_box .text_area p { line-height: 1.4; margin: 0 0 1.2rem 0; font-size: 1.4rem; }
.greeting_wrapper .greeting .greeting_box .text_area p span { font-size: 1.6rem; }
.greeting_wrapper .greeting .greeting_box .text_area p.right { text-align: right; }
.greeting_wrapper .greeting .greeting_box .text_area a.p_link { text-decoration: none; width: 70%; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px #64b851 solid; border-radius: 20px; margin: 0 auto; padding: 0.6rem 0; 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; background: #FFFFFF url("../images/arrow_green.png") no-repeat right 0.6rem center; }
.greeting_wrapper .greeting .greeting_box .text_area a.p_link p { color: #64b851; font-size: 1.4rem; margin: 0; }

@media print, screen and (min-width: 768px) { .greeting_wrapper { background: url("../images/pt_tinysquare.gif") repeat; width: 100%; height: auto; padding: 100px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .greeting_wrapper .greeting { width: 1000px; margin: 0 auto; }
  .greeting_wrapper .greeting .greeting_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: auto; }
  .greeting_wrapper .greeting .greeting_box figure { width: 500px; }
  .greeting_wrapper .greeting .greeting_box figure img { width: 470px; margin: 0 auto 0 0; }
  .greeting_wrapper .greeting .greeting_box .text_area { width: 500px; padding: 0 0 0 28px; margin: 0; }
  .greeting_wrapper .greeting .greeting_box .text_area p { line-height: 1.4; margin: 0 0 1.2rem 0; font-size: 1.6rem; }
  .greeting_wrapper .greeting .greeting_box .text_area p span { font-size: 2rem; }
  .greeting_wrapper .greeting .greeting_box .text_area p.right { text-align: right; }
  .greeting_wrapper .greeting .greeting_box .text_area a.p_link { text-decoration: none; width: 252px; height: 36px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px #64b851 solid; border-radius: 20px; margin: 0 0 0 auto; padding: 0; 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; background: #FFFFFF url("../images/arrow_green.png") no-repeat right 10px center; }
  .greeting_wrapper .greeting .greeting_box .text_area a.p_link:hover { opacity: 0.8; }
  .greeting_wrapper .greeting .greeting_box .text_area a.p_link p { color: #64b851; font-size: 1.6rem; margin: 0; } }
/* -----------------------------------------------------------
　診療案内
----------------------------------------------------------- */
.treatment_wrapper { width: 100%; height: auto; padding: 3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.treatment_wrapper .treatment { width: 90%; margin: 0 auto; }
.treatment_wrapper .treatment ul.treatment_box { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; }
.treatment_wrapper .treatment ul.treatment_box li { width: 30rem; height: 5rem; margin: 0 0 1.8rem 0; background: #64b851 url("../images/arrow.png") no-repeat right 0.6rem center; border-radius: 12px; 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; }
.treatment_wrapper .treatment ul.treatment_box li a { text-decoration: none; font-size: 1.4rem; color: #FFFFFF; font-weight: 400; letter-spacing: -0.8px; }

@media print, screen and (min-width: 768px) { .treatment_wrapper { width: 100%; height: auto; padding: 100px 0 75px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .treatment_wrapper .treatment { width: 1000px; margin: 0 auto; }
  .treatment_wrapper .treatment ul.treatment_box { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; }
  .treatment_wrapper .treatment ul.treatment_box li { width: 300px; height: 60px; margin: 0 0 25px 0; background: #64b851 url("../images/arrow.png") no-repeat right 8px center; border-radius: 12px; 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; }
  .treatment_wrapper .treatment ul.treatment_box li a { text-decoration: none; font-size: 2rem; color: #FFFFFF; font-weight: 400; letter-spacing: -0.8px; }
  .treatment_wrapper .treatment ul.treatment_box li:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features_wrapper { width: 100%; height: auto; padding: 3rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/pt_wave.gif") repeat; }
.features_wrapper .feature { width: 90%; 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; margin: 0 auto; }
.features_wrapper .feature .box { position: relative; width: 33.4rem; height: 33.4rem; margin: 0 0 2rem 0; }
.features_wrapper .feature .box figure { position: absolute; top: 0; left: 0; }
.features_wrapper .feature .box figure img { width: 29rem; height: 29rem; }
.features_wrapper .feature .box .txt { position: absolute; bottom: 1.8rem; right: 0; left: 0; width: auto; }
.features_wrapper .feature .box .txt p { font-size: 1.4rem; color: #303030; background: #FFFFFF; padding: 0 6px; margin: 0 0 5px 0; letter-spacing: -0.3px; }
.features_wrapper .feature .box .txt p.tit { color: #64b851; font-size: 1.7rem; font-weight: 900; }

@media print, screen and (min-width: 768px) { .features_wrapper { width: 100%; height: auto; padding: 100px 0 60px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/pt_wave.gif") repeat; }
  .features_wrapper .feature { width: 1000px; 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; margin: 0 auto; }
  .features_wrapper .feature .box { position: relative; width: 460px; height: 334px; margin: 0 0 40px 0; }
  .features_wrapper .feature .box figure { position: absolute; top: 0; left: 0; }
  .features_wrapper .feature .box figure img { width: 334px; height: 334px; }
  .features_wrapper .feature .box .txt { position: absolute; bottom: 18px; right: 0; left: inherit; width: 330px; }
  .features_wrapper .feature .box .txt p { font-size: 1.6rem; color: #303030; background: #FFFFFF; padding: 0 6px; margin: 0 0 5px 0; letter-spacing: -0.3px; }
  .features_wrapper .feature .box .txt p.tit { color: #64b851; font-size: 2rem; font-weight: 900; } }
/* -----------------------------------------------------------
Flexbox
----------------------------------------------------------- */
.flexpart { width: 90%; 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; margin: 0 auto; }
.flexpart .box { position: relative; width: 33.4rem; height: auto; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { .flexpart { width: 1000px; 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; margin: 0 auto; }
  .flexpart .box { position: relative; width: 460px; height: auto; margin: 0 0 40px 0; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0 auto; padding: 4rem 0; background: #FFFFFF; }
.overview_bg .overview { padding: 0; margin: 0 auto; width: 90%; }
.overview_bg .overview .overview_frame { display: block; width: 100%; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_left img { width: 100%; margin: 0 auto 1rem 0; display: block; }
.overview_bg .overview .overview_frame .overview_frame_left p.tel a { text-decoration: none; font-size: 1.8rem; font-weight: 700; margin: 0; color: #121212; }
.overview_bg .overview .overview_frame .overview_frame_left p.add { font-size: 1.2rem; margin: 0 0 1.2rem 0; }
.overview_bg .overview .overview_frame .overview_frame_left p.doc { font-size: 1.4rem; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left .table_wrapper { margin: 2rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
.overview_bg .overview .overview_frame .overview_frame_right p.access { color: #64b851; font-weight: 900; text-align: center; font-size: 1.2rem; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 25rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px #cccccc solid; border-radius: 20px; margin: 1rem 0 0 0; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0 auto; padding: 40px 0 90px 0; background: #FFFFFF; }
  .overview_bg .overview { padding: 0; margin: 0 auto; width: 1000px; }
  .overview_bg .overview .overview_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; width: 1000px; margin: 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 460px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40px 0 0; margin: 0; text-align: left; }
  .overview_bg .overview .overview_frame .overview_frame_left img { width: 100%; margin: 0 auto 24px 0; display: block; }
  .overview_bg .overview .overview_frame .overview_frame_left p.tel { font-size: 2.6rem; font-weight: 700; margin: 0; color: #121212; }
  .overview_bg .overview .overview_frame .overview_frame_left p.add { font-size: 1.4rem; margin: 0 0 18px 0; }
  .overview_bg .overview .overview_frame .overview_frame_left p.doc { font-size: 1.6rem; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left .table_wrapper { margin: 30px 0 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 540px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right p.access { color: #64b851; font-weight: 900; text-align: center; font-size: 1.6rem; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 354px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px #cccccc solid; border-radius: 20px; margin: 20px 0 0 auto; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer .footer_wrapper { display: none; }
footer .global-nav { position: fixed; left: 0; bottom: 0; padding: .4rem .8rem; background-color: #5dc2d8; -webkit-box-sizing: border-box; box-sizing: border-box; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; }
footer .nav-item { display: table-cell; white-space: nowrap; width: 80%; }
footer .nav-item:last-child { width: 20%; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.6rem; }
footer .nav-item a i { font-size: 1.6rem; margin: 0 .2rem 0 0; }
footer .nav-item span { border-radius: .6rem; padding: 1.2rem 0; display: block; }
footer .nav-item span.link { background-color: #2e65af; margin: 0 1rem 0 0; }
footer .nav-item span.totop { background-color: #2e65af; }
footer a { text-decoration: none; }
footer a .copyright { text-align: center; height: auto; margin: 0; padding: 1.2rem 0 4rem; font-size: 1.1rem; color: #212121; }

@media print, screen and (min-width: 768px) { footer { border-top: 1px #CCCCCC solid; margin-bottom: 0; width: 100%; height: auto; padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 1000px; margin: 0 auto; padding: 30px 0 24px 0; display: block; }
  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; }
  footer .footer_wrapper .footer_frame ul li { display: inline-block; padding: 0 7px; margin: 0 0 6px 0; line-height: 1.4; border-left: 1px #CCCCCC solid; }
  footer .footer_wrapper .footer_frame ul li:last-child, footer .footer_wrapper .footer_frame ul li.border { border-right: 1px #CCCCCC solid; }
  footer .footer_wrapper .footer_frame ul li.treatment { display: none; }
  footer .footer_wrapper .footer_frame ul li a { color: #121212; font-size: 1.4rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.8; }
  footer a { text-decoration: none; }
  footer a .copyright { text-align: center; height: auto; margin: 0 auto; padding: 0 0 30px 0; width: 1000px; font-size: 1.2rem; margin: 0 auto; color: #121212; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#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; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 50px; height: auto; }
  #pagetop { position: fixed; bottom: 50px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0; padding: 0; display: block; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 50px; left: 95%; margin: 0; height: 50px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 23vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #64b851; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; border-bottom: #ffffff 1px dashed; }
.drawr ul.hbg li a { font-size: 1.2rem; text-decoration: none; padding: 1.6rem 0; display: block; color: #FFFFFF; }
.drawr ul.hbg li:last-child { border-bottom: 0; }
.drawr ul.hbg li.treatment { display: none; }
.drawr p { color: #121212; font-size: 1.2rem; text-align: center; padding: .8rem 0; background-color: #FFFFFF; margin: 0; }
.drawr ul.treat li { background-color: #64b851; }

.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.5rem; right: 0.5rem; padding: 0 0 .6rem 0; background-color: #2e843b; -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 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 75%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-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_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.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: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 1rem 1.8rem; }
  .img_doctor img { width: 400px; 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 img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.2rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 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_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 1.5; font-size: 1.2rem; list-style-type: decimal; margin: 0 0 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul.list_arrow li::after { display: block; content: '▼'; color: #64b851; text-align: center; }
ul.list_arrow li:last-child::after { content: ''; }

/*概要*/
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; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.2rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.4rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.4rem; 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.4rem; 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.4rem; 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: 1.6; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  ul.list_arrow li::after { display: block; content: '▼'; color: #64b851; text-align: center; }
  ul.list_arrow li:last-child::after { content: ''; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.4rem; 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; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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 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-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.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1200px; }
  dl.bio_list dt { width: 120px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 1080px; 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.4rem; -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; } }
/*見出し*/
h2 { clear: both; }
h2.top { color: #2e843b; font-size: 2.4rem; margin: 0 0 1.8rem 0; font-weight: 900; padding: 0; text-align: center; }

h3 { clear: both; margin: 0 auto 1rem; color: #2d9bdb; font-size: 2.0rem; font-weight: 900; padding: 0 0 0.4rem 0; text-align: center; display: table; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #e2f3f7)); background: linear-gradient(transparent 70%, #e2f3f7 10%); }

h4 { clear: both; color: #64b851; font-weight: 900; font-size: 1.8rem; margin: 1.4rem 0; }
h4::before { content: url("../images/h4_before.png"); display: inline-block; margin: 0 8px 0 0; }

h5 { clear: both; color: #222222; font-weight: bold; font-size: 1.6rem; margin: 1.8rem 0; }

p { font-size: 1.2rem; margin: 0 0 2rem 0; line-height: 1.4; }

@media print, screen and (min-width: 768px) { h2.top { color: #2e843b; font-size: 3.2rem; margin: 0 0 30px 0; font-weight: 900; padding: 0; text-align: center; }
  h3 { margin: 0 auto 12px; color: #2d9bdb; font-size: 2.8rem; font-weight: 900; padding: 0 0 6px 0; text-align: center; display: table; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #e2f3f7)); background: linear-gradient(transparent 70%, #e2f3f7 10%); }
  h4 { color: #64b851; font-weight: 900; font-size: 2.4rem; margin: 2.4rem 0; }
  h4::before { content: url("../images/h4_before.png"); display: inline-block; margin: 0 8px 0 0; }
  h5 { color: #222222; font-weight: bold; font-size: 2.0rem; margin: 2.4rem 0 1.8rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 1.6; } }
/*下層*/
/* 下層共通 */
.low .mt30 { margin-top: 3rem; }
.low .wrapper { background-color: #FFFFFF; }
.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 .main p.g_txt { font-size: 1.8rem; color: #121212; margin: 0 0 1rem 0; }
.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 { list-style: none; 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: #182987; border-radius: 50%; position: relative; top: -1px; margin: 0 15px 0 10px; }
.low ul.hospital { border: 0.1rem #64b851 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; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #2e65af; 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: #212121; border-left: 0.1rem #182987 solid; border-right: 0.1rem #182987 solid; line-height: 1.4; }
.low dl.smp dd:last-of-type { border-bottom: 0.1rem #182987 solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #64b851; font-size: 2rem; }
.low table.tbl { width: 100%; margin: 0 0 1.8rem 0; }
.low table.tbl tr th, .low table.tbl tr td { font-size: 1.2rem; border: 1px #5dc2d8 solid; padding: 1.2rem 0; text-align: center; line-height: 1.4; }
.low table.tbl tr th { background: #e2f3f7; font-weight: bold; }
.low table.tbl tr td { vertical-align: middle; }
.low table.tbl tr td:first-of-type { width: 40%; }
.low table.tbl02 { width: 100%; margin: 0 0 1.8rem 0; table-layout: fixed; }
.low table.tbl02 tr th, .low table.tbl02 tr td { font-size: 0.9rem; border: 1px #5dc2d8 solid; padding: .2rem; text-align: center; line-height: 1.4; }
.low table.tbl02 tr th { background: #e2f3f7; font-weight: bold; }
.low table.tbl02 tr th:first-child { width: 20%; }
.low table.tbl02 tr td { vertical-align: top; }
.low table.tbl02 tr td ul li { font-size: 0.9rem; list-style: none; margin: 0 0 .2rem 0; padding-left: 0.8em; text-indent: -0.8em; }
.low table.tbl02 tr td ul li:before { content: ""; width: 6px; height: 6px; display: inline-block; background-color: #182987; border-radius: 50%; position: relative; top: -1px; margin: 0 0.2em; }
.low table.tbl03 { width: 100%; margin: 0 0 1.8rem 0; table-layout: fixed; }
.low table.tbl03 thead tr th, .low table.tbl03 thead tr td { /*border: 1px $color_4 solid;*/ padding: .5rem 0; text-align: center; line-height: 1.4; }
.low table.tbl03 thead tr th { border: 1px #ffffff solid; background: #2e843b; color: #ffffff; }
.low table.tbl03 thead tr th:first-child { width: 20%; }
.low table.tbl03 thead tr td { border: 1px #ffffff solid; background: #64b851; color: #ffffff; }
.low table.tbl03 thead tr td:first-child { width: 20%; }
.low table.tbl03 tbody tr th, .low table.tbl03 tbody tr td { padding: .5rem; text-align: center; line-height: 1.4; vertical-align: middle; }
.low table.tbl03 tbody tr th { background: #e2fce6; font-weight: bold; }
.low table.tbl03 tbody tr th:first-child { width: 20%; }
.low table.tbl03 tbody tr th.solid { border: 1px #212121 solid; }
.low table.tbl03 tbody tr th.dotted { border-bottom: 1px #212121 dotted; border-right: 1px #212121 solid; border-left: 1px #212121 solid; }
.low table.tbl03 tbody tr th.dotted2 { border-right: 1px #212121 solid; border-left: 1px #212121 solid; }
.low table.tbl03 tbody tr td { /*					ul{
						li{
						font-size: 0.9rem;
						list-style: none;
						margin: 0 0 .2rem 0;
						padding-left: 0.8em;
						text-indent: -0.8em;
				&:before {
						content: "";
						width: 6px;
						height: 6px;
						display: inline-block;
						background-color: #182987;
						border-radius: 50%;
						position: relative;
						top: -1px;
						margin: 0 0.2em;
				}
			}
					}*/ }
.low table.tbl03 tbody tr td.solid { border: 1px #212121 solid; }
.low table.tbl03 tbody tr td.dotted { border-bottom: 1px #212121 dotted; border-right: 1px #212121 solid; border-left: 1px #212121 solid; }
.low table.tbl03 tbody tr td.dotted2 { border-top: 1px #212121 solid; border-bottom: 1px #212121 dotted; border-right: 1px #212121 solid; border-left: 1px #212121 solid; }
.low table.tbl03 tbody tr td img { width: 60%; }
.low .blue_text { display: block; width: 100%; padding: 1.4rem 1rem; background-color: aliceblue; font-size: 1.4rem; border: 1px #00B2C8 solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low a.arrow { text-decoration: none; font-size: 1.3rem; color: #FFFFFF; padding: .8rem 1.6rem; border-radius: 1rem; background-color: darkorange; margin: 0 0 3rem 0; display: inline-block; }
.low a.arrow::before { content: url("../images/arrow.png"); display: inline-block; margin: 0 1rem 0 0; vertical-align: -2px; }
.low iframe { width: 100%; height: 20.0rem; }
.low .list_flow { counter-reset: flow-counter; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.low .list_flow li { counter-increment: flow-counter; line-height: 1.6; font-size: 1.4rem; list-style: none; margin: 0 0 1em 0; padding-left: 2.8em; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
.low .list_flow li::before { position: absolute; left: 0; top: -0.25em; content: counter(flow-counter); border: 2px solid #53b35c; background-color: #e2fce6; padding: 0.2rem 0; margin-right: 0.8rem; font-weight: bold; font-size: 105%; display: inline-block; width: 1.8em; text-align: center; }
.low .list_flow li::after { display: block; content: '▼'; color: #64b851; text-align: left; margin-top: 1em; margin-left: 0.5em; }
.low .list_flow li:last-child::after { content: ''; }
.low .list_flow li .tit { display: block; font-weight: bold; font-size: 105%; margin-bottom: 0.3em; }
.low .list_ed li img { max-width: 50%; height: auto; margin-top: 1rem; }
.low .list_pic li img { display: block; max-width: 60%; height: auto; margin-top: 1rem; }

.mb20 { margin-bottom: 20px; }

.flex_box2 { display: block; }
.flex_box2 .list.list { width: 100%; }
.flex_box2 .image { display: none;     /*width: 100%;
		 img {
			 width: 100%;
			 margin: 0 auto 20px auto;
			 display: block;
	} */ }

@media print, screen and (min-width: 768px) { .low .wrapper { margin: 10rem 0; padding: 0; }
  .low figure img.machine { display: block; margin: 0 auto 2rem; width: 60%; }
  .low ul li { font-size: 1.4rem; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.4rem; }
  .low ul.certificate { list-style: none; margin: 0 0 2.8rem 0; }
  .low ul.certificate li a:hover { opacity: 0.8; }
  .low ul.hospital { border: 0.1rem #64b851 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; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #2e65af; 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 #FFFFFF solid; }
  .low dl.smp dt:first-of-type { border-top: 0.1rem #182987 solid; }
  .low dl.smp dt:last-of-type { border-bottom: 0.1rem #182987 solid; }
  .low dl.smp dd { color: #212121; width: 70%; border-right: 0.1rem #182987 solid; border-bottom: 0.1rem #182987 solid; padding: 2rem; border-left: 0; line-height: 1.6; }
  .low dl.smp dd:first-of-type { border-top: 0.1rem #182987 solid; }
  .low dl.smp dd span br { display: none; }
  .low table.tbl { margin: 0 0 20px 0; }
  .low table.tbl tr th, .low table.tbl tr td { font-size: 1.4rem; padding: 14px 0; }
  .low table.tbl02 { margin: 0 0 20px 0; }
  .low table.tbl02 tr th, .low table.tbl02 tr td { font-size: 1.4rem; padding: 14px 5px; }
  .low table.tbl02 tr td ul li { padding-left: 1.6em; text-indent: -1.6em; font-size: 1.4rem; }
  .low table.tbl02 tr td ul li:before { content: ""; width: 8px; height: 8px; margin: 0 0.6em; }
  .low table.tbl03 { margin: 0 0 20px 0; }
  .low table.tbl03 tr th, .low table.tbl03 tr td { font-size: 1.4rem; padding: 14px 5px; }
  .low table.tbl03 tr td ul li { padding-left: 1.6em; text-indent: -1.6em; font-size: 1.4rem; }
  .low table.tbl03 tr td ul li:before { content: ""; width: 8px; height: 8px; margin: 0 0.6em; }
  .low .blue_text { font-size: 1.8rem; }
  .low a.arrow { font-size: 1.6rem; }
  .low a.arrow:hover { opacity: 0.8; }
  .low .main p { line-height: 1.8; }
  .low .main p.txt_right { display: block; text-align: right; }
  .low .main p.txt_right br { display: none; }
  .low .main p.g_txt { font-size: 2rem; color: #121212; margin: 0 0 1.2rem 0; }
  .low iframe { width: 100%; height: 500px; }
  .low .list_flow li { font-size: 1.8rem; }
  .low .list_pic li { padding: 0 200px 0 2.8em; min-height: 120px; }
  .low .list_pic li img { position: absolute; top: 0; right: 0; margin: 0; width: auto; height: 120px; }
  .flex_box2 { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .flex_box2 .list.list { width: 50%; }
  .flex_box2 .image { display: block; width: 15%; }
  .flex_box2 .image img { width: 100%; margin: 0 auto 20px auto; display: block; } }
a.btn_reserve_green { margin: 0 auto; text-decoration: none; height: 5rem; padding-left: 4rem; border-radius: 4px; 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; background: #5bc1d8 url("../images/icon_reserve.png") no-repeat left 10px center; align-items: center; color: #FFF; font-size: 1.5rem; font-weight: 700; }
a.btn_reserve_green::after { content: url("../images/arrow_right.png"); display: inline-block; margin-left: auto; margin-right: 1rem; -ms-flex-item-align: center; align-self: center; }

@media print, screen and (min-width: 768px) { a.btn_reserve_green { width: 55%; font-size: 1.85rem; font-weight: 700; } }
.btn_detail { text-decoration: none; width: 80%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #FFF; font-weight: 700; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; padding: 1rem; margin: 0 auto; }

.bg_blue { background: #2e65af; }

.bg_green { background: #06C755; }

.bg_orange { background: #ff6600; }

@media print, screen and (min-width: 768px) { .btn_detail { width: 40%; } }
/*----------------------------------------------------------- 未公開リンク制御
----------------------------------------------------------- */

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