@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*青緑*/
/*赤*/
/*青緑*/
/*水色*/
/*青緑2*/
/*赤*/
/*白*/
/*茶色*/
/*薄茶色*/
/*薄い黄色*/
/*ピンク*/
/*深青*/
/*水色*/
/*青緑*/
/*紫*/
/*薄紫*/
/*青*/
/*灰色*/
/*薄紫*/
/*金*/
/*紫*/
/*茶色*/
/*黒(下層キービジュアル)*/
/*茶色*/
/*水色*/
/*薄茶色*/
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'notosansjp'; src: url(../font/NotoSansJP-Regular.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notosansjp_bold'; src: url(../font/NotoSansJP-Bold.otf); font-weight: bold; font-style: normal; }
@font-face { font-family: 'notosans_cjk_jp'; src: url(../font/NotoSansCJKjp-Regular.otf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'notosans_cjk_jp_bold'; src: url(../font/NotoSansCJKjp-Bold.otf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "notosans_cjk_jp", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #242424; background-color: #ffffff; padding: 0 0 14vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "notosans_cjk_jp", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #242424; 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; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
@media screen and (min-width: 768px) and (max-width: 1280px) { body { position: relative; z-index: 0; overflow: hidden; min-width: 100%; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }

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

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

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

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { height: auto; width: 1280px; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; }
  .main_low { height: auto; width: 1000px; margin: 120px auto 120px auto; padding: 0; box-sizing: border-box; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { height: auto; width: 100%; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; }
  .main_low { height: auto; width: 96%; margin: 120px auto 120px auto; padding: 0; box-sizing: border-box; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { article { height: auto; width: 100%; margin: 0; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .main { height: auto; width: 100%; margin: 70px auto 120px auto; padding: 0; box-sizing: border-box; }
  .main_low { height: auto; width: 96%; margin: 120px auto 120px auto; padding: 0; box-sizing: border-box; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; margin: 0 0 0 0; padding: 0; height: 64vw; }
header .head_frame { width: 96%; padding: 0; margin: 0 auto; }
header .head_frame .head_logo { width: 75%; margin: 0 0 0 2%; }
header .head_frame .head_logo a img { width: 100%; margin: 2vw 0 0 0; }
header .head_frame .head_access { width: 96%; margin: 0.5rem auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
header .head_frame .head_access .head_access_icon { width: 10%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
header .head_frame .head_access .head_access_icon i { font-size: 2.2rem; color: #e04136; }
header .head_frame .head_access .head_access_text { width: 90%; }
header .head_frame .head_access .head_access_text p { font-size: 1.2rem; margin: 0; }
header .head_frame .head_info { width: 96%; margin: 0.5rem auto 0 auto; text-align: center; }
header .head_frame .head_info .head_tel { font-size: 2rem; font-weight: bold; color: #1e94b6; margin: 0; }
header .head_frame .head_info .head_tel span { color: #1e94b6; }
header .head_frame .head_info .head_tel a { color: #1e94b6; text-decoration: none; }
header .head_frame .head_info .head_address { font-size: 1.2rem; margin: 0; }
header .head_frame ul.head_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 1rem 0 0 0; }
header .head_frame ul.head_sns li { margin: 0 1rem; }
header .head_frame ul.head_sns li a { text-decoration: none; }

@media screen and (min-width: 768px), print { header { display: block; margin: 0 0 0 0; padding: 0; height: 103px; }
  header .head_frame { width: 1280px; height: 103px; padding: 0; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
  header .head_frame .head_logo { width: 299px; margin: 0 0 0 0; position: absolute; top: 15px; left: 0; }
  header .head_frame .head_logo a img { width: 299px; margin: 0 0 0 0; }
  header .head_frame .head_access { width: 340px; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 34px; position: absolute; top: 45px; left: 578px; }
  header .head_frame .head_access .head_access_icon { width: 15%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_access .head_access_icon i { font-size: 3.5rem; color: #e04136; }
  header .head_frame .head_access .head_access_text { width: 85%; }
  header .head_frame .head_access .head_access_text p { font-size: 1.4rem; margin: 0; line-height: 150%; }
  header .head_frame .head_info { width: 255px; margin: 0 0 0 0; text-align: left; position: absolute; top: 36px; left: 945px; }
  header .head_frame .head_info .head_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; line-height: 120%; }
  header .head_frame .head_info .head_tel span { color: #1e94b6; }
  header .head_frame .head_info .head_tel a { color: #1e94b6; text-decoration: none; }
  header .head_frame .head_info .head_address { font-size: 1.2rem; margin: 0; }
  header .head_frame ul.head_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 0 0 0 0; width: 91px; position: absolute; top: 38px; right: 0; }
  header .head_frame ul.head_sns li { margin: 0; }
  header .head_frame ul.head_sns li a { text-decoration: none; }
  header .head_frame ul.head_sns li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*930px~1280px*/
@media screen and (min-width: 812px) and (max-width: 1280px) { header { display: block; margin: 0 0 0 0; padding: 0; height: 103px; }
  header .head_frame { width: 100%; height: 103px; padding: 0; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
  header .head_frame .head_logo { width: 259px; margin: 15px 0 0 0; position: static; }
  header .head_frame .head_logo a img { width: 259px; margin: 0 0 0 0; }
  header .head_frame .head_access { width: 340px; margin: 45px 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 34px; position: static; }
  header .head_frame .head_access .head_access_icon { width: 15%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_access .head_access_icon i { font-size: 3.5rem; color: #e04136; }
  header .head_frame .head_access .head_access_text { width: 85%; }
  header .head_frame .head_access .head_access_text p { font-size: 1.4rem; margin: 0; line-height: 150%; }
  header .head_frame .head_info { width: auto; margin: 36px 0 0 0; text-align: left; position: static; }
  header .head_frame .head_info .head_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; line-height: 120%; }
  header .head_frame .head_info .head_tel span { color: #1e94b6; }
  header .head_frame .head_info .head_tel a { color: #1e94b6; text-decoration: none; }
  header .head_frame .head_info .head_address { font-size: 1.2rem; margin: 0; }
  header .head_frame ul.head_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 16px 0 0 0; width: 91px; position: static; }
  header .head_frame ul.head_sns li { margin: 0; }
  header .head_frame ul.head_sns li a { text-decoration: none; }
  header .head_frame ul.head_sns li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*768px~930px;*/
@media screen and (min-width: 768px) and (max-width: 930px) { header { display: block; margin: 0 0 10px 0; padding: 0; height: auto; width: 100%; }
  header .head_frame { width: 100%; height: auto; padding: 0; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
  header .head_frame .head_logo { width: 259px; margin: 15px 0 0 0; position: static; }
  header .head_frame .head_logo a img { width: 259px; margin: 0 0 0 0; }
  header .head_frame .head_access { width: 45%; margin: 30px 0 0 5%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; height: 34px; position: static; }
  header .head_frame .head_access .head_access_icon { width: 15%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; }
  header .head_frame .head_access .head_access_icon i { font-size: 3.5rem; color: #e04136; }
  header .head_frame .head_access .head_access_text { width: 85%; }
  header .head_frame .head_access .head_access_text p { font-size: 1.4rem; margin: 0; line-height: 150%; }
  header .head_frame .head_info { width: auto; margin: 10px 0 0 0; text-align: left; position: static; }
  header .head_frame .head_info .head_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; line-height: 120%; }
  header .head_frame .head_info .head_tel span { color: #1e94b6; }
  header .head_frame .head_info .head_tel a { color: #1e94b6; text-decoration: none; }
  header .head_frame .head_info .head_address { font-size: 1.2rem; margin: 0; }
  header .head_frame ul.head_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: space-between; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 10px 0 0 10%; width: 91px; position: static; }
  header .head_frame ul.head_sns li { margin: 0; }
  header .head_frame ul.head_sns li a { text-decoration: none; }
  header .head_frame ul.head_sns li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px), print { .main_nav_pc { display: block; height: 68px; margin: 0 0 0 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background-color: #ffffff; }
  .main_nav_pc nav { width: 1100px; height: 68px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 1100px; box-sizing: border-box; height: 68px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 68px; margin: 0; padding: 0; }
  .main_nav_pc nav ul li a { text-decoration: none; font-size: 1.6rem; color: #242424; letter-spacing: 0.1em; width: auto; height: 68px; padding: 0 0 12px 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  .main_nav_pc nav ul li a i { color: #1e94b6; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 252px; height: auto; display: none; margin: 0 0 0 -82px; padding: 10px 0; position: relative; z-index: 9999; background-color: #e2f9ff; }
  .main_nav_pc nav ul li ul li { width: 252px; height: auto; margin: 0 0 0 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.4rem; color: #1e95b7; width: 100%; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background: none !important; background-color: #e2f9ff; padding: 0 0 0 0; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li.home a { background: url("../images/icon_03.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.clinic a { background: url("../images/icon_04.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.access a { background: url("../images/icon_05.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment { /*width: 92.78px;*/ width: 94px; }
  .main_nav_pc nav ul li.treatment a { background: url("../images/icon_06.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment a:hover { cursor: pointer; cursor: hand; }
  .main_nav_pc nav ul li.athome a { background: url("../images/icon_07.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.doctor a { background: url("../images/icon_08.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.job a { background: url("../images/icon_09.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .fixed { position: fixed; top: 0; z-index: 99999999; background-color: #ffffff; padding: 10px 0; box-sizing: border-box; height: 78px; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .main_nav_pc { display: block; height: 68px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background-color: #ffffff; }
  .main_nav_pc nav { width: 100%; height: 68px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; box-sizing: border-box; height: 68px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 68px; margin: 0; padding: 0; }
  .main_nav_pc nav ul li a { text-decoration: none; font-size: 1.6rem; color: #242424; letter-spacing: 0.1em; width: auto; height: 68px; padding: 0 0 12px 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  .main_nav_pc nav ul li a i { color: #1e94b6; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 252px; height: auto; display: none; margin: 0 0 0 -82px; padding: 10px 0; position: relative; z-index: 9999; background-color: #e2f9ff; }
  .main_nav_pc nav ul li ul li { width: 252px; height: auto; margin: 0 0 0 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.4rem; color: #1e95b7; width: 100%; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background: none !important; background-color: #e2f9ff; padding: 0 0 0 0; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li.home a { background: url("../images/icon_03.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.clinic a { background: url("../images/icon_04.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.access a { background: url("../images/icon_05.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment { /*width: 92.78px;*/ width: 94px; }
  .main_nav_pc nav ul li.treatment a { background: url("../images/icon_06.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment a:hover { cursor: pointer; cursor: hand; }
  .main_nav_pc nav ul li.athome a { background: url("../images/icon_07.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.doctor a { background: url("../images/icon_08.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.job a { background: url("../images/icon_09.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .fixed { position: fixed; top: 0; z-index: 99999999; background-color: #ffffff; padding: 10px 0; box-sizing: border-box; height: 78px; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .main_nav_pc { display: block; height: 68px; margin: 0; padding: 0; width: 100%; box-sizing: border-box; overflow: visible; background-color: #ffffff; }
  .main_nav_pc nav { width: 100%; height: 68px; margin: 0 auto; padding: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; box-sizing: border-box; height: 68px; padding: 0; margin: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; box-sizing: border-box; height: 68px; margin: 0; padding: 0; }
  .main_nav_pc nav ul li a { text-decoration: none; font-size: 1.5rem; color: #242424; letter-spacing: 0.1em; width: auto; height: 68px; padding: 0 0 12px 0; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: row; flex-direction: row; }
  .main_nav_pc nav ul li a i { color: #1e94b6; }
  .main_nav_pc nav ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .main_nav_pc nav ul li ul { width: 252px; height: auto; display: none; margin: 0 0 0 -82px; padding: 10px 0; position: relative; z-index: 9999; background-color: #e2f9ff; }
  .main_nav_pc nav ul li ul li { width: 252px; height: auto; margin: 0 0 0 0; border-left: none; }
  .main_nav_pc nav ul li ul li a { font-size: 1.4rem; color: #1e95b7; width: 100%; height: 40px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; background: none !important; background-color: #e2f9ff; padding: 0 0 0 0; box-sizing: border-box; text-align: left; }
  .main_nav_pc nav ul li ul li a:hover { transition: all 0.3s ease 0s; opacity: 0.6; }
  .main_nav_pc nav ul li.home a { background: url("../images/icon_03.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.clinic a { background: url("../images/icon_04.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.access a { background: url("../images/icon_05.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment { /*width: 92.78px;*/ width: 94px; }
  .main_nav_pc nav ul li.treatment a { background: url("../images/icon_06.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.treatment a:hover { cursor: pointer; cursor: hand; }
  .main_nav_pc nav ul li.athome a { background: url("../images/icon_07.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.doctor a { background: url("../images/icon_08.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul li.job a { background: url("../images/icon_09.png") no-repeat; background-position: center top; }
  .main_nav_pc nav ul.open_nav { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .fixed { position: fixed; top: 0; z-index: 99999999; background-color: #ffffff; padding: 10px 0; box-sizing: border-box; height: 78px; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 48vw !important; margin: 0; padding: 0; }
.key_visual .key_on { width: 100%; height: 48vw; padding: 2vw 0 0 0; box-sizing: border-box; }
.key_visual .key_on .key_text1 { color: #ffffff; text-align: center; font-size: 2.2rem; font-weight: bold; margin: 0 0 0.6rem 0; line-height: 120%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
.key_visual .key_on .key_text2 { color: #ffffff; text-align: center; font-size: 1.2rem; font-weight: normal; margin: 0 0 0 0; line-height: 120%; text-shadow: 1px 0px 1px #1e95b7, 1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px -1px 1px #1e95b7, 0px -1px 1px #1e95b7; }
.key_visual .key_on .key_text3 { color: #ffffff; text-align: center; font-size: 1.8rem; font-weight: normal; width: 90%; margin: 2vw auto 0 auto; line-height: 140%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
.key_visual .key_on .key_text3 span { font-size: 1.4rem; }
.key_visual .key_on .corona_bana_pc { display: none; }
.key_visual .key_on .key_timetable_pc { display: none; }

.key_sp .corona_bana { width: 90%; height: 16vw; background-color: #e04136; border: #ffffff 2px solid; box-sizing: border-box; margin: 1rem auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #ffffff; text-decoration: none; }
.key_sp .corona_bana .corona_text1 { font-size: 1.4rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.key_sp .corona_bana .corona_text1::before { content: url("../images/icon_10.png"); margin: 0.2rem 0.2rem 0 0; }
.key_sp .corona_bana .corona_text2 { font-size: 1.1rem; margin: 0.2rem 0 0 0; }
.key_sp .corona_bana .corona_text2::after { content: ">>"; margin: 0 0 0 5px; }
.key_sp .key_timetable table.timetable { width: 90%; margin: 1rem auto 0 auto; }
.key_sp .key_timetable .notice_time { width: 90%; margin: 0.4rem auto 0 auto; }

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

@media screen and (min-width: 768px), print { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 600px !important; margin: 0; padding: 0; }
  .key_visual .key_on { width: 1200px; height: 600px; padding: 0 0 0 0; margin: 0 auto; box-sizing: border-box; position: relative; }
  .key_visual .key_on .key_text1 { position: absolute; top: 90px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 8.4rem; font-weight: bold; margin: 0 0 15px 0; line-height: 100%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
  .key_visual .key_on .key_text2 { position: absolute; top: 280px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 2.4rem; font-weight: normal; margin: 0 0 0 0; line-height: 130%; text-shadow: 1px 0px 1px #1e95b7, 1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px -1px 1px #1e95b7, 0px -1px 1px #1e95b7; }
  .key_visual .key_on .key_text3 { position: absolute; top: 30px; left: 0; right: 0; width: 960px; margin: 0 auto; color: #ffffff; text-align: center; font-size: 6.4rem; font-weight: bold; line-height: 120%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
  .key_visual .key_on .key_text3 span { font-size: 4.4rem; }
  .key_visual .key_on .corona_bana_pc { position: absolute; bottom: 45px; left: 0; width: 394px; height: 73px; background-color: #e04136; border: #ffffff 2px solid; box-sizing: border-box; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #ffffff; border-radius: 4px; text-decoration: none; }
  .key_visual .key_on .corona_bana_pc .corona_text1 { font-size: 2.2rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .key_visual .key_on .corona_bana_pc .corona_text1::before { content: url("../images/icon_10.png"); margin: 5px 5px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2 { font-size: 1.4rem; margin: 0 15px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2::after { content: ">>"; margin: 0 0 0 5px; }
  .key_visual .key_on .corona_bana_pc:hover { background-color: #df726b; transition: all 0.3s ease 0s; }
  .key_visual .key_on .key_timetable_pc { position: absolute; top: 420px; right: 0; width: 384px; height: 130px; display: block; background-color: #ffffff; }
  .key_visual .key_on .key_timetable_pc table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  .key_visual .key_on .key_timetable_pc table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; height: 30px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 38px; height: 38px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.time { width: 125px; text-align: center; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.last td { border-bottom: #35a0be 2px solid; }
  .key_visual .key_on .key_timetable_pc .notice_time { font-size: 1.2rem; margin: 0 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .key_sp { display: none; }
  .key_visual_low { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; background: url("../images/key_visual_row.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 400px; }
  .key_visual_low h1 { color: #fffaec; font-family: 'notosans_cjk_jp'; font-weight: normal; font-size: 4.2rem; text-align: center; letter-spacing: 0.1em; } }
@media screen and (min-width: 930px) and (max-width: 1280px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 600px !important; margin: 0; padding: 0; }
  .key_visual .key_on { width: 812px; height: 600px; padding: 0 0 0 0; margin: 0 auto; box-sizing: border-box; position: relative; }
  .key_visual .key_on .key_text1 { position: absolute; top: 45px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 8.4rem; font-weight: bold; margin: 0 0 015px 0; line-height: 100%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
  .key_visual .key_on .key_text1 span { display: block; }
  .key_visual .key_on .key_text2 { position: absolute; top: 315px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 2.4rem; font-weight: normal; margin: 0 0 0 0; line-height: 130%; text-shadow: 1px 0px 1px #1e95b7, 1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px -1px 1px #1e95b7, 0px -1px 1px #1e95b7; }
  .key_visual .key_on .corona_bana_pc { position: absolute; bottom: 45px; left: 0; width: 394px; height: 73px; background-color: #e04136; border: #ffffff 2px solid; box-sizing: border-box; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #ffffff; border-radius: 4px; text-decoration: none; }
  .key_visual .key_on .corona_bana_pc .corona_text1 { font-size: 2.2rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .key_visual .key_on .corona_bana_pc .corona_text1::before { content: url("../images/icon_10.png"); margin: 5px 5px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2 { font-size: 1.4rem; margin: 0 15px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2::after { content: ">>"; margin: 0 0 0 5px; }
  .key_visual .key_on .corona_bana_pc:hover { background-color: #df726b; transition: all 0.3s ease 0s; }
  .key_visual .key_on .key_timetable_pc { position: absolute; top: 420px; right: 0; width: 384px; height: 130px; display: block; background-color: #ffffff; }
  .key_visual .key_on .key_timetable_pc table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  .key_visual .key_on .key_timetable_pc table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; height: 30px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 38px; height: 38px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.time { width: 125px; text-align: center; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.last td { border-bottom: #35a0be 2px solid; }
  .key_visual .key_on .key_timetable_pc .notice_time { font-size: 1.2rem; margin: 0 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .key_sp { display: none; }
  .key_visual_low { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; background: url("../images/key_visual_row.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 400px; }
  .key_visual_low h1 { color: #fffaec; font-family: 'notosans_cjk_jp'; font-weight: normal; font-size: 4.2rem; text-align: center; letter-spacing: 0.1em; } }
@media screen and (min-width: 768px) and (max-width: 930px) { .key_visual { background-size: cover; background-repeat: no-repeat; background-position: center top; height: 600px !important; margin: 0; padding: 0; }
  .key_visual .key_on { width: 768px; height: 600px; padding: 0 0 0 0; margin: 0 auto; box-sizing: border-box; position: relative; }
  .key_visual .key_on .key_text1 { position: absolute; top: 30px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 7rem; font-weight: bold; margin: 0 0 015px 0; line-height: 100%; text-shadow: 2px 0px 2px #1e95b7, 2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, -2px 0px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px 2px 2px #1e95b7, 0px -2px 2px #1e95b7, 0px -2px 2px #1e95b7; }
  .key_visual .key_on .key_text1 span { display: block; }
  .key_visual .key_on .key_text2 { position: absolute; top: 270px; left: 0; right: 0; margin: 0 auto; color: #ffffff; text-align: center; font-size: 2.2rem; font-weight: normal; margin: 0 0 0 0; line-height: 130%; text-shadow: 1px 0px 1px #1e95b7, 1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, -1px 0px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px 1px 1px #1e95b7, 0px -1px 1px #1e95b7, 0px -1px 1px #1e95b7; }
  .key_visual .key_on .corona_bana_pc { position: absolute; bottom: 178px; left: 0; right: 0; margin: 0 auto; width: 394px; height: 73px; background-color: #e04136; border: #ffffff 2px solid; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: column; flex-direction: column; color: #ffffff; border-radius: 4px; text-decoration: none; }
  .key_visual .key_on .corona_bana_pc .corona_text1 { font-size: 2.2rem; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .key_visual .key_on .corona_bana_pc .corona_text1::before { content: url("../images/icon_10.png"); margin: 5px 5px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2 { font-size: 1.4rem; margin: 0 15px 0 0; }
  .key_visual .key_on .corona_bana_pc .corona_text2::after { content: ">>"; margin: 0 0 0 5px; }
  .key_visual .key_on .corona_bana_pc:hover { background-color: #df726b; transition: all 0.3s ease 0s; }
  .key_visual .key_on .key_timetable_pc { position: absolute; top: 445px; right: 0; left: 0; margin: 0 auto; width: 384px; height: 130px; display: block; background-color: #ffffff; }
  .key_visual .key_on .key_timetable_pc table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  .key_visual .key_on .key_timetable_pc table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; height: 30px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.4rem; padding: 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 38px; height: 38px; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.time { width: 125px; text-align: center; }
  .key_visual .key_on .key_timetable_pc table.timetable tr td.last td { border-bottom: #35a0be 2px solid; }
  .key_visual .key_on .key_timetable_pc .notice_time { font-size: 1.2rem; margin: 0 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .key_sp { display: none; }
  .key_visual_low { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; background: url("../images/key_visual_row.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center top; height: 300px; }
  .key_visual_low h1 { color: #fffaec; font-family: 'notosans_cjk_jp'; font-weight: normal; font-size: 4.2rem; text-align: center; letter-spacing: 0.1em; } }
/*-----------------------------------------------------------
お知らせ
----------------------------------------------------------- */
.notice_area { margin: 0; padding: 0 0 1rem 0; box-sizing: border-box; background-color: #f9feff; /*お知らせ*/ }
.notice_area .notice_frame { width: 100%; height: auto; }
.notice_area .notice_frame .title_box { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #1e95b7; height: 30vw; }
.notice_area .notice_frame .title_box h2.notice_title { width: 100%; padding: 6vw 0 0 0; }
.notice_area .notice_frame .title_box h2.notice_title span.jp { border-bottom: #ffffff 1px solid; font-size: 2.4rem; font-weight: bold; color: #ffffff; text-align: center; padding: 0 0 1rem 0; display: block; width: 50%; margin: 0 auto; letter-spacing: 0; }
.notice_area .notice_frame .title_box h2.notice_title span.eng { font-size: 1rem; font-weight: normal; color: #ffffff; padding: 1rem 0 0 0; text-align: right; display: block; width: 50%; margin: 0 auto; }
.notice_area .notice_frame .notice_box { width: 100%; margin: 0 0 0 0; padding: 1rem 0.5rem 0.5rem 0.5rem; box-sizing: border-box; background-color: #f9feff; }
.notice_area .notice_frame .notice_box dl { min-height: 80vw; height: auto; margin: 0 auto 0 auto; width: 96%; }
.notice_area .notice_frame .notice_box dl dt { color: #1e95b7; margin: 2rem 0 0.4rem 0; padding: 0.6rem 3rem 0.6rem 0.6rem; font-size: 1.5rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; background-color: #e2f9ff; }
.notice_area .notice_frame .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80a"; color: #1e95b7; display: block; width: 0; height: 0; margin: auto; right: 2.2rem; top: 0.6rem; }
.notice_area .notice_frame .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80a"; color: #1e95b7; }
.notice_area .notice_frame .notice_box dl dt.close { margin: 2rem 0 0 0; }
.notice_area .notice_frame .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e808"; color: #1e95b7; }
.notice_area .notice_frame .notice_box dl dt:first-child { margin: 2rem 0 0 0; border-top: none; padding: 0.6rem 3rem 0.6rem 0.6rem; }
.notice_area .notice_frame .notice_box dl dd { margin: 0 0 1rem 0; padding: 0 0.4rem 0 0; color: #242424; font-size: 1.4rem; line-height: 160%; display: none; text-align: justify; }
.notice_area .notice_frame .notice_box dl dd.open { display: block; }

@media screen and (min-width: 768px), print { .notice_area { margin: 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f9feff; height: auto; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e95b7+0,1e95b7+50,f0f2e9+50,f9feff+50,f9feff+100 */ background: #1e95b7; /* Old browsers */ background: -moz-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e95b7', endColorstr='#f9feff',GradientType=1 ); /* IE6-9 */ /*お知らせ*/ }
  .notice_area .notice_frame { width: 1280px; height: auto; margin: 0 auto; padding: 0 0 0 0; box-sizing: border-box; overflow: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .notice_area .notice_frame .title_box { width: 330px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #1e95b7; height: auto; }
  .notice_area .notice_frame .title_box h2.notice_title { width: 100%; padding: 120px 0 0 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.jp { border-bottom: #ffffff 1px solid; font-size: 3.6rem; font-weight: bold; color: #ffffff; text-align: center; padding: 0 0 16px 0; display: block; width: 155px; margin: 0 auto; letter-spacing: 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.eng { font-size: 1.4rem; font-weight: normal; color: #ffffff; padding: 12px 0 0 0; text-align: right; display: block; width: 155px; margin: 0 auto; }
  .notice_area .notice_frame .notice_box { width: 950px; margin: 0 0 0 0; padding: 120px 0 100px 0; box-sizing: border-box; background-color: #f9feff; }
  .notice_area .notice_frame .notice_box dl { min-height: 220px; height: auto; margin: 0 0 0 60px; width: 880px; }
  .notice_area .notice_frame .notice_box dl dt { color: #1e94b6; margin: 20px 0 0 0; padding: 4px 40px 4px 22px; font-size: 2rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; width: 100%; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80a"; color: #35a0be; display: block; width: 0; height: 0; margin: auto; right: 30px; top: 4px; font-size: 1.2rem; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80a"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt.close { margin: 20px 0 0 0; }
  .notice_area .notice_frame .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e808"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt:first-child { margin: 0 0 0 0; border-top: none; padding: 4px 40px 4px 22px; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 10px 0; padding: 0 0 0 22px; color: #242424; font-size: 1.8rem; line-height: 160%; display: none; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; } }
@media screen and (min-width: 930px) and (max-width: 1280px) { .notice_area { margin: 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f9feff; height: auto; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e95b7+0,1e95b7+50,f0f2e9+50,f9feff+50,f9feff+100 */ background: #1e95b7; /* Old browsers */ background: -moz-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e95b7', endColorstr='#f9feff',GradientType=1 ); /* IE6-9 */ /*お知らせ*/ }
  .notice_area .notice_frame { width: 100%; height: auto; margin: 0 auto; padding: 0 0 0 0; box-sizing: border-box; overflow: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .notice_area .notice_frame .title_box { width: 25%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #1e95b7; height: auto; }
  .notice_area .notice_frame .title_box h2.notice_title { width: 100%; padding: 120px 0 0 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.jp { border-bottom: #ffffff 1px solid; font-size: 3.6rem; font-weight: bold; color: #ffffff; text-align: center; padding: 0 0 16px 0; display: block; width: 155px; margin: 0 auto; letter-spacing: 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.eng { font-size: 1.4rem; font-weight: normal; color: #ffffff; padding: 12px 0 0 0; text-align: right; display: block; width: 155px; margin: 0 auto; }
  .notice_area .notice_frame .notice_box { width: 72%; margin: 0 3% 0 0; padding: 120px 0 100px 0; box-sizing: border-box; background-color: #f9feff; }
  .notice_area .notice_frame .notice_box dl { min-height: 220px; height: auto; margin: 0 0 0 10%; width: 90%; }
  .notice_area .notice_frame .notice_box dl dt { color: #1e94b6; margin: 20px 0 0 0; padding: 4px 40px 4px 22px; font-size: 2rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; width: 100%; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80a"; color: #35a0be; display: block; width: 0; height: 0; margin: auto; right: 30px; top: 4px; font-size: 1.2rem; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80a"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt.close { margin: 20px 0 0 0; }
  .notice_area .notice_frame .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e808"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt:first-child { margin: 0 0 0 0; border-top: none; padding: 4px 40px 4px 22px; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 10px 0; padding: 0 0 0 22px; color: #242424; font-size: 1.8rem; line-height: 160%; display: none; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; } }
@media screen and (min-width: 768px) and (max-width: 930px) { .notice_area { margin: 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f9feff; height: auto; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e95b7+0,1e95b7+50,f0f2e9+50,f9feff+50,f9feff+100 */ background: #1e95b7; /* Old browsers */ background: -moz-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #1e95b7 0%, #1e95b7 50%, #f0f2e9 50%, #f9feff 50%, #f9feff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e95b7', endColorstr='#f9feff',GradientType=1 ); /* IE6-9 */ /*お知らせ*/ }
  .notice_area .notice_frame { width: 100%; height: auto; margin: 0 auto; padding: 0 0 0 0; box-sizing: border-box; overflow: auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .notice_area .notice_frame .title_box { width: 25%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #1e95b7; height: auto; }
  .notice_area .notice_frame .title_box h2.notice_title { width: 100%; padding: 120px 0 0 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.jp { border-bottom: #ffffff 1px solid; font-size: 3.6rem; font-weight: bold; color: #ffffff; text-align: center; padding: 0 0 16px 0; display: block; width: 155px; margin: 0 auto; letter-spacing: 0; }
  .notice_area .notice_frame .title_box h2.notice_title span.eng { font-size: 1.4rem; font-weight: normal; color: #ffffff; padding: 12px 0 0 0; text-align: right; display: block; width: 155px; margin: 0 auto; }
  .notice_area .notice_frame .notice_box { width: 72%; margin: 0 3% 0 0; padding: 120px 0 100px 0; box-sizing: border-box; background-color: #f9feff; }
  .notice_area .notice_frame .notice_box dl { min-height: 220px; height: auto; margin: 0 0 0 10%; width: 90%; }
  .notice_area .notice_frame .notice_box dl dt { color: #1e94b6; margin: 20px 0 0 0; padding: 4px 40px 4px 22px; font-size: 2rem; box-sizing: border-box; font-weight: bold; letter-spacing: 0.1em; line-height: 140%; position: relative; width: 100%; }
  .notice_area .notice_frame .notice_box dl dt::before { position: absolute; font-family: "fontello"; content: "\00e80a"; color: #35a0be; display: block; width: 0; height: 0; margin: auto; right: 30px; top: 4px; font-size: 1.2rem; }
  .notice_area .notice_frame .notice_box dl dt.open::before { border: none; font-family: "fontello"; content: "\00e80a"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt.close { margin: 20px 0 0 0; }
  .notice_area .notice_frame .notice_box dl dt.close::before { font-family: "fontello"; content: "\00e808"; color: #35a0be; }
  .notice_area .notice_frame .notice_box dl dt:first-child { margin: 0 0 0 0; border-top: none; padding: 4px 40px 4px 22px; }
  .notice_area .notice_frame .notice_box dl dd { margin: 0 0 10px 0; padding: 0 0 0 22px; color: #242424; font-size: 1.8rem; line-height: 160%; display: none; }
  .notice_area .notice_frame .notice_box dl dd.open { display: block; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_frame { margin: 6rem 0 0 0; padding: 0; box-sizing: border-box; }
.feature_frame .feature_area { width: 96%; margin: 0 auto; }
.feature_frame .feature_area figure.feature_box { width: 100%; margin: 0 0 3rem 0; }
.feature_frame .feature_area figure.feature_box figcaption { font-size: 1.8rem; font-weight: bold; color: #9d7746; margin: 0 0 1rem 0; padding: 0 0 0 0; box-sizing: border-box; }
.feature_frame .feature_area figure.feature_box figcaption span { font-size: 2.2rem; }
.feature_frame .feature_area figure.feature_box a { color: #ffffff; background-color: #1e95b7; font-size: 1.2rem; font-weight: normal; padding: 0.8rem 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 80%; margin: 0 0 0 20%; }
.feature_frame .feature_area figure.feature_box a i { font-size: 1rem; margin: 0 0 0 0.2rem; }
.feature_frame .feature_area figure.feature_box img { width: 100%; margin: 0 0 0.6rem 0; }

@media screen and (min-width: 768px), print { .feature_frame { margin: 120px 0 0 0; padding: 0; box-sizing: border-box; }
  .feature_frame .feature_area { width: 1280px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_area figure.feature_box { width: 420px; height: 450px; margin: 0 0 0 0; }
  .feature_frame .feature_area figure.feature_box figcaption { font-size: 2.2rem; font-weight: bold; color: #9d7746; margin: 0 0 8px 0; letter-spacing: 0.05em; padding: 0 0 0 0; box-sizing: border-box; }
  .feature_frame .feature_area figure.feature_box figcaption span { font-size: 3.2rem; }
  .feature_frame .feature_area figure.feature_box a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 310px; margin: 0 0 0 120px; height: 35px; letter-spacing: 0.08em; }
  .feature_frame .feature_area figure.feature_box a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .feature_frame .feature_area figure.feature_box a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .feature_frame .feature_area figure.feature_box img { width: 420px; margin: 0 0 8px 0; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .feature_frame { margin: 120px 0 0 0; padding: 0; box-sizing: border-box; }
  .feature_frame .feature_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_area figure.feature_box { width: 48%; height: auto; margin: 0 0 4rem 0; }
  .feature_frame .feature_area figure.feature_box figcaption { font-size: 2.2rem; font-weight: bold; color: #9d7746; margin: 0 0 8px 0; letter-spacing: 0.05em; padding: 0 0 0 25px; box-sizing: border-box; }
  .feature_frame .feature_area figure.feature_box figcaption span { font-size: 3.2rem; }
  .feature_frame .feature_area figure.feature_box img { width: 100%; }
  .feature_frame .feature_area figure.feature_box a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 0 0; height: 35px; letter-spacing: 0.08em; }
  .feature_frame .feature_area figure.feature_box a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .feature_frame .feature_area figure.feature_box a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .feature_frame .feature_area figure.feature_box img { width: 100%; margin: 0 0 8px 0; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .feature_frame { margin: 120px 0 0 0; padding: 0; box-sizing: border-box; }
  .feature_frame .feature_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .feature_frame .feature_area figure.feature_box { width: 49%; height: auto; margin: 0 0 4rem 0; }
  .feature_frame .feature_area figure.feature_box figcaption { font-size: 2rem; font-weight: bold; color: #9d7746; margin: 0 0 8px 0; letter-spacing: 0.05em; padding: 0 0 0 15px; box-sizing: border-box; line-height: 150%; }
  .feature_frame .feature_area figure.feature_box figcaption span { font-size: 3rem; }
  .feature_frame .feature_area figure.feature_box img { width: 100%; }
  .feature_frame .feature_area figure.feature_box a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 0 0; height: 35px; letter-spacing: 0.08em; }
  .feature_frame .feature_area figure.feature_box a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .feature_frame .feature_area figure.feature_box a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .feature_frame .feature_area figure.feature_box img { width: 100%; margin: 0 0 8px 0; } }
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.treatment_frame { margin: 4rem 0 0 0; padding: 0; box-sizing: border-box; }
.treatment_frame .treatment_btn { color: #ffffff; background-color: #1e95b7; font-size: 1.2rem; font-weight: normal; padding: 0.8rem 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 80%; margin: 0 auto; }
.treatment_frame .treatment_btn i { font-size: 1rem; margin: 0 0 0 0.2rem; }
.treatment_frame .treatment_area { width: 96%; margin: 0 auto; }
.treatment_frame .treatment_area .treatment_box { padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.treatment_frame .treatment_area .treatment_box .treatment_title { color: #ffffff; font-size: 2rem; font-weight: bold; }
.treatment_frame .treatment_area .treatment_box .treatment_text { color: #ffffff; font-size: 1.4rem; font-weight: normal; }
.treatment_frame .treatment_area .treatment_box .treatment_link a { color: #ffffff; font-size: 1.4rem; font-weight: normal; padding: 0.5rem; box-sizing: border-box; text-decoration: none; border: #ffffff 2px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 50%; }
.treatment_frame .treatment_area .treatment_box .treatment_link a i { font-size: 1rem; margin: 0 0 0 0.2rem; }
.treatment_frame .treatment_area .treatment_01 { background: url("../images/index_treatment_01.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_02 { background: url("../images/index_treatment_02.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_03 { background: url("../images/index_treatment_03.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_04 { background: url("../images/index_treatment_04.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_05 { background: url("../images/index_treatment_05.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_06 { background: url("../images/index_treatment_06.jpg") no-repeat; background-size: cover; background-position: center top; }
.treatment_frame .treatment_area .treatment_07 { background: url("../images/index_treatment_07.jpg") no-repeat; background-size: cover; background-position: center top; }

@media screen and (min-width: 768px), print { .treatment_frame { margin: 35px 0 0 0; padding: 0; box-sizing: border-box; }
  .treatment_frame .treatment_btn { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 310px; margin: 0 auto; height: 35px; letter-spacing: 0.08em; }
  .treatment_frame .treatment_btn i { font-size: 1rem; margin: 2px 0 0 6px; }
  .treatment_frame .treatment_btn:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .treatment_frame .treatment_area { width: 1280px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_area .treatment_box { padding: 48px 48px 0 50px; box-sizing: border-box; margin: 0 0 30px 0; height: 260px; }
  .treatment_frame .treatment_area .treatment_box .treatment_title { color: #ffffff; font-size: 2.4rem; font-weight: bold; margin: 0 0 26px 0; line-height: 100%; }
  .treatment_frame .treatment_area .treatment_box .treatment_text { color: #ffffff; font-size: 1.6rem; font-weight: normal; margin: 0 0 26px 0; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a { color: #ffffff; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; border: #ffffff 2px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 148px; height: 39px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a i { font-size: 1.2rem; margin: 0 0 0 6px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a:hover { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27bde8+0,209dc0+100 */ background: #27bde8; /* Old browsers */ background: -moz-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #27bde8 0%, #209dc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27bde8', endColorstr='#209dc0',GradientType=0 ); /* IE6-9 */ transition: all 0.3s ease 0s; }
  .treatment_frame .treatment_area .treatment_01 { background: url("../images/index_treatment_01.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; }
  .treatment_frame .treatment_area .treatment_02 { background: url("../images/index_treatment_02.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; }
  .treatment_frame .treatment_area .treatment_03 { background: url("../images/index_treatment_03.jpg") no-repeat; background-size: cover; background-position: center top; width: 1300px; }
  .treatment_frame .treatment_area .treatment_04 { background: url("../images/index_treatment_04.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; }
  .treatment_frame .treatment_area .treatment_05 { background: url("../images/index_treatment_05.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; }
  .treatment_frame .treatment_area .treatment_06 { background: url("../images/index_treatment_06.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; }
  .treatment_frame .treatment_area .treatment_07 { background: url("../images/index_treatment_07.jpg") no-repeat; background-size: cover; background-position: center top; width: 635px; } }
@media screen and (min-width: 930px) and (max-width: 1280px) { .treatment_frame { margin: 35px 0 0 0; padding: 0; box-sizing: border-box; }
  .treatment_frame .treatment_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_area .treatment_box { padding: 48px 60px 0 50px; box-sizing: border-box; margin: 0 auto 30px auto; height: 260px; }
  .treatment_frame .treatment_area .treatment_box .treatment_title { color: #ffffff; font-size: 2.4rem; font-weight: bold; margin: 0 0 26px 0; line-height: 100%; }
  .treatment_frame .treatment_area .treatment_box .treatment_text { color: #ffffff; font-size: 1.6rem; font-weight: normal; margin: 0 0 26px 0; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a { color: #ffffff; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; border: #ffffff 2px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 148px; height: 39px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a i { font-size: 1.2rem; margin: 0 0 0 6px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a:hover { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27bde8+0,209dc0+100 */ background: #27bde8; /* Old browsers */ background: -moz-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #27bde8 0%, #209dc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27bde8', endColorstr='#209dc0',GradientType=0 ); /* IE6-9 */ transition: all 0.3s ease 0s; }
  .treatment_frame .treatment_area .treatment_01 { background: url("../images/index_treatment_01.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_02 { background: url("../images/index_treatment_02.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_03 { background: url("../images/index_treatment_03.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; height: auto; }
  .treatment_frame .treatment_area .treatment_03 br { display: none; }
  .treatment_frame .treatment_area .treatment_04 { background: url("../images/index_treatment_04.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_05 { background: url("../images/index_treatment_05.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_06 { background: url("../images/index_treatment_06.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_07 { background: url("../images/index_treatment_07.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .treatment_frame { margin: 35px 0 0 0; padding: 0; box-sizing: border-box; }
  .treatment_frame .treatment_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_area .treatment_box { padding: 48px 60px 0 50px; box-sizing: border-box; margin: 0 auto 30px auto; height: 260px; }
  .treatment_frame .treatment_area .treatment_box .treatment_title { color: #ffffff; font-size: 2.4rem; font-weight: bold; margin: 0 0 26px 0; line-height: 100%; }
  .treatment_frame .treatment_area .treatment_box .treatment_text { color: #ffffff; font-size: 1.6rem; font-weight: normal; margin: 0 0 26px 0; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a { color: #ffffff; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; border: #ffffff 2px solid; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 148px; height: 39px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a i { font-size: 1.2rem; margin: 0 0 0 6px; }
  .treatment_frame .treatment_area .treatment_box .treatment_link a:hover { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27bde8+0,209dc0+100 */ background: #27bde8; /* Old browsers */ background: -moz-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #27bde8 0%, #209dc0 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #27bde8 0%, #209dc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27bde8', endColorstr='#209dc0',GradientType=0 ); /* IE6-9 */ transition: all 0.3s ease 0s; }
  .treatment_frame .treatment_area .treatment_01 { background: url("../images/index_treatment_01.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_02 { background: url("../images/index_treatment_02.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_03 { background: url("../images/index_treatment_03.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; height: auto; }
  .treatment_frame .treatment_area .treatment_03 br { display: none; }
  .treatment_frame .treatment_area .treatment_04 { background: url("../images/index_treatment_04.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_05 { background: url("../images/index_treatment_05.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_06 { background: url("../images/index_treatment_06.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; }
  .treatment_frame .treatment_area .treatment_07 { background: url("../images/index_treatment_07.jpg") no-repeat; background-size: cover; background-position: center top; width: 100%; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_frame { margin: 4rem 0 0 0; padding: 4rem 0 4rem 0; box-sizing: border-box; background-color: #f6f1e9; }
.greeting_frame .greeting_box .greeting_text { width: 96%; margin: 0 auto; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info p { text-align: right; line-height: 160%; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info p span { font-size: 1.8rem; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info ul { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info ul li { width: 49%; list-style-type: none; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a { color: #ffffff; background-color: #1e95b7; font-size: 1.2rem; font-weight: normal; padding: 0.8rem 0.5rem; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a i { font-size: 1rem; margin: 0 0 0 0.2rem; }
.greeting_frame .greeting_box .greeting_photo { margin: 2rem 0 0 0; }
.greeting_frame .greeting_box .greeting_photo img { width: 96%; display: block; margin: 0 auto; }

@media screen and (min-width: 768px), print { .greeting_frame { margin: 90px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f6f1e9; height: 794px; }
  .greeting_frame .greeting_box { width: 1280px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .greeting_frame .greeting_box .greeting_text { width: 720px; margin: 0; padding: 122px 0 0 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title { margin: 0 0 45px 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title span.jp { border-bottom: #1e95b7 1px solid; font-size: 4rem; padding: 0 0 12px 0; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p { text-align: right; line-height: 160%; margin: 0 0 10px 0; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p span { font-size: 2.2rem; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul { width: 402px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 318px; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li { width: 185px; height: 35px; list-style-type: none; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 35px; letter-spacing: 0.08em; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li:nth-child(2) { width: 202px; }
  .greeting_frame .greeting_box .greeting_photo { margin: 124px 0 0 0; }
  .greeting_frame .greeting_box .greeting_photo img { width: 500px; display: block; margin: 0; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .greeting_frame { margin: 90px 0 0 0; padding: 0 0 0 0; box-sizing: border-box; background-color: #f6f1e9; height: 794px; }
  .greeting_frame .greeting_box { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .greeting_frame .greeting_box .greeting_text { width: 63%; margin: 0; padding: 122px 0 0 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title { margin: 0 0 45px 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title span.jp { border-bottom: #1e95b7 1px solid; font-size: 4rem; padding: 0 0 12px 0; }
  .greeting_frame .greeting_box .greeting_text p { text-align: justify; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info { overflow: hidden; height: auto; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p { text-align: right; line-height: 160%; margin: 0 0 10px 0; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p span { font-size: 2.2rem; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul { width: 402px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; float: right; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li { width: 185px; height: 35px; list-style-type: none; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 35px; letter-spacing: 0.08em; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li:nth-child(2) { width: 202px; }
  .greeting_frame .greeting_box .greeting_photo { margin: 124px 0 0 0; width: 35%; }
  .greeting_frame .greeting_box .greeting_photo img { width: 100%; display: block; margin: 0; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .greeting_frame { margin: 90px 0 0 0; padding: 0 0 90px 0; box-sizing: border-box; background-color: #f6f1e9; height: auto; }
  .greeting_frame .greeting_box { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .greeting_frame .greeting_box .greeting_text { width: 100%; margin: 0; padding: 122px 0 0 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title { margin: 0 0 45px 0; }
  .greeting_frame .greeting_box .greeting_text h2.top_title span.jp { border-bottom: #1e95b7 1px solid; font-size: 4rem; padding: 0 0 12px 0; }
  .greeting_frame .greeting_box .greeting_text p { text-align: justify; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info { overflow: hidden; height: auto; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p { text-align: right; line-height: 160%; margin: 0 0 10px 0; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info p span { font-size: 2.2rem; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul { width: 402px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; float: right; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li { width: 185px; height: 35px; list-style-type: none; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a { color: #ffffff; background-color: #1e95b7; font-size: 1.6rem; font-weight: normal; padding: 0; box-sizing: border-box; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 35px; letter-spacing: 0.08em; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a i { font-size: 1rem; margin: 2px 0 0 6px; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .greeting_frame .greeting_box .greeting_text .greeting_text_info ul li:nth-child(2) { width: 202px; }
  .greeting_frame .greeting_box .greeting_photo { margin: 50px 0 0 0; width: 100%; }
  .greeting_frame .greeting_box .greeting_photo img { width: 80%; max-width: 500px; display: block; margin: 0 auto; } }
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_css2 { position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 100%; overflow: hidden; margin: 0; }
.loop_css2 ul { display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 1500px; margin: 0; padding: 0; }
.loop_css2 ul li { display: inline-block; width: calc(100vw / 2); min-width: 250px; margin: 0 0 0 0; list-style: none; text-align: center; }
.loop_css2 ul li a { display: block; }
.loop_css2 ul li img { display: block; width: 100%; height: auto; }
.loop_css2 ul:first-child { -webkit-animation: loop 120s -60s linear infinite; animation: loop 120s -60s linear infinite; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: transform; }

.loop_css2 ul + ul { -webkit-animation: loop2 120s  linear infinite; animation: loop2 120s linear infinite; }

.loop_css2:hover ul { animation-play-state: paused; }

@-webkit-keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
@keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
@-webkit-keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
@keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
.loop_js { display: -webkit-flex; display: flex; width: calc(1200px * 3); height: 150px; overflow: hidden; }

.loop_js > * { width: 33.333333%; height: auto; }

@media screen and (min-width: 768px), print { .loop_css2 { position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 100%; overflow: hidden; margin: 0; }
  .loop_css2 ul { display: -webkit-flex; display: flex; -webkit-flex-flow: row nowrap; flex-flow: row nowrap; width: 2580px; margin: 0; padding: 0; }
  .loop_css2 ul li { display: inline-block; width: calc(100vw / 2); min-width: 430px; margin: 0 0 0 0; list-style: none; text-align: center; }
  .loop_css2 ul li a { display: block; }
  .loop_css2 ul li img { display: block; width: 100%; height: auto; }
  .loop_css2 ul:first-child { -webkit-animation: loop 120s -60s linear infinite; animation: loop 120s -60s linear infinite; -webkit-backface-visibility: hidden; backface-visibility: hidden; will-change: transform; }
  .loop_css2 ul + ul { -webkit-animation: loop2 120s  linear infinite; animation: loop2 120s linear infinite; }
  .loop_css2:hover ul { animation-play-state: paused; }
  @-webkit-keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
  @keyframes loop { 0% { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }
  @-webkit-keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
  @keyframes loop2 { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); transform: translateX(-200%); } }
  .loop_js { display: -webkit-flex; display: flex; width: calc(850px * 3); height: 150px; overflow: hidden; }
  .loop_js > * { width: 33.333333%; height: auto; } }
/* -----------------------------------------------------------
　診療カレンダー
----------------------------------------------------------- */
.calendar_frame { margin: 6rem 0 0 0; }
.calendar_frame .calendar_area .calendar_box { width: 96%; margin: 0 auto; }
.calendar_frame .calendar_notice { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.calendar_frame .calendar_notice p.cn01 { width: 45%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.calendar_frame .calendar_notice p.cn01 span { background-color: #fffaec; border: #1e95b7 1px solid; width: 10vw; height: 6vw; display: block; margin: 0 1rem 0 0; }
.calendar_frame .calendar_notice p.cn02 { width: 45%; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
.calendar_frame .calendar_notice p.cn02 span { background-color: #f9d5e2; border: #1e95b7 1px solid; width: 10vw; height: 6vw; display: block; margin: 0 1rem 0 0; }

@media screen and (min-width: 768px), print { .calendar_frame { margin: 120px 0 0 0; }
  .calendar_frame .calendar_area { width: 1280px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .calendar_frame .calendar_area .calendar_box { width: 608px; margin: 0; }
  .calendar_frame .calendar_notice { width: 1280px; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 span { background-color: #fffaec; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; }
  .calendar_frame .calendar_notice p.cn02 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn02 span { background-color: #f9d5e2; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .calendar_frame { margin: 120px 0 0 0; }
  .calendar_frame .calendar_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .calendar_frame .calendar_area .calendar_box { width: 48%; margin: 0; }
  .calendar_frame .calendar_notice { width: 96%; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 span { background-color: #fffaec; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; }
  .calendar_frame .calendar_notice p.cn02 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn02 span { background-color: #f9d5e2; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .calendar_frame { margin: 120px 0 0 0; }
  .calendar_frame .calendar_area { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .calendar_frame .calendar_area .calendar_box { width: 48%; margin: 0; }
  .calendar_frame .calendar_notice { width: 96%; margin: 10px auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn01 span { background-color: #fffaec; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; }
  .calendar_frame .calendar_notice p.cn02 { width: 190px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; }
  .calendar_frame .calendar_notice p.cn02 span { background-color: #f9d5e2; border: #1e95b7 1px solid; width: 65px; height: 32px; display: block; margin: 0 12px 0 0; } }
/*----------------------------------------------------------- 医院概要
----------------------------------------------------------- */
.overview { width: 100%; padding: 2rem 0 2rem 0; margin: 2rem 0 0 0; background-color: #f9feff; }
.overview .overview_up .overview_logo { text-align: center; }
.overview .overview_up .overview_logo img { width: 75%; margin: 0 0 0.5rem 0; }
.overview .overview_up .overview_access { width: 96%; margin: 0.5rem auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_up .overview_access .overview_access_icon { width: 10%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.overview .overview_up .overview_access .overview_access_icon i { font-size: 2.2rem; color: #e04136; }
.overview .overview_up .overview_access .overview_access_text { width: 90%; }
.overview .overview_up .overview_access .overview_access_text p { font-size: 1.2rem; margin: 0; }
.overview .overview_up .overview_info { width: 96%; margin: 0.5rem auto 0 auto; text-align: center; }
.overview .overview_up .overview_info .overview_tel { font-size: 2rem; font-weight: bold; color: #1e94b6; margin: 0; }
.overview .overview_up .overview_info .overview_tel span { color: #1e94b6; }
.overview .overview_up .overview_info .overview_tel a { color: #1e94b6; text-decoration: none; }
.overview .overview_up .overview_info .overview_address { font-size: 1.2rem; margin: 0; }
.overview .overview_up ul.overview_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 1rem 0 0 0; }
.overview .overview_up ul.overview_sns li { margin: 0 1rem; }
.overview .overview_up ul.overview_sns li a { text-decoration: none; }
.overview .overview_info_box { width: 96%; margin: 1rem auto 0 auto; }
.overview .overview_info_box .overview_info_box_left dl.overview_list { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; line-height: 140%; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 25%; color: #1e95b7; font-weight: bold; margin: 0 0 1.2rem 0; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 75%; color: #242424; margin: 0 0 1.2rem 0; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a { background-color: #e2f9ff; border: #1e95b7 1px solid; color: #1e95b7; font-weight: bold; text-decoration: none; padding: 0 0.4rem 0.2rem 0.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a::after { font-family: "fontello"; content: "\00e809"; color: #1e95b7; font-size: 1rem; padding: 0 0 2px 0.2rem; line-height: 100%; vertical-align: middle; }
.overview .overview_info_box .overview_info_box_right { margin: 2rem 0 0 0; }
.overview .overview_info_box .overview_info_box_right iframe.googlemap { width: 100%; height: 500px; }

@media screen and (min-width: 768px), print { .overview { width: 100%; padding: 0 0 50px 0; margin: 100px 0 0 0; background-color: #f9feff; }
  .overview .overview_up { width: 1280px; height: 183px; margin: 0 auto; position: relative; }
  .overview .overview_up .overview_logo { text-align: center; position: absolute; top: 45px; left: 305px; }
  .overview .overview_up .overview_logo img { width: 345px; margin: 0 0 0 0; }
  .overview .overview_up .overview_access { width: 568px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; top: 45px; left: 692px; }
  .overview .overview_up .overview_access .overview_access_icon { width: 50px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.06em; }
  .overview .overview_up .overview_access .overview_access_icon i { font-size: 3.4rem; color: #e04136; text-align: left; }
  .overview .overview_up .overview_access .overview_access_text { width: 518px; }
  .overview .overview_up .overview_access .overview_access_text p { font-size: 1.4rem; margin: 0; }
  .overview .overview_up .overview_info { width: auto; margin: 0; text-align: left; position: absolute; top: 95px; left: 698px; }
  .overview .overview_up .overview_info .overview_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; }
  .overview .overview_up .overview_info .overview_tel span { color: #1e94b6; }
  .overview .overview_up .overview_info .overview_tel a { color: #1e94b6; text-decoration: none; }
  .overview .overview_up .overview_info .overview_address { font-size: 1.2rem; margin: 0; }
  .overview .overview_up ul.overview_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 0 0 0 0; position: absolute; top: 95px; left: 960px; }
  .overview .overview_up ul.overview_sns li { margin: 0 5px; }
  .overview .overview_up ul.overview_sns li a { text-decoration: none; }
  .overview .overview_info_box { width: 1280px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left { width: 530px; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list { width: 530px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; line-height: 140%; letter-spacing: 0.05em; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 100px; color: #1e95b7; font-weight: bold; margin: 0 0 14px 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 430px; color: #242424; margin: 0 0 14px 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a { background-color: #e2f9ff; border: #1e95b7 1px solid; color: #1e95b7; font-weight: bold; text-decoration: none; padding: 0 8px 0 8px; display: inline-block; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a::after { font-family: "fontello"; content: "\00e809"; color: #1e95b7; font-size: 1rem; padding: 0 0 3px 4px; line-height: 100%; vertical-align: middle; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .overview .overview_info_box .overview_info_box_left table.timetable { padding: 0; margin: 20px 0 0 0; vertical-align: middle; width: 530px; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 19px 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 50px; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td.time { width: 170px; text-align: center; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td.last td { border-bottom: #35a0be 2px solid; }
  .overview .overview_info_box .overview_info_box_left .notice_time { font-size: 1.4rem; margin: 5px 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .overview .overview_info_box .overview_info_box_right { width: 690px; margin: 0; }
  .overview .overview_info_box .overview_info_box_right iframe.googlemap { width: 690px; height: 350px; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .overview { width: 100%; padding: 0 0 50px 0; margin: 100px 0 0 0; background-color: #f9feff; }
  .overview .overview_up { width: 930px; height: 183px; margin: 0 auto; position: relative; }
  .overview .overview_up .overview_logo { text-align: center; position: absolute; top: 45px; left: 90px; }
  .overview .overview_up .overview_logo img { width: 343px; margin: 0 0 0 0; }
  .overview .overview_up .overview_access { width: 568px; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; top: 45px; left: 484px; }
  .overview .overview_up .overview_access .overview_access_icon { width: 50px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.06em; }
  .overview .overview_up .overview_access .overview_access_icon i { font-size: 3.4rem; color: #e04136; text-align: left; }
  .overview .overview_up .overview_access .overview_access_text { width: 518px; }
  .overview .overview_up .overview_access .overview_access_text p { font-size: 1.4rem; margin: 0; }
  .overview .overview_up .overview_info { width: auto; margin: 0; text-align: left; position: absolute; top: 95px; left: 493px; }
  .overview .overview_up .overview_info .overview_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; }
  .overview .overview_up .overview_info .overview_tel span { color: #1e94b6; }
  .overview .overview_up .overview_info .overview_tel a { color: #1e94b6; text-decoration: none; }
  .overview .overview_up .overview_info .overview_address { font-size: 1.2rem; margin: 0; }
  .overview .overview_up ul.overview_sns { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 0 0 0 0; position: absolute; top: 95px; left: 752px; }
  .overview .overview_up ul.overview_sns li { margin: 0 5px; }
  .overview .overview_up ul.overview_sns li a { text-decoration: none; }
  .overview .overview_info_box { width: 96%; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left { width: 45%; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; line-height: 140%; letter-spacing: 0.05em; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 100px; color: #1e95b7; font-weight: bold; margin: 0 0 14px 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 430px; color: #242424; margin: 0 0 14px 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a { background-color: #e2f9ff; border: #1e95b7 1px solid; color: #1e95b7; font-weight: bold; text-decoration: none; padding: 0 8px 0 8px; display: inline-block; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a::after { font-family: "fontello"; content: "\00e809"; color: #1e95b7; font-size: 1rem; padding: 0 0 3px 4px; line-height: 100%; vertical-align: middle; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a:hover { opacity: 0.6; transition: all 0.3s ease 0s; }
  .overview .overview_info_box .overview_info_box_left table.timetable { padding: 0; margin: 20px 0 0 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 15px 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 19px 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 50px; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td.time { width: 170px; text-align: center; }
  .overview .overview_info_box .overview_info_box_left table.timetable tr td.last td { border-bottom: #35a0be 2px solid; }
  .overview .overview_info_box .overview_info_box_left .notice_time { font-size: 1.4rem; margin: 5px 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .overview .overview_info_box .overview_info_box_right { width: 50%; margin: 0; }
  .overview .overview_info_box .overview_info_box_right iframe.googlemap { width: 100%; height: 350px; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .overview { width: 100%; padding: 2rem 0 2rem 0; margin: 2rem 0 0 0; background-color: #f9feff; }
  .overview .overview_up { width: 100%; height: auto; margin: 0; position: static; }
  .overview .overview_up .overview_logo { position: static; text-align: center; }
  .overview .overview_up .overview_logo img { width: 343px; margin: 0 0 0.5rem 0; }
  .overview .overview_up .overview_access { width: 390px; margin: 0.5rem auto 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: static; }
  .overview .overview_up .overview_access .overview_access_icon { width: 10%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
  .overview .overview_up .overview_access .overview_access_icon i { ont-size: 3.4rem; color: #e04136; }
  .overview .overview_up .overview_access .overview_access_text { width: 90%; }
  .overview .overview_up .overview_access .overview_access_text p { font-size: 1.6rem; margin: 0; }
  .overview .overview_up .overview_info { width: 96%; margin: 0.5rem auto 0 auto; text-align: center; position: static; }
  .overview .overview_up .overview_info .overview_tel { font-size: 2.6rem; font-weight: bold; color: #1e94b6; margin: 0; }
  .overview .overview_up .overview_info .overview_tel span { color: #1e94b6; }
  .overview .overview_up .overview_info .overview_tel a { color: #1e94b6; text-decoration: none; }
  .overview .overview_up .overview_info .overview_address { font-size: 1.4rem; margin: 0; }
  .overview .overview_up ul.overview_sns { position: static; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 1rem 0 0 0; }
  .overview .overview_up ul.overview_sns li { margin: 0 1rem; }
  .overview .overview_up ul.overview_sns li a { text-decoration: none; }
  .overview .overview_info_box { width: 530px; margin: 4rem auto 0 auto; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; line-height: 140%; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dt { width: 25%; color: #1e95b7; font-weight: bold; margin: 0 0 1.2rem 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd { width: 75%; color: #242424; margin: 0 0 1.2rem 0; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a { background-color: #e2f9ff; border: #1e95b7 1px solid; color: #1e95b7; font-weight: bold; text-decoration: none; padding: 0 0.4rem 0.2rem 0.4rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .overview .overview_info_box .overview_info_box_left dl.overview_list dd.doctor a::after { font-family: "fontello"; content: "\00e809"; color: #1e95b7; font-size: 1rem; padding: 0 0 2px 0.2rem; line-height: 100%; vertical-align: middle; }
  .overview .overview_info_box .overview_info_box_right { margin: 2rem 0 0 0; }
  .overview .overview_info_box .overview_info_box_right iframe.googlemap { width: 100%; height: 500px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin: 0 0 0 0; padding: 2rem 0 0 0; background-color: #1e95b7; }
footer .footer_frame { width: 96%; margin: 0 auto; }
footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.1rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
footer .footer_frame ul.footer_list li { width: 49%; margin: 0 0 1.2rem 0; padding: 0; list-style-type: none; }
footer .footer_frame ul.footer_list li a { color: #ffffff; text-decoration: none; }
footer .footer_frame ul.footer_list li.treatment { display: none; }
footer .footer_frame ul.footer_list li.subtitle { display: none; }
footer .footer_frame .subtitle { font-size: 1.1rem; font-weight: normal; color: #ffffff; margin: 1.2rem 0 1.1rem 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: #ffffff; }
footer .copyright a { color: #1e95b7; text-decoration: none; letter-spacing: 0.1em; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-around; justify-content: space-around; -webkit-flex-direction: row; flex-direction: row; padding: 0.5rem 0; background-color: #ffffff; z-index: 999999; }
.footer_link a.footer_tel { width: 80%; margin: 0; color: #ffffff; text-align: center; font-size: 2rem; font-weight: normal; letter-spacing: 0.1em; display: block; background-color: #1e95b7; padding: 1rem 0; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls { background-color: #1e95b7; width: 15%; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; border-radius: 5px; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: normal; text-decoration: none; font-size: 2rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 150px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { width: 1280px; margin: 29px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.4rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 10px 14px 0; padding: 0 10px 0 0; list-style-type: none; border-right: #ffffff 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #ffffff; text-decoration: none; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li.subtitle { display: block; border-right: none; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.05em; }
  footer .footer_frame ul.footer_list li:last-child { border-right: none; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 40px; text-align: center; padding: 0; color: #ffffff; font-size: 1.2rem; letter-spacing: 0.05em; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #1e95b7; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { footer { width: 100%; height: 150px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { width: 100%; margin: 29px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.4rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 10px 14px 0; padding: 0 10px 0 0; list-style-type: none; border-right: #ffffff 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #ffffff; text-decoration: none; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li.subtitle { display: block; border-right: none; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.05em; }
  footer .footer_frame ul.footer_list li:last-child { border-right: none; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 40px; text-align: center; padding: 0; color: #ffffff; font-size: 1.2rem; letter-spacing: 0.05em; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #1e95b7; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { footer { width: 100%; height: 150px; padding: 0; box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden; position: relative; }
  footer .footer_frame { width: 100%; margin: 29px auto 0 auto; }
  footer .footer_frame ul.footer_list { line-height: 130%; font-size: 1.4rem; margin: 0 0 0 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame ul.footer_list li { width: auto; margin: 0 5px 14px 0; padding: 0 5px 0 0; list-style-type: none; border-right: #ffffff 1px solid; }
  footer .footer_frame ul.footer_list li a { color: #ffffff; text-decoration: none; }
  footer .footer_frame ul.footer_list li.treatment { display: none; }
  footer .footer_frame ul.footer_list li.subtitle { display: block; border-right: none; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.05em; }
  footer .footer_frame ul.footer_list li:last-child { border-right: none; }
  footer .footer_frame .subtitle { display: none; }
  footer .copyright { margin: 0; height: 40px; text-align: center; padding: 0; color: #ffffff; font-size: 1.2rem; letter-spacing: 0.05em; background-color: #ffffff; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: absolute; bottom: 0; width: 100%; }
  footer .copyright a { color: #1e95b7; text-decoration: none; letter-spacing: 0.1em; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position { display: none; }

@media screen and (min-width: 768px), print { #pagetop_position { display: block; margin: 0; padding: 0; }
  #pagetop_position #linkpagetop a { width: 56px; height: 56px; }
  #pagetop_position #linkpagetop a img { width: 56px; height: 56px; }
  #pagetop { position: fixed; bottom: 12px; right: 12px; z-index: 999999; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 26vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; border-top: #1e95b7 1px solid; background-color: #ffffff; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #242424; font-size: 1.4rem; text-decoration: none; padding: 1rem; border-bottom: #1e95b7 1px solid; box-sizing: border-box; letter-spacing: 0.05em; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; -webkit-flex-direction: row; flex-direction: row; line-height: 140%; }
.drawr ul.hbg li a i { font-size: 1.2rem; }
.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: #e2f9ff; color: #1e95b7; border-bottom: none; text-align: center; border-bottom: #1e95b7 1px solid; }
.drawr ul.hbg li ul li a::after { content: "" !important; }

.openNav { display: block; }

@media screen and (min-width: 768px), print { .main_nav_sp { display: none; } }
.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 14%; height: 12vw; padding: 0 0 4px 0; user-select: none; -webkit-tap-highlight-color: transparent; }

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

.toggle-label { cursor: pointer; width: 100%; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

h2.top_title { text-align: center; margin: 0 0 2rem 0; }
h2.top_title span.jp { border-bottom: #1e95b7 1px solid; font-size: 2.4rem; font-weight: bold; color: #1e95b7; text-align: center; padding: 0 0 1rem 0; display: inline-block; width: auto; margin: 0 auto; letter-spacing: 0; font-family: 'notosans_cjk_jp_bold'; }
h2.top_title span.eng { font-size: 1rem; font-weight: normal; color: #1e95b7; padding: 1rem 0 0 0; text-align: center; display: block; margin: 0 auto; font-family: 'notosans_cjk_jp'; }
h2.low { color: #1e95b7; font-weight: bold; font-family: 'notosans_cjk_jp_bold'; font-size: 2.4rem; text-align: center; margin: 4rem 0 1rem 0; }
h2.low::after { content: ""; display: block; border-bottom: #1e95b7 1px solid; width: 40%; margin: 0.8rem auto 0 auto; }
h2.first { margin: 0 0 2rem 0; }

h3.low { font-size: 2rem; font-family: 'notosans_cjk_jp'; font-weight: normal; color: #1e95b7; margin: 1.5rem 0 1rem 0; line-height: 120%; }
h3.first { margin: 0 0 1rem 0; }

.h4_frame { background-color: #eff8fa; padding: 1.5rem 1.5rem 0.5rem 1.5rem; box-sizing: border-box; margin: 6rem 0 1rem 0; }
.h4_frame section { height: auto; overflow: hidden; margin: 0; }
.h4_frame.first { margin: 0 0 1rem 0; }

h4 { background-color: #86cddd; color: #ffffff; font-size: 1.8rem; font-weight: normal; line-height: 120%; margin: 2rem 0 1rem 0; padding: 0.6rem 0.6rem 0.4rem 0.4rem; box-sizing: border-box; }
h4.first { margin: 1rem 0 1rem 0; }

h5 { font-size: 1.6rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #e2f9ff; padding: 0; box-sizing: border-box; margin: 0 0 1rem 0; line-height: 120%; }
h5.first { margin: 1.5rem 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.top_title { text-align: center; margin: 0 0 50px 0; }
  h2.top_title span.jp { border-bottom: #1e95b7 1px solid; font-size: 3.6rem; font-weight: bold; color: #1e95b7; text-align: center; padding: 0 0 16px 0; display: inline-block; width: auto; margin: 0 auto; letter-spacing: 0; font-family: 'notosans_cjk_jp_bold'; }
  h2.top_title span.eng { font-size: 1.4rem; font-weight: normal; color: #1e95b7; padding: 1rem 0 0 0; text-align: center; display: block; width: 50%; margin: 0 auto; font-family: 'notosans_cjk_jp'; }
  h2.low { color: #1e95b7; font-weight: bold; font-family: 'notosans_cjk_jp_bold'; font-size: 3.6rem; text-align: center; margin: 120px 0 50px 0; }
  h2.low::after { content: ""; display: block; border-bottom: #1e95b7 1px solid; width: 180px; margin: 18px auto 0 auto; }
  h2.first { margin: 0 0 40px 0; }
  h3.low { font-size: 2.8rem; font-family: 'notosans_cjk_jp'; font-weight: normal; color: #1e95b7; margin: 120px 0 28px 0; line-height: 120%; }
  h3.first { margin: 0 0 1rem 0; }
  .h4_frame { background-color: #eff8fa; padding: 50px; box-sizing: border-box; margin: 120px 0 0 0; }
  .h4_frame section { height: auto; overflow: hidden; margin: 0; }
  .h4_frame.first { margin: 0 0 0 0; }
  h4 { background-color: #86cddd; color: #ffffff; font-size: 2.6rem; font-weight: normal; line-height: 120%; margin: 40px 0 28px 0; padding: 10px 20px; box-sizing: border-box; }
  h4.first { margin: 0 0 28px 0; }
  h5 { font-size: 2.1rem; font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold; color: #e2f9ff; padding: 0; box-sizing: border-box; margin: 25px 0 10px 0; line-height: 120%; }
  h5.first { margin: 0 0 10px 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 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

@media screen and (min-width: 768px), print { /*中央配置に変更*/
  .img_right { margin: 0 0 20px 0; text-align: center; }
  .img_right img { width: 400px; height: auto; }
  .img_left { float: left; margin: 0 10px 10px 0; }
  .img_left img { width: 400px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; justify-content: center; gap: 0 2rem; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 400px; margin: 0 auto 20px auto; display: block; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 1.4rem 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li span.nontext { color: #ffffff; }
ul.list_maru li span.nontext span { display: none; }
ul.list_maru li.none { background: none; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 0.4rem top 0.4rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

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

ul.list_num2 { 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; box-sizing: border-box; width: 90%; }

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

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px), print { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 1.4rem 25px; padding: 0; }
  ul.list_normal li ul { box-sizing: border-box; width: 100%; }
  ul.list_normal li ul li { line-height: 130%; font-size: 1.6rem; list-style-type: none; margin: 0 0 0.8rem 1.8rem; box-sizing: border-box; width: auto; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 16px; padding: 0 0 0 25px; }
  ul.list_maru li span.nontext { color: #ffffff; }
  ul.list_maru li span.nontext span { display: inline; }
  ul.list_maru li.none { background: none; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left 4px top 6px; background-size: 16px; 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 { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }
  ul.list_num2 { box-sizing: border-box; width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_num2 li { width: 45%; line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; box-sizing: border-box; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 48%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 20px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 2rem 0; line-height: 160%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dt span { display: inline; text-align: left; padding: 0 0 0 0; box-sizing: border-box; }
dl.bio_list dd { width: 100%; margin: 0 0 2rem 0; }

dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 0 0; line-height: 120%; }
dl.num_list dt { width: 8%; margin: 0 0 0 0; }
dl.num_list dd { width: 92%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px), print { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 160%; width: 1280px; }
  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; box-sizing: border-box; }
  dl.bio_list dd { width: 1000px; margin: 0 0 20px 0; }
  dl.num_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 160%; width: 1300px; margin: 0; }
  dl.num_list dt { width: 30px; margin: 0 0 20px 0; font-weight: normal; }
  dl.num_list dd { width: 1270px; margin: 0 0 20px 0; } }
/*アサイド*/
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: #1e94b6; font-size: 2rem; font-weight: normal; color: #ffffff; letter-spacing: 0.2em; margin: 0 0 6px 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: 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; box-sizing: border-box; color: #242424; font-size: 2rem; background: url(../images/aside_arrow.png) no-repeat; background-position: left 18px center; border-bottom: #fffaec 1px solid; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; align-items: center; letter-spacing: 0.05em; }
  aside ul.aside_list li a:hover { opacity: 0.6; transition: all 0.3s ease 0s; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: 10%; }
table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 3.4vw; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 17vw; line-height: 1.1; }
table.timetable tr td.time { width: 25%; text-align: center; color: #242424; }
table.timetable tr td.time > div { font-size: 2.4vw; }
table.timetable tr.last td { border-bottom: #35a0be 2px solid; }

.notice_time { font-size: 3.2vw; margin: 0.4rem 0 0 0; padding: 0 0.5rem 0 0; width: 100%; color: #242424; box-sizing: border-box; text-align: right; }

.access_time .notice_time { font-size: 3.2vw; }

@media screen and (min-width: 768px), print { table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; }
  table.timetable tr th { box-sizing: border-box; font-weight: normal; font-size: 1.8rem; padding: 13px 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; width: auto; }
  table.timetable tr td { box-sizing: border-box; font-weight: normal; font-size: 1.6rem; padding: 16px 0; vertical-align: middle; background-color: #ffffff; border-bottom: #35a0be 1px solid; color: #242424; min-height: 50px; }
  table.timetable tr td.time { width: 150px; text-align: center; }
  table.timetable tr td.time > div { font-size: 14px; }
  table.timetable tr.last td { border-bottom: #35a0be 2px solid !important; }
  .notice_time { font-size: 1.4rem; margin: 5px 0 0 0; padding: 0 8px 0 0; width: 100%; color: #242424; box-sizing: border-box; line-height: 160%; }
  .access_time .notice_time { font-size: 1.6rem; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .access_time table.timetable { width: 900px; }
  .access_time .notice_time { font-size: 1.6rem; width: 900px; margin: 5px auto 0 auto; } }
/*下層*/
/*矢印*/
.arrow { width: 0; height: 0; border-left: 125px solid transparent; border-right: 125px solid transparent; border-top: 30px solid #9fa0dd; text-align: center; display: block; margin: 30px auto; }

.text_bold { font-weight: bold; }

.link_text { color: #1d2088; }

.red { color: #ff0000; }

.red_text { color: #e04136; }

.underline_text { text-decoration: underline; }

.tac { text-align: center; }

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

.emphasis_pink { background-color: #f9d5e2; padding: 1rem; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis_pink p { margin: 0; }

.emphasis ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

.text_tel a { color: #1e95b7; }

@media screen and (min-width: 768px), print { /*矢印*/
  .arrow { width: 0; height: 0; border-left: 135px solid transparent; border-right: 135px solid transparent; border-top: 36px solid #9fa0dd; text-align: center; display: block; margin: 30px auto; }
  .text_bold { font-weight: bold; }
  .link_text { color: #1d2088; }
  .link_text:hover { opacity: 0.6; }
  .red_text { color: #e04136; }
  .underline_text { text-decoration: underline; }
  .tac { text-align: center; }
  .emphasis { background-color: #eff8fa; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis p { margin: 0; }
  .emphasis_pink { background-color: #f9d5e2; padding: 20px; box-sizing: border-box; margin: 0 0 30px 0; }
  .emphasis_pink p { margin: 0; }
  .tow_box { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 1280px; }
  .tow_box section { width: 550px; }
  .emphasis ul.list_normal_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 960px; }
  .emphasis ul.list_normal_two li { width: 455px; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  .text_tel a { color: #242424; text-decoration: none; } }
/*930px～1280px*/
@media screen and (min-width: 930px) and (max-width: 1280px) { .emphasis ul.list_normal_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 96%; }
  .emphasis ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/*768px~930px*/
@media screen and (min-width: 768px) and (max-width: 930px) { .emphasis ul.list_normal_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 96%; }
  .emphasis ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　院長紹介
----------------------------------------------------------- */
.flex_box { display: block; }

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

figure.doctor_img { margin: 0 0 1rem 0; text-align: center; }
figure.doctor_img img { width: 100%; 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 { .flex_box { display: flex; justify-content: space-between; }
  .staff_img { margin: 0 auto 20px auto; text-align: center; }
  .staff_img img { width: 700px; height: auto; }
  figure.doctor_img { width: 40%; margin: 0 20px 20px auto; text-align: center; }
  figure.doctor_img img { width: 400px; height: auto; }
  .doctor_name { text-align: right; font-size: 1.6rem; }
  .doctor_name span { font-size: 2.6rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.low_tel { color: #242424; font-size: 1.4rem; }
.low_tel i { color: #242424; font-weight: bold; font-size: 2rem; }
.low_tel span { color: #242424; font-weight: bold; font-size: 2rem; }
.low_tel a { color: #242424; font-weight: bold; font-size: 2rem; }

iframe.accessmap { width: 98%; height: 500px; margin: 0 auto; }

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

@media screen and (min-width: 768px), print { .low_tel { color: #242424; font-size: 1.6rem; }
  .low_tel i { color: #242424; font-weight: bold; font-size: 3rem; }
  .low_tel span { color: #242424; font-weight: bold; font-size: 3rem; }
  .low_tel a { color: #242424; font-weight: bold; font-size: 3rem; }
  iframe.accessmap { width: 100%; height: 500px; margin: 0; }
  .img_access { float: right; margin: 0 0 0 10px; }
  .img_access img { width: 450px; height: auto; } }
/* -----------------------------------------------------------
　初めての方へ
----------------------------------------------------------- */
a.low_bana { display: block; text-decoration: none; width: 70%; margin: 1rem auto; background-color: #1e95b7; color: #ffffff; font-size: 1.6rem; text-align: center; padding: 1rem 0; }

@media screen and (min-width: 768px), print { a.low_bana { display: block; text-decoration: none; width: 400px; margin: 1rem auto; background-color: #1e95b7; color: #ffffff; font-size: 2rem; text-align: center; padding: 2rem 0; }
  a.low_bana:hover { opacity: 0.6; } }
/* -----------------------------------------------------------
　クリニック紹介
----------------------------------------------------------- */
.machine_frame { width: 100%; margin: 0; }
.machine_frame figure { margin: 0 0 4rem 0; }
.machine_frame figure img { width: 80%; display: block; margin: 0 auto 1rem auto; }
.machine_frame figure figcaption { font-size: 1.6rem; color: #242424; text-align: center; }

@media screen and (min-width: 768px), print { .machine_frame { width: 100%; margin: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_frame figure { width: 550px; margin: 0 0 60px 0; }
  .machine_frame figure img { width: 550px; display: block; margin: 0 0 20px 0; }
  .machine_frame figure figcaption { font-size: 2.6rem; color: #242424; text-align: center; } }
/* -----------------------------------------------------------
　下層
----------------------------------------------------------- */
.flow_box { border: #1d2088 2px solid; padding: 1rem; box-sizing: border-box; width: 100%; margin: 2rem 0 0 0; }
.flow_box .flow_title { color: #0c5ac1; font-size: 1.8rem; }
.flow_box .flow_tel a { text-decoration: none; color: #242424; }
.flow_box .flfax { pointer-events: none; }

.prescription_frame .prescription_box { margin: 0 0 4rem 0; }
.prescription_frame .prescription_box table.prescription_table { padding: 0; margin: 0 0 2rem 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
.prescription_frame .prescription_box table.prescription_table tr th { box-sizing: border-box; font-weight: normal; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; border: #242424 1px solid; }
.prescription_frame .prescription_box table.prescription_table tr td { box-sizing: border-box; font-weight: normal; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; color: #242424; border: #242424 1px solid; }
.prescription_frame .prescription_box table.prescription_table tr td.price { width: 25%; }
.prescription_frame .prescription_box table.prescription_table tr td.grey { background-color: #cccccc; }
.prescription_frame .prescription_box table.prescription_notice_table { padding: 0; margin: 0 0 0 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.4rem; }
.prescription_frame .prescription_box table.prescription_notice_table tr th { box-sizing: border-box; font-weight: normal; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; border: #242424 1px solid; }
.prescription_frame .prescription_box table.prescription_notice_table tr td { box-sizing: border-box; font-weight: normal; padding: 0.8rem 0; vertical-align: middle; background-color: #ffffff; color: #242424; border: #242424 1px solid; }
.prescription_frame .prescription_box table.prescription_notice_table tr td.price { width: 25%; }
.prescription_frame .prescription_box table.prescription_notice_table tr td.grey { background-color: #cccccc; }

@media screen and (min-width: 768px), print { .flow_box { border: #1d2088 2px solid; padding: 40px 25px; box-sizing: border-box; width: 100%; margin: 25px 0 0 0; }
  .flow_box .flow_title { color: #0c5ac1; font-size: 2.8rem; }
  .flow_box .flow_tel a { text-decoration: none; color: #242424; }
  .flow_box .flfax { pointer-events: none; }
  .prescription_frame { width: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .prescription_frame .prescription_box { margin: 0 0 20px 0; width: 48%; }
  .prescription_frame .prescription_box table.prescription_table { padding: 0; margin: 0 0 20px 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  .prescription_frame .prescription_box table.prescription_table tr th { box-sizing: border-box; font-weight: normal; padding: 20px 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; border: #242424 1px solid; }
  .prescription_frame .prescription_box table.prescription_table tr td { box-sizing: border-box; font-weight: normal; padding: 20px 0; vertical-align: middle; background-color: #ffffff; color: #242424; border: #242424 1px solid; }
  .prescription_frame .prescription_box table.prescription_table tr td.price { width: 25%; }
  .prescription_frame .prescription_box table.prescription_table tr td.grey { background-color: #cccccc; }
  .prescription_frame .prescription_box table.prescription_notice_table { padding: 0; margin: 0 0 0 0; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; box-sizing: border-box; line-height: 140%; font-size: 1.6rem; }
  .prescription_frame .prescription_box table.prescription_notice_table tr th { box-sizing: border-box; font-weight: normal; padding: 20px 0; vertical-align: middle; color: #ffffff; background-color: #35a0be; border: #242424 1px solid; }
  .prescription_frame .prescription_box table.prescription_notice_table tr td { box-sizing: border-box; font-weight: normal; padding: 20px 0; vertical-align: middle; background-color: #ffffff; color: #242424; border: #242424 1px solid; }
  .prescription_frame .prescription_box table.prescription_notice_table tr td.price { width: 25%; }
  .prescription_frame .prescription_box table.prescription_notice_table tr td.grey { background-color: #cccccc; } }
.recruit_box { width: 100%; margin: 0 auto; }

@media screen and (min-width: 768px), print { .recruit_box { width: 720px; } }

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