@charset "UTF-8";
/* Scss Document */
/* =======================================================================
 共通項目 
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*ゴシック家族*/
/*グーグル家族*/
/*基本文字色*/
/*基本背景色PC*/
/*main_color*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #333333; background-color: #ffffff; }

@media print, screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #333333; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; text-size-adjust: none; -webkit-text-size-adjust: none; }

section { height: auto; overflow: hidden; margin: 3rem 0 0 0; }
section.first { margin: 3rem 0; }
section.s_h2 { padding: 0; box-sizing: border-box; margin: 0; }

.pc_none { display: block !important; }

.sp_none { display: none !important; }

.bold_text { font-weight: bold; }

.text_c { text-align: center; }

@media print, screen and (min-width: 768px) { body { box-sizing: border-box; min-width: 1200px; text-size-adjust: none; -webkit-text-size-adjust: none; }
  section { height: auto; overflow: hidden; margin: 60px 0 0 0; }
  section.s_h2 { padding: 0; box-sizing: border-box; margin: 0; }
  section.first { margin: 46px 0 68rem; }
  .pc_none { display: none !important; }
  .sp_none { display: block !important; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; background-color: #ffffff; }

.wrapper { height: auto; width: 100%; margin: 0; padding: 0; }

.bg_blue { background: #ebf6fb; }

.main { width: 90%; margin: 0 auto; padding: 0; }

@media print, screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  .wrapper { height: auto; width: 100%; margin: 0; padding: 0; }
  .bg_blue { background: #ebf6fb; }
  .main { width: 1200px; margin: 0 auto; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { height: auto; }
header .head_frame { width: 100%; margin: 0; padding: 1.1rem 0; background: #ebf6fb; }
header .head_frame .header_info { display: block; width: 100%; margin: 0; padding: 0; }
header .head_frame .header_info .head_logo { width: 90%; margin: 0 auto; }
header .head_frame .header_info .head_logo img { width: 83%; height: auto; }
header .head_frame .header_info .head_logo p.address { width: 100%; height: auto; border: 1px #003e59 solid; color: #003e59; line-height: 1; background: transparent; font-size: 1.2rem; display: flex; justify-content: center; align-items: center; margin: 1.6rem 0 1rem; padding: .8rem 0; box-sizing: border-box; }
header .head_frame .header_info .head_logo p.address::before { font-family: fontello; content: '\0e868'; margin: 0 6px 0 0; display: inline-block; }
header .head_frame .header_info .head_info { margin: 0; }
header .head_frame .header_info .head_info p.reserve { width: 90%; height: auto; border-radius: 2rem; color: #003e59; display: flex; justify-content: center; align-items: center; background: #e1ee00; font-size: 1.4rem; font-weight: bold; line-height: 1; padding: 1rem 0; margin: 10px auto 0; }
header .head_frame .header_info .head_info p.reserve::after { font-family: fontello; content: '\0e800'; margin: 0 0 0 15px; }
header .head_frame .header_info .head_info p.reserve.doctorqube { background: #0062ac; color: #fff; }
header .head_frame .header_info .head_info p.phone { display: none; }
header .head_frame .header_info .head_info a { text-decoration: none; }
header .head_frame .header_info .timetable_info { display: none; }
header .key_on { display: flex; justify-content: center; height: auto; background-size: 160% auto; background-position: 72% top; background-repeat: no-repeat; padding: 16.6rem 0 0 0; }
header .key_on .key_info { width: 100%; margin: 0; }
header .key_on .key_info .message { margin: 0; padding: 1.2rem 0; box-sizing: border-box; width: 100%; height: auto; font-size: 1.4rem; font-weight: bold; color: #FFFFFF; text-align: center; line-height: 1.5; background: #0062ac; }
header .key_on .key_info .open { margin: 0 auto; padding: 1.2rem; box-sizing: border-box; width: 90%; height: auto; font-size: 1.4rem; font-weight: bold; color: #003e59; background: white; }
header .key_on .key_info .open .event { padding: 1rem 0; white-space: nowrap; }
header .key_on .key_info .open .event span { font-size: 1.2rem; }
header .key_on .key_info .open .event span.s26 { font-size: 1.6rem; }
header .key_on .key_info .open .nairan, header .key_on .key_info .open .kaiin { display: flex; align-items: center; justify-content: space-between; }
header .key_on .key_info .open .nairan { border-bottom: 1px #DDDDDD solid; }
header .key_on .key_info .open .kaiin { margin: 1rem 0 0 0; }
header.header_low .key_visual_low { background: url("../images/key_visual_low.jpg") no-repeat; background-position: center; background-size: cover; }
header.header_low .key_visual_low .h1_area h1 { font-size: 2rem; color: #003e59; text-align: center; padding: 3rem 0; }

@media print, screen and (min-width: 768px) { header { height: auto; }
  header .head_frame { width: 100%; margin: 0; padding: 30px 0 0 0; background: #ebf6fb; }
  header .head_frame .header_info { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: row; flex-direction: row; -webkit-align-items: center; align-items: center; width: 1200px; margin: 0 auto 23px; padding: 0; }
  header .head_frame .header_info .head_logo { width: 490px; margin: 0 auto 0 0; }
  header .head_frame .header_info .head_logo img { max-width: 100%; width: auto; height: auto; }
  header .head_frame .header_info .head_logo p.address { width: 100%; height: 35px; border: 1px #003e59 solid; color: #003e59; background: transparent; font-size: 1.6rem; display: flex; justify-content: center; align-items: center; margin: 20px 0 0 0; padding: 0; box-sizing: border-box; }
  header .head_frame .header_info .head_logo p.address::before { font-family: fontello; content: '\0e868'; margin: 0 6px 0 0; display: inline-block; }
  header .head_frame .header_info .head_info { margin: 0 21px 0 0; }
  header .head_frame .header_info .head_info p.phone, header .head_frame .header_info .head_info p.reserve { width: 295px; height: 44px; border-radius: 25px; color: #003e59; display: flex; justify-content: center; align-items: center; }
  header .head_frame .header_info .head_info p.phone { font-family: "Montserrat", sans-serif; font-size: 2.8rem; background: #ffffff; }
  header .head_frame .header_info .head_info p.phone::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; }
  header .head_frame .header_info .head_info p.reserve { background: #e1ee00; font-size: 1.8rem; font-weight: bold; padding: 0; margin: 10px 0 0; }
  header .head_frame .header_info .head_info p.reserve::after { font-family: fontello; content: '\0e800'; margin: 0 0 0 15px; }
  header .head_frame .header_info .head_info p.reserve:hover { opacity: 0.8; }
  header .head_frame .header_info .head_info p.reserve.doctorqube { background: #0062ac; color: #fff; }
  header .head_frame .header_info .head_info a { text-decoration: none; }
  header .head_frame .header_info .timetable_info { display: block; }
  header .head_frame .header_info .timetable_info .table_wrapper { width: 348px; height: 116px; box-sizing: border-box; }
  header .head_frame .header_info .timetable_info .table_wrapper table.timetable tr th, header .head_frame .header_info .timetable_info .table_wrapper table.timetable tr td { white-space: nowrap; font-size: 1.4rem; }
  header .head_frame .header_info .timetable_info .table_wrapper table.timetable tr th { height: 38px; }
  header .head_frame .header_info .timetable_info .table_wrapper table.timetable tr td { height: 37px; }
  header .head_frame .header_info .timetable_info p.ps { margin: 10px 0 0 0; font-size: 1.4rem; color: #333333; padding-left: 4px; line-height: 1.4; }
  header .key_on { display: flex; justify-content: center; height: 650px; background-size: cover; background-position: center top; padding: 0; }
  header .key_on .key_info { width: 1200px; margin: 0; }
  header .key_on .key_info .message { margin: 60px 0 0 0; padding: 40px 0; box-sizing: border-box; width: 460px; height: 238px; font-size: 2rem; font-weight: bold; color: #FFFFFF; text-align: center; line-height: 1.6; background: rgba(17, 108, 177, 0.95); border-radius: 12px; }
  header .key_on .key_info .message figure { margin: 0 0 8px 0; }
  header .key_on .key_info .open { margin: 20px 0 0 0; padding: 47px 30px; box-sizing: border-box; width: 460px; height: 120px; font-size: 2rem; font-weight: bold; color: #003e59; background: rgba(255, 255, 255, 0.95); border-radius: 12px; }
  header .key_on .key_info .open .event { height: 37px; padding: 0; }
  header .key_on .key_info .open .event span { font-size: 1.8rem; }
  header .key_on .key_info .open .event span.s26 { font-size: 2.6rem; }
  header .key_on .key_info .open .nairan, header .key_on .key_info .open .kaiin { display: flex; align-items: baseline; justify-content: space-between; }
  header .key_on .key_info .open .nairan { border-bottom: 1px #DDDDDD solid; }
  header .key_on .key_info .open .kaiin { margin: 0; }
  header.header_low .key_visual_low { width: 100%; }
  header.header_low .key_visual_low .h1_area { width: 1200px; margin: 0 auto; }
  header.header_low .key_visual_low .h1_area h1 { height: 240px; font-size: 4.6rem; font-weight: bold; color: #003e59; display: flex; justify-content: flex-start; align-items: center; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper { padding: 0; box-sizing: border-box; background-color: #ffffff; border: 0.3rem #003e59 solid; border-radius: .6rem; width: auto; }
.table_wrapper table.timetable { vertical-align: middle; width: 95%; margin: 0 auto; padding: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
.table_wrapper table.timetable tr { margin: 0 auto; padding: 0; vertical-align: middle; }
.table_wrapper table.timetable tr:last-of-type { border-bottom: 0; }
.table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { padding: 1rem 0; white-space: nowrap; }
.table_wrapper table.timetable tr th { text-align: center; color: #003e59; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; border-bottom: 0.2rem #003e59 solid; }
.table_wrapper table.timetable tr td { text-align: center; color: #003e59; font-size: 1.3rem; vertical-align: middle; box-sizing: border-box; width: 10%; }
.table_wrapper table.timetable tr td.time { color: #003e59; width: 30%; font-size: 1.2rem; text-align: center; white-space: nowrap; }

p.ps { color: #003e59; margin: .8rem 0 0 0; font-size: 1.2rem; font-weight: bold; line-height: 1.4; }

@media print, screen and (min-width: 768px) { .table_wrapper { padding: 0 17px; box-sizing: border-box; background-color: #ffffff; border: 2px #003e59 solid; border-radius: .8rem; width: auto; }
  .table_wrapper table.timetable { vertical-align: middle; width: 100%; margin: 0 auto; padding: 0; text-align: center; border-collapse: collapse; box-sizing: border-box; }
  .table_wrapper table.timetable tr { margin: 0 auto; padding: 0; vertical-align: middle; }
  .table_wrapper table.timetable tr:last-of-type { border-bottom: 0; }
  .table_wrapper table.timetable tr th, .table_wrapper table.timetable tr td { white-space: nowrap; padding: 0; }
  .table_wrapper table.timetable tr th { text-align: center; color: #003e59; font-size: 1.6rem; vertical-align: middle; box-sizing: border-box; border-bottom: 1px #003e59 solid; height: 53px; }
  .table_wrapper table.timetable tr td { text-align: center; color: #003e59; font-size: 1.8rem; vertical-align: middle; box-sizing: border-box; width: 10%; height: 45px; }
  .table_wrapper table.timetable tr td.time { color: #003e59; width: 30%; font-size: 1.8rem; text-align: center; }
  p.ps { color: #003e59; margin: .8rem 0 0 0; font-size: 1.8rem; line-height: 1.4; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media print, screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 30px 0 0 0; height: 65px; background: #003e59; width: 100%; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
  .main_nav_pc nav ul { list-style-type: none; width: 1200px; margin: 0 auto; box-sizing: border-box; height: 65px; padding: 0; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
  .main_nav_pc nav ul li { box-sizing: border-box; height: 20px; padding: 0 43px; display: flex; align-items: center; border-right: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li:first-of-type { border-left: 1px #FFFFFF solid; }
  .main_nav_pc nav ul li.home { width: 63px; padding: 0; text-align: center; }
  .main_nav_pc nav ul li.home a { width: 63px; }
  .main_nav_pc nav ul li.home a::before { font-family: 'fontello'; content: "\e84e"; color: #FFFFFF; margin: 0 auto; font-size: 1.8rem; display: block; }
  .main_nav_pc nav ul li.home a span { display: none; }
  .main_nav_pc nav ul li.treatment { cursor: pointer; position: relative; }
  .main_nav_pc nav ul li.treatment span::after { font-family: 'fontello'; content: "\e805"; display: inline-block; margin: 0 0 0 12px; }
  .main_nav_pc nav ul li.recruit { display: none; }
  .main_nav_pc nav ul li a { text-decoration: none; color: #FFFFFF; font-size: 1.8rem; font-weight: bold; height: 20px; box-sizing: border-box; white-space: nowrap; }
  .main_nav_pc nav ul li ul { width: 100%; margin: 0; display: none; z-index: 999; height: 0; padding: 0; position: absolute; top: 42px; left: -6px; }
  .main_nav_pc nav ul li ul li { width: auto; height: 50px; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.9); border-right: 0; padding: 0 10px; justify-content: center; border-bottom: 1px #003e59 dashed; }
  .main_nav_pc nav ul li ul li:first-of-type { border-left: 0; }
  .main_nav_pc nav ul li ul li:last-of-type { border-bottom: 0; }
  .main_nav_pc nav ul li ul li a { border-left: none; padding: 0; height: auto; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; box-sizing: border-box; font-size: 1.6rem; color: #003e59; }
  .main_nav_pc nav ul li ul li a br { display: none; }
  .main_nav_pc nav ul li ul li:hover { background-color: #003e59 !important; }
  .main_nav_pc nav ul li ul li:hover a { color: #FFFFFF !important; padding: 0; }
  .main_nav_pc nav ul.open_nav { display: block; } }
/* -----------------------------------------------------------
　バナー
----------------------------------------------------------- */
a.bnr_center { display: inline-block; margin: 2rem auto 0; text-decoration: none; }
a.bnr_center img { display: block; width: 90%; margin: 0 auto; }

.bnr_line { margin: 0 auto 50px; }
.bnr_line img { width: 100%; }

@media print, screen and (min-width: 768px) { .bnr_line img { width: 500px; } }
.notice_link { display: block; text-decoration: none; color: inherit; max-width: 800px; margin: 0 1.5em; margin-top: 5em; }
@media print, screen and (min-width: 768px) { .notice_link { margin: 0 auto; margin-top: 5em; } }

.notice_container { display: grid; grid-template-columns: 1fr auto; align-items: center; background-color: #EBF6FB; border: 0.2rem solid #003e59; overflow: hidden; }
@media print, screen and (min-width: 768px) { .notice_container { border: 0.5rem solid #003e59; } }

.notice_content { padding: 20px 30px; display: grid; align-items: center; }

.notice_title { font-size: 1.4rem; font-weight: bold; color: #003e59; margin: 0; }
@media print, screen and (min-width: 768px) { .notice_title { font-size: 3rem; text-align: center; } }

.image_section { position: relative; height: 5rem; }
@media print, screen and (min-width: 768px) { .image_section { height: 14rem; width: 20rem; } }
.image_section .notice_image { width: 100%; height: 100%; object-fit: cover; }
.image_section .details_button { position: absolute; bottom: 0; right: 0; background: #5c4e4b; color: white; padding: 0.3rem 0.3rem; font-size: 0.5rem; font-weight: bold; text-align: center; }
@media print, screen and (min-width: 768px) { .image_section .details_button { padding: 1rem 1rem; font-size: 1.2rem; } }

.cont_center { width: 90%; margin: 1.2rem auto 0; }

@media print, screen and (min-width: 768px) { a.bnr_center { display: inline; margin: 0 auto; text-decoration: none; }
  a.bnr_center img { display: block; max-width: 800px; margin: 60px auto 30px; }
  a.bnr_center img:hover { opacity: 0.8; }
  .cont_center { width: 800px; margin: 0 auto; } }
.top_bnr { width: 90%; margin: 0 1.5em; text-align: center; }
.top_bnr a { display: inline-block; }
.top_bnr img { display: block; margin: 0 auto; max-width: 100%; }

@media print, screen and (min-width: 768px) { .top_bnr { margin: 0 auto; }
  .top_bnr img { max-width: 800px; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper { padding: 2rem 0 4rem; background-color: #ffffff; }
.notice_wrapper h2.top::after { content: 'News'; }
.notice_wrapper .notice_frame { height: 30rem; width: 100%; margin: 0; padding: 0 1rem 2rem 0; overflow-y: scroll; box-sizing: border-box; }
.notice_wrapper .notice_frame dl { padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dt { color: #003e59; font-size: 1.4rem; font-weight: bold; margin: 1rem 0 .8rem; padding: 0; box-sizing: border-box; }
.notice_wrapper .notice_frame dl dd { border-bottom: 1px #CCCCCC solid; margin: 0 0 2rem 0; }
.notice_wrapper .notice_frame dl dd p { font-size: 1.2rem; margin: 0; padding: 0 0 1.8rem 0; box-sizing: border-box; line-height: 1.4; }

@media print, screen and (min-width: 768px) { .notice_wrapper { padding: 55px 0; background-color: #ffffff; display: flex; justify-content: space-between; align-items: center; }
  .notice_wrapper .notice_frame { height: 270px; width: 850px; margin: 0; padding: 0 24px 30px 0; overflow-y: scroll; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl { padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dt { color: #003e59; font-size: 2rem; font-weight: bold; margin: 10px 0 8px; padding: 0; box-sizing: border-box; }
  .notice_wrapper .notice_frame dl dd { border-bottom: 1px #CCCCCC solid; margin: 0 0 28px 0; }
  .notice_wrapper .notice_frame dl dd p { font-size: 1.8rem; margin: 0; padding: 0 0 18px 0; box-sizing: border-box; line-height: 1.6; } }
/*スマホ用スライドバー*/
@media print, screen and (max-width: 767px) { .notice_frame::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 3px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_wrapper { padding: 3rem 0 2rem; text-align: center; }
.treatment_wrapper h2.top::after { content: "Medical"; }
.treatment_wrapper .treatment_frame { margin: 0; }
.treatment_wrapper .treatment_frame ul { width: 100%; margin: 2rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; }
.treatment_wrapper .treatment_frame ul li { width: 13.8rem; height: 13.8rem; border-radius: 50%; background-color: #ffffff; margin: 0 0 2rem 0; display: flex; justify-content: center; align-items: center; }
.treatment_wrapper .treatment_frame ul li a { text-decoration: none; color: #003e59; font-size: 1.4rem; font-weight: bold; text-align: center; line-height: 1.2; }
.treatment_wrapper .treatment_frame ul li a::before { font-family: 'fontello'; display: flex; align-items: center; justify-content: center; font-size: 5rem; font-weight: normal; line-height: 0.8; margin: 0 0 1.8rem 0; color: #0062ac; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(1) a::before { content: "\e893"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(2) a::before { content: "\e8c6"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(3) a::before { content: "\e821"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(4) a::before { content: "\e820"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(5) a::before { content: "\e8c5"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(6) a::before { content: "\e80c"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(7) a::before { content: "\e89b"; }
.treatment_wrapper .treatment_frame ul li:nth-of-type(8) a::before { content: "\e83c"; }

@media print, screen and (min-width: 768px) { .treatment_wrapper { padding: 55px 0; text-align: center; }
  .treatment_wrapper h2.top::after { content: "Medical"; }
  .treatment_wrapper .treatment_frame { margin: 0; }
  .treatment_wrapper .treatment_frame ul { width: 1180x; margin: 50px auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; }
  .treatment_wrapper .treatment_frame ul li { width: 260px; height: 145px; border-radius: 6px; background-color: #ffffff; margin: 0 0 47px 0; display: flex; justify-content: center; align-items: center; }
  .treatment_wrapper .treatment_frame ul li a { text-decoration: none; color: #003e59; font-size: 2.2rem; font-weight: bold; text-align: center; position: relative; }
  .treatment_wrapper .treatment_frame ul li a::before { font-family: 'fontello'; display: flex; align-items: center; justify-content: center; font-size: 5rem; font-weight: normal; color: #0062ac; margin: 0 0 18px 0; }
  .treatment_wrapper .treatment_frame ul li:hover { background: #0062ac; }
  .treatment_wrapper .treatment_frame ul li:hover a { color: #FFFFFF; }
  .treatment_wrapper .treatment_frame ul li:hover a::before { color: #FFFFFF; } }
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_wrapper { padding: 3rem 0 0 0; text-align: center; background: url("../images/bg_features.png") repeat; }
.feature_wrapper h2.top::after { content: "Features"; }
.feature_wrapper .feature_frame { width: 90%; margin: 0 auto; padding: 1rem 0 0 0; display: flex; justify-content: space-between; flex-wrap: wrap; }
.feature_wrapper .feature_frame .feature_box { width: 100%; height: auto; margin: 0 0 3rem 0; }
.feature_wrapper .feature_frame .feature_box .num_tit { display: flex; }
.feature_wrapper .feature_frame .feature_box .number { font-family: "Montserrat", sans-serif; font-size: 1.8rem; color: #FFFFFF; background: url("../images/bg_number.png") no-repeat; background-size: contain; width: 4rem; height: 4rem; display: flex; justify-content: center; align-items: center; margin: 0 1rem 0 0; }
.feature_wrapper .feature_frame .feature_box p { color: #003e59; font-size: 1.4rem; font-weight: bold; text-align: center; line-height: 1.4; letter-spacing: -2px; }
.feature_wrapper .feature_frame .feature_box p.txt { margin: 21rem 0 0 0; }
.feature_wrapper .feature_frame .feature_box p.tit { color: #003e59; font-size: 2.6rem; font-weight: bold; text-shadow: #FFFFFF 2px 0px 2px, #FFFFFF -2px 0px 2px, #FFFFFF 0px -2px 2px, #FFFFFF -2px 0px 2px, #FFFFFF 2px 2px 2px, #FFFFFF -2px 2px 2px, #FFFFFF 2px -2px 2px, #FFFFFF -2px -2px 2px, #FFFFFF 1px 2px 2px, #FFFFFF -1px 2px 2px, #FFFFFF 1px -2px 2px, #FFFFFF -1px -2px 2px, #FFFFFF 2px 1px 2px, #FFFFFF -2px 1px 2px, #FFFFFF 2px -1px 2px, #FFFFFF -2px -1px 2px, #FFFFFF 1px 1px 2px, #FFFFFF -1px 1px 2px, #FFFFFF 1px -1px 2px, #FFFFFF -1px -1px 2px; }
.feature_wrapper .feature_frame .box_1 { background: url("../images/features_01.png") no-repeat center top 4.8rem; background-size: contain; }
.feature_wrapper .feature_frame .box_2 { background: url("../images/features_02.png") no-repeat center top 4.8rem; background-size: contain; }
.feature_wrapper .feature_frame .box_3 { background: url("../images/features_03.png") no-repeat center top 4.8rem; background-size: contain; }

@media print, screen and (min-width: 768px) { .feature_wrapper { padding: 48px 0 60px; text-align: center; }
  .feature_wrapper .feature_frame { margin: 0 auto; padding: 25px 0 0 0; width: 1180px; display: flex; justify-content: space-around; }
  .feature_wrapper .feature_frame .feature_box { width: 30%; height: 350px; margin: 0; }
  .feature_wrapper .feature_frame .feature_box .num_tit { display: flex; }
  .feature_wrapper .feature_frame .feature_box .number { font-family: "Montserrat", sans-serif; font-size: 2.2rem; color: #FFFFFF; background: url("../images/bg_number.png") no-repeat; background-size: contain; width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; margin: 0 10px 0 0; }
  .feature_wrapper .feature_frame .feature_box p { color: #003e59; font-size: 2.2rem; font-weight: bold; text-align: center; line-height: 1.4; letter-spacing: 0; }
  .feature_wrapper .feature_frame .feature_box p.txt { margin: 259px 0 0 0; }
  .feature_wrapper .feature_frame .feature_box p.tit { color: #003e59; font-size: 3.4rem; font-weight: bold; text-shadow: #FFFFFF 2px 0px 2px, #FFFFFF -2px 0px 2px, #FFFFFF 0px -2px 2px, #FFFFFF -2px 0px 2px, #FFFFFF 2px 2px 2px, #FFFFFF -2px 2px 2px, #FFFFFF 2px -2px 2px, #FFFFFF -2px -2px 2px, #FFFFFF 1px 2px 2px, #FFFFFF -1px 2px 2px, #FFFFFF 1px -2px 2px, #FFFFFF -1px -2px 2px, #FFFFFF 2px 1px 2px, #FFFFFF -2px 1px 2px, #FFFFFF 2px -1px 2px, #FFFFFF -2px -1px 2px, #FFFFFF 1px 1px 2px, #FFFFFF -1px 1px 2px, #FFFFFF 1px -1px 2px, #FFFFFF -1px -1px 2px; }
  .feature_wrapper .feature_frame .box_1 { background: url("../images/features_01.png") no-repeat center top 52px; background-size: contain; }
  .feature_wrapper .feature_frame .box_2 { background: url("../images/features_02.png") no-repeat center top 52px; background-size: contain; }
  .feature_wrapper .feature_frame .box_3 { background: url("../images/features_03.png") no-repeat center top 52px; background-size: contain; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { width: 100%; margin: 0 auto; padding: 3rem 0 0 0; }
.overview_bg .overview { padding: 0 0 3rem 0; margin: 0 auto; width: 90%; }
.overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; flex-wrap: wrap; margin: 0 auto; }
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; box-sizing: border-box; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_left figure, .overview_bg .overview .overview_frame .overview_frame_right figure { margin: 2rem 0; text-align: center; }
.overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0; 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; box-sizing: border-box; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dd { font-size: 1.4rem; display: flex; align-items: center; box-sizing: border-box; height: auto; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { width: 100%; padding: 0; }
.overview_bg .overview .overview_frame .overview_frame_left dl dt span, .overview_bg .overview .overview_frame .overview_frame_right dl dt span { border: 1px #CCCCCC solid; font-weight: bold; color: #003e59; width: 100%; text-align: center; line-height: 1.6; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { margin: 0; width: 100%; height: auto; padding: 1rem 0; line-height: 1.4; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel a, .overview_bg .overview .overview_frame .overview_frame_right dl dd span.tel a { text-decoration: none; font-family: "Montserrat", sans-serif; font-size: 1.8rem; color: #003e59; }
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel::before, .overview_bg .overview .overview_frame .overview_frame_right dl dd span.tel::before { font-family: fontello; content: '\0e89e'; margin: 0 8px 0 0; display: inline-block; }
.overview_bg .overview .overview_frame .overview_frame_left .table_wrapper, .overview_bg .overview .overview_frame .overview_frame_right .table_wrapper { box-sizing: border-box; margin: 2rem 0 0 0; }
.overview_bg .overview .overview_frame .overview_frame_left { padding: 0; margin: 0 0 2rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right { background: #ebf6fb; border-radius: 10px; padding: 2rem 1rem; }
.overview_bg .overview .overview_frame .overview_frame_right figure { margin: 0 0 2rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right figure img { border-radius: 10px; width: 100%; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn { text-decoration: none; margin: 0; background: #003e59; border-radius: 2rem; width: 100%; height: auto; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 1rem 3rem 1rem 1rem; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn span { color: #FFFFFF; font-size: 1.6rem; display: block; width: 100%; text-align: center; margin: 0 0 0 3rem; }
.overview_bg .overview .overview_frame .overview_frame_right a.btn::after { font-family: fontello; content: '\0e800'; display: inline-block; color: #FFFFFF; font-size: 1.4rem; }
.overview_bg .overview .overview_frame .overview_frame_right .sta, .overview_bg .overview .overview_frame .overview_frame_right .bus { padding: 0 0 0 1rem; }
.overview_bg .overview .overview_frame .overview_frame_right .sta p, .overview_bg .overview .overview_frame .overview_frame_right .bus p { font-size: 1.4rem; margin: 0; line-height: 1.4; }
.overview_bg .overview .overview_frame .overview_frame_right .sta p.tit, .overview_bg .overview .overview_frame .overview_frame_right .bus p.tit { font-weight: bold; margin: 0 0 1rem 0; }
.overview_bg .overview .overview_frame .overview_frame_right .sta { margin: 3rem 0 1rem; }
.overview_bg .overview .overview_frame .overview_frame_right .sta p.tit { border-left: 9px #003e59 solid; padding: 0 0 0 1rem; }

@media print, screen and (min-width: 768px) { .overview_bg { width: 100%; margin: 0 auto; padding: 77px 0 0 0; }
  .overview_bg .overview { padding: 0 0 6.5rem 0; margin: 0 auto; width: 1180px; }
  .overview_bg .overview .overview_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 auto; }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right { margin: 0; box-sizing: border-box; width: 50%; }
  .overview_bg .overview .overview_frame .overview_frame_left figure, .overview_bg .overview .overview_frame .overview_frame_right figure { margin: 22px 0 38px; text-align: center; }
  .overview_bg .overview .overview_frame .overview_frame_left dl, .overview_bg .overview .overview_frame .overview_frame_right dl { width: 100%; margin: 0; 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; box-sizing: border-box; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dd { font-size: 1.8rem; display: flex; align-items: center; box-sizing: border-box; border-bottom: 1px #CCCCCC solid; height: 75px; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:first-of-type, .overview_bg .overview .overview_frame .overview_frame_left dl dd:first-of-type, .overview_bg .overview .overview_frame .overview_frame_right dl dt:first-of-type, .overview_bg .overview .overview_frame .overview_frame_right dl dd:first-of-type { border-top: 1px #CCCCCC solid; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt, .overview_bg .overview .overview_frame .overview_frame_right dl dt { width: 200px; padding: 0; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt span, .overview_bg .overview .overview_frame .overview_frame_right dl dt span { border: 0; border-right: 1px #CCCCCC solid; border-left: 0; font-weight: bold; color: #003e59; width: 100%; text-align: center; line-height: 1.6; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd, .overview_bg .overview .overview_frame .overview_frame_right dl dd { margin: 0; width: 335px; height: auto; padding: 0 10px 0 20px; line-height: 1.4; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel, .overview_bg .overview .overview_frame .overview_frame_right dl dd span.tel { font-family: "Montserrat", sans-serif; font-size: 2.6rem; color: #003e59; }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel::before, .overview_bg .overview .overview_frame .overview_frame_right dl dd span.tel::before { font-family: fontello; content: '\0e89e'; margin: 0 8px 0 0; display: inline-block; }
  .overview_bg .overview .overview_frame .overview_frame_left .table_wrapper, .overview_bg .overview .overview_frame .overview_frame_right .table_wrapper { box-sizing: border-box; margin: 33px 0 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_left { padding: 0 55px 0 0; margin: 0; }
  .overview_bg .overview .overview_frame .overview_frame_right { background: #ebf6fb; border-radius: 10px; padding: 48px 52.5px; }
  .overview_bg .overview .overview_frame .overview_frame_right figure { margin: 0 0 24px 0; }
  .overview_bg .overview .overview_frame .overview_frame_right figure img { border-radius: 10px; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn { text-decoration: none; margin: 0; background: #003e59; border-radius: 35px; width: 100%; height: 70px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; padding: 0 25px 0 0; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn span { color: #FFFFFF; font-size: 2rem; display: block; width: 100%; text-align: center; margin: 0 0 0 30px; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn::after { font-family: fontello; content: '\0e800'; display: inline-block; color: #FFFFFF; font-size: 2rem; }
  .overview_bg .overview .overview_frame .overview_frame_right a.btn:hover { opacity: 0.8; }
  .overview_bg .overview .overview_frame .overview_frame_right .sta, .overview_bg .overview .overview_frame .overview_frame_right .bus { padding: 0 0 0 10px; }
  .overview_bg .overview .overview_frame .overview_frame_right .sta p, .overview_bg .overview .overview_frame .overview_frame_right .bus p { font-size: 1.8rem; margin: 0; line-height: 1.4; }
  .overview_bg .overview .overview_frame .overview_frame_right .sta p.tit, .overview_bg .overview .overview_frame .overview_frame_right .bus p.tit { font-weight: bold; margin: 0 0 10px 0; }
  .overview_bg .overview .overview_frame .overview_frame_right .sta { margin: 35px 0 28px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer { margin-bottom: 3.3rem; }
footer .global-nav { position: fixed; left: 0; bottom: 0; }
footer .nav-list { display: table; table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0; list-style: none; text-align: center; background-color: #003e59; border-top: 1px #FFFFFF solid; }
footer .nav-item { display: table-cell; border-left: .1rem #FFFFFF solid; padding: 1.2rem 0px; white-space: nowrap; }
footer .nav-item:first-child { border-left: 0; }
footer .nav-item span.tel::before { font-family: fontello; content: '\0e89e'; margin: 0 8px 0 0; display: inline-block; color: #FFFFFF; }
footer .nav-item span.top::before { font-family: fontello; content: '\0e803'; margin: 0 8px 0 0; display: inline-block; color: #FFFFFF; }
footer .nav-item a { text-decoration: none; color: #FFFFFF; font-size: 1.1rem; }
footer .footer_frame { display: none; }
footer a.link { display: block; height: auto; width: 100%; background: #003e59; text-decoration: none; text-align: center; padding: 1rem 0; }
footer a.link p.copyright { color: #FFFFFF; font-size: 1.4rem; margin: 0; }

@media print, screen and (min-width: 768px) { footer { margin-bottom: 0; }
  footer nav.global-nav { display: none; }
  footer .footer_frame { margin: 0; padding: 32px 0 0 0; display: block; background: #ebf6fb; height: 100px; box-sizing: border-box; }
  footer .footer_frame ul { text-align: center; }
  footer .footer_frame ul li { display: inline-block; padding: 0 13px; border-right: 1px #003e59 solid; margin: 0 0 13px 0; }
  footer .footer_frame ul li.treatment { display: none; }
  footer .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_frame ul li a { color: #003e59; font-size: 1.6rem; text-decoration: none; }
  footer .footer_frame ul li a:hover { opacity: 0.8; }
  footer a.link { height: 44px; width: 100%; background: #003e59; text-decoration: none; display: flex; justify-content: center; align-items: center; padding: 0; }
  footer a.link p.copyright { color: #FFFFFF; font-size: 1.6rem; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }

#linkpagetop img { display: none; width: 80%; height: auto; z-index: 999; }

#pagetop { position: fixed; bottom: 14vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }

#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media print, screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { display: block; width: 65px; height: auto; }
  #pagetop { position: fixed; bottom: 12px; left: 50%; margin: 0 0 0 600px; height: 120px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0; padding: 0; } }
@media print, screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 92%; margin: 0 0 0 0; height: 65px; text-align: center; } }
.mb0 { margin-bottom: 0 !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb30 { margin-bottom: 30px !important; }

/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 20vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #003e59; }
.drawr p { color: #003e59; font-size: 1.4rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr ul.hbg { list-style: none; }
.drawr ul.hbg li { text-align: center; width: 100% !important; }
.drawr ul.hbg li a { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #ffffff; font-size: 1.6rem; font-weight: bold; text-decoration: none; padding: 2rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a br { display: none; }
.drawr ul.hbg li.treatment a::after { font-family: fontello; content: '\0e805'; display: inline-block; margin: 0 0 0 1rem; }
.drawr ul.hbg ul.main_nav_sub { display: none; }
.drawr ul.hbg ul.active_t { background: #ffffff; display: block; }
.drawr ul.hbg ul.active_t li a { color: #003e59; border-bottom: 1px #003e59 solid; }
.drawr ul.hbg ul.active_t li a::after { content: ''; }
@media print, screen and (min-width: 768px) { .drawr .recruit { display: none; } }

.openNav { display: block; }

.toggle { display: none; }

.toggle-label { cursor: pointer; display: block; width: 100%; height: 46px; 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; }

.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: 15%; position: absolute; cursor: pointer; top: 0.7rem; right: 0.5rem; padding: 0 0 0.6rem 0; background-color: #003e59; }

@media print, screen and (min-width: 768px) { .main_nav_sp { display: none; } }
/*ハンバーガーこっち
@import "component";
*/
/*アサイド
@import "aside";
*/
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 85%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { order: 1; width: 100%; text-align: center; }
.img_left_frame div.left img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_left_frame div.right { order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 100%; margin: 0 auto 2rem; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media print, screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 360px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { order: 1; width: 350px; text-align: left; }
  .img_left_frame div.left img { width: 350px; height: auto; margin: 10px 0; }
  .img_left_frame div.right { order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.4rem; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }

/*画像●*/
ul.list_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 2rem 2rem; box-sizing: border-box; width: 90%; }

ul.list_arrow li::after { display: block; content: '▼'; color: #003e59; text-align: center; }
ul.list_arrow li:last-child::after { content: ''; }

/*概要*/
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 print, screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 2.6rem 0 0 0; }
  ul.list_normal li { margin: 0 0 15px 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 8px; background-size: 10px; padding: 0 0 0 25px; line-height: 1.4; }
  ul.list_maru li ul { margin: 8px 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 26px; padding: 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.8rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 30px 25px; box-sizing: border-box; width: 90%; }
  ul.list_arrow li::after { display: block; content: '▼'; color: #003e59; text-align: center; }
  ul.list_arrow li:last-child::after { content: ''; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; border-bottom: 1px #DDDDDD dashed; }

dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 20px 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media print, screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; line-height: 140%; width: 100%; margin: 0 0 4rem 0; }
  dl.bio_list dt { width: 15%; margin: 0 0 20px 0; font-weight: normal; border-bottom: 1px #DDDDDD dashed; }
  dl.bio_list dd { width: 85%; margin: 0 0 20px 0; border-bottom: 1px #DDDDDD dashed; }
  dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; box-sizing: border-box; margin: 20px 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h2.top { clear: both; font-size: 2rem; font-weight: bold; color: #003e59; text-align: center; margin: 0 auto 2rem; }
h2.top::before { content: url("../images/h2_before.png"); display: block; margin: 0 auto 1rem; }
h2.top::after { display: block; font-size: 1.2rem; margin: 1rem 0 0 0; }

h3 { clear: both; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #ffffff; text-align: left; font-size: 1.8rem; font-weight: bold; padding: .8rem 1.6rem; margin: 2rem 0 1.6rem 0; background-color: #003e59; }

h4 { clear: both; border-bottom: solid 2px #e5e5e5; position: relative; font-size: 1.6rem; font-weight: bold; color: #003e59; padding: 0 0 1rem 0; margin: 2rem 0 1.6rem 0; }
h4:after { position: absolute; content: " "; display: block; border-bottom: solid 2px #003e59; bottom: -2px; width: 20%; }

@media print, screen and (min-width: 768px) { h2.top { font-size: 3.6rem; font-weight: bold; color: #003e59; text-align: center; margin: 0 auto; }
  h2.top::before { content: url("../images/h2_before.png"); display: block; margin: 0 auto 16px; }
  h2.top::after { display: block; font-size: 1.6rem; margin: 16px 0 0 0; }
  h2.low { margin: 0 auto 30px; }
  h3 { font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; color: #ffffff; text-align: left; font-size: 2.8rem; font-weight: bold; padding: 10px 18px; margin: 40px 0 20px 0; background-color: #003e59; }
  h4 { border-bottom: solid 2px #e5e5e5; position: relative; font-size: 2rem; font-weight: bold; color: #003e59; padding: 0 0 10px 0; margin: 30px 0 20px 0; }
  h4:after { position: absolute; content: " "; display: block; border-bottom: solid 2px #003e59; bottom: -2px; width: 42px; } }
/*下層*/
/*common*/
.low .main { width: 90%; margin: 0 auto 4rem; }
.low figure.image_r { display: block; width: 85%; margin: 0 auto 2rem; }
.low figure.image_r img { width: 100%; }
.low figure.image_r figcaption { text-align: center; margin: .8rem 0 0 0; font-size: 1.4rem; }
.low p { font-size: 1.4rem; line-height: 1.4; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; margin: 0 0 1.6rem 0; }
.low p.bar { background-color: #ebf6fb; color: #666666; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; padding: .2rem 1rem; margin: 1.8rem 0 1.2rem 0; clear: both; }
.low p.doctor_name { text-align: right; margin: 1.6rem 0 0 0; }
.low p.down { text-align: center; font-size: 2rem; color: #003e59; margin: 1rem 0; }
.low p.small { font-size: 1.1rem; line-height: 1.4; }
.low p.phone span.tel a { text-decoration: none; font-family: "Montserrat", sans-serif; font-size: 2.0rem; background: #ffffff; margin: 0 0 10px 0; color: #003e59; }
.low p.phone::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; font-size: 1.8rem; }
.low p span.under { text-decoration: underline; color: #003e59; }
.low p span.super { vertical-align: super; font-size: 1.1rem; }
.low .blue_text { width: 100%; background-color: #ebf6fb; border: 2px #003e59 solid; padding: 1.2rem 2rem; box-sizing: border-box; margin: 1.8rem 0 2rem 0; border-radius: 10px; }
.low .blue_text p { margin: 0; font-size: 1.4rem; color: #402d08; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; line-height: 1.6; }
.low dl.smp { font-size: 1.3rem; display: block; }
.low dl.smp dt, .low dl.smp dd { width: 100%; padding: 1rem; box-sizing: border-box; }
.low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #003e59; display: flex; justify-content: center; align-items: center; }
.low dl.smp dd { color: #333333; border-left: 0.1rem #003e59 solid; border-right: 0.1rem #003e59 solid; line-height: 1.4; }
.low dl.smp dd:last-of-type { border-bottom: 0.1rem #003e59 solid; }
.low dl.smp dd.tel a { text-decoration: none; color: #003e59; font-size: 2rem; }
.low table.tbl_list th, .low table.tbl_list td { border: 1px #333333 solid; font-size: 1.4rem; font-weight: normal; padding: 1rem; }
.low table.tbl_list th { white-space: nowrap; }
.low table.tbl_list2 { margin: 0 0 1.2rem 0; }
.low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.4rem; font-weight: normal; padding: 1rem; border-bottom: 0.1rem #003e59 solid; border-left: 0.1rem #003e59 solid; }
.low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: 0.1rem #003e59 solid; }
.low table.tbl_list2 th { width: 30%; background-color: #0062ac; }
.low table.tbl_list2 td { border-right: 0.1rem #003e59 solid; }
.low table.tbl_list2.-color_white { width: 100%; line-height: 1.6; }
.low table.tbl_list2.-color_white th { background-color: #003e59; color: white; }
.low table.tbl_list2.-color_white th:not(:last-child) { border-bottom: .1rem #FFFFFF solid; }
@media print, screen and (min-width: 768px) { .low table.tbl_list2.-color_white th, .low table.tbl_list2.-color_white td { padding: 2rem; } }
.low .flexmap { display: block; }
.low .flexmap .map_box { width: 100%; }
.low .flexmap .map_box figure { margin: 0 0 3rem 0; }
.low .flexmap .map_box figure img { width: 100%; }
.low .flexmap .map_box iframe { width: 100%; height: 30rem; }
.low a.btn_link { text-decoration: none; width: 100%; height: auto; color: #FFFFFF; font-size: 1.3rem; background: #0062ac; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: 1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; padding: 1rem 3rem; box-sizing: border-box; line-height: 1.3; }
.low a.btn_link2 { text-decoration: none; width: 80%; height: 3rem; color: #FFFFFF; font-size: 1.3rem; background: #0062ac; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: .6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; }
.low p.tel a { font-family: "Montserrat", sans-serif; font-size: 2.4rem; background: #ffffff; margin: 0; text-align: center; display: block; text-decoration: none; color: #333333; }
.low p.tel a::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; }
.low .anchor { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
.low .anchor a { text-decoration: none; font-size: 1.4rem; display: flex; justify-content: center; align-items: center; width: 100%; height: auto; padding: .8rem 0; margin: 0 0 1rem 0; border: 3px #003e59 double; background: #FFFFFF; color: #003e59; font-weight: bold; }
.low .anchor a::before { font-family: fontello; content: '\e821'; display: inline-block; font-weight: normal; margin: 0 .4rem 0 0; }
.low .g_street iframe { width: 100%; height: 30rem; }

@media print, screen and (min-width: 768px) { .low .main { width: 1200px; margin: 0 auto 60px; }
  .low figure.image_r { float: right; width: 40%; margin: 0 0 0 3rem; }
  .low figure.image_r img { width: 100%; }
  .low figure.image_r figcaption { margin: .8rem 0 0 0; text-align: center; font-size: 1.8rem; }
  .low p { font-size: 1.8rem; line-height: 1.6; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; margin: 0 0 2rem 0; }
  .low p.bar { background-color: #ebf6fb; color: #666666; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif"; padding: .2rem 1rem; margin: 0 0 20px 0; clear: both; }
  .low p.doctor_name { text-align: right; margin: 2rem 0 0 0; }
  .low p.small { font-size: 1.4rem; line-height: 1.6; }
  .low p.phone { font-family: "Montserrat", sans-serif; font-size: 2.8rem; background: #ffffff; margin: 0 0 10px 0; }
  .low p.phone::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; font-size: 2.8rem; }
  .low .blue_text { padding: 2rem 3rem; margin: 2rem 0 3rem 0; }
  .low .blue_text p { font-size: 1.8rem; line-height: 1.6; }
  .low dl.smp { font-size: 1.6rem; display: flex; flex-wrap: wrap; }
  .low dl.smp dt, .low dl.smp dd { padding: 2rem 0; box-sizing: border-box; }
  .low dl.smp dt { color: #FFFFFF; font-weight: bold; background-color: #003e59; width: 30%; display: flex; justify-content: center; align-items: center; border-bottom: .1rem #FFFFFF solid; }
  .low dl.smp dt:first-of-type { border-top: 0.1rem #003e59 solid; }
  .low dl.smp dt:last-of-type { border-bottom: 0.1rem #003e59 solid; }
  .low dl.smp dd { color: #333333; width: 70%; border-right: 0.1rem #003e59 solid; border-bottom: 0.1rem #003e59 solid; padding: 2rem; border-left: 0; line-height: 1.6; }
  .low dl.smp dd:first-of-type { border-top: 0.1rem #003e59 solid; }
  .low dl.smp dd span br { display: none; }
  .low table.tbl_list { margin: 0 auto; }
  .low table.tbl_list th, .low table.tbl_list td { font-size: 1.8rem; font-weight: normal; padding: 1rem; border: 1px #333333 solid; }
  .low table.tbl_list2 { margin: 0 0 1.2rem 0; }
  .low table.tbl_list2 th, .low table.tbl_list2 td { font-size: 1.8rem; font-weight: normal; padding: 1rem; border-bottom: 0.1rem #003e59 solid; border-left: 0.1rem #003e59 solid; }
  .low table.tbl_list2 th:first-of-type, .low table.tbl_list2 td:first-of-type { border-top: 0.1rem #003e59 solid; }
  .low table.tbl_list2 th { width: 30%; background-color: #0062ac; }
  .low table.tbl_list2 td { border-right: 0.1rem #003e59 solid; }
  .low .flexmap { display: flex; justify-content: space-between; }
  .low .flexmap .map_box { width: 49%; background: #ebf6fb; }
  .low .flexmap .map_box figure { margin: 0; padding: 66px 0 0 0; }
  .low .flexmap .map_box figure img { width: 485px; margin: 0 auto; display: block; }
  .low .flexmap .map_box iframe { width: 100%; height: 582px; }
  .low .btn_flex { display: flex; }
  .low a.btn_link { text-decoration: none; width: 60%; height: auto; padding: 26px 0; color: #FFFFFF; font-size: 1.8rem; font-weight: bold; background: #0062ac; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; }
  .low a.btn_link2 { text-decoration: none; width: auto; height: auto; padding: 18px 60px; color: #FFFFFF; font-size: 1.8rem; background: #0062ac; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: right 2rem center; border-radius: 6px; }
  .low a:hover { opacity: 0.6; }
  .low p.tel { font-family: "Montserrat", sans-serif; font-size: 2.8rem; background: #ffffff; margin: 0 0 10px 0; text-align: center; }
  .low p.tel::before { font-family: fontello; content: '\0e89e'; margin: 0 6px 0 0; }
  .low .anchor { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; }
  .low .anchor a { text-decoration: none; font-size: 1.8rem; display: flex; justify-content: center; align-items: center; width: 23%; height: 35px; padding: 0; margin: 0; border: 3px #003e59 double; background: #FFFFFF; color: #003e59; font-weight: bold; }
  .low .anchor a::before { font-family: fontello; content: '\e821'; display: inline-block; font-weight: normal; margin: 0 10px 0 0; }
  .low .anchor a:hover { opacity: 0.8; }
  .low .anchor_wide a { width: 32%; margin: 0 0 12px 0; }
  .low .g_street iframe { width: 750px; height: 450px; } }
/*医師・クリニック紹介*/
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; margin: 0 0 2rem 0; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li figure figcaption { text-align: center; font-size: 1.4rem; }

@media print, screen and (min-width: 768px) { .clinic ul.device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
  .clinic ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .clinic ul.device li figure figcaption { text-align: center; font-size: 1.8rem; } }
/*初診の方へ*/
.first ul.notice { display: block; list-style-type: disc; padding: 0 0 0 1.6rem; }
.first ul.notice li p { font-size: 1.4rem; margin: 0 auto 1.8rem; text-align: left; width: 96%; }

@media print, screen and (min-width: 768px) { .first ul.notice li p { font-size: 1.8rem; margin: 0 0 0 1rem; width: 100%; } }
/*診療時間・アクセス*/
.access table.timetable { width: 100%; }
.access table.timetable tr th.holiday { width: 6rem; }
.access dl.bio_list dd.tel a { text-decoration: none; font-weight: bold; font-size: 2.4rem; text-align: center; display: block; color: #003e59; }
.access iframe { width: 96%; height: 20rem; margin: 0 auto; display: block; }

@media print, screen and (min-width: 768px) { .access table.timetable tr th.holiday { width: 14rem; }
  .access iframe { width: 100%; height: 40rem; }
  .access dl.bio_list dd.tel a { text-decoration: none; font-weight: normal; font-size: 1.6rem; text-align: left; display: block; color: #003e59; } }
/*-- Googleカレンダー (の入るボックス)--*/
article .main_low .green_frame section div.flex, article .main_low #koloskop section section .green_frame div.flex { display: flex; flex-direction: row; justify-content: space-between; }

.gc_text p.vac_frame span.tel_vac { display: block; letter-spacing: 0.2em; font-size: 1.6rem; }

.gc_text { width: 35%; margin: 2.0833% auto; }

.gc_wrapper { width: 100%; margin: 8% auto 0; }

.gc_text a.scopy_link { width: 95%; }

.gc_text p.vac_frame { width: 100%; padding: 13px 0; text-align: center; font-size: 1.6rem; }

.responsive-iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px 0 0; height: 0; overflow: initial; }

/*-- Googleカレンダー (の入るボックス)--*/
.responsive-iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px 0 0; height: 0; overflow: initial; }

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 767px) { article .main_low .green_frame section div.flex, article .main_low #koloskop section section .green_frame div.flex { flex-direction: column-reverse; justify-content: center; }
  .gc_text { width: 100%; margin: 2.0833% auto; }
  .gc_wrapper { width: 100%; margin: 2.0833% auto; }
  .gc_text a.scopy_link { width: 96%; }
  .gc_text p.vac_frame { width: 100%; padding: 13px 0; text-align: center; font-size: 1.6rem; }
  .responsive-iframe-container.small-container iframe, .responsive-iframe-container.small-container object, .responsive-iframe-container.small-container embed { position: absolute; top: -50px; left: 0; width: 100%; height: 100%; margin-bottom: -50px; }
  section a.scopy_link { margin: 10px auto 0; }
  .two_box { height: 100%; justify-content: space-between; } }
@media (max-width: 599px) { .big-container { display: none; }
  .small-container { display: block; padding-bottom: 25px; min-height: 555px; /* 高さ */ }
  .gc_text a.scopy_link { width: 95%; } }
@media (min-width: 600px) { .small-container { display: none; } }
@media (max-width: 480px) { .big-container { display: none; }
  .small-container { min-height: 692px; /* 高さ */ padding-bottom: 0; /* 高さ */ }
  .gc_text a.scopy_link { margin: auto; padding: 10px 5px; } }
iframe.privacy_text { width: 100% !important; height: 20vw; }

@media (max-width: 768px) { .privacy_container { width: 100%; height: 25rem; overflow: auto; -webkit-overflow-scrolling: touch; display: inline-block; }
  .privacy_container iframe.privacy_text { width: 100%; height: 100%; border: none; display: block; } }
/*-------------------------------------------------
flexbox
-------------------------------------------------*/
.flexbox_area { position: relative; margin: 0 auto; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }

.flexbox { width: 100%; text-align: left; }

@media all and (min-width: 48em), print { .flexbox_area { margin: 0 auto; padding: .5rem 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 100%; }
  .flexbox { width: 20%; margin: 0 .2rem; } }

/*# sourceMappingURL=style.css.map */
