@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑1*/
/*緑2*/
/*青*/
/*オレンジ*/
/*緑*/
/*緑*/
/*影*/
/*緑*/
/*緑*/
/*薄い黄色*/
/*緑*/
/*緑7*/
/*グレイ*/
/*茶色*/
/*ピンク*/
/*黄色*/
/*茶色*/
/*緑*/
/*緑*/
/*オレンジ*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/*オレンジ色*/
/*オレンジ色*/
/*緑*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #2E2E2E; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #2E2E2E; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'baloo_regular'; src: url(../font/BalooTammudu2-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'baloo_bold'; src: url(../font/BalooTammudu2-Bold.ttf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'kosugimaru'; src: url(../font/KosugiMaru-Regular.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.wrapper_low { height: auto; width: 100%; margin: 0; padding: 2rem 0 0 0; box-sizing: border-box; background-color: #D5F5A4; }

.main { height: auto; width: 100%; margin: 0; padding: 2rem 0; }

.main_low { height: auto; width: 96%; margin: 0 auto; padding: 2rem 1rem; box-sizing: border-box; background-color: #ffffff; border-radius: 1rem; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0; }
  .wrapper_low { height: auto; width: 100%; margin: 0; padding: 125px 0 62px 0; box-sizing: border-box; background-color: #D5F5A4; }
  .main { height: auto; width: 100%; margin: 0; padding: 0; }
  .main_low { height: auto; width: 1300px; margin: 0 auto; padding: 70px 56px; box-sizing: border-box; background-color: #ffffff; border-radius: 18px; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 0 0 0; padding: 0; height: 90vw; }
header .head_frame { width: 96%; padding: 0; margin: 0 auto; }
header .head_frame .head_logo { width: 28%; margin: 0 auto 0 auto; }
header .head_frame .head_logo a img { width: 100%; margin: 2vw 0 0 0; }
header .head_frame .head_logo2 { width: 80%; max-width: 371px; margin: 0 auto 0 auto; }
header .head_frame .head_logo2 a img { width: 100%; margin: 2vw 0 0 0; }
header .head_frame .head_tel { width: 100%; color: #009E4C; font-size: 2.5rem; font-weight: bold; font-family: 'baloo_regular'; text-align: center; margin: 0.5rem 0 0.2rem 0; }
header .head_frame .head_tel i { font-size: 2rem; }
header .head_frame .head_tel span a { color: #009E4C; text-decoration: none; }
header .head_frame .head_access { font-size: 1.4rem; font-weight: bold; margin: 0 0 0.4rem 0; text-align: center; }
header .head_frame .head_access i { color: #009E4C; }
header .head_frame .head_access span { color: #009E4C; }
header .head_frame .head_address { font-size: 1.4rem; font-weight: bold; margin: 0 0 0.4rem 0; text-align: center; }
header .head_frame .head_address i { color: #009E4C; }
header .head_frame .head_address span { color: #009E4C; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 0 0 0; padding: 0; height: 100px; overflow: visible; }
  header .head_frame { width: 1100px; padding: 0; margin: 0 auto; height: 120px; position: relative; }
  header .head_frame .head_logo { position: absolute; top: 0; left: 0; width: 194px; height: 234px; margin: 0; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; background-color: #ffffff; z-index: 99999; }
  header .head_frame .head_logo a { width: 194px; height: 234px; }
  header .head_frame .head_logo a img { width: 146px; display: block; margin: 16px auto 0 auto; }
  header .head_frame .head_logo2 { position: absolute; top: 42px; left: 208px; width: 371px; max-width: 371px; margin: 0; }
  header .head_frame .head_logo2 a img { width: 371px; margin: 0; }
  header .head_frame .head_tel { position: absolute; top: 30px; left: 635px; width: auto; color: #009E4C; font-size: 2.8rem; font-weight: bold; font-family: 'baloo_regular'; text-align: center; margin: 0; }
  header .head_frame .head_tel i { font-size: 2.4rem; }
  header .head_frame .head_tel span a { color: #009E4C; text-decoration: none; }
  header .head_frame .head_access { position: absolute; top: 30px; right: 0px; font-size: 1.6rem; font-weight: bold; margin: 0 0 0.4rem 0; text-align: left; letter-spacing: 0; }
  header .head_frame .head_access i { color: #009E4C; font-size: 2.2rem; }
  header .head_frame .head_access span { color: #009E4C; }
  header .head_frame .head_address { position: absolute; top: 70px; left: 635px; font-size: 1.6rem; font-weight: bold; margin: 0; text-align: left; letter-spacing: 0.03em; }
  header .head_frame .head_address i { color: #009E4C; font-size: 2rem; }
  header .head_frame .head_address span { color: #009E4C; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 83px; margin: 0 0 0 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background: url("../images/nav_bg.png") repeat-x; background-position: left top; background-color: #16af35; }
  .main_nav_pc nav { width: 1100px; height: 83px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; box-sizing: border-box; width: 876px; height: 83px; padding: 0; margin: 0 0 0 210px; }
  .main_nav_pc nav ul li { width: auto; height: 24px; border-right: #ffffff 1px solid; box-sizing: border-box; margin: 28px 0 0 0; }
  .main_nav_pc nav ul li a { width: 100%; height: 24px; text-align: center; text-decoration: none; color: #ffffff; font-size: 1.8rem; display: block; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 250px; height: auto; display: none; margin: 15px 0 0 0; padding: 0 0 0 0; position: relative; z-index: 9999999999999; background-color: rgba(22, 131, 198, 0.9); }
  .main_nav_pc nav ul li ul li { width: 250px; height: auto; margin: 0 0 0 0; border-left: none; border-bottom: #ffffff 1px solid; }
  .main_nav_pc nav ul li ul li:last-child { border-bottom: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.8rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; color: #ffffff; width: 250px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background: none; background-color: #1683c6; padding: 0 0 0 10px; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a::before { content: "・"; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li.home { width: 128px; }
  .main_nav_pc nav ul li.doctor { width: 128px; }
  .main_nav_pc nav ul li.clinic { width: 182px; }
  .main_nav_pc nav ul li.treatment { width: 128px; cursor: pointer; cursor: hand; }
  .main_nav_pc nav ul li.consultation { width: 182px; }
  .main_nav_pc nav ul li.access { width: 128px; border-right: none; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .main_nav_low .main_nav_pc { background-color: transparent; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_bg { height: 60vw; }
.key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 60vw; width: 100%; margin: 0; position: relative; z-index: 9999; }
.key_visual_bg .key_visual .key_on { height: 60vw; width: 100%; position: relative; }
.key_visual_bg .key_visual .key_on .key_text { position: absolute; bottom: 2vw; right: 2%; width: 40%; height: 38vw; background: url("../images/key_on_bg_01.png"), url("../images/key_on_logo.png"), url("../images/key_on_bg_02.png"); background-repeat: no-repeat,no-repeat,no-repeat; background-position: center top 2vw,center bottom 6vw,center bottom 2vw; background-size: 40%, 20%,40%; background-color: #ffffff; border-radius: 50%; }
.key_visual_bg .key_visual .key_on .key_text p { text-align: center; font-family: 'kosugimaru'; font-size: 1.1rem; color: #009E4C; margin: 8vw 0 0 0; line-height: 110%; }
.key_visual_bg .key_visual .key_on .key_text p span { font-size: 1.2rem; color: #EBA418; }
.key_visual_bg .key_visual .key_on .key_new { display: none; }

.key_new_sp { width: 80%; height: 10vw; background-color: #EBA418; color: #ffffff; text-align: center; font-family: 'kosugimaru'; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: 1rem auto 0 auto; border-radius: 2rem; }

/*下層*/
.key_visual_bg_low { height: 30vw; }
.key_visual_bg_low .key_visual_low { background: url("../images/key_visual_low.png"); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 30vw; width: 100%; }
.key_visual_bg_low .key_visual_low h1 { color: #ffffff; font-size: 2.4rem; height: 30vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; letter-spacing: 0.05em; width: 100%; white-space: nowrap; }

@media screen and (min-width: 768px), print { .key_visual_bg { background: url("../images/key_visual_bg.png") no-repeat; background-position: center center; background-color: #16af35; height: 435px; overflow: visible; margin: 0 0 157px 0; position: relative; }
  .key_visual_bg .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 501px; width: 1300px; margin: 0 auto 0 auto; position: relative; z-index: 9999; }
  .key_visual_bg .key_visual .key_on { height: 501px; width: 1300px; position: relative; }
  .key_visual_bg .key_visual .key_on .key_text { position: absolute; bottom: 60px; right: 88px; width: 364px; height: 364px; background: url("../images/key_on_bg_01.png"), url("../images/key_on_logo.png"), url("../images/key_on_bg_02.png"); background-repeat: no-repeat,no-repeat,no-repeat; background-position: center top 14px,center bottom 58px,center bottom 14px; background-size: 127px, 70px,127px; background-color: #ffffff; border-radius: 50%; }
  .key_visual_bg .key_visual .key_on .key_text::after { content: ""; width: 368px; height: 368px; display: block; border-radius: 50%; border: #ffffff 1px solid; /*margin: -3px 0 0 -3px;*/ position: absolute; top: -3px; left: -3px; }
  .key_visual_bg .key_visual .key_on .key_text p { text-align: center; font-family: 'kosugimaru'; font-size: 3.2rem; color: #009E4C; margin: 70px 0 0 0; line-height: 110%; }
  .key_visual_bg .key_visual .key_on .key_text p span { font-size: 3.4rem; color: #EBA418; }
  .key_visual_bg .key_visual .key_on .key_new { position: absolute; bottom: -24px; right: 348px; display: block; width: 198px; height: 198px; background-color: #EBA418; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; border-radius: 50%; }
  .key_visual_bg .key_visual .key_on .key_new p { color: #ffffff; text-align: center; font-family: 'kosugimaru'; font-size: 3.2rem; line-height: 130%; font-weight: normal; margin: 0; }
  .key_new_sp { display: none; }
  /*下層*/
  .key_visual_bg_low { background: url("../images/key_visual_bg_low.png"), url("../images/key_visual_bg_low2.png"); background-repeat: no-repeat, repeat-x; background-position: center center, left bottom; background-color: #16af35; height: 237px; overflow: visible; margin: 0 0 0 0; position: relative; }
  .key_visual_bg_low .key_visual_low { background: url("../images/key_visual_low.png"); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 223px; width: 1300px; margin: 0 auto 0 auto; position: relative; z-index: 9999; }
  .key_visual_bg_low .key_visual_low h1 { color: #ffffff; font-size: 3.8rem; height: 223px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; letter-spacing: 0.05em; width: 100%; white-space: nowrap; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_frame { width: 100%; margin: 0; }
.notice_frame .notice_box { width: 96%; height: auto; margin: 0 auto; padding: 2rem 0 2rem 0; border: #A9F23B 2px dotted; border-radius: 0.8rem; box-sizing: border-box; }
.notice_frame .notice_box .notice_area { width: 96%; margin: 0 auto 0 auto; padding: 0 0 2rem 0; }
.notice_frame .notice_box .notice_area dl { height: auto; margin: 0 auto 0 auto; width: 96%; }
.notice_frame .notice_box .notice_area dl dt { color: #009E4C; margin: 2rem 0 0.4rem 0; padding: 1.8rem 0.4rem 0 2rem; font-size: 1.5rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
.notice_frame .notice_box .notice_area dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #EBA418; display: block; width: 0; height: 0; margin: auto; left: 0; top: 2rem; }
.notice_frame .notice_box .notice_area dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #EBA418; }
.notice_frame .notice_box .notice_area dl dt:first-child { margin: 0 0 0.4rem 0; border-top: none; padding: 1.8rem 0.4rem 0 2rem; }
.notice_frame .notice_box .notice_area dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #EBA418; }
.notice_frame .notice_box .notice_area dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 2rem; color: #2E2E2E; font-size: 1.4rem; line-height: 160%; display: none; }
.notice_frame .notice_box .notice_area dl dd.open { display: block; }

@media screen and (min-width: 768px), print { .notice_frame { width: 100%; margin: 0; min-height: 230px; }
  .notice_frame .notice_box { width: 1100px; height: auto; min-height: 230px; margin: 0 auto; padding: 18px 0 30px 0; border: #A9F23B 2px dotted; border-radius: 10px; box-sizing: border-box; position: relative; }
  .notice_frame .notice_box .notice_title { position: absolute; top: 55px; left: 52px; width: auto; }
  .notice_frame .notice_box .notice_area { width: 564px; margin: 0 0 0 234px; padding: 0; }
  .notice_frame .notice_box .notice_area dl { min-height: 220px; height: auto; margin: 0; width: 830px; }
  .notice_frame .notice_box .notice_area dl dt { color: #009E4C; margin: 0 0 0 0; padding: 5px 0 0 25px; font-size: 2rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; }
  .notice_frame .notice_box .notice_area dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80b"; color: #EBA418; display: block; width: 0; height: 0; margin: auto; left: 0; top: 5px; }
  .notice_frame .notice_box .notice_area dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80b"; color: #EBA418; }
  .notice_frame .notice_box .notice_area dl dt:first-child { margin: 0 0 0 0; border-top: none; padding: 5px 0.4rem 0 25px; }
  .notice_frame .notice_box .notice_area dl dt.close::before { font-family: "fontello"; content: "\00e80c"; color: #EBA418; }
  .notice_frame .notice_box .notice_area dl dd { margin: 0 0 10px 0; padding: 0 0 0 22px; color: #2E2E2E; font-size: 1.8rem; line-height: 160%; display: none; }
  .notice_frame .notice_box .notice_area dl dd.open { display: block; } }
/* -----------------------------------------------------------
　このような症状がある方はお気軽にご相談ください
----------------------------------------------------------- */
.symptoms_frame { margin: 4rem 0 0 0; }
.symptoms_frame .symptoms_bg { background: url("../images/index_symptoms_bg.jpg") no-repeat; background-size: cover; background-position: center top; padding: 2rem 0; box-sizing: border-box; }
.symptoms_frame .symptoms_bg .symptoms_box { margin: 2rem 0 0 0; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_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; width: 96%; margin: 0 auto; list-style-type: none; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li { width: 48%; height: 38vw; margin: 0 0 2rem 0; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li a { width: 100%; height: 38vw; text-decoration: none; color: #ffffff; font-family: 'kosugimaru'; font-size: 1.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; line-height: 120%; padding: 1rem 0 0 0; box-sizing: border-box; pointer-events: none; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li img { width: 90%; display: block; margin: 0 auto; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym01 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym02 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym03 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym06 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym07 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym08 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym09 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym10 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; }
.symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym11 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; }

@media screen and (min-width: 768px), print { .symptoms_frame { margin: 76px 0 0 0; }
  .symptoms_frame .symptoms_bg { background: url("../images/index_symptoms_bg.jpg") no-repeat; background-size: cover; background-position: center top; padding: 34px 0 0 0; box-sizing: border-box; height: 734px; margin: 32px 0 0 0; }
  .symptoms_frame .symptoms_bg .symptoms_box { margin: 0 auto; width: 1100px; height: 672px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list { display: block; width: 100%; margin: 0; list-style-type: none; width: 1100px; height: 672px; position: relative; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li { width: 180px; height: 180px; margin: 0 0 0 0; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li a { width: 180px; height: 180px; text-decoration: none; color: #ffffff; font-family: 'kosugimaru'; font-size: 1.8rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; text-align: center; line-height: 140%; padding: 0 0 0 0; box-sizing: border-box; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li img { width: auto; display: block; margin: 0 auto; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym01 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 22px; left: 166px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym01 a { font-size: 2rem; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym02 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 22px; left: 398px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym02 a { font-size: 2rem; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym03 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 22px; left: 627px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym03 a { font-size: 2rem; padding: 8px 0 0 0; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym04 { width: 224px; height: 219px; position: absolute; top: 0; left: 853px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym05 { width: 226px; height: 218px; position: absolute; top: 222px; left: 20px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym06 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 244px; left: 289px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym07 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; background-size: contain; position: absolute; top: 244px; left: 524px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym08 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 244px; left: 757px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym09 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 467px; left: 140px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym10 { background: url("../images/index_symptoms_bg_02.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 467px; left: 375px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym11 { background: url("../images/index_symptoms_bg_01.png") no-repeat; background-position: center center; background-size: contain; position: absolute; top: 467px; left: 610px; }
  .symptoms_frame .symptoms_bg .symptoms_box ul.symptoms_list li.sym12 { width: 224px; height: 221px; position: absolute; top: 447px; left: 840px; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.menu_frame { margin: 2rem 0 0 0; }
.menu_frame .menu_box_line { width: 96%; margin: 0 auto; border: #D5F5A4 2px solid; border-radius: 2rem; box-sizing: border-box; }
.menu_frame .menu_box_line .menu_box { background-color: #D5F5A4; border: #ffffff 1px solid; box-sizing: border-box; width: 100%; padding: 2rem 0 0 0; border-radius: 1.9rem; }
.menu_frame .menu_box_line .menu_box ul.menu_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.menu_frame .menu_box_line .menu_box ul.menu_list li { width: 45%; margin: 0 0 2rem 0; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a { text-decoration: none; display: block; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a p { width: 100%; height: 37vw; background-color: #16af35; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; box-shadow: 5px 5px #b2cd89; margin: 0 0 1rem 0; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a p img { width: 60%; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a span { color: #2E2E2E; font-size: 1.4rem; text-align: center; display: block; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a span i { color: #EBA418; }
.menu_frame .menu_box_line .menu_box ul.menu_list li a span::before { font-family: "fontello"; content: "\00e808"; color: #EBA418; margin: 0 0.2rem 0 0; }

@media screen and (min-width: 768px), print { .menu_frame { margin: 80px 0 0 0; }
  .menu_frame .menu_box_line { width: 878px; margin: 30px auto 0 auto; border: #D5F5A4 2px solid; border-radius: 80px; box-sizing: border-box; }
  .menu_frame .menu_box_line .menu_box { background-color: #D5F5A4; border: #ffffff 1px solid; box-sizing: border-box; width: 872px; padding: 50px 0; border-radius: 77px; margin: 1px auto; }
  .menu_frame .menu_box_line .menu_box ul.menu_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 678px; margin: 0 auto; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li { width: 148px; margin: 0 0 0 0; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a { text-decoration: none; display: block; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a p { width: 148px; height: 148px; background-color: #16af35; border-radius: 50%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; box-shadow: 5px 5px #b2cd89; margin: 0 0 15px 0; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a p img { width: 60%; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a span { color: #2E2E2E; font-size: 2.2rem; text-align: center; display: block; text-decoration: none; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a span i { color: #EBA418; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a span::before { font-family: "fontello"; content: "\00e808"; color: #EBA418; margin: 0 0.2rem 0 0; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(1) { margin: 0 0 55px 0; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(2) { width: 160px; margin: 0 50px 55px 50px; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(2) a p { margin: 0 auto 15px auto; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(3) { margin: 0 0 55px 0; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(5) { width: 160px; margin: 0 50px; }
  .menu_frame .menu_box_line .menu_box ul.menu_list li:nth-child(5) a p { margin: 0 auto 15px auto; } }
/* -----------------------------------------------------------
　かんだまちクリニック診療方針
----------------------------------------------------------- */
.policy_frame { margin: 4rem 0 0 0; background-color: #D5F5A4; }
.policy_frame .policy_area { background-color: #ffffff; width: 96%; margin: 0 auto; padding: 2rem 0; box-sizing: border-box; }
.policy_frame .policy_area .policy_box { width: 96%; margin: 0 auto; }
.policy_frame .policy_area .policy_box .policy_box_left p { font-family: 'kosugimaru'; line-height: 180%; font-size: 1.7rem; letter-spacing: 0; }
.policy_frame .policy_area .policy_box .policy_box_left a { width: 50%; height: 8vw; margin: 0 0 0 50%; background-color: #009E4C; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; border-radius: 2rem; text-decoration: none; }
.policy_frame .policy_area .policy_box figure { width: 100%; display: block; margin: 2rem 0 0 0; }
.policy_frame .policy_area .policy_box figure img { width: 50%; max-width: 245px; display: block; margin: 0 auto; }

@media screen and (min-width: 768px), print { .policy_frame { margin: 115px 0 0 0; background: url("../images/key_visual_bg.png") no-repeat; background-position: center center; background-color: #D5F5A4; width: 100%; height: 454px; }
  .policy_frame .policy_area { background: url("../images/index_policy_bg_01.jpg"), url("../images/index_policy_bg_02.jpg"); background-repeat: no-repeat,no-repeat; background-position: left center,right center; background-color: #ffffff; width: 1200px; margin: 0 auto; padding: 60px 0 0 0; box-sizing: border-box; height: 454px; }
  .policy_frame .policy_area .policy_box { width: 900px; margin: 30px auto 0 auto; 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; }
  .policy_frame .policy_area .policy_box .policy_box_left { width: 605px; }
  .policy_frame .policy_area .policy_box .policy_box_left p { line-height: 200%; margin: 0 0 0 0; font-size: 2rem; font-family: 'kosugimaru'; letter-spacing: 0; }
  .policy_frame .policy_area .policy_box .policy_box_left a { width: 180px; height: 32px; margin: 0 0 0 425px; background-color: #009E4C; color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; border-radius: 2rem; text-decoration: none; }
  .policy_frame .policy_area .policy_box .policy_box_left a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .policy_frame .policy_area .policy_box figure { width: 290px; display: block; margin: 0 0 0 0; text-align: right; }
  .policy_frame .policy_area .policy_box figure img { width: 245px; max-width: 245px; display: block; margin: 0 0 0 45px; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 0 0 0 0; margin: 0; background: url("../images/overview_bg.png") repeat-x; background-position: left top; background-color: #16af35; }
.overview .overview_box { padding: 0 0 2rem 0; border-bottom: #ffffff 2px dotted; }
.overview .overview_box .overview_box_left { width: 96%; margin: 0 auto; }
.overview .overview_box .overview_box_left .overview_top { 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; }
.overview .overview_box .overview_box_left .overview_top h2.overview_title { width: 25%; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 3rem 0 1rem 0; box-sizing: border-box; }
.overview .overview_box .overview_box_left .overview_top h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview .overview_box .overview_box_left .overview_top .overview_top_right { width: 70%; padding: 5rem 0 0 0; }
.overview .overview_box .overview_box_left .overview_top .overview_top_right img { width: 100%; margin: 0 0 1rem 0; }
.overview .overview_box .overview_box_left .overview_top .overview_top_right .overview_tel { width: 95%; height: 10vw; margin: 0 auto; text-decoration: none; font-size: 2rem; font-family: 'baloo_regular'; color: #ffffff; border: #ffffff 1px solid; border-radius: 2rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0.8rem 0 0 0; }
.overview .overview_box .overview_box_left .overview_top .overview_top_right .overview_tel i { font-size: 1.6rem; }
.overview .overview_box .overview_box_left .overview_top .overview_top_right .overview_tel a { color: #ffffff; text-decoration: none; }
.overview .overview_box .overview_box_left dl.overview_info { 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; margin: 0; line-height: 140%; width: 100%; }
.overview .overview_box .overview_box_left dl.overview_info dt { width: 27%; margin: 0 0 1rem 0; padding: 2vw 0 0 0; min-height: 9vw; }
.overview .overview_box .overview_box_left dl.overview_info dt span { background-color: #ffffff; color: #009E4C; font-size: 1.1rem; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 7vw; border-radius: 3px; }
.overview .overview_box .overview_box_left dl.overview_info dd { width: 68%; margin: 0 0 1rem 0; font-size: 1.1rem; line-height: 140%; padding: 0 0 0 0; box-sizing: border-box; color: #ffffff; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; min-height: 9vw; }
.overview .overview_box .overview_box_right { width: 96%; margin: 2rem auto 0 auto; }
.overview .overview_box .overview_box_right iframe.googlemap { width: 100%; height: 500px; border: #ffffff 10px solid; box-sizing: border-box; background-color: #ffffff; border-radius: 1rem; }
.overview .overview_box .overview_box_right .maplink { margin: 1rem 0 0 0; }
.overview .overview_box .overview_box_right .maplink a { width: 70%; height: 12vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background-color: #ecffcf; color: #009E4C; font-size: 1.4rem; margin: 0 auto; text-decoration: none; border-radius: 2rem; border: #ffffff 1px solid; box-sizing: border-box; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 0 0 0 0; margin: 150px 0 0 0; background: url("../images/overview_bg.png") repeat-x; background-position: left top; background-color: #16af35; }
  .overview .overview_box { 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; width: 1100px; margin: 0 auto; padding: 0 0 50px 0; border-bottom: #ffffff 3px dotted; }
  .overview .overview_box .overview_box_left { width: 550px; margin: 0 auto; }
  .overview .overview_box .overview_box_left .overview_top { 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; width: 550px; }
  .overview .overview_box .overview_box_left .overview_top h2.overview_title { width: 155px; height: 236px; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; padding: 0 0 0 0; box-sizing: border-box; }
  .overview .overview_box .overview_box_left .overview_top h2.overview_title img { width: 119px; display: block; margin: 55px auto 0 auto; }
  .overview .overview_box .overview_box_left .overview_top .overview_top_right { width: 395px; padding: 93px 0 0 0; }
  .overview .overview_box .overview_box_left .overview_top .overview_top_right img { width: 371px; display: block; margin: 0 auto 8px auto; }
  .overview .overview_box .overview_box_left .overview_top .overview_top_right .overview_tel { width: 333px; height: 55px; margin: 0 auto; text-decoration: none; font-size: 3.8rem; font-family: 'baloo_regular'; color: #ffffff; border: #ffffff 1px solid; border-radius: 4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 6px 0 0 0; box-sizing: border-box; letter-spacing: 0; }
  .overview .overview_box .overview_box_left .overview_top .overview_top_right .overview_tel i { font-size: 2.8rem; }
  .overview .overview_box .overview_box_left dl.overview_info { 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; margin: 52px 0 24px 0; line-height: 140%; width: 530px; }
  .overview .overview_box .overview_box_left dl.overview_info dt { width: 155px; margin: 0 0 28px 0; padding: 0 0 0 0; min-height: auto; }
  .overview .overview_box .overview_box_left dl.overview_info dt span { background-color: #ffffff; color: #009E4C; font-size: 1.8rem; text-align: center; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 100%; height: 30px; border-radius: 3px; }
  .overview .overview_box .overview_box_left dl.overview_info dd { width: 350px; margin: 0 0 28px 0; font-size: 1.8rem; line-height: 140%; padding: 0 0 0 0; box-sizing: border-box; color: #ffffff; display: block; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; min-height: auto; }
  .overview .overview_box .overview_box_right { width: 550px; margin: 106px 0 0 0; }
  .overview .overview_box .overview_box_right iframe.googlemap { width: 515px; height: 610px; border: #ffffff 15px solid; box-sizing: border-box; background-color: #ffffff; border-radius: 10px; margin: 0 0 0 35px; }
  .overview .overview_box .overview_box_right .maplink { width: 515px; margin: 16px 0 0 35px; }
  .overview .overview_box .overview_box_right .maplink a { width: 267px; height: 44px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background-color: #ecffcf; color: #009E4C; font-size: 1.8rem; margin: 0 auto; text-decoration: none; border-radius: 2rem; border: #ffffff 1px solid; box-sizing: border-box; }
  .overview .overview_box .overview_box_right .maplink a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  body.low .overview { margin: 80px 0 0 0; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { background-color: #16af35; padding: 2rem 0 0 0; }
footer .footer_frame_sp { margin: 0 auto 0 auto; width: 96%; }
footer .footer_frame_sp ul.footer_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 0 0; }
footer .footer_frame_sp ul.footer_list li { width: 45%; display: block; margin: 0 0 1rem 0; }
footer .footer_frame_sp ul.footer_list li a { color: #ffffff; font-size: 1.2rem; font-weight: normal; display: block; width: 100%; text-align: center; text-decoration: none; }
footer .footer_frame_sp ul.footer_list li a i { display: none; }
footer .footer_frame_sp ul.footer_list li.treatment { display: none; }
footer .footer_frame_pc { display: none; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #ffffff; }
footer .copyright a { color: #16af35; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 0.5rem 0; background-color: #16af35; z-index: 999999; }
.footer_link a.footer_tel { width: 70%; margin: 0; color: #16af35; text-align: center; font-size: 2rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #ffffff; padding: 0.6rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls { background-color: #ffffff; width: 25%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls a { width: 100%; color: #16af35; padding: 0.6rem 0; font-weight: normal; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 206px; box-sizing: border-box; padding: 0; margin: 0; overflow: hidden; position: relative; }
  footer .footer_frame_sp { display: none; }
  footer .footer_frame_pc { display: block; margin: 0 auto; width: 1100px; height: auto; padding: 45px 0 0 0; box-sizing: border-box; }
  footer .footer_frame_pc ul.footer_list { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; width: 1100px; }
  footer .footer_frame_pc ul.footer_list li { width: auto; display: block; margin: 0 30px 20px 0; padding: 0 30px 0 0; border-right: #ffffff 1px solid; }
  footer .footer_frame_pc ul.footer_list li a { color: #ffffff; font-size: 1.8rem; font-weight: normal; display: block; width: 100%; text-align: center; text-decoration: none; }
  footer .footer_frame_pc ul.footer_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  footer .footer_frame_pc ul.footer_list li:last-child { border-right: none; }
  footer .footer_frame_pc ul.footer_list li.treatment { display: none; }
  footer .footer_frame_pc p { display: none; }
  footer .copyright { margin: 0; width: 100%; height: 55px; text-align: center; padding: 0; color: #ffffff; font-size: 1.4rem; letter-spacing: 0.05em; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; }
  footer .copyright a { color: #009E4C; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #linkpagetop img { width: 128px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 32px; right: 0; z-index: 999999; left: 50%; margin: 0 0 0 625px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 32px; right: 2%; left: auto; margin: 0 0 0 0; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #ffffff 1px solid; background-color: #16af35; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.4rem; text-decoration: none; padding: 1rem; border-bottom: #ffffff 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li ul li a { background-color: #1683c6; color: #ffffff; border-bottom: none; text-align: center; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul li a::after { content: "" !important; }
.drawr ul.hbg li.treatment a::after { font-family: 'fontello'; content: "\00f004"; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0 0 0.6rem 0; background-color: #16af35; border: #16af35 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.notice_title { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #009E4C; font-size: 2.3rem; font-weight: normal; font-family: 'kosugimaru'; line-height: 100%; }
h2.notice_title img { width: 20%; display: block; margin: 0 auto 0.5rem auto; }
h2.notice_title span { font-size: 1.2rem; font-weight: normal; color: #2E2E2E; }
h2.top_title { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 2rem 0; color: #009E4C; }
h2.top_title span { color: #009E4C; font-size: 2.2rem; font-weight: normal; font-family: 'kosugimaru'; text-align: center; line-height: 120%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0.5rem; width: 75%; }
h2.top_title span span.eng { color: #EBA418; font-size: 1.2rem; font-family: 'baloo_regular'; line-height: 110%; margin: 2px 0 0 0; }
h2.top_title::before { content: ""; display: inline-block; background: url("../images/icon_01.png") no-repeat; width: 13%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0 0 0 0; background-position: right center; }
h2.top_title::after { content: ""; display: inline-block; background: url("../images/icon_02.png") no-repeat; width: 13%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0 0 0 0; background-position: left center; }
h2.low { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 4rem 0 2rem 0; color: #009E4C; }
h2.low span { color: #009E4C; font-size: 2.2rem; font-weight: normal; font-family: 'kosugimaru'; text-align: center; line-height: 120%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0.5rem; width: auto; }
h2.low span span.eng { color: #EBA418; font-size: 1.2rem; font-family: 'baloo_regular'; line-height: 110%; margin: 2px 0 0 0; }
h2.low::before { content: ""; display: inline-block; background: url("../images/icon_01.png") no-repeat; width: 13%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0 0 0 0; background-position: right center; }
h2.low::after { content: ""; display: inline-block; background: url("../images/icon_02.png") no-repeat; width: 13%; height: 11vw; background-size: contain; vertical-align: middle; margin: 0 0 0 0; background-position: left center; }
h2.first { margin: 0 0 1rem 0; }

h3.low { color: #ffffff; background-color: #16af35; border-radius: 2rem; box-sizing: border-box; font-weight: normal; font-family: 'kosugimaru'; font-size: 2rem; line-height: 120%; padding: 0.8rem 1.2rem; margin: 2rem 0 1rem 0; }
h3.low span.ptn { color: #16af35; background-color: #ffffff; display: inline-block; padding: 0 1rem; box-sizing: border-box; margin: 0 1rem 0 0; border-radius: 2rem; }
h3.first { margin: 0 0 1rem 0; }

h4 { color: #009E4C; background-color: #FFF8BA; border-radius: 2rem; box-sizing: border-box; font-weight: normal; font-family: 'kosugimaru'; font-size: 1.9rem; line-height: 120%; padding: 0.7rem 1.2rem; margin: 2rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { color: #6EB500; font-size: 1.8rem; font-family: 'kosugimaru'; font-weight: normal; border-bottom: #6EB500 2px dotted; padding: 0.6rem 0.8rem; margin: 3rem 0 1rem 0; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; letter-spacing: 0.05em; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.notice_title { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #009E4C; font-size: 3rem; font-weight: normal; font-family: 'kosugimaru'; line-height: 100%; }
  h2.notice_title img { width: 64px; display: block; margin: 0 auto 8px auto; }
  h2.notice_title span { font-size: 2rem; font-weight: normal; color: #2E2E2E; }
  h2.top_title { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; color: #009E4C; }
  h2.top_title span { color: #009E4C; font-size: 3.4rem; font-weight: normal; font-family: 'kosugimaru'; text-align: center; line-height: 120%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 22px; width: auto; }
  h2.top_title span span.eng { color: #EBA418; font-size: 2rem; font-family: 'baloo_regular'; line-height: 120%; margin: 0; }
  h2.top_title::before { content: ""; display: inline-block; background: url("../images/icon_01.png") no-repeat; width: 31px; height: 34px; background-size: contain; vertical-align: middle; margin: 20px 0 0 0; background-position: right bottom; }
  h2.top_title::after { content: ""; display: inline-block; background: url("../images/icon_02.png") no-repeat; width: 31px; height: 34px; background-size: contain; vertical-align: middle; margin: 20px 0 0 0; background-position: left bottom; }
  h2.low { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; margin: 90px 0 20px 0; color: #009E4C; }
  h2.low span { color: #009E4C; font-size: 3.4rem; font-weight: normal; font-family: 'kosugimaru'; text-align: center; line-height: 120%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 22px; width: auto; }
  h2.low span span.eng { color: #EBA418; font-size: 2rem; font-family: 'baloo_regular'; line-height: 120%; margin: 0; }
  h2.low::before { content: ""; display: inline-block; background: url("../images/icon_01.png") no-repeat; width: 31px; height: 34px; background-size: contain; vertical-align: middle; margin: 20px 0 0 0; background-position: right bottom; }
  h2.low::after { content: ""; display: inline-block; background: url("../images/icon_02.png") no-repeat; width: 31px; height: 34px; background-size: contain; vertical-align: middle; margin: 20px 0 0 0; background-position: left bottom; }
  h2.first { margin: 0 0 18px 0; }
  h3.low { color: #ffffff; background-color: #16af35; border-radius: 3rem; box-sizing: border-box; font-weight: normal; font-family: 'kosugimaru'; font-size: 2.8rem; line-height: 120%; padding: 7px 24px; margin: 30px 0 20px 0; }
  h3.low span.ptn { color: #16af35; background-color: #ffffff; display: inline-block; padding: 0 1rem; box-sizing: border-box; margin: 0 1rem 0 0; border-radius: 2rem; }
  h3.first { margin: 0 0 20px 0; }
  h4 { color: #009E4C; background-color: #FFF8BA; border-radius: 3rem; box-sizing: border-box; font-weight: normal; font-family: 'kosugimaru'; font-size: 2.4rem; line-height: 120%; padding: 7px 24px; margin: 30px 0 20px 0; }
  h4.first { margin: 0 0 20px 0; }
  h5 { color: #6EB500; font-size: 2rem; font-weight: normal; font-family: 'kosugimaru'; border-bottom: #6EB500 2px dotted; padding: 0 10px 10px 20px; margin: 30px 0 20px 0; }
  h5.first { margin: 0 0 20px 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; letter-spacing: 0.05em; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_center { margin: 0 0 1rem 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 20px 10px; }
  .img_right img { width: 400px; height: auto; }
  .img_center { float: none; margin: 0 0 20px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 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.png) no-repeat; background-position: left top 0.5rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 1rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; }
ul.list_maru li a { color: #16af35; text-decoration: none; }
ul.list_maru li span { color: #16af35; }

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.png) no-repeat; background-position: left top 0.5rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two li a { color: #16af35; text-decoration: none; }
ul.list_maru_two li span { color: #16af35; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 2rem 0; padding: 0 0 0 0.5rem; }
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), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.6rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 12px; padding: 0 0 0 25px; }
  ul.list_maru li ul { margin: 2rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 0; line-height: 160%; }
  ul.list_maru li a { color: #16af35; text-decoration: underline; }
  ul.list_maru li span { color: #16af35; }
  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.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 5px; background-size: 12px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two li a { color: #16af35; text-decoration: underline; }
  ul.list_maru_two li span { color: #16af35; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: 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.6rem; 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 2rem 0; line-height: 160%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dt span { display: inline; text-align: left; padding: 0 0 0 0; box-sizing: border-box; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.num_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.num_list dt { width: 8%; margin: 0 0 0 0; }
dl.num_list dd { width: 90%; margin: 0 0 20px 0; }

dl.title_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; border-top: #6EB500 1px solid; }
dl.title_box dt { width: 100%; margin: 0; background-color: #ecffcf; padding: 1rem; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }
dl.title_box dd { width: 100%; margin: 0; padding: 1rem; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }

dl.title_box2 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; border-top: #6EB500 1px solid; }
dl.title_box2 dt { width: 100%; margin: 0; background-color: #ecffcf; padding: 1rem; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }
dl.title_box2 dd { width: 100%; margin: 0; padding: 1rem; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }

@media screen and (min-width: 768px), print { 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.6rem; box-sizing: border-box; line-height: 160%; width: 800px; }
  dl.bio_list dt { width: 140px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dt span { display: block; text-align: center; padding: 0 35px 0 0; box-sizing: border-box; }
  dl.bio_list dd { width: 660px; margin: 0 0 20px 0; }
  dl.num_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.6rem; box-sizing: border-box; line-height: 160%; width: 600px; }
  dl.num_list dt { width: 35px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 565px; margin: 0 0 20px 0; }
  dl.title_box { 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.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; border-top: #6EB500 1px solid; }
  dl.title_box dt { width: 100%; margin: 0; background-color: #ecffcf; padding: 15px; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }
  dl.title_box dd { width: 100%; margin: 0; padding: 15px; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; }
  dl.title_box2 { 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.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; border-top: #6EB500 1px solid; width: 1188px; }
  dl.title_box2 dt { width: 288px; margin: 0; background-color: #ecffcf; padding: 15px; box-sizing: border-box; border-left: #6EB500 1px solid; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  dl.title_box2 dd { width: 900px; margin: 0; padding: 15px; box-sizing: border-box; border-left: none; border-right: #6EB500 1px solid; border-bottom: #6EB500 1px solid; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { box-sizing: border-box; font-weight: bold; font-size: 3vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #82cb12; width: 10%; }
table.timetable tr th:first-child { border-top-left-radius: 1rem; }
table.timetable tr th:last-child { border-top-right-radius: 1rem; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #009E4C 1px solid; color: #009E4C; }
table.timetable tr td.time { width: 28%; text-align: center; color: #2E2E2E; font-size: 3vw; }
table.timetable tr td.bblr { border-bottom-left-radius: 1rem; }
table.timetable tr td.bbrr { border-bottom-right-radius: 1rem; }
table.timetable tr td.bl { border-left: #009E4C 1px solid; }
table.timetable tr td.br { border-right: #009E4C 1px solid; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #ffffff; box-sizing: border-box; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { box-sizing: border-box; font-weight: bold; font-size: 1.8rem; padding: 18px 0; vertical-align: middle; color: #ffffff; background-color: #82cb12; width: auto; }
  table.timetable tr th:first-child { border-top-left-radius: 1rem; }
  table.timetable tr th:last-child { border-top-right-radius: 1rem; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 16px 0; vertical-align: middle; background-color: #ffffff; border-bottom: #009E4C 1px solid; color: #009E4C; }
  table.timetable tr td:last-child { border-right: #009E4C 1px solid; }
  table.timetable tr td.time { width: 150px; text-align: center; color: #2E2E2E; font-size: 1.8rem; }
  table.timetable tr td.bblr { border-bottom-left-radius: 1rem; }
  table.timetable tr td.bbrr { border-bottom-right-radius: 1rem; }
  table.timetable tr td.bl { border-left: #009E4C 1px solid; }
  table.timetable tr td.br { border-right: #009E4C 1px solid; }
  .notice_time { font-size: 1.8rem; margin: 16px 0 0 0; width: 100%; color: #ffffff; padding: 0; box-sizing: border-box; line-height: 140%; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #16af35; text-align: center; display: block; margin: 30px auto; }

.arrow2 { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #1683c6; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #009E4C; }

.link_btn { background-color: #009E4C; color: #ffffff; width: 70%; height: 8vw; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; font-size: 1.4rem; text-decoration: none; margin: 0 auto; border-radius: 2rem; }

.red_text { color: #F1CE46; }

.underline_text { text-decoration: underline; }

.emphasis { background-color: #ecffcf; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis p { margin: 0; }

.tac { text-align: center; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #16af35; text-align: center; display: block; margin: 30px auto; }
  .arrow2 { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #1683c6; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #009E4C; }
  .link_text:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .link_btn { background-color: #009E4C; color: #ffffff; width: 300px; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; text-align: center; font-size: 1.6rem; text-decoration: none; margin: 0 auto; border-radius: 2rem; }
  .link_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .red_text { color: #F1CE46; }
  .underline_text { text-decoration: underline; }
  .emphasis { background-color: #ecffcf; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .two_box { 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; }
  .two_box section { width: 45%; }
  .tac { text-align: center; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.doctor_img { margin: 0 0 1rem 0; text-align: center; }
figure.doctor_img img { width: 70%; height: auto; }

.doctor_greeting_text { font-size: 1.6rem; text-align: justify; }

.doctor_name { text-align: right; font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.doctor_img { float: right; margin: 0 0 0 20px; text-align: right; }
  figure.doctor_img img { width: 300px; height: auto; }
  .doctor_greeting_text { font-size: 1.8rem; text-align: justify; }
  .doctor_name { text-align: right; font-size: 2.2rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

dl.access_info { 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; color: #ffffff; margin: 0 auto 1rem auto; line-height: 140%; width: 96%; }
dl.access_info dt { width: 20%; margin: 0 0 1.5rem 0; color: #2E2E2E; font-size: 1.4rem; line-height: 140%; }
dl.access_info dd { width: 75%; margin: 0 0 1.5rem 0; color: #2E2E2E; font-size: 1.4rem; line-height: 140%; }

.access_notice i { color: #009E4C; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  dl.access_info { 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; color: #ffffff; margin: 0 0 0 0; line-height: 140%; width: 1188px; }
  dl.access_info dt { width: 70px; margin: 0 0 20px 0; color: #2E2E2E; font-size: 1.6rem; line-height: 140%; }
  dl.access_info dd { width: 1118px; margin: 0 0 20px 0; color: #2E2E2E; font-size: 1.6rem; line-height: 140%; }
  .access_notice i { color: #009E4C; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
/*テーブル*/
table.low_timetable { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.low_timetable tr th { background-color: #A9F23B; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #2E2E2E 1px solid; width: 20%; font-weight: normal; color: #ffffff; }
table.low_timetable tr td { vertical-align: middle; text-align: left; border: #2E2E2E 1px solid; padding: 0.8rem; background-color: #ffffff; width: 80%; color: #2E2E2E; }

@media screen and (min-width: 768px), print { /*テーブル*/
  table.low_timetable { padding: 0px; width: 50%; margin: 0 0 1rem 0; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.low_timetable tr th { background-color: #A9F23B; vertical-align: middle; text-align: center; width: auto; padding: 15px; border: #2E2E2E 1px solid; width: 30%; font-weight: normal; color: #ffffff; }
  table.low_timetable tr td { vertical-align: middle; text-align: left; border: #2E2E2E 1px solid; padding: 15px; background-color: #ffffff; width: 70%; color: #2E2E2E; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame figure { margin: 0 0 4rem 0; }
.machine_frame figure img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame figure figcaption { text-align: center; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 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; }
  .machine_frame figure { width: 48%; margin: 0 0 60px 0; }
  .machine_frame figure img { width: 400px; display: block; margin: 0 auto 1rem auto; }
  .machine_frame figure figcaption { text-align: center; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
/*テーブル*/
table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
table.low_table tr th { background-color: #ecffcf; vertical-align: middle; text-align: center; width: auto; padding: 0.8rem; border: #2E2E2E 1px solid; width: 50%; font-weight: normal; color: #2E2E2E; }
table.low_table tr td { vertical-align: middle; text-align: left; border: #2E2E2E 1px solid; padding: 0.8rem; background-color: #ffffff; width: 50%; color: #2E2E2E; }

table.price_table { vertical-align: middle; width: 100%; border-collapse: collapse; box-sizing: border-box; border: #2E2E2E 1px solid; font-size: 1.4rem; line-height: 130%; }
table.price_table tr { border-bottom: #2E2E2E 1px solid; }
table.price_table tr th { width: 40%; padding: 0.6rem; box-sizing: border-box; border-right: #2E2E2E 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
table.price_table tr td { width: 60%; padding: 0.6rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }

.two_img_list figure { width: 90%; margin: 0 auto 4rem auto; }
.two_img_list figure img { width: 100%; }

@media screen and (min-width: 768px), print { /*テーブル*/
  table.low_table { padding: 0px; width: 100%; margin: 0 auto 1rem auto; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  table.low_table tr th { background-color: #ecffcf; vertical-align: middle; text-align: center; width: auto; padding: 14px; border: #2E2E2E 1px solid; width: 50%; font-weight: normal; color: #2E2E2E; }
  table.low_table tr td { vertical-align: middle; text-align: left; border: #2E2E2E 1px solid; padding: 14px; background-color: #ffffff; width: 50%; color: #2E2E2E; }
  table.price_table { vertical-align: middle; width: 80%; border-collapse: collapse; box-sizing: border-box; border: #2E2E2E 1px solid; font-size: 1.8rem; line-height: 130%; }
  table.price_table tr { border-bottom: #2E2E2E 1px solid; }
  table.price_table tr th { width: 40%; padding: 1rem; box-sizing: border-box; border-right: #2E2E2E 1px solid; text-align: left; font-weight: normal; vertical-align: middle; }
  table.price_table tr td { width: 60%; padding: 1rem; box-sizing: border-box; text-align: left; vertical-align: middle; text-align: right; }
  .two_img_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; }
  .two_img_list figure { width: 400px; margin: 0 0 60px 0; }
  .two_img_list figure img { width: 100%; } }
/* -----------------------------------------------------------
　禁煙
----------------------------------------------------------- */
table.num_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 96%; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.4rem; }
table.num_table tr th { width: 10%; background-color: #ecffcf; color: #2E2E2E; vertical-align: middle; padding: 0.6rem 0; font-weight: normal; border: #3e3e82 1px solid; box-sizing: border-box; }
table.num_table tr td { width: 90%; padding: 0.6rem; box-sizing: border-box; border: #3e3e82 1px solid; }

@media screen and (min-width: 768px), print { table.num_table { padding: 0; margin: 0 auto 4rem auto; vertical-align: middle; width: 1100px; border-collapse: collapse; box-sizing: border-box; line-height: 140%; background-color: #ffffff; font-size: 1.8rem; }
  table.num_table tr th { width: 80px; background-color: #ecffcf; color: #2E2E2E; vertical-align: middle; padding: 2rem 0; font-weight: normal; border: #3e3e82 1px solid; box-sizing: border-box; }
  table.num_table tr td { width: 1120px; padding: 2rem; box-sizing: border-box; border: #3e3e82 1px solid; } }
/* -----------------------------------------------------------
　自費診療
----------------------------------------------------------- */
ul.private_link { 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; margin: 0 0 2rem 0; }
ul.private_link li { list-style-type: none; margin: 0 0 1rem 0; width: 48%; }
ul.private_link li a { font-size: 1.4rem; color: #2E2E2E; text-decoration: none; }
ul.private_link li a i { color: #b2cd89; }

@media screen and (min-width: 768px), print { ul.private_link { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0 0 40px 0; }
  ul.private_link li { list-style-type: none; margin: 0 0 0 0; width: 220px; }
  ul.private_link li a { font-size: 1.6rem; color: #2E2E2E; text-decoration: none; }
  ul.private_link li a i { color: #b2cd89; }
  ul.private_link li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }

/*# sourceMappingURL=style.css.map */
