@charset "UTF-8";
/* =======================================================================
 共通項目 
======================================================================= */
/*汎用モジュール*/
/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before, .cf::after { content: ''; display: block; }

.cf::after { clear: both; }

/* float -------------------------------------- */
.fl_l { float: left; }

.fl_r { float: right; }

/* txt -------------------------------------- */
.txt_c { text-align: center !important; }

.txt_l { text-align: left !important; }

.txt_r { text-align: right !important; }

.bold { font-weight: bold; }

/* img -------------------------------------- */
.img_c { display: block; max-width: 100%; height: auto; margin: 1.0rem auto; }

.img_l, .img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; }

/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*白*/
/*緑*/
/*ピンク*/
/*黄色1*/
/*黄色2*/
/*オレンジ*/
/*クリーム色*/
/*灰色*/
/*オレンジ2*/
/*オレンジ3*/
/*黄色*/
/*グリーン2*/
/*水色*/
/*青*/
/*赤*/
/*薄いグリーン*/
/*グリーン3*/
/*グレイ*/
/*グリーン4*/
/*グレイ2*/
/*オレンジ4*/
/*オレンジ5*/
/*オレンジ6*/
/*グリーン5*/
/*オレンジ7*/
/*ピンク*/
/*青*/
/*オレンジ8*/
/*クリーム色*/
/*グリーン*/
/*オレンジ8*/
/*黒*/
/*水色*/
/*灰色*/
/*茶色*/
/*灰色*/
/*緑*/
/*緑*/
/*クリーム色*/
/*薄い緑*/
/*黄緑*/
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 22vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #ffffff; border-top: #d4d4d4 1px solid; }
.drawr ul.hbg { list-style-type: none; }
.drawr ul.hbg li { width: 100%; text-align: center; }
.drawr ul.hbg li a { color: #545454; font-size: 1.4rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #d4d4d4 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.05em; }
.drawr ul.hbg li a span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 60%; margin: 0 auto; }
.drawr ul.hbg li ul { display: none; }
.drawr ul.hbg li ul li { color: #545454; }
.drawr ul.hbg li ul li a { color: #545454; background-color: #ffffff; border-bottom: #d4d4d4 1px solid; }
.drawr ul.hbg li ul.open_nav { display: block; }
.drawr ul.hbg li.sub1 { background-color: #e06176; }
.drawr ul.hbg li.sub1 a { color: #ffffff; }
.drawr ul.hbg li.sub1 ul li a { color: #545454; }
.drawr ul.hbg li.sub2 { background-color: #327bd5; }
.drawr ul.hbg li.sub2 a { color: #ffffff; }
.drawr ul.hbg li.sub2 ul li a { color: #545454; }
.drawr ul.hbg li.sub3 { background-color: #f09a0c; }
.drawr ul.hbg li.sub3 a { color: #ffffff; }
.drawr ul.hbg li.sub3 ul li a { color: #545454; }
.drawr ul.hbg li.home span::before { content: url(../images/icon_01.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.doctor span::before { content: url(../images/icon_02.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.treatment span::before { content: url(../images/icon_03.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.first span::before { content: url(../images/icon_04.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.clinic span::before { content: url(../images/icon_05.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.access span::before { content: url(../images/icon_06.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.child span::before { content: url(../images/icon_07.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.c-checkup span::before { content: url(../images/icon_08.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.c-vaccination span::before { content: url(../images/icon_09.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.consultation span::before { content: url(../images/icon_10.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.cardiology span::before { content: url(../images/icon_11.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.internal span::before { content: url(../images/icon_12.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.high_blood_pressure span::before { content: url(../images/icon_13.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.a-vaccination span::before { content: url(../images/icon_14.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.lifestyle span::before { content: url(../images/icon_15.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.a-checkup span::before { content: url(../images/icon_16.png); margin: 0 1rem 0 0; }
.drawr ul.hbg li.surgery span::before { content: url(../images/icon_17.png); margin: 0 1rem 0 0; }

.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: 56px; height: 50px; padding: 0 0 4px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.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: #33aa4a; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #33aa4a; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 16%; max-width: 55px; position: absolute; cursor: pointer; right: 2%; top: 6vw; padding: 0 0 0.6rem 0; background-color: #ffffff; border: #33aa4a 1px solid; }

/*アサイド*/
aside { display: none; }

@media screen and (min-width: 768px), print { aside { display: block; width: 315px; }
  aside .aside_link { width: 315px; margin: 83px 0 0 0; }
  aside .aside_link .treatment_01 { width: 310px; margin: 0 0 34px 0; border: #e06176 3px solid; border-radius: 1rem; -webkit-box-shadow: 5px 6px #e9e8e8; box-shadow: 5px 6px #e9e8e8; padding: 0 0 18px 0; background-color: #ffffff; }
  aside .aside_link .treatment_01 .treatment_title { background-color: #e06176; color: #ffffff; text-align: center; font-size: 2.25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; }
  aside .aside_link .treatment_01 .treatment_title img { margin: 0 0.6rem 0 0; width: 35px; }
  aside .aside_link .treatment_01 ul { list-style-type: none; width: 265px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  aside .aside_link .treatment_01 ul li { font-size: 2rem; width: 100%; margin: 0 0 9px 0; }
  aside .aside_link .treatment_01 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_01.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  aside .aside_link .treatment_01 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e06176; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  aside .aside_link .treatment_01 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  aside .aside_link .treatment_01 ul li.child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  aside .aside_link .treatment_01 ul li.child a::before { content: url(../images/icon_07.png); margin: 0 14px 0 0; }
  aside .aside_link .treatment_01 ul li.c-checkup { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  aside .aside_link .treatment_01 ul li.c-checkup a::before { content: url(../images/icon_08.png); margin: 0 14px 0 0; }
  aside .aside_link .treatment_01 ul li.c-vaccination { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  aside .aside_link .treatment_01 ul li.c-vaccination a::before { content: url(../images/icon_09.png); margin: 0 14px 0 0; }
  aside .aside_link .treatment_01 ul li.consultation { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  aside .aside_link .treatment_01 ul li.consultation a::before { content: url(../images/icon_10.png); margin: 0 14px 0 0; }
  aside .aside_link .treatment_01 ul li:last-child { margin: 0; }
  aside .aside_link .treatment_02 { width: 310px; margin: 0 0 34px 0; border: #327bd5 3px solid; border-radius: 1rem; -webkit-box-shadow: 5px 6px #e9e8e8; box-shadow: 5px 6px #e9e8e8; padding: 0 0 10px 0; background-color: #ffffff; }
  aside .aside_link .treatment_02 .treatment_title { background-color: #327bd5; color: #ffffff; text-align: center; font-size: 2.25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; }
  aside .aside_link .treatment_02 .treatment_title img { margin: 0 9px 0 0; width: 46px; }
  aside .aside_link .treatment_02 ul { list-style-type: none; width: 265px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  aside .aside_link .treatment_02 ul li { font-size: 2rem; width: 100%; margin: 0 0 9px 0; }
  aside .aside_link .treatment_02 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_02.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  aside .aside_link .treatment_02 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #327bd5; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  aside .aside_link .treatment_02 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  aside .aside_link .treatment_02 ul li.cardiology { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  aside .aside_link .treatment_02 ul li.cardiology a::before { content: url(../images/icon_11.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_02 ul li.internal { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  aside .aside_link .treatment_02 ul li.internal a::before { content: url(../images/icon_12.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_02 ul li.high_blood_pressure { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  aside .aside_link .treatment_02 ul li.high_blood_pressure a::before { content: url(../images/icon_13.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_02 ul li.a-vaccination { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  aside .aside_link .treatment_02 ul li.a-vaccination a::before { content: url(../images/icon_14.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_02 ul li.lifestyle { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  aside .aside_link .treatment_02 ul li.lifestyle a::before { content: url(../images/icon_15.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_02 ul li.a-checkup { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  aside .aside_link .treatment_02 ul li.a-checkup a::before { content: url(../images/icon_16.png); margin: 0 0.4rem 0 0; }
  aside .aside_link .treatment_03 { width: 310px; margin: 0 0 0 0; border: #f09a0c 2px solid; border-radius: 1rem; -webkit-box-shadow: 5px 6px #e9e8e8; box-shadow: 5px 6px #e9e8e8; padding: 0 0 10px 0; background-color: #ffffff; }
  aside .aside_link .treatment_03 .treatment_title { background-color: #f09a0c; color: #ffffff; text-align: center; font-size: 2.25rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; margin: 0 0 1.6rem 0; }
  aside .aside_link .treatment_03 .treatment_title img { margin: 0 9px 0 0; width: 46px; }
  aside .aside_link .treatment_03 ul { list-style-type: none; width: 265px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  aside .aside_link .treatment_03 ul li { font-size: 2rem; width: 100%; margin: 0 0 9px 0; }
  aside .aside_link .treatment_03 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_03.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  aside .aside_link .treatment_03 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #f09a0c; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  aside .aside_link .treatment_03 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  aside .aside_link .treatment_03 ul li.surgery { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  aside .aside_link .treatment_03 ul li.surgery a::before { content: url(../images/icon_17.png); margin: 0 14px 0 0; } }
/*診療時間*/
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0; margin: 0 auto; vertical-align: middle; width: 100%; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #23ac38 2px solid; }
table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; width: 8%; background-color: #23ac38; }
table.timetable tr th.time { width: 35%; letter-spacing: 0.1em; }
table.timetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1rem; padding: 0.8rem 0; vertical-align: middle; color: #545454; border: #23ac38 2px solid; }
table.timetable tr td.time div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.notice_time { color: #545454; font-size: 1.2rem; margin: 0.6rem 0 0 0; width: 96%; line-height: 140%; text-align: center; }

@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; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; background-color: #ffffff; border: #23ac38 2px solid; }
  table.timetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 2rem; padding: 0.8rem 0; vertical-align: middle; color: #ffffff; width: 49px; height: 46px; background-color: #23ac38; }
  table.timetable tr th.time { width: 346px; letter-spacing: 0.1em; }
  table.timetable tr td { height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 2rem; padding: 0; vertical-align: middle; color: #545454; border: #23ac38 2px solid; line-height: 120%; }
  table.timetable tr td.time div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 346px; }
  table.timetable tr td.time div span.left { width: 218px; text-align: center; font-size: 1.8rem; }
  table.timetable tr td.time div span.right { width: 128px; text-align: center; font-size: 1.8rem; }
  .notice_time { color: #545454; font-size: 1.8rem; margin: 8px 0 0 0; width: 100%; line-height: 140%; }
  .notice_time span { color: #de556c; margin: 0 0 0 0.3rem; }
  .notice_time i { color: #33aa4a; } }
/* -----------------------------------------------------------
　料金表
----------------------------------------------------------- */
.pricetable_wrap { display: block; overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; margin: 0 0 2rem; }

table.pricetable { padding: 0; margin: 0 auto; vertical-align: middle; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
table.pricetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
table.pricetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; padding: 0.3rem; vertical-align: middle; background-color: #e7f2e0; border: #94c86f 1px solid; line-height: 1.4; }
table.pricetable tr th.border-right { border-right: #94c86f 3px solid; }
table.pricetable tr th.type { width: 15%; }
table.pricetable tr th.name { width: 15%; }
table.pricetable tr th.prevention { width: 22%; }
table.pricetable tr th.subject_txt { width: 22%; }
table.pricetable tr th.times { width: 7%; }
table.pricetable tr th.price { width: 10%; }
table.pricetable tr th.method { width: 7%; }
table.pricetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; padding: 0.3rem; vertical-align: middle; color: #545454; line-height: 1.4; border: #94c86f 1px solid; }
table.pricetable tr td.border-right { border-right: #94c86f 3px solid; }
table.pricetable tr td.big { font-size: 1.7rem !important; }
table.pricetable tr td.type { text-align: center; }
table.pricetable tr td.name { text-align: left; }
table.pricetable tr td.prevention { text-align: left; }
table.pricetable tr td.subject_txt { text-align: left; }
table.pricetable tr td.times { text-align: center; }
table.pricetable tr td.price { text-align: left; }
table.pricetable tr td.method { text-align: center; }

@media screen and (min-width: 768px), print { .pricetable_wrap { overflow: hidden; white-space: normal; -webkit-overflow-scrolling: none; margin: 0 0 2rem; }
  table.pricetable { padding: 0; margin: 0 auto; vertical-align: middle; min-width: 815px !important; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 120%; }
  table.pricetable tr { -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.pricetable tr th { width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.5rem; padding: 5px 10px; vertical-align: middle; background-color: #e7f2e0; line-height: 1.2; }
  table.pricetable tr td { -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-size: 1.5rem !important; padding: 5px 10px; vertical-align: middle; color: #545454; border: #94c86f 1px solid; line-height: 120%; text-align: left; } }
/*見出し*/
h1 { margin: 0; }

h2.top { color: #545454; text-align: center; font-size: 2.2rem; line-height: 100%; letter-spacing: 0.1em; margin: 4rem 0 2rem 0; font-weight: normal; }
h2.top::before { content: url(../images/icon_H2.png); display: block; text-align: center; margin: 0 0 0.4rem 0; }
h2.low { font-size: 1.7rem; font-weight: normal; background: url(../images/line_h2.png) repeat-x; background-position: left bottom; min-height: 10vw; margin: 4rem 0 1rem 0; }
h2.first { margin: 0 0 1rem 0; }

h3.low { background: url(../images/h3_bg.png) no-repeat; background-position: left top 6px; background-size: 5%; font-size: 1.7rem; font-weight: normal; padding: 0 0 0.6rem 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #9b9b9b 2px solid; color: #595757; margin: 2rem 0 1rem 0; line-height: 120%; }
h3.pinkbox { color: #e06176; border: #e06176 1px solid; text-align: center; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.7rem; margin: 2rem 0 1rem 0; }
h3.second { background: url(../images/h3_bg2.png) no-repeat; background-position: left 2% top 14px; background-size: 5%; background-color: #94c86f; font-size: 1.7rem; font-weight: normal; padding: 0.6rem 0.2rem 0.6rem 2.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: none; color: #ffffff; margin: 2rem 0 1rem 0; line-height: 120%; border-radius: 0.4rem; }
h3.first { margin: 0 0 1rem 0; }

h4.low { background: url(../images/h4_bg.png) no-repeat; background-position: left top 4px; background-size: 7px; font-size: 1.7rem; font-weight: normal; padding: 0 0 0.4rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #d1d1d1 2px solid; color: #595757; margin: 2rem 0 1rem 0; line-height: 120%; }
h4.pinkbox { color: #e06176; border: #e06176 1px solid; text-align: center; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.7rem; margin: 2rem 0 1rem 0; }
h4.first { margin: 0 0 1rem 0; }

h5 { font-size: 1.7rem; font-weight: normal; border-bottom: #d1d1d1 3px solid; position: relative; margin: 2rem 0 1rem 0; padding: 0 0 0.4rem 0; }
h5:before { content: ""; display: block; width: 30%; border-bottom: 3px solid #6dc0b3; position: absolute; bottom: 0; margin-bottom: -3px; }
h5.first { margin: 0 0 1rem 0; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px), print { h1 { margin: 0; }
  h2.top { color: #545454; text-align: center; font-size: 3.6rem; line-height: 100%; letter-spacing: 0.1em; margin: 60px 0 40px 0; font-weight: normal; }
  h2.top::before { content: url(../images/icon_H2.png); display: block; text-align: center; margin: 0 0 12px 0; }
  h2.low { font-size: 2rem; font-weight: normal; background: url(../images/line_h2.png) repeat-x; background-position: left bottom; min-height: 40px; margin: 80px 0 19px 0; padding: 0 0 5px 0; }
  h2.first { margin: 0 0 26px 0; }
  h3.low { background: url(../images/h3_bg.png) no-repeat; background-position: left 4px top 2px; background-size: 20px; font-size: 2rem; font-weight: normal; padding: 0 0 13px 31px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #9b9b9b 2px solid; color: #595757; margin: 40px 0 16px 0; }
  h3.pinkbox { color: #e06176; border: #e06176 1px solid; text-align: center; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; margin: 40px 0 10px 0; }
  h3.second { background: url(../images/h3_bg2.png) no-repeat; background-position: left 8px top 10px; background-size: 22px; background-color: #94c86f; font-size: 2rem; font-weight: normal; padding: 9px 9px 9px 39px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: none; color: #ffffff; margin: 40px 0 16px 0; line-height: 120%; border-radius: 0.4rem; }
  h3.first { margin: 0 0 16px 0; }
  h4.low { background: url(../images/h4_bg.png) no-repeat; background-position: left 4px top 2px; background-size: 7px; font-size: 1.8rem; font-weight: normal; padding: 0 0 5px 16px; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: #d1d1d1 2px solid; color: #595757; margin: 40px 0 10px 0; line-height: 165%; }
  h4.pinkbox { color: #e06176; border: #e06176 1px solid; text-align: center; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; margin: 40px 0 10px 0; }
  h4.first { margin: 0 0 20px 0; }
  h5 { font-size: 1.8rem; font-weight: normal; border-bottom: #d1d1d1 3px solid; position: relative; margin: 40px 0 10px 0; padding: 0 0 11px 0; }
  h5:before { content: ""; display: block; width: 100px; border-bottom: 3px solid #6dc0b3; position: absolute; bottom: 0; margin-bottom: -3px; }
  h5.first { margin: 0 0 10px 0; }
  p { font-size: 1.8rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*文中リンク*/
.text_link { color: #33aa4a; font-weight: bold; }

/*太文字*/
.text_bold { font-weight: bold; }

.text_green { color: #33aa4a; }

.large_text { font-size: 1.7rem; }

/*矢印*/
.arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #33aa4a; text-align: center; display: block; margin: 30px auto; }

/*ボタンリンク*/
a.link_btn { text-decoration: none; width: 100%; }
a.link_btn span { display: block; color: #ffffff; background-color: #33aa4a; border-radius: 0.4rem; text-align: center; font-size: 1.2rem; padding: 1rem 0; margin: 1rem 0 0 0; position: relative; }
a.link_btn span span { font-size: 1rem; padding: 0; margin: 0; display: inline; }
a.link_btn span i { position: absolute; right: 2%; font-size: 1.2rem; }

/*左右並べ*/
.emphasis_box { background-color: #fffae1; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; }
.emphasis_box p { margin: 0; }

.emphasis_box2 { padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 2rem 0; border: #33aa4a 2px solid; }
.emphasis_box2 p.sub_title { text-align: center; font-weight: bold; font-size: 1.8rem; color: #33aa4a; margin: 0 0 1.5rem 0; }
.emphasis_box2 p span { font-weight: bold; }

.vpd_btn { margin: 0 0 2rem 0; }
.vpd_btn a img { width: 100%; border: none; }

@media screen and (min-width: 768px), print { /*文中リンク*/
  .text_link { color: #33aa4a; font-weight: bold; }
  .text_link:hover { opacity: 0.6; }
  /*太文字*/
  .text_bold { font-weight: bold; }
  .text_green { color: #33aa4a; }
  .large_text { font-size: 2rem; }
  /*矢印*/
  .arrow { width: 0; height: 0; border-left: 60px solid transparent; border-right: 60px solid transparent; border-top: 30px solid #33aa4a; text-align: center; display: block; margin: 30px auto; }
  a.link_btn { text-decoration: none; width: 300px; display: block; }
  a.link_btn span { display: block; color: #ffffff; background-color: #33aa4a; border-radius: 0.6rem; text-align: center; font-size: 1.8rem; padding: 14px 0; margin: 14px 0 0 0; position: relative; }
  a.link_btn span span { font-size: 1.4rem; padding: 0; margin: 0; display: inline; }
  a.link_btn span i { position: absolute; right: 2%; font-size: 1.8rem; }
  a.link_btn:hover { -webkit-transform: translateY(-4px); transform: translateY(-4px); -webkit-filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); filter: drop-shadow(0 0.6rem 0.8rem rgba(109, 98, 74, 0.6)); -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @supports (-ms-ime-align: auto) { a.link_btn:hover { -webkit-filter: none; filter: none; } }
  /*左右並べ*/
  .two_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .two_box section { width: 48%; }
  .emphasis_box { background-color: #fffae1; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; }
  .emphasis_box p { margin: 0; }
  .emphasis_box2 { padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 3rem 0; border: #33aa4a 2px solid; }
  .emphasis_box2 p.sub_title { text-align: center; font-weight: bold; font-size: 2.2rem; color: #33aa4a; margin: 0 0 2rem 0; }
  .emphasis_box2 p span { font-weight: bold; }
  .vpd_btn { margin: 0 0 40px 0; }
  .vpd_btn a img { width: 468px; height: 60px; border: none; } }
/* ----------------------------------------------------------- 下層
----------------------------------------------------------- */
.low_bana { background-color: #f39800; color: #ffffff; text-decoration: none; width: 80%; margin: 2rem auto 5px auto; display: block; text-align: center; font-size: 1.4rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 2px solid; border-radius: 0.6rem; -webkit-box-shadow: 0 0 0 2px #ffbf60; box-shadow: 0 0 0 2px #ffbf60; }

.low_bana2 { background-color: #f39800; color: #ffffff; text-decoration: none; width: 80%; margin: 2rem auto 0 auto; display: block; text-align: center; font-size: 1.4rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 2px solid; border-radius: 0.6rem; -webkit-box-shadow: 0 0 0 2px #ffbf60; box-shadow: 0 0 0 2px #ffbf60; }

p.low_bana3 { text-align: center; margin: 1rem 0 0 0; }
p.low_bana3 a img { max-width: 183px; }

.tow_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.tow_box .tow_box_right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin: 0 0 2rem 0; background-color: #fffae1; border-radius: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 1rem; }
.tow_box .tow_box_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

@media screen and (min-width: 768px), print { .low_bana { background-color: #f39800; color: #ffffff; text-decoration: none; width: 300px; margin: 40px auto 5px auto; display: block; text-align: center; font-size: 1.8rem; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 2px solid; border-radius: 0.6rem; -webkit-box-shadow: 0 0 0 2px #ffbf60; box-shadow: 0 0 0 2px #ffbf60; }
  .low_bana:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .low_bana2 { background-color: #f39800; color: #ffffff; text-decoration: none; width: auto; margin: 40px 0 0 5px; display: inline-block; text-align: center; font-size: 1.8rem; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 2px solid; border-radius: 0.6rem; -webkit-box-shadow: 0 0 0 2px #ffbf60; box-shadow: 0 0 0 2px #ffbf60; padding: 15px 20px; }
  .low_bana2:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  p.low_bana3 { text-align: left; margin: 1rem 0 0 0; }
  p.low_bana3 a img { max-width: 183px; }
  p.low_bana3 a:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .tow_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .tow_box .tow_box_right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin: 0 0 2rem 0; background-color: #fffae1; border-radius: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px; width: 48%; }
  .tow_box .tow_box_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 48%; } }
/* ----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.doctor_img { text-align: center; }
.doctor_img img { width: 50%; display: block; margin: 0 auto; }
.doctor_img figcaption { margin: 1rem 0 0 0; font-size: 1.8rem; line-height: 140%; }

.doctor_name { text-align: right; }

@media screen and (min-width: 768px), print { .doctor_img { text-align: center; }
  .doctor_img img { width: 150px; display: block; margin: 0 auto; }
  .doctor_img figcaption { margin: 1rem 0 0 0; font-size: 2em; line-height: 140%; }
  .doctor_name { text-align: right; } }
/* ----------------------------------------------------------- 院長紹介
----------------------------------------------------------- */
.machine_box figure { text-align: center; margin: 0 0 2rem 0; }
.machine_box figure img { width: 70%; }
.machine_box figure figcaption { font-size: 1.4rem; margin: 0.6rem 0 0 0; }

.slider-pro p.sp-layer { font-weight: normal; }
.slider-pro p.sp-layer span { font-weight: bold; }

@media screen and (min-width: 768px), print { .machine_box { width: 816px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .machine_box figure { width: 400px; text-align: center; margin: 0 0 40px 0; }
  .machine_box figure img { width: 100%; }
  .machine_box figure figcaption { font-size: 1.8rem; margin: 0.6rem 0 0 0; } }
/* ----------------------------------------------------------- アクセス
----------------------------------------------------------- */
.img_map { width: 100%; height: auto; }

.access_tel i { color: #33aa4a; font-size: 2rem; }
.access_tel span { font-weight: bold; font-size: 2rem; color: #545454; }
.access_tel a { text-decoration: none; font-weight: bold; font-size: 2rem; color: #545454; }

.accessmap { width: 100%; height: 500px; }

.access_img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.access_img img { width: 100%; margin: 0 auto 0.8rem auto; display: block; }
.access_img figcaption { text-align: center; font-size: 1.4rem; margin: 0 0 4rem 0; }

@media screen and (min-width: 768px), print { .accessmap { width: 100%; height: 500px; }
  .access_tel i { color: #33aa4a; font-size: 3rem; }
  .access_tel span { font-weight: bold; font-size: 3rem; color: #545454; }
  .access_tel a { text-decoration: none; font-weight: bold; font-size: 3rem; color: #545454; }
  .img_map { width: 524px; height: auto; display: block; margin: 0 auto; }
  .access_img { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .access_img img { width: 400px; margin: 0 0 0 0; display: block; }
  .access_img figcaption { text-align: center; font-size: 1.8rem; margin: 1rem 0 0 0; } }
/* ----------------------------------------------------------- 初めての方へ・診療予約
----------------------------------------------------------- */
.low_tel span { font-size: 1.5rem; color: #545454; }
.low_tel a { text-decoration: none; font-size: 1.5em; color: #545454; }

@media screen and (min-width: 768px), print { .low_tel span { font-size: 2.6rem; color: #545454; letter-spacing: 0.1em; line-height: 180%; }
  .low_tel a { text-decoration: none; font-size: 1.6rem; color: #545454; letter-spacing: 0.1em; line-height: 180%; } }
/* ----------------------------------------------------------- アコーディオンボックス
----------------------------------------------------------- */
.accordion_box { width: 100%; margin: 0 0 2rem 0; border-top: solid 2px #94c86f; }
.accordion_box .accordion_box_title { display: none; }
.accordion_box .ac_box { margin: 0 0 0 0; }
.accordion_box .ac_box .ac_title { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: auto; line-height: 140%; color: #545454; font-size: 1.4rem; padding: 1rem 4rem 1rem 1rem; border-left: solid 2px #94c86f; border-right: solid 2px #94c86f; border-bottom: solid 2px #94c86f; cursor: pointer; background-color: #e7f2e0; }
.accordion_box .ac_box .ac_title p { color: #545454; margin: 0 0 0 0; }
.accordion_box .ac_box .ac_title::after { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #94c86f; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; right: 1em; top: 0; bottom: 0; -webkit-transition: 0.5s; transition: 0.5s; }
.accordion_box .ac_box .ac_title.open::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
.accordion_box .ac_box .ac_content { display: none; padding: 1rem; font-size: 1.4rem; background-color: #fffae1; border-bottom: solid 2px #33aa4a; border-left: solid 2px #33aa4a; border-right: solid 2px #33aa4a; }
.accordion_box .ac_box .ac_content p { line-height: 160%; color: #545454; }
.accordion_box .ac_box .ac_content p span { display: block; font-weight: bold; }
.accordion_box .ac_box .ac_content p.right { margin: 0; }

.ajst_top { width: 100%; margin: 1rem 0 2rem 0; }

.accordion_box2 { width: 100%; margin: 0 0 2rem 0; border-top: solid 2px #94c86f; }
.accordion_box2 .accordion_box_title { display: none; }
.accordion_box2 .ac_box { margin: 0 0 0 0; }
.accordion_box2 .ac_box .ac_title { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: auto; line-height: 140%; color: #545454; font-size: 1.4rem; padding: 1rem 4rem 1rem 1rem; border-left: solid 2px #94c86f; border-right: solid 2px #94c86f; border-bottom: solid 2px #94c86f; cursor: pointer; background-color: #e7f2e0; }
.accordion_box2 .ac_box .ac_title p { color: #545454; margin: 0 0 0 0; }
.accordion_box2 .ac_box .ac_title::after { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #94c86f; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: auto; right: 1em; top: 0; bottom: 0; -webkit-transition: 0.5s; transition: 0.5s; }
.accordion_box2 .ac_box .ac_title.open::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
.accordion_box2 .ac_box .ac_content { display: none; padding: 1rem; font-size: 1.4rem; background-color: #fffae1; border-bottom: solid 2px #33aa4a; border-left: solid 2px #33aa4a; border-right: solid 2px #33aa4a; }
.accordion_box2 .ac_box .ac_content p { line-height: 160%; color: #545454; }
.accordion_box2 .ac_box .ac_content p span { display: block; font-weight: bold; }
.accordion_box2 .ac_box .ac_content p.content3 { margin: 0; }

@media screen and (min-width: 768px), print { .accordion_box { width: 100%; margin: 0 0 2rem 0; border-top: none; }
  .accordion_box .accordion_box_title { display: block; }
  .accordion_box .accordion_box_title ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; list-style-type: none; }
  .accordion_box .accordion_box_title ul li { width: 272px; border-top: #94c86f 1px solid; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; background-color: #e7f2e0; color: #545454; padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; font-size: 1.8rem; }
  .accordion_box .accordion_box_title ul li:last-child { border-right: #94c86f 1px solid; }
  .accordion_box .accordion_box_title ul li.ni { border-left: none; }
  .accordion_box .ac_box { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .accordion_box .ac_box .ac_title { position: static; -webkit-box-sizing: border-box; box-sizing: border-box; width: 272px; height: auto; line-height: 140%; color: #545454; font-size: 1.4rem; padding: 0; border: none; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; cursor: text; background-color: #ffffff; text-align: center; pointer-events: none; min-height: 90px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .accordion_box .ac_box .ac_title p { color: #545454; margin: 0 0 0 0; }
  .accordion_box .ac_box .ac_title::after { display: none; }
  .accordion_box .ac_box .ac_title_large { min-height: 120px; }
  .accordion_box .ac_box .ac_title.open::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
  .accordion_box .ac_box .ac_content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; font-size: 1.8rem; background-color: #ffffff; border: none; width: 544px; display: inline-block !important; }
  .accordion_box .ac_box .ac_content p { line-height: 140%; color: #545454; text-align: center; padding: 0 20px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 90px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; float: left; }
  .accordion_box .ac_box .ac_content p span { display: none; }
  .accordion_box .ac_box .ac_content p.left { width: 272px; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; }
  .accordion_box .ac_box .ac_content p.right { width: 272px; border-left: #94c86f 1px solid; border-right: #94c86f 1px solid; border-bottom: #94c86f 1px solid; }
  .accordion_box .ac_box .ac_content_large p { min-height: 120px; }
  .accordion_box .ac_box .open_ac { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .ajst_top { width: 100%; margin: 3rem 0 2rem 0; }
  .accordion_box2 { width: 100%; margin: 0 0 30px 0; border-top: none; }
  .accordion_box2 .accordion_box_title { display: block; }
  .accordion_box2 .accordion_box_title ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; list-style-type: none; }
  .accordion_box2 .accordion_box_title ul li { width: auto; border-top: #94c86f 1px solid; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; background-color: #e7f2e0; color: #545454; padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; font-size: 1.8rem; }
  .accordion_box2 .accordion_box_title ul li:last-child { border-right: #94c86f 1px solid; }
  .accordion_box2 .accordion_box_title ul li.title1 { width: 220px; }
  .accordion_box2 .accordion_box_title ul li.title2 { width: 220px; }
  .accordion_box2 .accordion_box_title ul li.title3 { width: 216px; }
  .accordion_box2 .accordion_box_title ul li.title4 { width: 160px; }
  .accordion_box2 .ac_box { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .accordion_box2 .ac_box .ac_title { position: static; -webkit-box-sizing: border-box; box-sizing: border-box; width: 220px; height: auto; line-height: 120%; color: #545454; font-size: 1.4rem; padding: 0; border: none; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; cursor: text; background-color: #ffffff; text-align: center; pointer-events: none; min-height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .accordion_box2 .ac_box .ac_title p { color: #545454; margin: 0 0 0 0; }
  .accordion_box2 .ac_box .ac_title::after { display: none; }
  .accordion_box2 .ac_box .ac_title.open::after { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
  .accordion_box2 .ac_box .ac_content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0; font-size: 1.8rem; background-color: #ffffff; border: none; width: 596px; display: inline-block !important; }
  .accordion_box2 .ac_box .ac_content p { line-height: 140%; color: #545454; text-align: center; padding: 0 10px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; float: left; word-wrap: break-word; }
  .accordion_box2 .ac_box .ac_content p span { display: none; }
  .accordion_box2 .ac_box .ac_content p.content1 { width: 220px; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; }
  .accordion_box2 .ac_box .ac_content p.content2 { width: 216px; border-left: #94c86f 1px solid; border-bottom: #94c86f 1px solid; }
  .accordion_box2 .ac_box .ac_content p.content3 { width: 160px; border-left: #94c86f 1px solid; border-right: #94c86f 1px solid; border-bottom: #94c86f 1px solid; }
  .accordion_box2 .ac_box .open_ac { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .accordion_box2 .large .ac_title { min-height: 200px; }
  .accordion_box2 .large .ac_content p { min-height: 200px; } }
/* ----------------------------------------------------------- 診療のご案内
----------------------------------------------------------- */
ul.low_treatment_link { list-style-type: none; width: 100%; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.low_treatment_link li { font-size: 1.4rem; width: 100%; margin: 0 0 9px 0; }
ul.low_treatment_link li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_01.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
ul.low_treatment_link li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e06176; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
ul.low_treatment_link li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
ul.low_treatment_link li.child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
ul.low_treatment_link li.child a::before { content: url(../images/icon_07.png); margin: 0 14px 0 0; }
ul.low_treatment_link li.c-checkup { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
ul.low_treatment_link li.c-checkup a::before { content: url(../images/icon_08.png); margin: 0 14px 0 0; }
ul.low_treatment_link li.c-vaccination { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
ul.low_treatment_link li.c-vaccination a::before { content: url(../images/icon_09.png); margin: 0 14px 0 0; }
ul.low_treatment_link li.consultation { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
ul.low_treatment_link li.consultation a::before { content: url(../images/icon_10.png); margin: 0 14px 0 0; }
ul.low_treatment_link li:last-child { margin: 0; }

ul.low_treatment_link2 { list-style-type: none; width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.low_treatment_link2 li { font-size: 1.4rem; width: 100%; margin: 0 0 9px 0; }
ul.low_treatment_link2 li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_02.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
ul.low_treatment_link2 li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #327bd5; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
ul.low_treatment_link2 li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
ul.low_treatment_link2 li.cardiology { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
ul.low_treatment_link2 li.cardiology a::before { content: url(../images/icon_11.png); margin: 0 0.4rem 0 0; }
ul.low_treatment_link2 li.internal { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
ul.low_treatment_link2 li.internal a::before { content: url(../images/icon_12.png); margin: 0 0.4rem 0 0; }
ul.low_treatment_link2 li.high_blood_pressure { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
ul.low_treatment_link2 li.high_blood_pressure a::before { content: url(../images/icon_13.png); margin: 0 0.4rem 0 0; }
ul.low_treatment_link2 li.a-vaccination { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
ul.low_treatment_link2 li.a-vaccination a::before { content: url(../images/icon_14.png); margin: 0 0.4rem 0 0; }
ul.low_treatment_link2 li.lifestyle { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
ul.low_treatment_link2 li.lifestyle a::before { content: url(../images/icon_15.png); margin: 0 0.4rem 0 0; }
ul.low_treatment_link2 li.a-checkup { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
ul.low_treatment_link2 li.a-checkup a::before { content: url(../images/icon_16.png); margin: 0 0.4rem 0 0; }

ul.low_treatment_link3 { list-style-type: none; width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.low_treatment_link3 li { font-size: 1.4rem; width: 100%; margin: 0 0 9px 0; }
ul.low_treatment_link3 li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_03.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
ul.low_treatment_link3 li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #f09a0c; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
ul.low_treatment_link3 li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
ul.low_treatment_link3 li.surgery { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
ul.low_treatment_link3 li.surgery a::before { content: url(../images/icon_17.png); margin: 0 14px 0 0; }

@media screen and (min-width: 768px), print { ul.low_treatment_link { list-style-type: none; width: 100%; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.low_treatment_link li { font-size: 1.8rem; width: 45%; margin: 0 0 9px 0; }
  ul.low_treatment_link li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_01.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  ul.low_treatment_link li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e06176; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  ul.low_treatment_link li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  ul.low_treatment_link li.child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  ul.low_treatment_link li.child a::before { content: url(../images/icon_07.png); margin: 0 14px 0 0; }
  ul.low_treatment_link li.c-checkup { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  ul.low_treatment_link li.c-checkup a::before { content: url(../images/icon_08.png); margin: 0 14px 0 0; }
  ul.low_treatment_link li.c-vaccination { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  ul.low_treatment_link li.c-vaccination a::before { content: url(../images/icon_09.png); margin: 0 14px 0 0; }
  ul.low_treatment_link li.consultation { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  ul.low_treatment_link li.consultation a::before { content: url(../images/icon_10.png); margin: 0 14px 0 0; }
  ul.low_treatment_link li:last-child { margin: 0; }
  ul.low_treatment_link2 { list-style-type: none; width: 100%; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.low_treatment_link2 li { font-size: 1.8rem; width: 45%; margin: 0 0 9px 0; }
  ul.low_treatment_link2 li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_02.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  ul.low_treatment_link2 li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #327bd5; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  ul.low_treatment_link2 li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  ul.low_treatment_link2 li.cardiology { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  ul.low_treatment_link2 li.cardiology a::before { content: url(../images/icon_11.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link2 li.internal { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  ul.low_treatment_link2 li.internal a::before { content: url(../images/icon_12.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link2 li.high_blood_pressure { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  ul.low_treatment_link2 li.high_blood_pressure a::before { content: url(../images/icon_13.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link2 li.a-vaccination { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  ul.low_treatment_link2 li.a-vaccination a::before { content: url(../images/icon_14.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link2 li.lifestyle { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  ul.low_treatment_link2 li.lifestyle a::before { content: url(../images/icon_15.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link2 li.a-checkup { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  ul.low_treatment_link2 li.a-checkup a::before { content: url(../images/icon_16.png); margin: 0 0.4rem 0 0; }
  ul.low_treatment_link3 { list-style-type: none; width: 100%; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.low_treatment_link3 li { font-size: 1.8rem; width: 45%; margin: 0 0 9px 0; }
  ul.low_treatment_link3 li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_03.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  ul.low_treatment_link3 li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #f09a0c; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  ul.low_treatment_link3 li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  ul.low_treatment_link3 li.surgery { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  ul.low_treatment_link3 li.surgery a::before { content: url(../images/icon_17.png); margin: 0 14px 0 0; } }
/* ----------------------------------------------------------- 価格表
----------------------------------------------------------- */
/*
ul.treatment_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; list-style-type: none; width: 100%; li{ width: 48%; margin: 0 0 1rem 0; a{ background-color: $color23; color: $color0; text-align: center; display: block; font-size: $text_sp; text-decoration: none;    padding: 1rem 0; border-radius: 2rem; } }
}

table.price_table{
	padding: 0px;
	width: 100%;
	margin:0 auto 1rem auto;
	border-collapse:collapse;
	box-sizing:border-box; line-height: 140%; font-size: $text_sp; tr{ th{ background-color: $color7;
	    vertical-align: middle;      
	    text-align:left;   width: auto; padding: 0.8rem; border: $color9 1px solid; width: 50%; font-weight: normal; } td{
	    vertical-align: middle; text-align: right; border: $color9 1px solid;  padding: 0.8rem; background-color: $color0; width: 50%;    } }
} 

@media screen and (min-width: $breakpoint) , print {
ul.treatment_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; list-style-type: none; width: 100%; li{ width: 18%; margin: 0 0 20px 0; a{ background-color: $color23; color: $color0; text-align: center; display: block; font-size: $text_pc; text-decoration: none;    padding: 10px 0; border-radius: 2rem; &:hover{ transform: translateY(-6px); filter: drop-shadow(0 .6rem .8rem rgba(#6d624a, .6)); transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), filter .6s cubic-bezier(0.165, 0.84, 0.44, 1); @supports (-ms-ime-align: auto) {  filter: none;  } }       } }
} 
table.price_table{
	padding: 0px;
	width: 60%;
	margin:0;
	border-collapse:collapse;
	box-sizing:border-box; line-height: 140%; font-size: $text_pc; tr{ th{ background-color: $color7;
	    vertical-align: middle;      
	    text-align:left;   width: auto; padding: 10px 12x; border: $color9 1px solid; width: 50%; font-weight: normal; } td{
	    vertical-align: middle; text-align: right; border: $color9 1px solid;  padding: 10px 12x; background-color: $color0; width: 50%;    } }
}    
}
*/
.vaccination_detail dl { margin: 0 0 3rem; }
.vaccination_detail dl dt, .vaccination_detail dl dd { font-size: 1.4rem; line-height: 140%; }
.vaccination_detail dl dt { color: #23ac38; margin: 0 0 0.5rem 0; }
.vaccination_detail dl dd { margin: 0 0 1rem 0; }

@media screen and (min-width: 768px), print { .vaccination_detail dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 3rem; }
  .vaccination_detail dl dt, .vaccination_detail dl dd { font-size: 1.8rem; line-height: 160%; }
  .vaccination_detail dl dt { width: 12em; margin: 0 0 1rem 0; }
  .vaccination_detail dl dd { width: 90%; width: calc(100% - 12em); } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 120%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 1rem 0; }
ul.list_normal li { margin: 0 0 10px 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 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.7rem; background-size: 11px; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li.aj { margin: 0 0 4rem 0; }

ul.list_maru_pink { padding: 0; margin: 0 0 1rem 0; }
ul.list_maru_pink li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru2.png) no-repeat; background-position: left top 0.7rem; background-size: 11px; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_pink li.aj { margin: 0 0 4rem 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; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.7rem; background-size: 11px; padding: 0 0 0 1.8rem; line-height: 140%; }

ul.list_maru_two_three { padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
ul.list_maru_two_three li { width: 48%; line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 0.7rem; background-size: 11px; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru_two_three li.none { background: none; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*英語*/
ul.list_alphabet { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0 0 2rem 0; }
ul.list_alphabet li { line-height: 130%; font-size: 1.4rem; list-style-type: upper-latin; margin: 0 0 1.4rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
ul.list_normal_two li { -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 1rem 0; }
  ul.list_normal li { margin: 0 0 0 25px; padding: 0; }
  /*画像●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 8px; background-size: 11px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li.aj { margin: 0 0 40px 0; }
  ul.list_maru_pink { padding: 0; }
  ul.list_maru_pink li { line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru2.png) no-repeat; background-position: left top 8px; background-size: 11px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_pink li.aj { margin: 0 0 40px 0; }
  ul.list_maru_two { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 48%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 8px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two_three { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two_three li { width: 33%; line-height: 100%; font-size: 1.8rem; list-style-type: none; margin: 0 0 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/maru.png) no-repeat; background-position: left top 8px; background-size: 10px; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru_two_three li.none { background: none; }
  /*なし*/
  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 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.8rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*数値*/
  ul.list_alphabet { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_alphabet li { line-height: 130%; font-size: 1.8rem; list-style-type: upper-latin; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_normal_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 130%; font-size: 1.8rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; line-height: 140%; width: 100%; }
dl.bio_list dt { width: 25%; margin: 0 0 0 0; }
dl.bio_list dd { width: 75%; margin: 0 0 20px 0; }

dl.list_no { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.list_no dt { width: 8%; margin: 0 0 0 0; font-weight: bold; }
dl.list_no dd { width: 92%; margin: 0 0 20px 0; }

dl.list_arrow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 160%; }
dl.list_arrow dt { width: 6%; margin: 0 0 0 0; font-weight: bold; }
dl.list_arrow dd { width: 94%; margin: 0 0 20px 0; }

@media screen and (min-width: 768px) { dl.bio_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1080px; margin: 0; }
  dl.bio_list dt { width: 100px; margin: 0 0 10px 0; font-weight: normal; }
  dl.bio_list dd { width: 980px; margin: 0 0 10px 0; }
  dl.list_no { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 160%; width: 1200px; }
  dl.list_no dt { width: 100px; margin: 0 0 30px 0; font-weight: normal; }
  dl.list_no dd { width: 1100px; margin: 0 0 30px 0; }
  dl.list_arrow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 1200px; }
  dl.list_arrow dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.list_arrow dd { width: 1100px; margin: 0 0 20px 0; } }
/*画像*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 1rem 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 1rem 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

.img_center_pay { margin: 0 0 10px 0; text-align: center; }
.img_center_pay img { width: 70%; max-width: 225px; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px), print { .img_right { float: right; margin: 0 0 10px 20px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 320px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  .img_center_pay { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center_pay img { width: 225px; max-width: 225px; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 0 0 0 0; }
  .img_left_frame div.left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; 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 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 445px; line-height: 120%; }
  /*二つ*/
  .img_two { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .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; } }
/* ----------------------------------------------------------- 特殊フォント読込
----------------------------------------------------------- */
@font-face { font-family: 'kosugimaru'; src: url(../font/KosugiMaru-Regular.ttf); font-weight: normal; font-style: normal; }
@font-face { font-family: 'quicksand'; src: url(../font/Quicksand-VariableFont_wght.ttf); font-weight: bold; font-style: normal; }
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "kosugimaru", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #545454; background-color: #ffffff; padding: 0 0 17vw 0; }

@media screen and (min-width: 768px), print { html { font-size: 62.5%; overflow-y: scroll; font-family: "kosugimaru", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Arial, sans-serif; color: #545454; background-color: #ffffff; padding: 0; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 0 0; }
section.first { margin: 0 0 0 0; }

.sentence { height: auto; overflow: hidden; }

.pc_none { display: block; }

.sp_none { display: none; }

.pc_none_span { display: inline; }

.sp_none_span { display: none; }

.text_bold { font-weight: bold; }

@media screen and (min-width: 768px), print { body { position: relative; z-index: 0; overflow: hidden; min-width: 1280px; }
  section { height: auto; overflow: hidden; margin: 0 0 0 0; }
  section.first { margin: 0 0 0 0; }
  .sentence { height: auto; overflow: hidden; }
  .pc_none { display: none; }
  .sp_none { display: block; }
  .pc_none_span { display: none; }
  .sp_none_span { display: inline; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; width: 100%; margin: 2rem 0 0 0; padding: 0; }
article.low { margin: 0; }

.wrapper { height: auto; width: 100%; margin: 0 auto 0 auto; padding: 0; }

.wrapper_low { height: auto; width: 100%; margin: 0 auto 2rem auto; padding: 0; }

.main { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }

.main_low { width: 92%; margin: 0 auto 3rem auto; padding: 0 0 0 0; }

@media screen and (min-width: 768px), print { article { height: auto; width: 100%; margin: 27px auto 0 auto; padding: 0 0 0 0; }
  article.low { background: url(../images/low_bg.jpg) no-repeat; background-position: center top; background-size: contain; }
  .wrapper { height: auto; width: 100%; margin: 0 0 0 0; padding: 0; }
  .wrapper_low { height: auto; width: 1170px; margin: 0 auto 50px auto; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .main { width: 100%; margin: 0; padding: 0; }
  .main_low { width: 816px; margin: 84px 0 0 0; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { display: block; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
header .header_bg_pc { background-size: 0px; }
header .header_bg_sp { background-position: center top; background-repeat: no-repeat; background-size: cover; }
header .head_frame { width: 100%; padding: 0 0 1rem 0; height: auto; }
header .head_frame hr { border: none; height: 2vw; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0; -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.6); box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.6); }
header .head_frame .head_box .head_logo { width: 76%; margin: 0 0 6vw 2%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3vw 0 0 0; }
header .head_frame .head_box .head_logo a { display: block; margin: 0; }
header .head_frame .head_box .head_logo a img { width: 100%; height: auto; }
header .head_frame .head_box .head_info { width: 96%; margin: 0 auto; }
header .head_frame .head_box .head_info .head_text { color: #ffffff; background-color: #de556c; text-align: center; font-size: 1.2rem; width: 70%; margin: 0 auto 0 auto; padding: 0.2rem 0; border-radius: 0.4rem; }
header .head_frame .head_box .head_info .head_tel { color: #ffffff; font-size: 2.8rem; font-weight: bold; font-family: 'quicksand'; text-align: center; margin: 0 0 1rem 0; text-shadow: 0 0 10px rgba(37, 30, 28, 0.7); }
header .head_frame .head_box .head_info .head_tel a { color: #ffffff; text-decoration: none; }
header .head_frame .head_box .head_web { display: none; }
header .head_frame .head_box .head_monshin { display: none; }
header .head_frame .head_box .key_on { display: none; }
header .head_frame .head_box .head_news { display: none; }
header.low { display: block; height: auto; margin: 0 auto 1rem auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
header.low .head_frame_low { width: 100%; padding: 0 0 1.2rem 0; height: auto; }
header.low .head_frame_low hr { border: none; height: 2vw; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0; /*box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.6);*/ }
header.low .head_frame_low .head_box_low .head_logo { display: none; }
header.low .head_frame_low .head_box_low .head_logo_sp { width: auto; height: 71.38px; margin: 0 0 0 2%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3vw 0 1rem 0; }
header.low .head_frame_low .head_box_low .head_logo_sp a { display: block; margin: 0; }
header.low .head_frame_low .head_box_low .head_logo_sp a img { width: auto; height: 71.38px; }
header.low .head_frame_low .head_box_low .head_info { display: none; }
header.low .head_frame_low .head_box_low .head_web { display: none; }
header.low .head_frame_low .head_box_low .head_monshin { display: none; }

.key_text_sp { text-align: left; color: #545454; font-size: 1.2rem; width: 90%; margin: 0 auto 1rem auto; }

.key_visual_sp p { background-color: #ffbf00; border: #ffdd76 3px solid; border-radius: 1rem; padding: 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; width: 90%; margin: 0 auto; }
.key_visual_sp p span { color: #ffffff; text-shadow: 2px 2px 5px #e69006; }
.key_visual_sp p span.size1 { font-size: 1.2rem; }
.key_visual_sp p span.size2 { font-size: 1.6rem; }
.key_visual_sp p span.size3 { font-size: 1.4rem; }
.key_visual_sp p span.size4 { font-size: 1rem; }
.key_visual_sp p span.size5 { font-size: 1.6rem; }

.key_visual_low { width: 98%; border: #6dc0b3 3px solid; border-radius: 0.6rem; height: 30vw; background: url(../images/key_visual_low.jpg); background-position: left 40vw top; background-size: 80%; background-repeat: no-repeat; -webkit-box-shadow: 0.3rem 0.3rem #e9e8e8; box-shadow: 0.3rem 0.3rem #e9e8e8; margin: 0 auto 2rem auto; }
.key_visual_low h1.low { width: 100%; height: 30vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 1rem; font-size: 2rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff; }

@media screen and (min-width: 768px) { header { display: block; height: 816px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header .header_bg_pc { background-position: center top; background-repeat: no-repeat; background-size: 1400px; background-color: #fdfde3; height: 805px; overflow: hidden; }
  header .header_bg_sp { background-size: 0px; }
  header .head_frame { width: 100%; padding: 0 0 0 0; height: 805px; background: url(../images/key_line.png) repeat-x; background-position: left bottom; }
  header .head_frame hr { border: none; height: 20px; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0 0 0 0; -webkit-box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.4); box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.4); }
  header .head_frame .head_box { width: 1400px; height: 760px; margin: 0 auto; position: relative; }
  header .head_frame .head_box .head_logo { width: 660px; margin: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 0; position: absolute; top: 74px; left: 350px; right: 0; }
  header .head_frame .head_box .head_logo a { display: block; margin: 0; }
  header .head_frame .head_box .head_logo a img { width: 100%; height: auto; }
  header .head_frame .head_box .head_web { height: 0px; width: 363px; background-color: #ffbf60; text-decoration: none; display: block; position: absolute; top: 488px; right: 116px; border-radius: 0.5rem; }
  header .head_frame .head_box .head_web span { height: 46px; width: 359px; font-size: 2rem; color: #ffffff; background: url(../images/icon_web.jpg) no-repeat; background-position: left 66px center; background-color: #f39800; display: block; border-radius: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 1px solid; margin: 2px 0 0 2px; padding: 12px 0 0 51px; font-weight: bold; text-align: center; }
  header .head_frame .head_box .head_web span strong { display: inline; letter-spacing: 0.15em; font-weight: normal; }
  header .head_frame .head_box .head_web span i { margin: 0 0 0 4px; font-size: 2rem; }
  header .head_frame .head_box .head_web:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  header .head_frame .head_box .head_monshin { height: 50px; width: 363px; background-color: #afcc21; text-decoration: none; display: block; position: absolute; top: 542px; right: 116px; border-radius: 0.5rem; }
  header .head_frame .head_box .head_monshin span { height: 46px; width: 359px; font-size: 2rem; color: #ffffff; background: url(../images/icon_16.png) no-repeat; background-position: left 66px center; background-color: #afcc21; display: block; border-radius: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffffff 1px solid; margin: 2px 0 0 2px; padding: 12px 0 0 51px; font-weight: bold; text-align: center; }
  header .head_frame .head_box .head_monshin span strong { display: inline; letter-spacing: 0.15em; font-weight: normal; }
  header .head_frame .head_box .head_monshin span i { margin: 0 0 0 4px; font-size: 2rem; }
  header .head_frame .head_box .head_monshin:hover { opacity: 0.8; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  header .head_frame .head_box .head_info { width: 400px; margin: 0; position: absolute; top: 604px; right: 97.5px; }
  header .head_frame .head_box .head_info .head_text { color: #ffffff; background-color: #de556c; text-align: center; font-size: 1.8rem; width: 363px; margin: 0 auto 0.6rem auto; padding: 0.2rem 0; border-radius: 0.4rem; }
  header .head_frame .head_box .head_info .head_tel { color: #ffffff; font-size: 4.77rem; font-weight: bold; font-family: 'quicksand'; text-align: center; margin: -12px 10px 0 0; text-shadow: 0 0 10px #251e1c; }
  header .head_frame .head_box .head_info .head_tel a { color: #ffffff; text-decoration: none; }
  header .head_frame .head_box .head_info .head_tel i { font-size: 4.2rem; margin: 0 5px 0 0; }
  header .head_frame .head_box .head_news { position: absolute; top: 445px; left: 116px; display: block; width: 230px; height: 230px; border-radius: 50%; border: rgba(255, 221, 118, 0.9) 5px solid; background-color: rgba(255, 191, 0, 0.9); -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; color: #ffffff; letter-spacing: 0.05em; line-height: 140%; padding: 20px 0 0 0; font-family: 'kosugimaru'; }
  header .head_frame .head_box .head_news span { text-shadow: 2px 2px 3px #e69006; }
  header .head_frame .head_box .head_news span.size1 { font-size: 2.2rem; margin: 0 0 10px 0; display: block; }
  header .head_frame .head_box .head_news span.size2 { font-size: 4.8rem; }
  header .head_frame .head_box .head_news span.size3 { font-size: 2.4rem; }
  header .head_frame .head_box .head_news span.size4 { font-size: 1.4rem; display: block; line-height: 130%; margin: 4px 0 4px 0; }
  header .head_frame .head_box .head_news span.size5 { font-size: 3.4rem; display: block; line-height: 110%; letter-spacing: 0.1em; }
  header .head_frame .head_box img.key_on { position: absolute; top: 476px; left: 116px; display: block; }
  header.low { display: block; height: 153px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
  header.low .head_frame_low { width: 1170px; padding: 0 0 0 0; height: 153px; margin: 0 auto; }
  header.low .head_frame_low hr { display: none; }
  header.low .head_frame_low .head_box_low { width: 1170px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  header.low .head_frame_low .head_box_low .head_logo { display: block; width: 629px; margin: 32px 125px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 0; }
  header.low .head_frame_low .head_box_low .head_logo a { display: block; margin: 0; }
  header.low .head_frame_low .head_box_low .head_logo a img { width: 629px; height: auto; }
  header.low .head_frame_low .head_box_low .head_logo_sp { display: none; }
  header.low .head_frame_low .head_box_low .head_info { display: block; width: 325px; margin: 0 auto; }
  header.low .head_frame_low .head_box_low .head_info .head_text { color: #ffffff; background-color: #de556c; text-align: center; font-size: 1.6rem; width: 325px; margin: 38px 0 0 0; padding: 0.1rem 0; border-radius: 0.4rem; }
  header.low .head_frame_low .head_box_low .head_info .head_tel { color: #575757; font-size: 4.2rem; font-weight: bold; font-family: 'quicksand'; text-align: center; margin: 0 0 0 0; }
  header.low .head_frame_low .head_box_low .head_info .head_tel a { color: #575757; text-decoration: none; }
  header.low .head_frame_low .head_box_low .head_info .head_tel i { font-size: 3.8rem; color: #f39800; }
  header.low .head_frame_low .head_box_low .head_web { background-color: #ffbf60; display: block; width: 72px; height: 82px; text-align: center; text-decoration: none; border-radius: 0.4rem; margin: 33px 0 0 0; }
  header.low .head_frame_low .head_box_low .head_web div { width: 66px; height: 76px; background-color: #f39800; border-radius: 0.4rem; border: #ffffff 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 3px 0 0 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  header.low .head_frame_low .head_box_low .head_web div img { margin: 0 0 4px 0; }
  header.low .head_frame_low .head_box_low .head_web div span { display: block; color: #ffffff; font-weight: bold; font-size: 1rem; line-height: 120%; letter-spacing: 0.1em; }
  header.low .head_frame_low .head_box_low .head_web:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  header.low .head_frame_low .head_box_low .head_monshin { background-color: #afcc21; display: block; width: 72px; height: 82px; text-align: center; text-decoration: none; border-radius: 0.4rem; margin: 33px 0 0 0; }
  header.low .head_frame_low .head_box_low .head_monshin div { width: 66px; height: 76px; background-color: #afcc21; border-radius: 0.4rem; border: #ffffff 1px solid; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 3px 0 0 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  header.low .head_frame_low .head_box_low .head_monshin div img { margin: 0 0 4px 0; }
  header.low .head_frame_low .head_box_low .head_monshin div span { display: block; color: #ffffff; font-weight: bold; font-size: 1rem; line-height: 120%; letter-spacing: 0.1em; }
  header.low .head_frame_low .head_box_low .head_monshin:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
  .key_text_sp { display: none; }
  .key_visual_sp { display: none; }
  .key_visual_low { width: 816px; border: #6dc0b3 3px solid; border-radius: 0.8rem; height: 192px; background: url(../images/key_visual_low.jpg); background-position: right top; background-size: 448px; background-repeat: no-repeat; -webkit-box-shadow: 5px 5px #e9e8e8; box-shadow: 5px 5px #e9e8e8; margin: 0 0 34px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .key_visual_low h1.low { width: 100%; height: 192px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 38px; font-size: 3rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 0.1em; text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

.main_nav_pc_low { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; height: 78px; margin: 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; max-width: 2000px; background-color: #ffffff; }
  .main_nav_pc nav { width: 1170px; height: 78px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1170px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 78px; padding: 0; }
  .main_nav_pc nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 78px; line-height: 110%; text-align: center; font-weight: normal; width: 195px; border-left: #d4d4d4 2px solid; }
  .main_nav_pc nav ul li a { color: #545454; height: 78px; width: 150px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 0; font-size: 2rem; font-weight: normal; text-align: center; line-height: 110%; letter-spacing: 0.05em; position: relative; display: inline-block; text-decoration: none; }
  .main_nav_pc nav ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: center top; transform-origin: center top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  .main_nav_pc nav ul li a:hover::after { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .main_nav_pc nav ul li.home span::before { content: url(../images/icon_01.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.home a::after { background: #ef8056; }
  .main_nav_pc nav ul li.doctor span::before { content: url(../images/icon_02.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.doctor a::after { background: #f6ae5f; }
  .main_nav_pc nav ul li.treatment span::before { content: url(../images/icon_03.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.treatment a::after { background: #f7c800; }
  .main_nav_pc nav ul li.first span::before { content: url(../images/icon_04.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.first a::after { background: #8cc66d; }
  .main_nav_pc nav ul li.clinic span::before { content: url(../images/icon_05.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.clinic a::after { background: #82cdde; }
  .main_nav_pc nav ul li.access span::before { content: url(../images/icon_06.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc nav ul li.access a::after { background: #86b5e2; }
  .main_nav_pc nav ul li:last-child { border-right: #d4d4d4 2px solid; }
  .main_nav_pc_low { display: block; height: 141px; margin: 0; padding: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: visible; max-width: 2000px; background-color: #ffffff; }
  .main_nav_pc_low nav { width: 100%; height: 90px; margin: 0 auto; padding: 0 0 0 0; }
  .main_nav_pc_low nav hr { border: none; height: 8px; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0 0 0 0; }
  .main_nav_pc_low nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 1170px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 90px; padding: 0; margin: 20px auto 15px auto; }
  .main_nav_pc_low nav ul li { display: block; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 90px; line-height: 110%; text-align: center; font-weight: normal; width: 195px; border-left: #d4d4d4 2px solid; }
  .main_nav_pc_low nav ul li a { color: #545454; height: 90px; width: 150px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; padding: 13px 0; font-size: 2rem; font-weight: normal; text-align: center; line-height: 110%; letter-spacing: 0.05em; position: relative; display: inline-block; text-decoration: none; }
  .main_nav_pc_low nav ul li a::after { position: absolute; bottom: 4px; left: 0; content: ''; width: 100%; height: 2px; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: center top; transform-origin: center top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  .main_nav_pc_low nav ul li a:hover::after { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .main_nav_pc_low nav ul li.home span::before { content: url(../images/icon_01.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.home a::after { background: #ef8056; }
  .main_nav_pc_low nav ul li.doctor span::before { content: url(../images/icon_02.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.doctor a::after { background: #f6ae5f; }
  .main_nav_pc_low nav ul li.treatment span::before { content: url(../images/icon_03.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.treatment a::after { background: #f7c800; }
  .main_nav_pc_low nav ul li.first span::before { content: url(../images/icon_04.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.first a::after { background: #8cc66d; }
  .main_nav_pc_low nav ul li.clinic span::before { content: url(../images/icon_05.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.clinic a::after { background: #82cdde; }
  .main_nav_pc_low nav ul li.access span::before { content: url(../images/icon_06.png); display: block; margin: 0 0 10px 0; }
  .main_nav_pc_low nav ul li.access a::after { background: #86b5e2; }
  .main_nav_pc_low nav ul li:last-child { border-right: #d4d4d4 2px solid; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 2rem 0 0; margin: 0; /*
background: url(../images/index_notice_bg.jpg) no-repeat;
background-position: center top;
background-size: cover;
*/ }
.notice_frame .notice_event { width: 96%; border: #ea6352 2px solid; border-radius: 0.5rem; padding: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 0.3rem 0.3rem #e9e8e8; box-shadow: 0.3rem 0.3rem #e9e8e8; }
.notice_frame .notice_event .notive_event_title { text-align: center; color: #ffffff; background-color: #ea6352; border-radius: 0.2rem; padding: 0.2rem 0; margin: 0 0 0.6rem 0; font-size: 1.4rem; }
.notice_frame .notice_event .notive_event_text { text-align: center; font-size: 1.4rem; margin: 0; }
.notice_frame .notice_event .notive_event_text span { font-size: 1.8rem; }
.notice_frame .notice_box { width: 96%; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f3faee; }
.notice_frame .notice_box dl { overflow-y: scroll; height: auto; max-height: 60vw; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 2rem; }
.notice_frame .notice_box dl dt { margin: 0 0 1rem 0; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #23ac38; padding: 0 0 1rem 1.5rem; border-bottom: #c7c5c4 1px solid; position: relative; }
.notice_frame .notice_box dl dt span.new_text { color: #e06176; margin: 0 1rem 0 0; }
.notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #23ac38; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: 0; left: 0; top: 0.2rem; bottom: 0; -webkit-transition: 0.5s; transition: 0.5s; }
.notice_frame .notice_box dl dt.open_ac::before { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
.notice_frame .notice_box dl dd { display: none; color: #545454; margin: 0 0 1rem 0; padding: 0 0 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; line-height: 110%; }

.notice_box dl::-webkit-scrollbar { width: 12px; }

.notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }

.notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); background: #84d190; }

figure.index_bana_inf { width: 96%; margin: 0 auto 1rem auto; }
figure.index_bana_inf img { width: 100%; }

figure.index_bana { width: 96%; margin: 0 auto; }
figure.index_bana img { width: 100%; }

.bnr_frame { padding: 2rem 0; }
.bnr_frame .index_bnr { display: block; text-decoration: none; width: 96%; margin: 0 auto 2rem; }
.bnr_frame .index_bnr img { width: 100%; }

.info_01 { width: 94%; margin: 50px auto; border: #23ac38 3px solid; border-radius: 0.5rem; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
.info_01 .info_title { width: 97%; background-color: #23ac38; color: #ffffff; text-align: center; font-size: 1.5rem; margin-right: 0 !important; padding: 10px 6px; }
.info_01 .txt { padding: 10px; }
.info_01 .txt_02 { padding: 10px; margin-bottom: 0 !important; }
.info_01 .lbtn { text-align: center; }
.info_01 .lbtn a { background-color: #de556c; font-size: 1.2em; padding: 10px 50px; color: #ffffff; border-radius: 0.4rem; display: inline-block; text-decoration: none; }

@media screen and (min-width: 768px), print { .notice_frame { padding: 122px 0 0 0; margin: 0; background: url(../images/index_notice_bg.jpg) no-repeat; background-position: center top; background-size: contain;   /*height: 1400px;
	height: 1900px;  */ width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .notice_frame .notice_event { width: 999px; height: 212px; border: #ea6352 2px solid; border-radius: 0.8rem; padding: 15px 12px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 50px auto; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; }
  .notice_frame .notice_event .notive_event_title { text-align: center; color: #ffffff; background-color: #ea6352; border-radius: 0.6rem; padding: 0; margin: 0 0 14px 0; height: 57px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 3rem; }
  .notice_frame .notice_event .notive_event_text { text-align: center; font-size: 3.6rem; margin: 0; letter-spacing: 0.1em; }
  .notice_frame .notice_event .notive_event_text span { font-size: 5.1rem; }
  .notice_frame .notice_box { width: 1170px; height: 370px; margin: 0 auto; padding: 45px 21px 26px 38px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f3faee; }
  .notice_frame .notice_box dl { overflow-y: scroll; height: 299px; max-height: 299px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px 0 0; }
  .notice_frame .notice_box dl dt { margin: 0 0 12px 0; font-size: 1.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: normal; letter-spacing: 0.1em; line-height: 120%; color: #23ac38; padding: 0 0 12px 20px; border-bottom: #c7c5c4 1px solid; }
  .notice_frame .notice_box dl dt span.new_text { color: #e06176; margin: 0 1rem 0 0; }
  .notice_frame .notice_box dl dt::before { position: absolute; content: ""; display: block; width: 0; height: 0; border-top: solid 1em #23ac38; border-left: solid 0.6em transparent; border-right: solid 0.6em transparent; margin: 0; left: 0; top: 0.2rem; bottom: 0; -webkit-transition: 0.5s; transition: 0.5s; }
  .notice_frame .notice_box dl dt.open_ac::before { -webkit-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-transition: 0.5s; transition: 0.5s; }
  .notice_frame .notice_box dl dd { display: none; color: #545454; margin: 0 0 38px 0; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.8rem; line-height: 110%; }
  .notice_box dl::-webkit-scrollbar { width: 12px; }
  .notice_box dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_box dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); background: #84d190; }
  figure.index_bana_inf { width: 600px; margin: 0 auto 20px auto; }
  figure.index_bana_inf img { width: 600px; }
  figure.index_bana { width: 600px; margin: 0 auto 90px auto; }
  figure.index_bana img { width: 600px; }
  .info_01 { width: 750px; margin: 0 auto 90px auto; border: #23ac38 3px solid; border-radius: 0.5rem; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .info_01 .info_title { width: 735px; background-color: #23ac38; color: #ffffff; text-align: center; font-size: 2.7rem; margin: 0 0 16px 0; }
  .info_01 .txt { padding: 10px 30px; }
  .info_01 .txt_02 { padding: 10px 30px; margin-bottom: 0 !important; }
  .info_01 .lbtn { text-align: center; }
  .info_01 .lbtn a { background-color: #de556c; font-size: 1.2em; padding: 10px 50px; color: #ffffff; border-radius: 0.4rem; display: inline-block; text-decoration: none; }
  .info_01 .lbtn a:hover { opacity: 0.8; }
  /* ----------------------------------------------------------- 　診療カレンダー ----------------------------------------------------------- */
  /*.calendar_frame{ padding: 2rem 0;   margin: 0; 	.calendar_wrap{ 		width: 100%; 		 		 } 	}*/ }
@media screen and (min-width: 768px) and (min-width: 768px), print { .calendar_frame { margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .calendar_frame .calendar_wrap { width: 1170px; height: 250px; margin: 0 auto 150px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .calendar_frame .calendar_wrap table.caledit { float: left; width: 30%; text-align: center; margin: 0 15px 20px; }
  .calendar_frame .calendar_wrap .calendar_detail { text-align: center; clear: both; display: block; }
  .calendar_frame .calendar_wrap .calendar_detail li { display: inline-block; 　　padding-right: 10px; } }
@media screen and (min-width: 768px), print { .bnr_frame { padding: 20px 0 40px; }
  .bnr_frame .index_bnr { display: block; text-decoration: none; width: 600px; margin: 0 auto 50px; }
  .bnr_frame .index_bnr img { width: 600px; }
  .bnr_frame .index_bnr:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/*-----------------------------------------------------------
当クリニックの特長
----------------------------------------------------------- */
.features_frame { background: url(../images/index_features_bg.jpg); background-repeat: repeat; }
.features_frame hr { border: none; height: 2vw; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0; }
.features_frame hr.line_top { margin: 0 0 2rem 0; }
.features_frame hr.line_bottom { margin: 2rem 0 0 0; }
.features_frame .features_box .features_01 { width: 80%; border: #ef8000 2px solid; border-radius: 0.5rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); background-color: #ffffff; }
.features_frame .features_box .features_01 .features_title { text-align: center; color: #ffffff; background-color: #ef8000; border-radius: 0.2rem; padding: 0.2rem 0; margin: 0 0 0.6rem 0; font-size: 1.4rem; font-family: 'quicksand'; }
.features_frame .features_box .features_01 img { display: block; margin: 1rem auto; width: 80%; }
.features_frame .features_box .features_01 .features_text { margin: 0; }
.features_frame .features_box .features_02 { width: 80%; border: #00b1a5 2px solid; border-radius: 0.5rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); background-color: #ffffff; }
.features_frame .features_box .features_02 .features_title { text-align: center; color: #ffffff; background-color: #00b1a5; border-radius: 0.2rem; padding: 0.2rem 0; margin: 0 0 0.6rem 0; font-size: 1.4rem; font-family: 'quicksand'; }
.features_frame .features_box .features_02 img { display: block; margin: 1rem auto; width: 80%; }
.features_frame .features_box .features_02 .features_text { margin: 0; }
.features_frame .features_box .features_03 { width: 80%; border: #ffb400 2px solid; border-radius: 0.5rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); box-shadow: 0.4rem 0.4rem rgba(233, 232, 232, 0.9); background-color: #ffffff; }
.features_frame .features_box .features_03 .features_title { text-align: center; color: #ffffff; background-color: #ffb400; border-radius: 0.2rem; padding: 0.2rem 0; margin: 0 0 0.6rem 0; font-size: 1.4rem; font-family: 'quicksand'; }
.features_frame .features_box .features_03 img { display: block; margin: 1rem auto; width: 80%; }
.features_frame .features_box .features_03 .features_text { margin: 0; }

@media screen and (min-width: 768px), print { .features_frame { background: url(../images/index_features_bg.jpg); background-repeat: repeat; height: 750px; }
  .features_frame hr { border: none; height: 20px; background: url(../images/header_line.png) repeat-x; background-position: center top; background-size: contain; margin: 0; padding: 0; }
  .features_frame hr.line_top { margin: 0 0 72px 0; }
  .features_frame hr.line_bottom { margin: 63px 0 0 0; }
  .features_frame .features_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 1010px; margin: 0 auto; }
  .features_frame .features_box .features_01 { width: 315px; height: 416px; border: #ef8000 3px solid; border-radius: 1rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 6px 6px rgba(233, 232, 232, 0.8); box-shadow: 6px 6px rgba(233, 232, 232, 0.8); background-color: #ffffff; }
  .features_frame .features_box .features_01 .features_title { text-align: center; color: #ffffff; background-color: #ef8000; border-radius: 0.2rem; padding: 2px 0; margin: 0 0 0.6rem 0; font-size: 2.4rem; font-family: 'quicksand'; }
  .features_frame .features_box .features_01 img { display: block; margin: 24px auto 12px auto; width: 250px; }
  .features_frame .features_box .features_01 .features_text { margin: 0; }
  .features_frame .features_box .features_02 { width: 315px; height: 416px; border: #00b1a5 3px solid; border-radius: 1rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 6px 6px rgba(233, 232, 232, 0.8); box-shadow: 6px 6px rgba(233, 232, 232, 0.8); background-color: #ffffff; }
  .features_frame .features_box .features_02 .features_title { text-align: center; color: #ffffff; background-color: #00b1a5; border-radius: 0.2rem; padding: 2px 0; margin: 0 0 0.6rem 0; font-size: 2.4rem; font-family: 'quicksand'; }
  .features_frame .features_box .features_02 img { display: block; margin: 24px auto 12px auto; width: 250px; }
  .features_frame .features_box .features_02 .features_text { margin: 0; }
  .features_frame .features_box .features_03 { width: 315px; height: 416px; border: #ffb400 3px solid; border-radius: 1rem; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; -webkit-box-shadow: 6px 6px rgba(233, 232, 232, 0.8); box-shadow: 6px 6px rgba(233, 232, 232, 0.8); background-color: #ffffff; }
  .features_frame .features_box .features_03 .features_title { text-align: center; color: #ffffff; background-color: #ffb400; border-radius: 0.4rem; padding: 2px 0; margin: 0 0 0.6rem 0; font-size: 2.4rem; font-family: 'quicksand'; }
  .features_frame .features_box .features_03 img { display: block; margin: 24px auto 12px auto; width: 250px; }
  .features_frame .features_box .features_03 .features_text { margin: 0; } }
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_frame { padding: 2rem 0 4rem 0; background: url(../images/index_treatment_bg.png) no-repeat; background-position: center bottom; background-size: 250%; }
.treatment_frame .treatment_box .treatment_01 { width: 80%; margin: 0 auto 2rem auto; border: #e06176 2px solid; border-radius: 0.5rem; -webkit-box-shadow: 0.4rem 0.4rem #e9e8e8; box-shadow: 0.4rem 0.4rem #e9e8e8; padding: 0 0 2rem 0; background-color: #ffffff; }
.treatment_frame .treatment_box .treatment_01 .treatment_title { background-color: #e06176; color: #ffffff; text-align: center; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 12vw; }
.treatment_frame .treatment_box .treatment_01 .treatment_title img { margin: 0 0.6rem 0 0; width: 8%; }
.treatment_frame .treatment_box .treatment_01 ul { list-style-type: none; width: 90%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.treatment_frame .treatment_box .treatment_01 ul li { font-size: 1.4rem; width: 100%; }
.treatment_frame .treatment_box .treatment_01 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_01.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.treatment_frame .treatment_box .treatment_01 ul li.child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.treatment_frame .treatment_box .treatment_01 ul li.child a::before { content: url(../images/icon_07.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_01 ul li.c-checkup { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.treatment_frame .treatment_box .treatment_01 ul li.c-checkup a::before { content: url(../images/icon_08.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_01 ul li.c-vaccination { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.treatment_frame .treatment_box .treatment_01 ul li.c-vaccination a::before { content: url(../images/icon_09.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_01 ul li.consultation { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
.treatment_frame .treatment_box .treatment_01 ul li.consultation a::before { content: url(../images/icon_10.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 { width: 80%; margin: 0 auto 2rem auto; border: #327bd5 2px solid; border-radius: 0.5rem; -webkit-box-shadow: 0.4rem 0.4rem #e9e8e8; box-shadow: 0.4rem 0.4rem #e9e8e8; padding: 0 0 2rem 0; background-color: #ffffff; }
.treatment_frame .treatment_box .treatment_02 .treatment_title { background-color: #327bd5; color: #ffffff; text-align: center; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 12vw; }
.treatment_frame .treatment_box .treatment_02 .treatment_title img { margin: 0 0.6rem 0 0; width: 8%; }
.treatment_frame .treatment_box .treatment_02 ul { list-style-type: none; width: 90%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.treatment_frame .treatment_box .treatment_02 ul li { font-size: 1.4rem; width: 100%; }
.treatment_frame .treatment_box .treatment_02 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_02.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.treatment_frame .treatment_box .treatment_02 ul li.cardiology { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.treatment_frame .treatment_box .treatment_02 ul li.cardiology a::before { content: url(../images/icon_11.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 ul li.internal { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.treatment_frame .treatment_box .treatment_02 ul li.internal a::before { content: url(../images/icon_12.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 ul li.high_blood_pressure { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.treatment_frame .treatment_box .treatment_02 ul li.high_blood_pressure a::before { content: url(../images/icon_13.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 ul li.a-vaccination { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
.treatment_frame .treatment_box .treatment_02 ul li.a-vaccination a::before { content: url(../images/icon_14.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 ul li.lifestyle { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.treatment_frame .treatment_box .treatment_02 ul li.lifestyle a::before { content: url(../images/icon_15.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_02 ul li.a-checkup { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
.treatment_frame .treatment_box .treatment_02 ul li.a-checkup a::before { content: url(../images/icon_16.png); margin: 0 1rem 0 0; }
.treatment_frame .treatment_box .treatment_03 { width: 80%; margin: 0 auto 2rem auto; border: #f09a0c 2px solid; border-radius: 0.5rem; -webkit-box-shadow: 0.4rem 0.4rem #e9e8e8; box-shadow: 0.4rem 0.4rem #e9e8e8; padding: 0 0 2rem 0; background-color: #ffffff; }
.treatment_frame .treatment_box .treatment_03 .treatment_title { background-color: #f09a0c; color: #ffffff; text-align: center; font-size: 1.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 12vw; }
.treatment_frame .treatment_box .treatment_03 .treatment_title img { margin: 0 0.6rem 0 0; width: 8%; }
.treatment_frame .treatment_box .treatment_03 ul { list-style-type: none; width: 90%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.treatment_frame .treatment_box .treatment_03 ul li { font-size: 1.4rem; width: 100%; }
.treatment_frame .treatment_box .treatment_03 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_03.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 2rem 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
.treatment_frame .treatment_box .treatment_03 ul li.surgery { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.treatment_frame .treatment_box .treatment_03 ul li.surgery a::before { content: url(../images/icon_17.png); margin: 0 1rem 0 0; }

@media screen and (min-width: 768px), print { .treatment_frame { padding: 101px 0 0 0; height: 928px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(../images/index_treatment_bg.png) no-repeat; background-position: center bottom; background-size: 2000px; }
  .treatment_frame .treatment_box { width: 1170px; margin: 45px auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_box .treatment_01 { width: 570px; height: 235px; margin: 0 0 0 0; border: #e06176 3px solid; border-radius: 0.5rem; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .treatment_frame .treatment_box .treatment_01 .treatment_title { background-color: #e06176; color: #ffffff; text-align: center; font-size: 2.7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; margin: 0 0 16px 0; }
  .treatment_frame .treatment_box .treatment_01 .treatment_title img { margin: 0 9px 0 0; width: 46px; }
  .treatment_frame .treatment_box .treatment_01 ul { list-style-type: none; width: 520px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_box .treatment_01 ul li { font-size: 2rem; width: 250px; margin: 0 0 12px 0; }
  .treatment_frame .treatment_box .treatment_01 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_01.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  .treatment_frame .treatment_box .treatment_01 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #e06176; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  .treatment_frame .treatment_box .treatment_01 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .treatment_frame .treatment_box .treatment_01 ul li.child { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .treatment_frame .treatment_box .treatment_01 ul li.child a::before { content: url(../images/icon_07.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_01 ul li.c-checkup { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .treatment_frame .treatment_box .treatment_01 ul li.c-checkup a::before { content: url(../images/icon_08.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_01 ul li.c-vaccination { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .treatment_frame .treatment_box .treatment_01 ul li.c-vaccination a::before { content: url(../images/icon_09.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_01 ul li.consultation { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .treatment_frame .treatment_box .treatment_01 ul li.consultation a::before { content: url(../images/icon_10.png); margin: 0 8px 0 0; }
  .treatment_frame .treatment_box .treatment_02 { width: 570px; height: 235px; margin: 0 0 0 0; border: #327bd5 3px solid; border-radius: 0.5rem; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .treatment_frame .treatment_box .treatment_02 .treatment_title { background-color: #327bd5; color: #ffffff; text-align: center; font-size: 2.7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; margin: 0 0 16px 0; }
  .treatment_frame .treatment_box .treatment_02 .treatment_title img { margin: 0 9px 0 0; width: 46px; }
  .treatment_frame .treatment_box .treatment_02 ul { list-style-type: none; width: 520px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_box .treatment_02 ul li { font-size: 2rem; width: 250px; margin: 0 0 12px 0; }
  .treatment_frame .treatment_box .treatment_02 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_02.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }
  .treatment_frame .treatment_box .treatment_02 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #327bd5; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  .treatment_frame .treatment_box .treatment_02 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .treatment_frame .treatment_box .treatment_02 ul li.cardiology { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .treatment_frame .treatment_box .treatment_02 ul li.cardiology a::before { content: url(../images/icon_11.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_02 ul li.internal { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .treatment_frame .treatment_box .treatment_02 ul li.internal a::before { content: url(../images/icon_12.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_02 ul li.high_blood_pressure { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .treatment_frame .treatment_box .treatment_02 ul li.high_blood_pressure a::before { content: url(../images/icon_13.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_02 ul li.a-vaccination { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .treatment_frame .treatment_box .treatment_02 ul li.a-vaccination a::before { content: url(../images/icon_14.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_02 ul li.lifestyle { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .treatment_frame .treatment_box .treatment_02 ul li.lifestyle a::before { content: url(../images/icon_15.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_02 ul li.a-checkup { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .treatment_frame .treatment_box .treatment_02 ul li.a-checkup a::before { content: url(../images/icon_16.png); margin: 0 10px 0 0; }
  .treatment_frame .treatment_box .treatment_03 { width: 570px; height: 179px; margin: 45px 0 0 0; border: #f09a0c 3px solid; border-radius: 0.5rem; -webkit-box-shadow: 6px 6px #e9e8e8; box-shadow: 6px 6px #e9e8e8; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  .treatment_frame .treatment_box .treatment_03 .treatment_title { background-color: #f09a0c; color: #ffffff; text-align: center; font-size: 2.7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 68px; margin: 0 0 16px 0; }
  .treatment_frame .treatment_box .treatment_03 .treatment_title img { margin: 0 9px 0 0; width: 46px; }
  .treatment_frame .treatment_box .treatment_03 ul { list-style-type: none; width: 530px; margin: 25px auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .treatment_frame .treatment_box .treatment_03 ul li { font-size: 2rem; width: 530px; margin: 0 0 12px 0; }
  .treatment_frame .treatment_box .treatment_03 ul li a { color: #545454; text-decoration: none; background: url(../images/icon_arrow_03.png); background-position: right center; background-repeat: no-repeat; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 20px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; position: relative; }
  .treatment_frame .treatment_box .treatment_03 ul li a::after { position: absolute; bottom: -4px; left: 0; content: ''; width: 100%; height: 2px; background: #f09a0c; -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right top; transform-origin: right top; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
  .treatment_frame .treatment_box .treatment_03 ul li a:hover::after { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  .treatment_frame .treatment_box .treatment_03 ul li.surgery { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .treatment_frame .treatment_box .treatment_03 ul li.surgery a::before { content: url(../images/icon_17.png); margin: 0 0.4rem 0 0; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 0 auto; padding: 2rem 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffd0; }
.overview h2.summary { text-align: center; margin: 0 0 1rem 0; }
.overview h2.summary img { width: 80%; height: auto; }
.overview .overview_box { padding: 0 0 3rem 0; }
.overview .overview_box .overview_left dl { width: 92%; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
.overview .overview_box .overview_left dl dt { margin: 0 0 1rem 0; width: 20%; line-height: 140%; }
.overview .overview_box .overview_left dl dt span { color: #ffffff; background-color: #23ac38; font-size: 1.2rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.2rem 0; border-radius: 0.4rem; }
.overview .overview_box .overview_left dl dd { color: #545454; font-size: 1.4rem; margin: 0 0 1rem 0; width: 75%; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
.overview .overview_box .overview_left dl dd.overview_tel a { text-decoration: none; color: #545454; font-weight: normal; font-size: 1.4rem; }
.overview .overview_box .overview_left dl dd.overview_tel span { color: #545454; font-weight: normal; font-size: 1.4rem; }
.overview .overview_box .overview_right { width: 92%; margin: 0 auto 0 auto; padding: 0 0 0 0; }

iframe.googlemap { width: 100%; height: 500px; }

.top_link_bg { padding: 0 0 2rem 0; background-color: #ffffd0; }
.top_link_bg .top_link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.top_link_bg .top_link a { display: block; width: 80%; margin: 0 auto 1rem auto; text-align: center; }
.top_link_bg .top_link a img { width: 100%; max-width: 183px; display: block; margin: 0 auto; }

@media screen and (min-width: 768px), print { .overview { width: 100%; margin: 0 auto; padding: 89px 0 42px 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffd0; }
  .overview h2.summary { text-align: center; margin: 0 0 72px 0; }
  .overview h2.summary img { width: 768px; height: auto; }
  .overview .overview_box { width: 1170px; margin: 0 auto; padding: 0 0 3rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .overview .overview_box .overview_left { width: 530px; }
  .overview .overview_box .overview_left dl { width: 530px; margin: 0 auto 2rem auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 160%; }
  .overview .overview_box .overview_left dl dt { margin: 0 0 7px 0; width: 75px; line-height: 140%; }
  .overview .overview_box .overview_left dl dt span { color: #ffffff; background-color: #23ac38; font-size: 1.2rem; font-weight: normal; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.2rem 0; border-radius: 0.4rem; width: 75px; height: 27px; letter-spacing: 0.1em; }
  .overview .overview_box .overview_left dl dd { color: #545454; font-size: 1.7rem; margin: 0 0 7px 0; width: 444px; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; }
  .overview .overview_box .overview_left dl dd.overview_tel a { text-decoration: none; color: #545454; font-weight: normal; font-size: 1.7rem; }
  .overview .overview_box .overview_left dl dd.overview_tel span { color: #545454; font-weight: normal; font-size: 1.7rem; }
  .overview .overview_box .overview_right { width: 640px; margin: 0 auto 0 auto; padding: 0 0 0 0; }
  iframe.googlemap { width: 100%; height: 446px; }
  .top_link_bg { padding: 0 0 2rem 0; background-color: #ffffd0; }
  .top_link_bg .top_link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0 0 2rem 0; width: 1200px; margin: 0 auto; }
  .top_link_bg .top_link a { display: block; width: 183px; margin: 0 auto 1rem auto; text-align: center; }
  .top_link_bg .top_link a img { width: 183px; max-width: 183px; display: block; margin: 0 auto; }
  .top_link_bg .top_link a:hover { opacity: 0.6; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { margin: 0; text-align: center; margin: 0; padding: 0.8rem 0; color: #ffffff; font-size: 1.2rem; height: auto; letter-spacing: 0.05em; background-color: #2eb042; }
footer .copyright a { color: #ffffff; text-decoration: none; }
footer .copyright a span { display: block; }

.footer_link { position: fixed; bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 0.6rem 0; background-color: rgba(255, 255, 255, 0.8); z-index: 999999; }
.footer_link a.footer_tel { width: 25%; margin: 0; color: #ffffff; text-align: center; font-size: 1.4rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #e09a06; padding: 0.6rem 0; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.2rem; text-decoration: none; }
.footer_link a.footer_tel span a { text-decoration: none; color: #ffffff; }
.footer_link a.footer_online { width: 30%; margin: 0; color: #ffffff; text-align: center; font-size: 1.2rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #e09a06; padding: 0.6rem 0; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.2rem; text-decoration: none; line-height: 120%; }
.footer_link a.footer_online span a { text-decoration: none; color: #ffffff; }
.footer_link a.footer_reservation { width: 38%; margin: 0; color: #ffffff; text-align: center; font-size: 1.2rem; font-weight: bold; letter-spacing: 0.1em; display: block; background-color: #e09a06; padding: 0.6rem 0; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.2rem; text-decoration: none; line-height: 120%; }
.footer_link a.footer_reservation span a { text-decoration: none; color: #ffffff; }
.footer_link .smoothScrolls { background-color: #8cc66d; width: 20%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0.2rem; }
.footer_link .smoothScrolls a { width: 100%; color: #ffffff; padding: 0.8rem 0; font-weight: bold; text-decoration: none; font-size: 1.4rem; }

@media screen and (min-width: 768px), print { footer { width: 100%; height: 250px; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px 0 0 0; margin: 0 0 0 0; overflow: hidden; background: url(../images/footer_bg.jpg) repeat-x; position: relative; }
  footer .footer_frame { display: block; width: 1000px; margin: 0 auto 0 auto; padding: 0 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 130px; position: relative; }
  footer .footer_frame ul.footer_list_main { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 0 0; }
  footer .footer_frame ul.footer_list_main li { margin: 0 7px 6px 0; }
  footer .footer_frame ul.footer_list_main li a { color: #ffffff; text-decoration: none; line-height: 140%; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame ul.footer_list_main li a span span { display: none; }
  footer .footer_frame ul.footer_list_main li a i { display: none; }
  footer .footer_frame ul.footer_list_main li a br { display: none; }
  footer .footer_frame ul.footer_list_main li a:hover { text-decoration: underline; }
  footer .footer_frame ul.footer_list_main li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 27px 0 27px; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame ul.footer_list_main li:first-child::before { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 27px 0 0; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav1 { position: absolute; top: 52px; left: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame .subnav1 p { font-size: 1.6rem; color: #ffffff; }
  footer .footer_frame .subnav1 ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 0 0; }
  footer .footer_frame .subnav1 ul li { margin: 0 7px 6px 0; }
  footer .footer_frame .subnav1 ul li a { color: #ffffff; text-decoration: none; line-height: 140%; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav1 ul li a span span { display: none; }
  footer .footer_frame .subnav1 ul li a i { display: none; }
  footer .footer_frame .subnav1 ul li a br { display: none; }
  footer .footer_frame .subnav1 ul li a:hover { text-decoration: underline; }
  footer .footer_frame .subnav1 ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 2px 0 8px; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav1 ul li:first-child::before { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 8px 0 0; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav2 { position: absolute; top: 85px; left: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame .subnav2 p { font-size: 1.6rem; color: #ffffff; }
  footer .footer_frame .subnav2 ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 0 0; }
  footer .footer_frame .subnav2 ul li { margin: 0 7px 6px 0; }
  footer .footer_frame .subnav2 ul li a { color: #ffffff; text-decoration: none; line-height: 140%; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav2 ul li a span span { display: none; }
  footer .footer_frame .subnav2 ul li a i { display: none; }
  footer .footer_frame .subnav2 ul li a br { display: none; }
  footer .footer_frame .subnav2 ul li a:hover { text-decoration: underline; }
  footer .footer_frame .subnav2 ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 2px 0 8px; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav2 ul li:first-child::before { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 8px 0 0; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav3 { position: absolute; top: 115px; left: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  footer .footer_frame .subnav3 p { font-size: 1.6rem; color: #ffffff; }
  footer .footer_frame .subnav3 ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 0 0; }
  footer .footer_frame .subnav3 ul li { margin: 0 7px 6px 0; }
  footer .footer_frame .subnav3 ul li a { color: #ffffff; text-decoration: none; line-height: 140%; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav3 ul li a span span { display: none; }
  footer .footer_frame .subnav3 ul li a i { display: none; }
  footer .footer_frame .subnav3 ul li a br { display: none; }
  footer .footer_frame .subnav3 ul li a:hover { text-decoration: underline; }
  footer .footer_frame .subnav3 ul li::after { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 2px 0 8px; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .footer_frame .subnav3 ul li:first-child::before { content: "|"; font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; margin: 0 8px 0 0; color: #ffffff; font-size: 1.6rem; font-weight: normal; }
  footer .copyright { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; margin: 0 auto; padding: 0; color: #ffffff; font-size: 1.6rem; height: 58px; letter-spacing: 0.05em; width: 1170px; border-top: #ffffff 1px solid; background-color: transparent; display: block; }
  footer .copyright a { color: #ffffff; text-decoration: none; height: 58px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 0 0; font-size: 1.6rem; }
  .footer_link { display: none; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop img { width: 50px; height: auto; display: block; }

#pagetop { position: fixed; bottom: 17vw; margin: 0; right: 1%; text-align: center; z-index: 9999999; }

#pagetop a { display: block; }

#pagetop_position { display: block; float: right; margin: 0; padding: 0; }

@media screen and (min-width: 768px), print { #linkpagetop { float: left; }
  #linkpagetop img { width: 50px; height: auto; display: block; }
  #pagetop { position: fixed; bottom: 58px; left: 50%; right: 0; margin: 0 0 0 650px; text-align: center; z-index: 9999999; }
  #pagetop a { display: block; }
  #pagetop_position { display: block; float: right; margin: 0; padding: 0; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop_position { display: block; }
  #pagetop { position: fixed; bottom: 64px; left: 90%; margin: 0 0 0 0; height: 64px; text-align: center; } }

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