@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目  
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #666666; background-color: #ffffff; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #666666; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 1rem 0; }
section.first { margin: 0 0 0 0; }
section.s_h2 { padding: 0; box-sizing: border-box; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.bold_text { font-weight: bold; }

@media screen and (min-width: 768px) { body { position: relative; z-index: 0; box-sizing: border-box; min-width: 1080px; }
  section { height: auto; overflow: hidden; margin: 0 0 30px 0; }
  section.first { margin: 0; }
  section.s_h2 { padding: 0 0 50px 0; box-sizing: border-box; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; position: relative; }
article.low { margin: 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto 6rem; padding: 0; }

.main { width: 96%; margin: 1rem auto 0; padding: 0; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  article.low { margin: 0 auto; }
  .wrapper { height: auto; width: 1080px; margin: 0 auto; padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .main { width: 822px; margin: 85px 0 50px 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; background-repeat: no-repeat; overflow: hidden; margin: 0 auto; background-size: 200% auto; background-color: #FFFFFF; background-position: center bottom; }
header .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 96%; margin: 0 auto; padding: 0 0 1rem 0; }
header .head_frame .head_logo { width: 80%; margin: 1.8rem auto 0 0; }
header .head_frame .head_logo img { width: 100%; height: auto; }
header .head_frame .head_info { margin: 1.2rem auto 0 0; }
header .head_frame .head_info p.tel { display: none; }
header .head_frame .head_info p.address { display: none; clear: both; width: 100%; text-align: left; font-size: 1.2rem; color: #313131; font-weight: normal; margin: 0; }
header .head_frame .head_info .reserve { display: none; }
header .key_on { margin: 0 auto; padding: 0; box-sizing: border-box; border: none; width: 100%; }
header .key_on .key_message_area { margin: 0 auto; width: 80%; }
header .key_on .key_message_area p { font-weight: bold; }
header .key_on .key_message_area p.key_info_01 { color: #707070; font-size: 1.6rem; line-height: 1.2; margin: 0 0 .8rem 0; }
header .key_on .key_message_area p.key_info_02 { color: #f16387; font-size: 1.2rem; }
header.header_low { background-image: url(../images/key_visual_low.jpg); background-size: 170% auto; background-color: #FFFFFF; background-position: center bottom; background-repeat: no-repeat; display: block; height: auto; overflow: hidden; margin: 0 auto; }
header.header_low .key_visual_low h1 { text-align: center; font-size: 1.6rem; font-weight: bold; color: #e66a89; display: flex; align-items: center; justify-content: center; height: auto; padding: .4rem 0 1.2rem; }

@media screen and (min-width: 768px) { header { display: block; height: 611px; background-position: center 230px; overflow: hidden; margin: 0 auto; background-size: auto; }
  header .head_frame { width: 1080px; margin: 0 auto; padding: 0; }
  header .head_frame .head_logo { width: 487px; margin: 18px auto; }
  header .head_frame .head_logo img { width: 100%; }
  header .head_frame .head_info { height: auto; margin: 0; display: flex; justify-content: space-between; }
  header .head_frame .head_info p { margin: 0; }
  header .head_frame .head_info p.address { display: block; color: #313131; font-size: 1.6rem; font-weight: normal; text-align: center; width: auto; }
  header .head_frame .head_info p.tel { display: block; margin: 0; width: auto; color: #949595; margin: 0; padding: 0; text-align: center; font-size: 2.0rem; font-weight: bold; white-space: nowrap; }
  header .head_frame .head_info p.tel i { color: #afd58d; margin: 0 6px 0 0; }
  header .head_frame .head_info .reserve { display: block; background-color: #97c46e; width: 230px; height: 50px; border-radius: 16px; box-sizing: border-box; text-align: center; }
  header .head_frame .head_info .reserve a { line-height: 3; text-decoration: none; color: #ffffff; text-align: center; font-size: 1.6rem; font-weight: bold; white-space: nowrap; }
  header .head_frame .head_info .reserve:hover { opacity: 0.6; }
  header .key_on { margin: 80px auto 0; padding: 0; box-sizing: border-box; border: none; width: 1080px; }
  header .key_on .key_message_area { margin: 0; }
  header .key_on .key_message_area p { font-weight: normal; }
  header .key_on .key_message_area p.key_info_01 { color: #707070; font-size: 4.0rem; line-height: 1.2; }
  header .key_on .key_message_area p.key_info_02 { color: #f16387; font-size: 2.4rem; }
  header.header_low { background: url(../images/key_visual_low.jpg) no-repeat; background-position: center 230px; background-size: auto; }
  header.header_low .key_visual_low h1 { font-size: 3rem; height: 163px; } }
/* -----------------------------------------------------------
　診療カレンダー
----------------------------------------------------------- */
.caledit_frame table { width: 100%; background-color: #ffffff; padding: 0px; vertical-align: middle; margin: 0 auto 2rem; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
.caledit_frame table tr { margin: 0px; padding: 0px; vertical-align: middle; }
.caledit_frame table tr th { padding: 0.8rem 0; text-align: center; font-weight: normal; color: #FFFFFF; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; background-color: #f19db2; border: .1rem #dcdcdc solid; }
.caledit_frame table tr td { text-align: center; padding: 0.6rem 0; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; background-color: #ffffff; border: .1rem #dcdcdc solid; }
.caledit_frame table tr td .shortTitle { display: none; }
.caledit_frame table tr td.outPatient { background-color: #fff0f4; }
.caledit_frame table tr td.amOnly { background-color: #E4F0DB; }
.caledit_frame table tr td.pmOnly { background-color: #DBEDFF; }
.caledit_frame table tr td.extraOutPatient { background-color: #FFFFDD; }
.caledit_frame table tr td.notTheMonth { background-color: #fff; color: #fff; }
@media screen and (min-width: 768px) { .caledit_frame { display: flex; justify-content: space-between; width: 100%; }
  .caledit_frame table { width: 48%; margin: 0 auto 20px; }
  .caledit_frame table tr th { padding: 11px 0; font-size: 1.6rem; }
  .caledit_frame table tr td { padding: 10px 0; font-size: 1.6rem; } }

.caledit_detail { text-align: center; margin: 0 0 40px; }
.caledit_detail li { display: inline-block; font-size: 1.3rem; padding: 0.5em; margin: 0 0.5em; }
.caledit_detail li.outPatient { background-color: #fff0f4; }
.caledit_detail li.amOnly { background-color: #E4F0DB; }
.caledit_detail li.pmOnly { background-color: #DBEDFF; }
@media screen and (min-width: 768px) { .caledit_detail { margin: 0; }
  .caledit_detail li { font-size: 1.6rem; } }

/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { background-color: #ffffff; padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
table.timetable tr.line { border-bottom: #dcdcdc 1px solid; }
table.timetable tr th { padding: 0.8rem 0; text-align: center; font-weight: normal; color: #FFFFFF; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; background-color: #f19db2; border-right: .1rem #dcdcdc solid; }
table.timetable tr th.holiday { width: 12%; }
table.timetable tr td { text-align: center; padding: 0.8rem 0; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; color: #92c762; background-color: #ffffff; border-bottom: .1rem #dcdcdc solid; border-right: .1rem #dcdcdc solid; }
table.timetable tr td:last-child { border-right: 0; }
table.timetable tr td.time { width: 33%; font-size: 1.3rem; padding: 0 0 0 0.4rem; color: #313131; text-align: center; }

.notice_time { font-size: 1.2rem; color: #666666; line-height: 160%; width: 96%; margin: 0.4rem auto; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; vertical-align: middle; width: 96%; margin: 0 auto; text-align: center; border-collapse: collapse; box-sizing: border-box; border: none; }
  table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
  table.timetable tr.line { border-bottom: #dcdcdc 1px solid; }
  table.timetable tr th { padding: 9px 0; text-align: center; font-weight: normal; color: #FFFFFF; font-size: 1.8rem; vertical-align: middle; box-sizing: border-box; border-bottom: #dcdcdc 1px solid; background-color: #f19db2; }
  table.timetable tr th:first-child { font-weight: normal; font-size: 2.2rem; }
  table.timetable tr td { text-align: center; padding: 10px 0; font-size: 1.9rem; vertical-align: middle; box-sizing: border-box; color: #92c762; background-color: #ffffff; border-bottom: 1px #dcdcdc solid; border-right: 1px #dcdcdc solid; }
  table.timetable tr td.time { width: 150px; color: #313131; text-align: center; font-size: 1.6rem; padding: 0; }
  .notice_time { font-size: 1.6rem; color: #666666; line-height: 140%; margin: 0 auto; padding: 6px 0 0 0; width: 96%; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { background-color: #f1b1c1; display: block; height: auto; margin: 14px 0 0 0; padding: 0; width: 100%; box-sizing: border-box; }
  .main_nav_pc nav ul { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; width: 860px; box-sizing: border-box; height: auto; padding: 0; margin: 0 auto; }
  .main_nav_pc nav ul li { list-style-type: disc; box-sizing: border-box; padding: 12px 0; text-align: center; color: #db7b93; font-size: 2.0rem; list-style-position: outside; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #ffffff; box-sizing: border-box; font-size: 1.6rem; font-weight: bold; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　ライトボックス
----------------------------------------------------------- */
#c-modal_bg { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; cursor: pointer; background: rgba(0, 0, 0, 0.6); }

#popup { position: fixed; top: 50%; left: 50%; z-index: 9999; width: 800px; max-width: 90%; transform: translate(-50%, -50%); background: #ffffff; padding: 20px; clear: both; box-sizing: border-box; }
#popup .caution-box-tit { border-bottom: 5px dotted #f19db2; color: #ba2e41; font-size: 2.6rem; font-weight: normal; text-align: center; padding-bottom: 1rem; }
#popup .caution-box-tit .mfp-close { display: inline; position: absolute; top: 10px; right: 10px; font-size: 25px; font-weight: bold; color: #333; cursor: pointer; background: transparent; border: 0; }

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 1rem 0.8rem; box-sizing: border-box; height: auto; /*25rem*/ width: 96%; margin: 1.8rem auto 4rem auto; overflow-y: visible; background-color: #ffffff; box-sizing: border-box; }
.notice_frame dl { padding: 1rem 1rem 1rem 0; }
.notice_frame dl dt { color: #6fa33f; margin: 0 0 1rem 0; font-size: 1.4em; padding: 0; box-sizing: border-box; line-height: 1.2; }
.notice_frame dl dt:before { content: "●"; }
.notice_frame dl dd { border-bottom: #d8ebc7 .1rem solid; margin: 0 0 1.2rem 0; }
.notice_frame dl dd p { color: #666666; margin: 0; font-size: 1.3rem; line-height: 160%; padding: 0 0 1.8rem 0; box-sizing: border-box; }

@media screen and (min-width: 768px) { .notice_frame { padding: 0; box-sizing: border-box; height: auto; /*230px*/ width: 100%; margin: 0 auto; overflow-y: visible; background-color: #ffffff; box-sizing: border-box; }
  .notice_frame dl { padding: 16px 0 30px 16px; box-sizing: border-box; }
  .notice_frame dl dt { margin: 0 0 10px 0; color: #6fa33f; font-size: 1.6rem; padding: 0; box-sizing: border-box; cursor: pointer; }
  .notice_frame dl dt:before { content: "●"; }
  .notice_frame dl dd { border-bottom: #d8ebc7 1px solid; margin: 0 0 14px 0; }
  .notice_frame dl dd p { color: #434343; margin: 0 0 4px 0; font-size: 1.6rem; line-height: 1.4; padding: 0 0 10px 0; box-sizing: border-box; } }
/*スマホ用スライドバー*/
@media 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: 10px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　上板橋こころの診療所の女性院長の思い
----------------------------------------------------------- */
.features { background-color: #e7f7fe; background-image: url("../images/bg_feature.png"); background-repeat: no-repeat; background-position: bottom; border-radius: .8rem; padding: 1.8rem; width: 82%; margin: 0 auto; }
.features .feature_box_01, .features .feature_box_02, .features .feature_box_03 { display: block; }
.features .feature_box_01 figure img, .features .feature_box_02 figure img, .features .feature_box_03 figure img { display: block; margin: 0 auto; width: 14.7rem; height: 14.7rem; }
.features .feature_box_01 p, .features .feature_box_02 p, .features .feature_box_03 p { color: #0d5a87; font-size: 1.4rem; margin: .8rem 0 1.2rem 0; }
.features .feature_box_01 { flex-direction: row-reverse; margin: 0 0 4rem 0; }
.features .feature_box_02 { margin: 0 0 4rem 0; }
.features .feature_box_03 { flex-direction: row-reverse; }

@media screen and (min-width: 768px) { .features { background-color: #e7f7fe; background-image: url("../images/bg_feature.png"); background-repeat: no-repeat; background-position: bottom; border-radius: 8px; padding: 50px; width: auto; margin: 0 auto; }
  .features .feature_box_01, .features .feature_box_02, .features .feature_box_03 { display: flex; justify-content: space-between; }
  .features .feature_box_01 figure img, .features .feature_box_02 figure img, .features .feature_box_03 figure img { width: 147px; height: 147px; }
  .features .feature_box_01 p, .features .feature_box_02 p, .features .feature_box_03 p { color: #0d5a87; font-size: 1.8rem; margin: 0 0 16px 0; }
  .features .feature_box_01 { flex-direction: row-reverse; margin: 0 0 40px 0; }
  .features .feature_box_02 { margin: 0 0 40px 0; }
  .features .feature_box_03 { flex-direction: row-reverse; } }
/* -----------------------------------------------------------
　多く見られる症状
----------------------------------------------------------- */
.symptom { display: block; width: 92%; margin: 0 auto; }
.symptom a { text-decoration: none; }
.symptom a:hover { opacity: 0.6; }
.symptom a .symptom_box_01, .symptom a .symptom_box_02, .symptom a .symptom_box_03, .symptom a .symptom_box_04 { width: 100%; font-size: 0; }
.symptom a .symptom_box_01 .tit, .symptom a .symptom_box_02 .tit, .symptom a .symptom_box_03 .tit, .symptom a .symptom_box_04 .tit { height: 3.0rem; background-color: #f19db2; border-radius: 0 0 .4rem .4rem; margin: 0 0 1rem 0; display: flex; justify-content: center; align-items: center; }
.symptom a .symptom_box_01 .tit p, .symptom a .symptom_box_02 .tit p, .symptom a .symptom_box_03 .tit p, .symptom a .symptom_box_04 .tit p { font-size: 1.5rem; font-weight: bold; color: #FFFFFF; text-align: center; margin: 0; }
.symptom a .symptom_box_01 img, .symptom a .symptom_box_02 img, .symptom a .symptom_box_03 img, .symptom a .symptom_box_04 img { border-radius: .4rem .4rem 0 0; width: 100%; }
.symptom a .symptom_box_01 p, .symptom a .symptom_box_02 p, .symptom a .symptom_box_03 p, .symptom a .symptom_box_04 p { font-size: 1.4rem; color: #343434; }

@media screen and (min-width: 768px) { .symptom { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
  .symptom a .symptom_box_01, .symptom a .symptom_box_02, .symptom a .symptom_box_03, .symptom a .symptom_box_04 { width: 396px; font-size: 0; }
  .symptom a .symptom_box_01 .tit, .symptom a .symptom_box_02 .tit, .symptom a .symptom_box_03 .tit, .symptom a .symptom_box_04 .tit { height: 53px; background-color: #f19db2; border-radius: 0 0 4px 4px; margin: 0 0 10px 0; display: flex; justify-content: center; align-items: center; }
  .symptom a .symptom_box_01 .tit p, .symptom a .symptom_box_02 .tit p, .symptom a .symptom_box_03 .tit p, .symptom a .symptom_box_04 .tit p { font-size: 2.2rem; font-weight: bold; color: #FFFFFF; text-align: center; margin: 0; }
  .symptom a .symptom_box_01 img, .symptom a .symptom_box_02 img, .symptom a .symptom_box_03 img, .symptom a .symptom_box_04 img { border-radius: 4px 4px 0 0; }
  .symptom a .symptom_box_01 p, .symptom a .symptom_box_02 p, .symptom a .symptom_box_03 p, .symptom a .symptom_box_04 p { font-size: 1.6rem; color: #343434; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg h2 img { width: 85%; margin: 0 auto; display: block; padding: 3rem 0 0 0; }
.overview_bg .overview { padding: 2rem 0 6rem 0; width: 100%; margin: 0; background-color: #fff0f4; }
.overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0; }
.overview_bg .overview .overview_frame .overview_frame_left { width: 96%; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 0 8rem 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt { display: -webkit-flex; display: flex; align-items: center; color: #FFFFFF; font-size: 1.4rem; font-weight: normal; margin: 0 0 0 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; width: 100%; height: auto; padding: .4rem 0; box-sizing: border-box; background-color: #f19db2; border-left: 0.1rem #fff0f4 solid; border-bottom: 0.1rem #fff0f4 solid; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd { display: -webkit-flex; display: flex; align-items: center; color: #313131; font-size: 1.4rem; margin: 0 auto 0 0; width: 100%; height: auto; padding: .8rem 0 .8rem 1.0rem; box-sizing: border-box; background-color: #ffffff; border-bottom: 0.1rem #fff0f4 solid; line-height: 1.3; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd a { text-decoration: none; }
.overview_bg .overview .overview_frame .overview_frame_right { width: 94%; margin: 0 auto; text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_right iframe { width: 100%; height: 30rem; border: .1rem #FFFFFF solid; }
.overview_bg .overview .overview_frame .overview_frame_right a { color: #e66a89; font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #ffffff; border-radius: 1rem; padding: .6rem 0; width: 80%; }

@media screen and (min-width: 768px) { .overview_bg { width: 100%; max-width: 2000px; margin: 0 auto; }
  .overview_bg .wid_overview { width: 1080px; }
  .overview_bg .overview { background-color: #fff0f4; padding: 45px 0 50px 0; margin: 0 auto; width: 100%; }
  .overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; width: 1080px; margin: 16px auto 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left { width: 540px; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl { width: 100%; margin: 0 80px 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt { display: -webkit-flex; display: flex; align-items: center; color: #FFFFFF; font-size: 1.7rem; font-weight: normal; margin: 0 0 0 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; width: 102px; height: auto; padding: 0; box-sizing: border-box; background-color: #f19db2; border-left: 1px #fff0f4 solid; border-bottom: 1px #fff0f4 solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd { display: -webkit-flex; display: flex; align-items: center; color: #313131; font-size: 1.7rem; margin: 0 auto 0 0; width: 397px; height: auto; padding: 15px 0 15px 18px; box-sizing: border-box; background-color: #ffffff; border-bottom: 1px #fff0f4 solid; line-height: 1.4; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable { width: 500px; margin: 30px auto 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr th, .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr td { font-size: 1.6rem; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr th { color: #FFFFFF; background-color: #f19db2; border-bottom: 0; border-right: 1px #dcdcdc solid; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr th:last-child { border-right: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr td { color: #92c762; background-color: #ffffff; border-bottom: 1px #dcdcdc solid; border-right: 1px #dcdcdc solid; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr td:last-child { border-right: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left table.timetable tr td.time { color: #313131; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_right { width: 500px; margin: 0; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_right iframe { width: 498px; height: 462px; border: 1px #FFFFFF solid; }
  .overview_bg .overview .overview_frame .overview_frame_right a { color: #e66a89; font-size: 1.6rem; text-align: center; display: block; margin: 10px auto 0; text-decoration: none; background-color: #ffffff; border-radius: 100px; padding: 8px 0; width: 200px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer #pagetop_position { display: none; }
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; list-style: none; text-align: center; background-color: #f1b1c1; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0px; white-space: nowrap; }
footer .nav-item:first-child { border-left: 0; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.1rem; }
footer .nav-item a i { font-size: 1.0rem; margin: 0 .2rem 0 0; }
footer a { text-decoration: none; }
footer a .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #FFFFFF; font-size: 1.2rem; height: auto; background-color: #a8d381; }

@media screen and (min-width: 768px) { footer { margin-bottom: 0; background-color: #ffffff; width: 100%; height: auto; padding: 0; margin: 0; box-sizing: border-box; }
  footer #pagetop_position { display: block; }
  footer nav.global-nav { display: none; }
  footer .footer_wrapper { width: 1080px; margin: 0 auto; padding: 32px 0; display: flex; align-content: center; justify-content: space-between; }
  footer .footer_wrapper .footer_logo img { width: 384px; }
  footer .footer_wrapper .footer_frame { display: block; width: auto; height: auto; margin: 0 0 0 auto; padding: 0; box-sizing: border-box; position: relative; }
  footer .footer_wrapper .footer_frame ul { display: flex; justify-content: space-between; width: 640px; }
  footer .footer_wrapper .footer_frame ul li { flex-grow: 1; text-align: left; margin: 0 0 10px 0; color: #f19db2; font-size: 1.6rem; }
  footer .footer_wrapper .footer_frame ul li a { color: #444444; font-size: 1.5rem; text-decoration: none; }
  footer .footer_wrapper .footer_frame ul li a:hover { opacity: 0.8; }
  footer .footer_wrapper .footer_frame ul.green li { color: #a8d381; }
  footer a { text-decoration: none; }
  footer a .copyright { margin: 0; text-align: center; margin: 0 auto; padding: 10px 0 13px; color: #FFFFFF; background-color: #a8d381; font-size: 1.3rem; height: auto; max-width: 2000px; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 60px; height: auto; }
  #pagetop { position: fixed; bottom: 40px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 40px; left: 90%; margin: 0 0 0 0; height: 250px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: fixed; top: 0; width: 100%; height: 100%; overflow: scroll; padding: 0; margin: 0 auto; z-index: 999; background-color: #f1b1c1; opacity: 0.9; }
.drawr p { color: #f1b1c1; font-size: 1.4rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg li { text-align: left; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
.drawr ul.hbg li a, .drawr ul.hbg li p { color: #ffffff; font-size: 1.6rem; text-decoration: none; padding: 2rem 0 2rem 2rem; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a img, .drawr ul.hbg li p img { display: none; }
.drawr ul.hbg li p { color: #f1b1c1; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; width: 100%; box-sizing: border-box; margin: 0 auto; }
.main_nav_sp ul.gnav li { width: 100%; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; box-sizing: border-box; padding: 0; border-bottom: #ffffff 1px solid; text-align: center; }
.main_nav_sp ul.gnav li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; box-sizing: border-box; }

.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 100%; height: 4rem; padding: 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 14px); font-size: 1.0rem; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 15%; position: fixed; z-index: 1000; cursor: pointer; top: 3vw; right: 0; padding: 0 0 0.8rem 0; background-color: #f1b1c1; }

@media screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside { display: none; }

@media screen and (min-width: 768px) { aside { display: inline; width: 260px; height: auto; margin: 85px 0 0 0; }
  aside div { margin: 0; padding: 0; width: 220px; margin: 0 auto 0 0; }
  aside div p { color: #e66a89; font-size: 2.2rem; text-align: center; font-weight: bold; margin: 0; padding: 0; height: 50px; position: relative; padding: 0 0 0 64px; }
  aside div p::before { position: absolute; content: ""; top: 0; left: 38px; width: 48px; height: 48px; margin-top: -12px; background: url("../images/icon_logo.png") top left no-repeat; background-size: 48px 48px; }
  aside div ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; list-style-type: none; padding: 18px 12px 20px 12px; border-radius: 6px; background-color: #fff0f4; }
  aside div ul li { text-align: left; margin: 0 auto; width: 100%; border-bottom: 1px #efcad4 solid; display: flex; justify-content: center; height: 50px; }
  aside div ul li:first-child { border-top: 4px #efcad8 solid; }
  aside div ul li a { width: 100%; display: -webkit-flex; display: flex; align-items: center; text-decoration: none; color: #434343; font-size: 1.7rem; box-sizing: border-box; position: relative; padding: 0 0 0 40px; }
  aside div ul li a::before { position: absolute; content: ""; top: 0; left: 10px; width: 16px; height: 11px; margin-top: 20px; background: url("../images/leaf.png") top left no-repeat; background-size: 16px 11px; }
  aside div ul li a:hover { opacity: 0.6; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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: 45%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 320px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.4rem; 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.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; 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.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 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 screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 725px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h1 { margin: 0; }

h2 { clear: both; }
h2.top { width: 100%; color: #626262; font-size: 2.0rem; font-weight: bold; text-align: center; margin: 0; position: relative; padding: 1.4rem 0 0 0; }
h2.top::before { position: absolute; content: ""; top: 0; left: 68px; width: 4rem; height: 4rem; background: url("../images/icon_logo.png") top left no-repeat; background-size: contain; }
h2.top::after { content: ''; display: block; height: 1.5rem; background-image: url(../images/bg_barPink.png); background-repeat: repeat; vertical-align: middle; margin: 2rem auto 1rem; width: 94%; border-radius: 2rem; }
h2.main { width: 100%; color: #626262; font-size: 1.4rem; font-weight: bold; text-align: center; margin: 0 auto .6rem auto; position: relative; padding: .3rem 0 0 0; }
h2.main i.icon-icon03, h2.main i.icon-icon05, h2.main i.icon-icon09 { color: #92c762; }
h2.main i.icon-icon04 { color: #f19db2; }
h2.main::after { content: ''; display: block; height: 1.5rem; background-image: url("../images/bg_barGreen.png"); background-repeat: repeat; vertical-align: middle; margin: .6rem 0 0 0; width: 100%; border-radius: 2rem; }
h2.low { color: #626262; font-weight: bold; font-size: 1.6rem; padding: 0 0 .6rem 0; margin: 3rem 0 1.8rem 0; position: relative; }
h2.low::after { content: ''; display: block; height: 1.5rem; background-image: url("../images/bg_barGreen.png"); background-repeat: repeat; vertical-align: middle; margin: 1rem 0 0 0; width: 100%; border-radius: 2rem; }
h2.bar_pink::after { background-image: url("../images/bg_barPink.png"); }
h2.first { margin: 0 0 1.8rem 0; }
h2 span { font-size: 80%; }

h3 { color: #f19db2; font-weight: normal; font-size: 5vw; padding: 0 0 0.8rem 0; margin: 1.8rem 0 1.4rem 0; border-bottom: #f19db2 2px solid; position: relative; }

h4 { color: #afd58d; font-weight: normal; font-size: 4.6vw; padding: 0 0 0.4rem 0; margin: 1.6rem 0 0.8rem 0; border-bottom: #afd58d 4px solid; }

h5 { color: #96623e; font-weight: normal; font-size: 1.7rem; padding: 0 0 0.4rem 0; margin: 0 0 1rem 0; border-bottom: #96623e 4px dotted; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px) { h1 { margin: 0; }
  h2.top { width: 1080px; color: #626262; font-size: 2.2rem; font-weight: bold; text-align: left; margin: 0 auto 14px auto; position: relative; padding: 3px 0 0 128px; }
  h2.top::before { position: absolute; content: ""; top: 0; left: 68px; width: 48px; height: 48px; margin-top: -15px; background: url("../images/icon_logo.png") top left no-repeat; background-size: contain; }
  h2.top::after { content: ''; display: block; height: 1.5rem; background-image: url("../images/bg_barPink.png"); background-repeat: repeat; vertical-align: middle; margin: 10px 0 0 -62px; width: 100%; border-radius: 20px; }
  h2.main { width: 1080px; color: #626262; font-size: 2.2rem; font-weight: bold; text-align: left; margin: 0 auto 14px auto; position: relative; padding: .3rem 0 0 0; }
  h2.main i.icon-icon03, h2.main i.icon-icon05, h2.main i.icon-icon09 { color: #92c762; }
  h2.main i.icon-icon04 { color: #f19db2; }
  h2.low { font-size: 2.2rem; line-height: 1.4; }
  h2.first { margin: 0 0 1.8rem 0; }
  h3 { color: #f19db2; font-weight: normal; font-size: 2.8rem; padding: 0 0 0.8rem 0; margin: 6rem 0 1.4rem 0; border-bottom: #f19db2 4px solid; position: relative; }
  h3.flow { margin: 3rem 0 1.4rem 0; }
  h4 { color: #afd58d; font-weight: normal; font-size: 2.6rem; padding: 0 0 0.4rem 0; margin: 5rem 0 0.8rem 0; border-bottom: #afd58d 4px solid; }
  h5 { color: #96623e; font-weight: normal; font-size: 2.4rem; padding: 0 0 0.4rem 0; margin: 10px 0 7px 0; border-bottom: #96623e 4px dotted; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/* 下層共通 */
.low .txt_right { display: block; text-align: right; }
.low .mt30 { margin-top: 3rem; }
.low ul li { font-size: 1.4rem; line-height: 1.4; }
.low ul.about { width: 96%; margin: 0 auto; list-style: disc; list-style-position: inside; }
.low ul.about li { font-size: 1.4rem; }

@media screen and (min-width: 768px) { .low ul li { font-size: 1.8rem; line-height: 1.6; }
  .low ul.about { width: 100%; margin: 0; }
  .low ul.about li { font-size: 1.8rem; } }
/* クリニック紹介 */
.clinic ul.device { display: block; list-style: none; }
.clinic ul.device li img { margin: 0 auto; width: 90%; max-width: 35rem; display: block; }

@media screen and (min-width: 768px) { .clinic ul.device { display: flex; flex-wrap: wrap; justify-content: space-between; }
  .clinic ul.device li h3 { margin: .8rem 0 1.6rem 0; }
  .clinic ul.device li img { width: 35rem; } }
/* 初めての方へ */
.first dl.flow { width: 96%; margin: 0 auto; }
.first dl.flow dt { background-color: #f1b1c1; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.first dl.flow dt, .first dl.flow dd { font-size: 1.4rem; line-height: 1.4; }
.first .arrow { font-weight: bold; margin: 1rem 0; text-align: center; color: #92c762; }

@media screen and (min-width: 768px) { .first dl.flow { width: 100%; margin: 0; }
  .first dl.flow dt, .first dl.flow dd { font-size: 1.8rem; line-height: 1.6; } }
/* アクセス */
.access a.tel_text { text-decoration: none; }
.access .gmap iframe { width: 94%; height: 20rem; margin: 0 auto; display: block; }
.access .gmap a { color: #FFFFFF; font-size: 1.4rem; text-align: center; display: block; margin: 1rem auto 0; text-decoration: none; background-color: #f1b1c1; border-radius: 1rem; padding: .6rem 0; width: auto; }

@media screen and (min-width: 768px) { .access .gmap iframe { width: 100%; height: 35rem; }
  .access .gmap a { font-size: 1.8rem; }
  .access .gmap a:hover { opacity: 0.6; } }

/*# sourceMappingURL=style.css.map */
