@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*水色*/
/*灰色*/
/*黒*/
/*黄色*/
/*ピンク*/
/*水色*/
/*黒*/
/*灰色*/
/*灰色*/
/*灰色*/
/*緑*/
/*緑*/
/*緑*/
/*緑*/
/*黒*/
/*緑*/
/*黄土色*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/*フォント*/
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'notoserifjp'; src: url(../font/NotoSerifJP-Regular.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notoserifjp_bold'; src: url(../font/NotoSerifJP-Bold.otf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'lora'; src: url(../font/static/Lora-Regular.ttf); font-weight: bold; font-style: normal; }
/*アニメーション*/
/* ----------------------------------------------------------- アニメーション
----------------------------------------------------------- */
.rotate { -webkit-animation: 15s linear infinite rotation1; animation: 15s linear infinite rotation1; }

@-webkit-keyframes rotation1 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }

@keyframes rotation1 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
.anime_01 { -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate; animation: fuwafuwa 3s infinite ease-in-out .8s alternate; }

.anime_02 { -webkit-animation: fuwafuwa 2s infinite ease-in-out .6s alternate; animation: fuwafuwa 2s infinite ease-in-out .6s alternate; }

.anime_03 { -webkit-animation: fuwafuwa 2s infinite ease-in-out .6s alternate; animation: fuwafuwa 2s infinite ease-in-out .6s alternate; }

@-webkit-keyframes fuwafuwa { 0% { -webkit-transform: translate(0, 0) rotate(-7deg); transform: translate(0, 0) rotate(-7deg); }
  50% { -webkit-transform: translate(0, -7px) rotate(0deg); transform: translate(0, -7px) rotate(0deg); }
  100% { -webkit-transform: translate(0, 0) rotate(7deg); transform: translate(0, 0) rotate(7deg); } }

@keyframes fuwafuwa { 0% { -webkit-transform: translate(0, 0) rotate(-7deg); transform: translate(0, 0) rotate(-7deg); }
  50% { -webkit-transform: translate(0, -7px) rotate(0deg); transform: translate(0, -7px) rotate(0deg); }
  100% { -webkit-transform: translate(0, 0) rotate(7deg); transform: translate(0, 0) rotate(7deg); } }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: 'notoserifjp'; color: #333333; background-color: #ffffff; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: 'notoserifjp'; color: #333333; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 2rem 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; margin: 0; }

.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; }
  .sentence { height: auto; overflow: hidden; margin: 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 auto 0 auto; padding: 0 0 5rem 0; /*background-color: $background_color;*/ }

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

.wrapper_low { height: auto; width: 96%; margin: 4rem auto 2rem auto; padding: 0; }

.main { height: auto; width: 96%; margin: 2rem auto 4rem auto; padding: 0; }

.main_low { height: auto; width: 96%; margin: 5rem auto 4rem auto; padding: 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0; padding: 0 0 80px 0; /*background-color: $background_color;  */ }
  article.top { margin: -156px 0 0 0; position: relative; z-index: 0; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .wrapper_low { height: auto; width: 1200px; margin: 100px auto 60px auto; padding: 0 0 0 0; }
  .main { height: auto; width: 1200px; margin: 70px auto 120px auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .main_low { height: auto; width: 1200px; margin: 115px auto 120px auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { width: 100%; display: block; margin: 0; padding: 0; height: 34vw; position: fixed; top: 0; z-index: 99999; background-color: #ffffff; }
header .head_frame { width: 100%; height: 34vw; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; /*ロゴ*/ /*電話番号*/ /*アクセス*/ }
header .head_frame .header_logo { width: 75%; margin: 0 0 0 2%; }
header .head_frame .header_logo img { width: 100%; margin: 4vw 0 0 0; }
header .head_frame .header_tel { text-align: center; font-size: 1.6rem; font-family: 'lora'; color: #333333; margin: 2rem 0 0 0; }
header .head_frame .header_tel span { font-size: 2.4rem; }
header .head_frame .header_tel a { font-size: 2.4rem; font-family: 'lora'; color: #333333; text-decoration: none; }
header .head_frame .header_access { text-align: center; margin: 0; font-size: 1.4rem; }
header .head_frame .header_access br { display: none; }

@media screen and (min-width: 768px), print { header { width: 100%; display: block; margin: 0; padding: 0; height: 86px; position: fixed; top: 0; z-index: 99999; background-color: #ffffff; }
  header .head_frame { display: block; width: 1200px; height: 86px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; background-color: #ffffff; /*ロゴ*/ /*電話番号*/ /*アクセス*/ }
  header .head_frame .header_logo { position: absolute; top: 21px; left: 0; width: 500px; margin: 0; }
  header .head_frame .header_logo img { width: 500px; margin: 0; }
  header .head_frame .header_tel { position: absolute; top: 32px; right: 130px; text-align: left; font-size: 1.8rem; font-family: 'lora'; color: #333333; margin: 0; }
  header .head_frame .header_tel span { font-size: 3rem; }
  header .head_frame .header_tel a { font-size: 3rem; font-family: 'lora'; color: #333333; text-decoration: none; }
  header .head_frame .header_access { position: absolute; top: 21px; right: 0; text-align: left; margin: 0; font-size: 1.6rem; }
  header .head_frame .header_access br { display: block; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 60px; margin: 0 0 0 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; background-color: #ffffff; border-top: #DCDCDC 1px solid; -webkit-box-shadow: 0px 5px 8px 0 rgba(204, 204, 204, 0.3); box-shadow: 0px 5px 8px 0 rgba(204, 204, 204, 0.3); position: fixed; top: 86px; left: 0; right: 0; z-index: 99999999; }
  .main_nav_pc nav { width: 1200px; height: 60px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1200px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; height: 60px; text-align: center; font-weight: normal; margin: 0; padding: 0; width: auto; }
  .main_nav_pc nav ul li a { text-decoration: none; text-align: center; color: #333333; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; padding: 0 40px; box-sizing: border-box; letter-spacing: 0.05em; font-size: 1.6rem; font-weight: normal; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; line-height: 120%; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li a i { color: #3FBDE0; }
  .main_nav_pc nav ul li ul { display: none; list-style-type: none; width: 260px; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; padding: 0; margin: 0; background-color: #ffffff; }
  .main_nav_pc nav ul li ul li { display: block; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; height: 50px; text-align: center; font-weight: normal; margin: 0; padding: 0; width: 260px; }
  .main_nav_pc nav ul li ul li a { text-decoration: none; text-align: left; color: #333333; width: 260px; height: 50px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0 0 0 30px; box-sizing: border-box; letter-spacing: 0.05em; font-size: 1.6rem; font-weight: normal; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 120%; border-bottom: #DCDCDC 1px dotted; }
  .main_nav_pc nav ul li ul li a:hover { opacity: 1; background-color: #3FBDE0; color: #ffffff; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li.treatment { width: 169.58px; white-space: nowrap; }
  .main_nav_pc nav ul.open_nav { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key { margin: 34vw 0 0 0; padding: 2rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; }
.key div { background-repeat: no-repeat; background-size: cover !important; height: 45vw !important; background-position: center top !important; }
.key .key_on { width: 100%; height: 45vw; }
.key .key_on .key_on_in { width: 100%; height: 45vw; position: relative; overflow: visible; }
.key .key_on .key_on_in img.triangle1 { width: 15%; position: absolute; right: 28%; top: -5vw; }
.key .key_on .key_on_in img.triangle2 { width: 8%; position: absolute; right: 23%; top: 4vw; }
.key .key_on .key_on_in img.triangle3 { width: 6%; position: absolute; right: 25%; top: 9vw; }
.key .key_on .key_on_in .new_text { display: none; }
.key .key_on .key_on_in .key_text1 { display: none; }
.key .key_on .key_on_in .key_text2 { display: none; }
.key .key_on .key_on_in .key_text3 { display: none; }

.key_on_sp .key_text_sp1 { font-size: 1.2rem; width: 96%; margin: 0 auto 0.5rem auto; }
.key_on_sp .key_text_sp2 { font-size: 1rem; width: 96%; margin: 0 auto 0.8rem auto; }
.key_on_sp .key_text_sp2 span { background-color: #e1bf59; color: #333333; padding: 0 0.4rem 0.2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.key_on_sp .new_text { width: 100%; text-align: center; color: #231815; background-color: #FEDD78; text-align: center; margin: 0; padding: 0.2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; }
.key_on_sp .new_text span { font-size: 1rem; }

.key_visual_low { margin: 34vw 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 30vw; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center top; background-size: cover; }
.key_visual_low h1 { color: #333333; font-family: 'notoserifjp'; font-weight: normal; font-size: 2.2rem; text-align: center; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { .key { margin: 180px 0 0 0; padding: 30px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; }
  .key div { background-repeat: no-repeat; background-size: contain !important; height: 700px !important; background: cover !important; overflow: hidden; width: 1500px !important; background-position: center top !important; right: 0 !important; left: auto !important; overflow: visible; }
  .key .key_on { width: 100% !important; height: 700px !important; position: absolute; overflow: visible; margin: 0; right: auto !important; left: auto !important; }
  .key .key_on .key_on_in { position: relative; width: 1200px !important; margin: 0 auto; height: 700px !important; left: 0 !important; right: 0 !important; }
  .key .key_on .key_on_in img.triangle1 { width: 112px; position: absolute; right: 200px; top: -28px; }
  .key .key_on .key_on_in img.triangle2 { width: 60px; position: absolute; right: 170px; top: 75px; }
  .key .key_on .key_on_in .new_text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; bottom: -25px; right: 0 !important; background: url("../images/key_on_01.png") no-repeat; width: 235px !important; height: 238px !important; }
  .key .key_on .key_on_in .new_text p { margin: 50px 0 0 27px; font-size: 3rem; text-align: center; line-height: 140%; }
  .key .key_on .key_on_in .new_text p span { font-size: 2rem; }
  .key .key_on .key_on_in .key_text1 { display: block; position: absolute; top: 87px; left: 0; font-size: 3.6rem; line-height: 120%; }
  .key .key_on .key_on_in .key_text2 { display: block; position: absolute; top: 200px; left: 0; font-size: 2rem; display: inline-block; background-color: #fedd78; color: #333333; padding: 4px 15px 4px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .key .key_on .key_on_in .key_text3 { display: block; position: absolute; top: 248px; left: 0; font-size: 2rem; display: inline-block; background-color: #fedd78; color: #333333; padding: 4px 15px 4px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_on_sp { display: none; }
  .bg-slider { background-size: cover !important; overflow: hidden; }
  .key_visual_low { margin: 146px 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 310px; background: url("../images/key_visual_low.jpg") no-repeat; background-position: center center; background-size: cover; }
  .key_visual_low h1 { color: #333333; font-family: 'notoserifjp'; font-weight: normal; font-size: 3.4rem; text-align: center; letter-spacing: 0.1em; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { .key { margin: 180px 0 0 0; padding: 30px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; }
  .key div { background-repeat: no-repeat; background-size: contain !important; height: 600px !important; background: cover !important; overflow: hidden; width: 1150px !important; background-position: center top !important; right: 0 !important; left: auto !important; overflow: visible; }
  .key .key_on { width: 100% !important; height: 600px !important; position: absolute; overflow: visible; margin: 0; right: auto !important; left: auto !important; }
  .key .key_on .key_on_in { position: relative; width: 1200px !important; margin: 0 auto; height: 700px !important; left: 0 !important; right: 0 !important; }
  .key .key_on .key_on_in img.triangle1 { width: 112px; position: absolute; right: 224px; top: -28px; }
  .key .key_on .key_on_in img.triangle2 { width: 60px; position: absolute; right: 195px; top: 75px; }
  .key .key_on .key_on_in .new_text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; bottom: 140px; right: 0 !important; background: url("../images/key_on_01.png") no-repeat; width: 235px !important; height: 238px !important; }
  .key .key_on .key_on_in .new_text p { margin: 50px 0 0 27px; font-size: 3rem; text-align: center; line-height: 140%; }
  .key .key_on .key_on_in .new_text p span { font-size: 2rem; }
  .key .key_on .key_on_in .key_text1 { display: block; position: absolute; top: 87px; left: 0; font-size: 3.6rem; line-height: 120%; }
  .key .key_on .key_on_in .key_text2 { display: block; position: absolute; top: 200px; left: 0; font-size: 2rem; display: inline-block; background-color: #fedd78; color: #333333; padding: 4px 15px 4px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; }
  .key .key_on .key_on_in .key_text3 { display: block; position: absolute; top: 248px; left: 0; font-size: 2rem; display: inline-block; background-color: #fedd78; color: #333333; padding: 4px 15px 4px 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_on_sp { display: none; }
  .bg-slider { background-size: cover !important; overflow: hidden; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area { padding: 4rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; background: url("../images/index_bg.jpg") repeat; /*お知らせ*/ }
.notice_area table.timetable { width: 96%; margin: 0 auto; }
.notice_area .notice_time { width: 96%; margin: 0.6rem auto 0 auto; }
.notice_area .notice_frame { width: 96%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; padding: 2rem 0 0 0; height: auto; }
.notice_area .notice_frame .title_box { width: 100%; }
.notice_area .notice_frame .notice_box { width: 100%; margin: -19vw 0 0 0; padding: 19vw 0.5rem 0.5rem 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
.notice_area .notice_frame .notice_box dl { height: auto; margin: 0 auto; width: 96%; }
.notice_area .notice_frame .notice_box dl dt { color: #279DBE; margin: 2rem 0 1rem 0; padding: 1.8rem 1.3rem 0 0; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; border-top: #DCDCDC 2px solid; }
.notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: url("../images/icon_arrow_02.png"); display: block; width: 0; height: 0; margin: auto; right: 1.5rem; top: 1.5rem; }
.notice_area .notice_frame .notice_box dl dt.open::before { border: none; content: url("../images/icon_arrow_02.png"); }
.notice_area .notice_frame .notice_box dl dt.close::before { content: url("../images/icon_arrow_01.png"); }
.notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { /*border-bottom: $color2 2px solid;*/ padding: 1.8rem 1.3rem 1rem 0; }
.notice_area .notice_frame .notice_box dl dt:nth-last-child(2).close { border-bottom: none; }
.notice_area .notice_frame .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0 0 0; color: #333333; font-size: 1.4rem; line-height: 160%; display: none; text-align: justify; }
.notice_area .notice_frame .notice_box dl dd p { margin: 0; }
.notice_area .notice_frame .notice_box dl dd p a { color: #279DBE; }
.notice_area .notice_frame .notice_box dl dd.open { display: block; }
.notice_area .notice_frame .notice_box dl dd:last-child { border-bottom: #DCDCDC 2px solid; padding: 0 0 1rem 0; }
.notice_area .top_recruit_btn { width: 80%; margin: 4rem auto 0 auto; }
.notice_area .top_recruit_btn a { width: 100%; background: url("../images/icon_arrow_04.png") no-repeat; background-position: right 4% center; background-color: #3FBDE0; color: #ffffff; text-decoration: none; display: block; text-align: center; font-size: 1.4rem; line-height: 120%; padding: 1rem 0; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px), print { .notice_area { padding: 254px 0 110px 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; width: 100%; height: auto; min-height: 1100px; overflow: visible; background: url("../images/index_bg.jpg") repeat; /*お知らせ*/ }
  .notice_area table.timetable { width: 826px; margin: 0 auto; }
  .notice_area .notice_time { width: 826px; margin: 10px auto 0 auto; }
  .notice_area .notice_frame { width: 1140px; margin: 60px auto 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; padding: 0; min-height: 400px; height: auto; position: relative; }
  .notice_area .notice_frame .title_box { width: 229px; height: 229px; }
  .notice_area .notice_frame .notice_box { width: 1080px; margin: -170px 0 0 60px; padding: 58px 42px 35px 42px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; min-height: 340px; }
  .notice_area .notice_frame .notice_box dl { height: auto; margin: -10px 0 0 180px; width: 800px; position: relative; }
  .notice_area .notice_frame .notice_box dl dt { color: #279DBE; margin: 0 0 12px 0; padding: 15px 20px 0 0; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; position: relative; border-top: #C3C3C3 2px dotted; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; content: url("../images/icon_arrow_02.png"); display: block; width: 0; height: 0; margin: auto; right: 16px; top: 10px; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; content: url("../images/icon_arrow_02.png"); }
  .notice_area .notice_frame .notice_box dl dt:first-child { border-top: none; }
  .notice_area .notice_frame .notice_box dl dt.close::before { content: url("../images/icon_arrow_01.png"); }
  .notice_area .notice_frame .notice_box dl dt:nth-last-child(2) { /*border-bottom: $color2 2px solid;*/ padding: 15px 20px 22px 0; }
  .notice_area .notice_frame .notice_box dl dt:nth-last-child(2).close { border-bottom: none; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 12px 0; padding: 0 0 22px 0; color: #333333; font-size: 1.6rem; line-height: 160%; display: none; }
  .notice_area .notice_frame .notice_box dl dd p { margin: 0; }
  .notice_area .notice_frame .notice_box dl dd p a { color: #279DBE; }
  .notice_area .notice_frame .notice_box dl dd p a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; }
  .notice_area .notice_frame .notice_box dl dd:last-child { border-bottom: #DCDCDC 2px solid; padding: 0 0 22px 18px; }
  .notice_area .top_recruit_btn { width: 900px; margin: 100px auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; /*-webkit-justify-content: space-between;
justify-content: space-between;*/ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .notice_area .top_recruit_btn a { width: 400px; background: url("../images/icon_arrow_04.png") no-repeat; background-position: right 18px center; background-color: #3FBDE0; color: #ffffff; text-decoration: none; display: block; text-align: center; font-size: 2.4rem; line-height: 160%; padding: 20px 0; }
  .notice_area .top_recruit_btn a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　当クリニックの理念
----------------------------------------------------------- */
.philosophy_frame { width: 96%; margin: 0 auto; }
.philosophy_frame .philosophy_box { width: 100%; }
.philosophy_frame .philosophy_box .p_triangle1 { width: 10%; margin: 1rem 0 0 0; }
.philosophy_frame .philosophy_box .p_triangle2 { width: 20%; margin: 1rem 0 0 0; }
.philosophy_frame .philosophy_box .p_triangle3 { width: 20%; margin: 1rem 0 0 80%; }
.philosophy_frame .philosophy_box hr.dot_line { width: 100%; height: 6vw; border: none; background-color: #ffffff; background-image: radial-gradient(#3FBDE0 10%, transparent 20%); background-size: 10px 10px; display: block; }
.philosophy_frame .philosophy_box .philosophy_text1 { text-align: center; font-size: 2rem; margin: 2rem 0; }

@media screen and (min-width: 768px), print { .philosophy_frame { width: 1200px; margin: 0 auto; }
  .philosophy_frame .philosophy_box { width: 1200px; height: 634px; position: relative; padding: 105px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .philosophy_frame .philosophy_box .p_triangle1 { position: absolute; top: 96px; left: 0; width: 145px; margin: 0 0 0 0; }
  .philosophy_frame .philosophy_box .p_triangle2 { position: absolute; top: 35px; left: 135px; width: 224px; margin: 0 0 0 0; }
  .philosophy_frame .philosophy_box .p_triangle3 { position: absolute; bottom: 30px; right: 0; width: 187px; margin: 0 0 0 0; }
  .philosophy_frame .philosophy_box hr.dot_line { width: 790px; height: 28px; border: none; background-color: #ffffff; background-image: radial-gradient(#3FBDE0 10%, transparent 20%); background-size: 10px 10px; display: block; margin: 40px auto 0 auto; }
  .philosophy_frame .philosophy_box .philosophy_text1 { text-align: center; font-size: 3rem; margin: 30px 0 0 0; line-height: 180%; }
  .philosophy_frame .philosophy_box .philosophy_text2 { width: 790px; margin: 22px auto 0 auto; } }
/*-----------------------------------------------------------
クリニックの特長
----------------------------------------------------------- */
.p-kv__img { width: 100%; height: 34vw; min-height: 34vw; overflow: hidden; }
.p-kv__img div { height: 44vw; }
.p-kv__img img { width: 100%; }

.features_frame .features_area { background-color: #ffffff; padding: 2rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 96%; margin: 0 auto 0 auto; }
.features_frame .features_area .features_box { margin: 2rem 0 0 0; }
.features_frame .features_area .features_box .features_item { margin: 0 0 6rem 0; text-decoration: none; display: block; }
.features_frame .features_area .features_box .features_item .features_img { width: 100%; height: 53vw; position: relative; }
.features_frame .features_area .features_box .features_item .features_img .features_bg { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .features_bg:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.features_frame .features_area .features_box .features_item .features_img .fi01 { background: url("../images/index_features_01.jpg") no-repeat; background-size: cover; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .fi02 { background: url("../images/index_features_02.jpg") no-repeat; background-size: cover; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .fi03 { background: url("../images/index_features_03.jpg") no-repeat; background-size: cover; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .fi04 { background: url("../images/index_features_04.jpg") no-repeat; background-size: cover; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .fi05 { background: url("../images/index_features_05.jpg") no-repeat; background-size: cover; height: 53vw; }
.features_frame .features_area .features_box .features_item .features_img .features_content .features_no { position: absolute; top: 0; right: -0.6rem; font-size: 6rem; color: #ffffff; font-family: 'lora'; line-height: 75%; margin: 0; pointer-events: none; }
.features_frame .features_area .features_box .features_item .features_img .features_content .features_title { position: absolute; bottom: 0; left: 0; margin: 0; padding: 0.5rem 1rem 0.2rem 0.5rem; background-color: #ffffff; display: inline-block; color: #279DBE; pointer-events: none; }
.features_frame .features_area .features_box .features_item .features_img .features_content .features_title i { color: #FEDD78; }
.features_frame .features_area .features_box .features_item .features_text { margin: 1rem 0 0 0; color: #333333; pointer-events: none; }

@media screen and (min-width: 768px), print { .p-kv__img { width: 100%; height: 30vw; min-height: auto; overflow: hidden; position: relative; z-index: 0; }
  .p-kv__img div { width: 100%; height: 28vw; }
  .p-kv__img img { width: 72%; }
  .features_frame { /*
background: url("../images/index_features_bg.jpg") no-repeat;
background-position: center top;
background-size: 2000px;
padding: 600px 0 0 0; 
*/ }
  .features_frame .features_area { background-color: #ffffff; padding: 112px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 1200px; margin: -80px auto 0 auto; position: relative; z-index: 9999; }
  .features_frame .features_area .features_box { width: 1100px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 40px auto 0 auto; }
  .features_frame .features_area .features_box .features_item { width: 520px; margin: 0 0 28px 0; text-decoration: none; display: block; }
  .features_frame .features_area .features_box .features_item .features_img { width: 520px; height: 300px; position: relative; overflow: hidden; }
  .features_frame .features_area .features_box .features_item .features_img .features_bg { position: absolute; top: 0; left: 0; z-index: 0; width: 520px; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .features_bg:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .features_frame .features_area .features_box .features_item .features_img .fi01 { background: url("../images/index_features_01.jpg") no-repeat; background-size: cover; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .fi02 { background: url("../images/index_features_02.jpg") no-repeat; background-size: cover; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .fi03 { background: url("../images/index_features_03.jpg") no-repeat; background-size: cover; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .fi04 { background: url("../images/index_features_04.jpg") no-repeat; background-size: cover; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .fi05 { background: url("../images/index_features_05.jpg") no-repeat; background-size: cover; height: 300px; }
  .features_frame .features_area .features_box .features_item .features_img .features_content .features_no { position: absolute; top: -2px; right: -11px; font-size: 10.5rem; color: #ffffff; font-family: 'lora'; line-height: 75%; margin: 0; }
  .features_frame .features_area .features_box .features_item .features_img .features_content .features_title { position: absolute; bottom: 0; left: 0; margin: 0; padding: 12px 25px 0 5px; background-color: #ffffff; display: inline-block; color: #279DBE; font-size: 2rem; }
  .features_frame .features_area .features_box .features_item .features_img .features_content .features_title i { color: #FEDD78; }
  .features_frame .features_area .features_box .features_item .features_text { margin: 20px 0 0 0; color: #333333; } }
/*----------------------------------------------------------- ごあいさつ
----------------------------------------------------------- */
.greeting_frame .greeting_box { width: 100%; margin: 0; }
.greeting_frame .greeting_box .g_triangle1 { width: 10%; margin: 1rem 0 0 65%; }
.greeting_frame .greeting_box .g_triangle2 { width: 20%; margin: 1rem 0 0 0; }
.greeting_frame .greeting_box .greeting_img { width: 80%; display: block; margin: 2rem auto 0 auto; }
.greeting_frame .greeting_box .greeting_img img { width: 100%; }
.greeting_frame .greeting_box .greeting_text_box { width: 100%; background: url("../images/index_bg.jpg") repeat; padding: 22vw 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: -18vw 0 0 0; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in { margin: 0 auto 0 auto; width: 94%; background-color: #ffffff; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in p { text-align: justify; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .greeting_name { float: right; text-align: left; line-height: 180%; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .greeting_name span { font-size: 2rem; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .doctor_link { width: 100%; overflow: hidden; }
.greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .doctor_link a { width: 100%; background: url("../images/icon_arrow_04.png") no-repeat; background-position: right 4% center; background-color: #3FBDE0; color: #ffffff; text-decoration: none; display: block; text-align: center; font-size: 1.4rem; line-height: 120%; padding: 1rem 0; margin: 0 0 0 0; }
.greeting_frame .greeting_bg { display: none; }

@media screen and (min-width: 768px), print { .greeting_frame { width: 100%; margin: 80px 0 62px 0; position: relative; }
  .greeting_frame .greeting_box { width: 1200px; margin: 0 auto; position: relative; height: 989px; }
  .greeting_frame .greeting_box .g_triangle1 { position: absolute; top: 106px; left: 850px; z-index: 3; width: 145px; margin: 0; }
  .greeting_frame .greeting_box .g_triangle2 { position: absolute; top: 10px; right: 56px; z-index: 3; width: 224px; margin: 0; }
  .greeting_frame .greeting_box .greeting_img { position: absolute; top: 117px; left: 0; z-index: 1; width: 703px; display: block; margin: 0; }
  .greeting_frame .greeting_box .greeting_img img { width: 600px; }
  .greeting_frame .greeting_box .greeting_text_box { position: absolute; top: 260px; right: 0; z-index: 2; width: 600px; height: 656px; background: none; padding: 65px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; background-color: #ffffff; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in { margin: 0 auto 0 auto; width: 484px; background-color: #ffffff; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in p { text-align: justify; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .greeting_name { float: right; text-align: left; line-height: 180%; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .greeting_name span { font-size: 2rem; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .doctor_link { width: 280px; overflow: auto; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .doctor_link a { width: 100%; background: url("../images/icon_arrow_04.png") no-repeat; background-position: right 18px center; background-color: #3FBDE0; color: #ffffff; text-decoration: none; display: block; text-align: center; font-size: 1.6rem; line-height: 120%; padding: 15px 0; margin: 0 0 0 0; }
  .greeting_frame .greeting_box .greeting_text_box .greeting_text_box_in .doctor_link a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_bg { position: absolute; bottom: 0; left: 50%; z-index: 0; display: block; width: 100%; height: 811px; margin: 0 0 0 -464px; background: url("../images/index_bg.jpg") repeat; } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.treatment_frame { /*
background: url("../images/index_treatment_bg.jpg") no-repeat;
background-position: center top;
background-size: contain;
padding: 30vw 0 0 0;  
margin: 4rem 0 0 0;
box-sizing: border-box;  
*/ }
.treatment_frame .treatment_area { background-color: #ffffff; padding: 2rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 96%; margin: 0 auto 0 auto; }
.treatment_frame .treatment_area ul.treatment_box { margin: 2rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
.treatment_frame .treatment_area ul.treatment_box li { width: 48%; margin: 0 0 4rem 0; }
.treatment_frame .treatment_area ul.treatment_box li a { width: 100%; display: block; text-decoration: none; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_icon { background-color: #3FBDE0; color: #ffffff; width: 100%; height: 45vw; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 2rem 0; position: relative; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_icon img { width: 50%; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_icon img svg { fill: #ffffff; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_icon::after { position: absolute; top: 1.4vw; left: 0; right: 0; margin: 0 auto; content: ""; display: block; width: 92%; height: 41.5vw; border-radius: 50%; border: #ffffff 2px solid; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_text { color: #333333; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 1.2rem; }
.treatment_frame .treatment_area ul.treatment_box li a span.t_text::after { content: url("../images/icon_arrow_03.png"); margin: 0 0 0 0.5rem; }

@media screen and (min-width: 768px), print { .treatment_frame { /*
background: url("../images/index_treatment_bg.jpg") no-repeat;
background-position: center top;
background-size: 2000px;  
padding: 600px 0 0 0;  
margin: 60px 0 0 0;  
box-sizing: border-box;
*/ }
  .treatment_frame .treatment_area { background-color: #ffffff; padding: 100px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 1200px; margin: -80px auto 0 auto; position: relative; z-index: 999; }
  .treatment_frame .treatment_area ul.treatment_box { width: 1080px; margin: 40px auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; }
  .treatment_frame .treatment_area ul.treatment_box li { width: 240px; margin: 0 0 45px 0; }
  .treatment_frame .treatment_area ul.treatment_box li a { width: 100%; display: block; text-decoration: none; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_icon { background-color: #3FBDE0; color: #ffffff; width: 240px; height: 240px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 20px 0; font-size: 2rem; position: relative; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_icon img { width: 104px; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_icon img svg { fill: #ffffff; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_icon::after { position: absolute; top: 8px; left: 0; right: 0; margin: 0 auto; content: ""; display: block; width: 224px; height: 224px; border-radius: 50%; border: #ffffff 2px solid; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_text { color: #333333; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 1.8rem; white-space: nowrap; }
  .treatment_frame .treatment_area ul.treatment_box li a span.t_text::after { content: url("../images/icon_arrow_03.png"); margin: 0 0 0 5px; }
  .treatment_frame .treatment_area ul.treatment_box li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 2rem 0 2rem 0; margin: 0; background: url("../images/index_bg.jpg") repeat; background-size: cover; }
.overview .overview_info_box { width: 96%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_info_box .overview_info_box_left h2.overview_title img { width: 80%; display: block; margin: 0 auto; }
.overview .overview_info_box .overview_info_box_left dl.overview_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 160%; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 25%; margin: 0 0 1rem 0; padding: 0.2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; background-color: #3FBDE0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 70%; margin: 0 0 1rem 0; padding: 0.2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #333333; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd br { display: none; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd a { color: #333333; text-decoration: none; }
.overview .overview_info_box .overview_info_box_right .overview_tel { text-align: center; font-size: 1.6rem; font-family: 'lora'; color: #333333; margin: 2rem 0 2rem 0; }
.overview .overview_info_box .overview_info_box_right .overview_tel span { font-size: 2.4rem; }
.overview .overview_info_box .overview_info_box_right .overview_tel a { font-size: 2.4rem; font-family: 'lora'; color: #333333; text-decoration: none; }
.overview .overview_info_box .overview_info_box_right .doctorsfile img { max-width: 100%; margin-top: 1rem; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 78px 0 54px 0; margin: 0; background: url("../images/index_bg.jpg") repeat; background-size: cover; }
  .overview .overview_info_box { width: 1200px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left { width: 600px; }
  .overview .overview_info_box .overview_info_box_left h2.overview_title img { width: 490px; display: block; margin: 0 auto; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 40px 0 0 0; line-height: 160%; width: 580px; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 120px; margin: 0 0 10px 0; padding: 8px 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; background-color: #3FBDE0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 440px; margin: 0 0 10px 0; padding: 8px 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #333333; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd br { display: block; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd a { color: #333333; text-decoration: none; }
  .overview .overview_info_box .overview_info_box_right { width: 600px; }
  .overview .overview_info_box .overview_info_box_right .overview_tel { text-align: center; font-size: 2.4rem; font-family: 'lora'; color: #333333; margin: 10px 0 70px 0; }
  .overview .overview_info_box .overview_info_box_right .overview_tel span { font-size: 4rem; }
  .overview .overview_info_box .overview_info_box_right .overview_tel a { font-size: 4rem; font-family: 'lora'; color: #333333; text-decoration: none; }
  .overview .overview_info_box .overview_info_box_right table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 600px; text-align: center; border-collapse: separate; border-spacing: 0px 3px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #3FBDE0; width: auto; height: 52px; box-sizing: border-box; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr th.time { width: 210px; font-size: 1.8rem; letter-spacing: 0.2em; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 3px 0; vertical-align: middle; background-color: #ffffff; color: #DCDCDC; height: 58px; width: 90px; box-sizing: border-box; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td i { color: #3FBDE0; font-size: 1.8rem; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td i.icon-up-dir { color: #FEDD78; font-size: 3rem; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td i.icon-minus-2 { color: #F29C97; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td.time { width: 210px; text-align: center; color: #333333; font-size: 1.8rem; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_right table.timetable tr td.time span { font-size: 1.6rem; }
  .overview .overview_info_box .overview_info_box_right .notice_time { font-size: 1.4rem; margin: 6px 0 0 0; width: 100%; color: #333333; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .overview .overview_info_box .overview_info_box_right .notice_time i { color: #FEDD78; font-size: 2.4rem; margin: 3px 0 0 0; }
  .overview .overview_info_box .overview_info_box_right .doctorsfile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .overview .overview_info_box .overview_info_box_right .doctorsfile a { display: block; width: 49%; }
  .overview .overview_info_box .overview_info_box_right .doctorsfile a img { margin-top: 2rem; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 2rem 0 0 0; }
footer .footer_frame { width: 96%; margin: 0 auto; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.2rem; margin: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 49%; margin: 0 0 1.3rem 0; padding: 0; list-style-type: none; }
footer .footer_frame ul.footer_list li a { color: #333333; text-decoration: none; text-align: center; display: block; }
footer .footer_frame ul.footer_list li a span { display: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_frame .subtitle { font-size: 1.2rem; font-weight: normal; margin: 0 0 1.4rem; font-weight: bold; border-bottom: #333333 1px solid; color: #333333; text-align: center; padding: 0 0 0.5rem 0; }
footer .copyright { margin: 0; text-align: center; padding: 1rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #231815; }
footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 234px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { width: 1200px; margin: 42px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.6rem; margin: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; height: 20px; margin: 0 8px 4px 0; padding: 0 8px 0 8px; list-style-type: none; border-left: #333333 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #333333; text-decoration: none; }
  footer .footer_frame ul.footer_list li a span { display: none; }
  footer .footer_frame ul.footer_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li:first-child { border-left: none; padding: 0 8px 4px 0; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 110px; text-align: center; padding: 0; color: #ffffff; font-size: 1.6rem; letter-spacing: 0.05em; background-color: #231815; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #ffffff; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: block; margin: 0; padding: 0; }
#pagetop_position #linkpagetop a { width: 10%; height: auto; }
#pagetop_position #linkpagetop a img { width: 100%; height: auto; }
#pagetop_position #linkpagetop a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

#pagetop { position: fixed; bottom: 1rem; right: 2%; z-index: 999999; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 61px; height: 88px; }
  #pagetop_position #linkpagetop a img { width: 61px; height: 88px; }
  #pagetop { position: fixed; bottom: 30px; right: 30px; z-index: 999999; margin: 0; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 14vw; width: 100%; padding: 1rem 0 0 0; margin: 0; height: 600%; z-index: 999999; }
.drawr ul.hbg { list-style-type: none; overflow-y: scroll; height: 70%; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { background-color: #3FBDE0; color: #ffffff; font-size: 1.4rem; font-weight: bold; text-decoration: none; padding: 1rem 0; border-bottom: #ffffff 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; line-height: 140%; }
.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: #F29C97; color: #ffffff; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li ul li a::after { content: ""; display: none; }
.drawr ul.hbg li.treatment a::after { border: none; font-family: "fontello"; content: "\00f004"; color: #ffffff; }

.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: 10vw; padding: 0 0 0.5vw 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

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

.toggle-label { 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: 28px; background: #ffffff; content: ''; -webkit-transition: all 500ms ease-in-out; 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'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 14%; position: absolute; cursor: pointer; right: 2%; top: 2vw; padding: 0.2rem 0 0.6rem 0; background-color: #3FBDE0; border: #3FBDE0 1px solid; z-index: 99999; }

/*見出し*/
h1 { margin: 0; }

h2.notice_title { background-color: #F29C97; color: #ffffff; width: 40%; height: 37vw; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; font-weight: normal; font-size: 2rem; position: relative; }
h2.notice_title hr { border: none; width: 20%; height: 2px; border-bottom: #ffffff 2px solid; margin: 0.8rem 0; }
h2.notice_title span { border-top: #ffffff 2px solid; margin: 0.8rem 0 0 0; padding: 0.8rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.2rem; font-family: 'lora'; }
h2.notice_title::after { position: absolute; top: 1.4vw; left: 0; right: 0; margin: 0 auto; content: ""; display: block; width: 90%; height: 33.5vw; border-radius: 50%; border: #ffffff 2px solid; }
h2.top_title { color: #333333; margin: 0; font-weight: normal; font-size: 2.4rem; text-align: center; }
h2.top_title hr { border: none; width: 20%; height: 2px; border-bottom: #3FBDE0 2px solid; margin: 0.8rem auto 0 auto; }
h2.top_title span { display: inline-block; border-top: #3FBDE0 2px solid; margin: 0.8rem 0 0 0; padding: 0.8rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #3FBDE0; font-size: 1.3rem; font-family: 'lora'; }
h2.low { text-align: center; font-family: 'notoserifjp'; font-size: 2.4rem; font-weight: normal; color: #279DBE; border-bottom: #FEDD78 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; padding: 0 0 1rem 0; margin: 5rem 0 2rem 0; }
h2.first { margin: 0 0 2rem 0; }

h3.low { background: url("../images/icon_h3.png") no-repeat; background-position: left 0.6rem top 1.4rem; background-size: 4%; color: #ffffff; background-color: #3FBDE0; padding: 0.6rem 0.6rem 0.6rem 2.2rem; font-size: 1.8rem; font-family: 'notoserifjp'; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; margin: 3rem 0 1.5rem 0; text-align: justify; }
h3.first { margin: 0 0 1.5rem 0; }

h4 { color: #333333; font-size: 1.7rem; font-family: 'notoserifjp'; font-weight: normal; text-align: justify; padding: 0 0 0.8rem 0; margin: 3rem 0 1.5rem 0; line-height: 120%; position: relative; }
h4::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: #DCDCDC 3px solid; z-index: 1; }
h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 10%; border-bottom: #F29C97 3px solid; z-index: 2; }
h4.first { margin: 0 0 1.5rem 0; }

h5 { color: #333333; font-size: 1.6rem; font-family: 'notoserifjp'; font-weight: normal; text-align: justify; display: inline-block; border-bottom: #3FBDE0 3px dotted; line-height: 120%; padding: 0 0 0.4rem 0; 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 { background-color: #F29C97; color: #ffffff; width: 229px; height: 229px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; font-weight: normal; font-size: 3rem; position: relative; }
  h2.notice_title hr { border: none; width: 30px; height: 2px; border-bottom: #ffffff 2px solid; margin: 15px 0; }
  h2.notice_title span { border-top: #ffffff 2px solid; margin: 15px 0 0 0; padding: 15px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; font-family: 'lora'; }
  h2.notice_title::after { position: absolute; top: 7px; left: 0; right: 0; margin: 0 auto; content: ""; display: block; width: 215px; height: 215px; border-radius: 50%; border: #ffffff 2px solid; }
  h2.top_title { color: #333333; margin: 0; font-weight: normal; font-size: 3.2rem; text-align: center; }
  h2.top_title hr { border: none; width: 30px; height: 2px; border-bottom: #3FBDE0 2px solid; margin: 16px auto 0 auto; }
  h2.top_title span { display: inline-block; border-top: #3FBDE0 2px solid; margin: 16px 0 0 0; padding: 16px 0 0 0; color: #3FBDE0; font-size: 1.6rem; font-family: 'lora'; }
  h2.low { text-align: center; font-family: 'notoserifjp'; font-size: 3rem; font-weight: normal; color: #279DBE; border-bottom: #FEDD78 2px solid; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; padding: 0 0 20px 0; margin: 110px 0 36px 0; }
  h2.first { margin: 0 0 36px 0; }
  h3.low { background: url("../images/icon_h3.png") no-repeat; background-position: left 20px top 24px; background-size: 23px; color: #ffffff; background-color: #3FBDE0; padding: 14px 20px 14px 52px; font-size: 2.6rem; font-family: 'notoserifjp'; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; margin: 100px 0 37px 0; text-align: justify; }
  h3.first { margin: 0 0 22px 0; }
  h4 { color: #333333; font-size: 2.2rem; font-family: 'notoserifjp'; font-weight: normal; text-align: justify; padding: 0 0 12px 0; margin: 100px 0 30px 0; line-height: 120%; position: relative; }
  h4::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: #DCDCDC 3px solid; z-index: 1; }
  h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 32px; border-bottom: #F29C97 3px solid; z-index: 2; }
  h4.first { margin: 0 0 30px 0; }
  h5 { color: #333333; font-size: 2rem; font-family: 'notoserifjp'; font-weight: normal; text-align: justify; display: inline-block; border-bottom: #3FBDE0 3px dotted; line-height: 120%; padding: 0 0 12px 0; margin: 100px 0 30px 0; }
  h5.first { margin: 0 0 30px 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_left { margin: 0 0 1rem 0; text-align: center; }
.img_left img { width: 70%; height: auto; }

.img_center { margin: 0 0 1rem 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 20px 15px 20px; }
  .img_right img { width: 400px; height: auto; }
  .img_left { float: left; margin: 0 40px 40px 20px; }
  .img_left img { width: 400px; height: auto; }
  .img_center { float: none; margin: 0 0 15px 0; text-align: center; }
  .img_center img { width: auto; height: auto; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
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 0.6rem 1.8rem; padding: 0; }

/*2列*/
ul.list_normal_two { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal_two li { margin: 0 0 0.6rem 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 0.6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.7rem; background-size: 0.8rem; padding: 0 0 0 1.8rem; line-height: 140%; }

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 0.6rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.7rem; background-size: 0.8rem; 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 { -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

@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 { -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  /*画像●*/
  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; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 12px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 12px; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_num2 li { width: 45%; line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; 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; -webkit-box-sizing: border-box; box-sizing: border-box; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; }
dl.num_list dt { width: 6%; margin: 0 0 0 0; }
dl.num_list dd { width: 94%; margin: 0 0 20px 0; }

dl.low_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; border-bottom: #DCDCDC 1px solid; }
dl.low_box dt { width: 100%; margin: 0 0 0 0; background-color: #3FBDE0; color: #ffffff; border: #DCDCDC 1px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
dl.low_box dd { width: 100%; margin: 0 0 0 0; color: #333333; border-left: #DCDCDC 1px solid; border-right: #DCDCDC 1px solid; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1200px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dt span { display: block; text-align: center; padding: 0 35px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1200px; margin: 0; }
  dl.num_list dt { width: 22px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 1178px; margin: 0 0 20px 0; }
  dl.low_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; border-bottom: #DCDCDC 1px solid; }
  dl.low_box dt { width: 100%; margin: 0 0 0 0; background-color: #3FBDE0; color: #ffffff; border: #DCDCDC 1px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  dl.low_box dd { width: 100%; margin: 0 0 0 0; color: #333333; border-left: #DCDCDC 1px solid; border-right: #DCDCDC 1px solid; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 270px; }
  aside p.aside_title { width: 270px; height: 54px; background-color: #231815; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  aside ul.aside_list { list-style-type: none; }
  aside ul.aside_list li { margin: 0 0 0 0; width: 270px; }
  aside ul.aside_list li a { width: 270px; height: 50px; margin: 0; padding: 0 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #333333; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #C3C3C3 1px solid; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: separate; border-spacing: 0px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #3FBDE0; width: 10%; margin: 0 0 0.1rem 0; }
table.timetable tr th.time { letter-spacing: 0.1em; font-size: 3vw; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; color: #F29C97; min-height: 17vw; }
table.timetable tr td i { color: #3FBDE0; }
table.timetable tr td i.icon-up-dir { color: #FEDD78; font-size: 6vw; }
table.timetable tr td i.icon-minus-2 { color: #F29C97; }
table.timetable tr td.time { width: 32%; text-align: center; color: #333333; font-weight: normal; font-size: 3.2vw; }
table.timetable tr td.time span { font-size: 2.8vw; }

.notice_time { font-size: 3.4vw; margin: 0.6rem 0 0 0; width: 100%; color: #333333; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.notice_time i { color: #FEDD78; font-size: 6vw; }

.low_timetable { background: url("../images/index_bg.jpg") repeat; width: 100%; margin: 0 auto; padding: 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.low_timetable table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 96%; }
.low_timetable .notice_time { margin: 0.6rem auto 0 auto; width: 96%; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 826px; text-align: center; border-collapse: separate; border-spacing: 0px 6px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #3FBDE0; width: auto; height: 55px; box-sizing: border-box; }
  table.timetable tr th.time { width: 210px; font-size: 1.8rem; letter-spacing: 0.2em; }
  table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 3px 0; vertical-align: middle; background-color: #ffffff; color: #DCDCDC; height: 72px; min-height: 72px; width: 90px; box-sizing: border-box; }
  table.timetable tr td i { color: #3FBDE0; font-size: 1.8rem; }
  table.timetable tr td i.icon-up-dir { color: #FEDD78; font-size: 3rem; }
  table.timetable tr td i.icon-minus-2 { color: #F29C97; }
  table.timetable tr td.time { width: 210px; text-align: center; color: #333333; font-size: 1.8rem; line-height: 140%; }
  table.timetable tr td.time span { font-size: 1.6rem; }
  .notice_time { font-size: 1.6rem; margin: 12px 0 0 0; width: 100%; color: #333333; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .notice_time i { color: #FEDD78; font-size: 3rem; }
  .low_timetable { background: url("../images/index_bg.jpg") repeat; width: 900px; margin: 0 auto; padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .low_timetable table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 826px; }
  .low_timetable .notice_time { font-size: 1.6rem; margin: 12px auto 0 auto; width: 826px; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #3FBDE0; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #279DBE; }

.red_text { color: red; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

.emphasis { background-color: #F7F7F7; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; }
.emphasis p { margin: 0; }

.low_tel a { color: #333333; font-size: 2rem; font-weight: bold; text-decoration: none; }
.low_tel span { color: #333333; font-size: 2rem; font-weight: bold; text-decoration: none; }

hr.ajs { margin: 2rem 0; }

@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 #3FBDE0; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #279DBE; }
  .link_text:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .red_text { color: red; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { background-color: #F7F7F7; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 15px 0; }
  .emphasis p { margin: 0; }
  .low_tel a { color: #333333; font-size: 3rem; font-weight: bold; text-decoration: none; }
  .low_tel span { color: #333333; font-size: 3rem; font-weight: bold; text-decoration: none; }
  .tow_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1200px; }
  .tow_box section { width: 550px; }
  hr.ajs { margin: 40px 0; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
figure.img_doctor { margin: 0 0 1rem 0; text-align: center; }
figure.img_doctor img { width: 70%; height: auto; }

.doctor_name { text-align: right; font-size: 1.4rem; }
.doctor_name span { font-size: 1.8rem; }

@media screen and (min-width: 768px), print { figure.img_doctor { float: left; margin: 0 40px 10px 20px; }
  figure.img_doctor img { width: 424px; height: auto; }
  .doctor_name { text-align: right; font-size: 1.6rem; }
  .doctor_name span { font-size: 2.6rem; } }
/*----------------------------------------------------------- 院内風景
----------------------------------------------------------- */
.clinic_info dl.clinic_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2rem 0 3rem 0; line-height: 160%; }
.clinic_info dl.clinic_list dt { width: 25%; margin: 0 0 1rem 0; color: #76BF4F; }
.clinic_info dl.clinic_list dd { width: 70%; margin: 0 0 1rem 0; color: #333333; }
.clinic_info dl.clinic_list dd a { color: #333333; text-decoration: none; }

.clinic_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.clinic_box figure { width: 48%; margin: 0 0 4rem 0; }
.clinic_box figure a { display: block; text-decoration: none; }
.clinic_box figure a img { width: 100%; }
.clinic_box figcaption { font-size: 1.4rem; margin: 1rem 0 0 0; text-align: center; line-height: 120%; }

.lb-dataContainer { background-color: #ffffff; color: #000000; }

.lb-caption { font-size: 1.2rem !important; color: #000000 !important; }

.lb-number { display: none !important; }

@media screen and (min-width: 768px), print { .clinic_info dl.clinic_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 36px 0 55px 0; line-height: 160%; width: 450px; }
  .clinic_info dl.clinic_list dt { width: 116px; margin: 0 0 10px 0; color: #76BF4F; }
  .clinic_info dl.clinic_list dd { width: 334px; margin: 0 0 10px 0; color: #333333; }
  .clinic_info dl.clinic_list dd a { color: #333333; text-decoration: none; }
  .clinic_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1160px; }
  .clinic_box figure { width: 275px; margin: 0 0 40px 0; }
  .clinic_box figure a { display: block; text-decoration: none; }
  .clinic_box figure a img { width: 100%; }
  .clinic_box figcaption { font-size: 1.6rem; margin: 20px 0 0 0; text-align: center; line-height: 120%; }
  .lb-dataContainer { background-color: #ffffff; color: #000000; }
  .lb-caption { font-size: 1.6rem !important; color: #000000 !important; }
  .lb-number { display: none !important; }
  .lightbox { top: 900px !important; z-index: 99999999 !important; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

@media screen and (min-width: 768px), print { iframe.accessmap { width: 100%; height: 500px; margin: 0 auto; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
table.low_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; border-collapse: collapse; border-spacing: 0px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; /*display: block;*/ }
table.low_table thead { display: none; }
table.low_table tr { width: 100%; }
table.low_table tr th { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem; text-align: left; vertical-align: middle; color: #ffffff; background-color: #3FBDE0; margin: 0 0 0 0; display: block; }
table.low_table tr th.w4 { width: 100%; }
table.low_table tr td { width: 100%; border: #DCDCDC 1px solid; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 1rem; line-height: 160%; }
table.low_table tr td::before { content: attr(label); color: #F29C97; font-size: 1.4rem; font-weight: bold; line-height: 160%; /*display: block;*/ display: none; }
table.low_table tr td.empty { display: none; }

@media screen and (min-width: 768px), print { table.low_table { padding: 0; margin: 0 auto; vertical-align: middle; width: 1200px; border-collapse: collapse; border-spacing: 0px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; /*display: table;*/ }
  table.low_table thead { display: table-header-group; }
  table.low_table thead tr { display: table-row; }
  table.low_table thead tr th { display: table-cell; width: auto; background-color: #3FBDE0; color: #ffffff; }
  table.low_table tr th { width: auto; border: #DCDCDC 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.66rem; padding: 20px; text-align: left; vertical-align: middle; color: #333333; background-color: transparent; margin: 0; display: table-cell; }
  table.low_table tr th.w1 { width: 25%; }
  table.low_table tr th.w3 { width: 20%; }
  table.low_table tr th.w3 { width: 20%; }
  table.low_table tr th.w4 { width: 25%; background-color: #3FBDE0; color: #ffffff; }
  table.low_table tr td { width: auto; border: #DCDCDC 1px solid; display: table-cell; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 20px; line-height: 160%; }
  table.low_table tr td::before { content: ""; color: #F29C97; font-size: 1.4rem; font-weight: bold; line-height: 160%; display: block; }
  table.low_table tr td.empty { display: table-cell; }
  table.low_table tr td.w2 { width: 75%; }
  table.low_table tr td.w4 { width: 20%; }
  table.low_table tr td.w5 { width: 60%; } }
/* -----------------------------------------------------------
　ページ内リンク
----------------------------------------------------------- */
#consultation_time { padding: 34vw 0 0 0; margin: -34vw 0 0 0; }

#access_info { padding: 24vw 0 0 0; margin: -24vw 0 0 0; }

@media screen and (min-width: 768px), print { #consultation_time { padding: 186px 0 0 0; margin: -186px 0 0 0; }
  #access_info { padding: 86px 0 0 0; margin: -86px 0 0 0; } }
/*# sourceMappingURL=style.css.map */