@charset "UTF-8";
/* =======================================================================
 共通項目

======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字PC*/
/*基本フォント*/
/*Kosugi Maru*/
/*Mandali*/
/*基本文字色*/
/*基本背景色*/
/*logo1*/
/*logo2 text2*/
/*text3*/
/*背景・その他*/
/*背景 薄水色*/
/*渋水色*/
/*灰色*/
/*薄水色*/
/*濃灰色*/
/*薄灰色*/
/*th dt*/
/*薄青灰色*/
/*ピンク*/
/*ピンク*/
/*薄緑*/
/*黄色*/
/*緑2*/
/*黄色*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #020202; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #020202; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 2rem 0 0 0; padding: 0 2%; }
section.first { margin: 0 0 0 0; }
section.bg_blue { background: url(../images/bg_blue.png) repeat; background-position: left top; }
section.bg_gry { background: url(../images/bg_gry.png) repeat; background-position: left top; }

.bg_color12 { display: block; padding: 2rem 2rem 1rem; background-color: #f3f7fb; }

.sentence { height: auto; overflow: hidden; }

.pc_n { display: block !important; }

.sp_n { display: none !important; }

@media screen and (min-width: 768px) { body { margin: 0; padding: 0; }
  section { height: auto; overflow: hidden; margin: 2rem 0 0 0; }
  section.normal_section { margin: 20px auto; padding: inherit; max-width: 1080px; width: 100%; }
  section.mb_7 { margin-bottom: 7rem; }
  section .section_inner { display: block; padding: 1rem; }
  .pc_n { display: none !important; }
  .sp_n { display: block !important; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
article.low { margin: 0 auto; }

.wrapper { height: auto; width: 100%; margin: 0 auto; 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; }
.wrapper .main { width: 100%; margin: 0 auto; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto; padding: 0; }
  article.low { margin: 0 auto; }
  .wrapper { width: 100%; height: auto; margin: 0 auto; padding: 0 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .wrapper .main { width: 100%; margin: 0; padding: 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
/* -----------------------------------------------------------
　文字装飾
----------------------------------------------------------- */
span.text_red, p.text_red { color: red; }

span.text_brown { color: #06b4ea; font-weight: bold; }

span.bold_text { font-weight: bold; }

strong { font-weight: bold; font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

span.underline_text { text-decoration: underline; }

@media screen and (min-width: 768px) { strong { font-weight: bold; font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header { height: auto; border-top: #10378b 4px solid; }
header .head_frame { margin: 0.6rem auto 0.3rem auto; width: 96%; }
header .head_frame .head_logo { width: 100%; }
header .head_frame .head_logo a { width: 80%; display: block; padding-top: 10px; }
header .head_frame .head_logo a img { width: 100%; height: auto; }
header .head_frame .head_logo span { width: 83%; display: block; text-align: left; margin: 0.5rem 0; font-size: 1.2rem; line-height: 1.4; }
header .head_frame .head_info { margin: 1rem 0 0 0; width: 100%; }
header .head_frame .head_info span.tel { width: 100%; text-align: center; font-size: 2.6rem; font-family: "Mandali", sans-serif; font-weight: bold; letter-spacing: 1px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; position: relative; }
header .head_frame .head_info span.tel::before { content: '\e801'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; position: absolute; left: 2.5rem; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #10378b; font-size: 2.8rem; }
header .head_frame .head_info span.tel a { color: #10378b; display: inline-block; width: 100%; height: 100%; line-height: 1.3; padding-left: 5%; }
header .head_frame .head_info a { text-decoration: none; display: block; padding: 0.8rem 0; color: #ffffff; margin: auto; width: 100%; border: #10378b 1px solid; border-radius: 4px; }
header .head_frame .head_info span.access { width: 100%; 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; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; border-radius: 4px; font-size: 1.8rem; font-weight: bold; font-family: "Kosugi Maru", sans-serif; margin: 0; padding: 1rem 0; margin: 0.4rem 0; letter-spacing: 0.2rem; line-height: 0.9; position: relative; }
header .head_frame .head_info span.access::before { content: '\e810'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; color: #10378b; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 2.4rem; margin-right: 5px; }
header .head_frame .head_info span.access em { font-style: normal; color: #10378b; }
header .head_frame .head_info span.access b { font-size: 2.4rem; }
header .head_frame .head_link { 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; }
header .head_frame .head_link a { display: block; width: 48%; color: #ffffff; font-weight: bold; text-decoration: none; background-color: #10378b; border-radius: 0.8rem; text-align: center; font-size: 1.4rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
header.blog { height: 30vw; }

@media screen and (min-width: 768px) { header { height: auto; }
  header .head_frame { margin: 20px auto 0 auto; width: 1080px; 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; }
  header .head_frame .head_logo { width: 540px; }
  header .head_frame .head_logo a { width: 320px; }
  header .head_frame .head_logo a img { width: 100%; height: auto; }
  header .head_frame .head_logo span { display: block; text-align: center; margin: 0.5rem auto; font-size: 1.4rem; }
  header .head_frame .head_info { margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -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; }
  header .head_frame .head_info span.tel { width: auto; text-align: left; border: none; font-size: 3.2rem; margin: 0; padding: 0.6rem 1rem 0.6rem 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -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; position: relative; }
  header .head_frame .head_info span.tel::before { position: absolute; left: 5px; width: 1em; font-size: 3rem; }
  header .head_frame .head_info a { text-decoration: none; display: block; padding: 0.8rem 0; border: none; }
  header .head_frame .head_info span.access { width: auto; 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; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; font-size: 2.4rem; font-weight: bold; margin: 0; padding: 1.4rem 0 1.4rem 1.0rem; margin: 0.4rem 0; line-height: 0.9; position: relative; }
  header .head_frame .head_info span.access::before { margin-right: 8px; width: 1em; font-size: 3rem; }
  header .head_frame .head_info span.access b { font-size: 3rem; }
  header .head_frame .head_info span.access:hover { opacity: 0.6; }
  header .head_frame .head_link { 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: 420px; margin: 30px 0 0 0; }
  header .head_frame .head_link a { display: block; width: 200px; color: #ffffff; font-weight: bold; text-decoration: none; background-color: #10378b; border-radius: 2rem; text-align: center; font-size: 1.8rem; padding: 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 45px; }
  header.blog { height: 110px; } }
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual { display: block; width: 100%; height: 55vh; margin: 0; background-size: cover; background-position: center top; position: relative; }
.key_visual .key_on { display: block; width: 38%; margin: 0 0 auto auto; z-index: 1; text-align: center; position: relative; }
.key_visual .key_on img { width: 100%; margin: auto 0 auto auto; position: absolute; top: 25vh; right: 1rem; }
.key_visual .key_white { width: 100%; height: 120px; display: block; background-color: #ffffff; position: absolute; top: 41vh; }
.key_visual .key_white .key_width { width: 98%; height: 100%; margin: auto auto; padding-top: 50px; display: block; }
.key_visual .key_white .key_width img { width: 100%; }

.key_visual_low { display: block; width: 100%; height: 34vw; overflow: hidden; margin: 0; background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; 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; }
.key_visual_low h1 { color: #020202; font-weight: bold; font-size: 2.2rem; font-family: "Kosugi Maru", sans-serif; margin: 0; }

.key_visual_blog { display: block; width: 100%; height: 34vw; overflow: hidden; margin: 1rem 0 0 0; background: url(./images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.key_visual_blog h1 { color: #1fb446; font-weight: bold; font-size: 1.6rem; margin: 10vw 0 0 0; }

@media screen and (min-width: 768px) { .key_visual { display: block; width: 100%; margin: 0 auto; background-size: cover; background-position: center top; overflow: hidden; position: relative; }
  .key_visual .key_on { display: block; position: relative; width: 1080px; margin: 0 auto; z-index: 1; }
  .key_visual .key_on img { width: auto; position: absolute; top: 280px; right: 0; }
  .key_visual .key_white { width: 100%; height: 120px; display: block; background-color: #ffffff; position: relative; top: 400px; }
  .key_visual .key_white .key_width { width: 1080px; height: 100%; margin: auto auto; padding-top: 50px; display: block; }
  .key_visual .key_white .key_width img { width: auto; }
  .key_visual_low { display: block; width: 100%; height: 167px; overflow: hidden; margin: 1rem 0 0; background: url(../images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; 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; }
  .key_visual_low h1 { font-size: 3.8rem; margin: 0; }
  .key_visual_blog { display: block; width: 100%; height: 210px; overflow: hidden; margin: 1rem 0 0 0; background: url(./images/key_visual_low.jpg) no-repeat; background-size: cover; background-position: center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .key_visual_blog h1 { color: #1fb446; font-weight: bold; font-size: 3.8rem; margin: 48px 0 0 0; } }
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; }
table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; border-bottom: #ffffff 1px solid; }
table.timetable tr:first-child { border-top: #ffffff 1px solid; }
table.timetable tr th { background-color: #4068be; padding: 12px 0; text-align: center; color: #ffffff; font-size: 1.2rem; font-weight: normal; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: #ffffff 1px solid; }
table.timetable tr th:last-child { border-right: none; }
table.timetable tr th.holiday { width: 15%; }
table.timetable tr td { text-align: center; padding: 0.8rem 0; font-size: 2rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: #06b4ea; border-right: #ffffff 1px solid; }
table.timetable tr td:last-child { border-right: none; }
table.timetable tr td.time { width: 30%; font-size: 1rem; text-align: center; color: #ffffff; }
table.timetable tr td.off { color: #ffffff; }

.notice_time { font-size: 1.4rem; color: #ffffff; line-height: 120%; width: 100%; margin: 15px auto 10px auto; }

.main table.timetable tr { border-bottom: #10378b 1px solid; }
.main table.timetable tr:first-child { border-top: #10378b 1px solid; }
.main table.timetable tr th { background-color: #10378b; color: #ffffff; font-size: 1.2rem; border-right: #ffffff 1px solid; }
.main table.timetable tr td { color: #06b4ea; border-right: #10378b 1px solid; }
.main table.timetable tr td:last-child { border-right: none; }
.main table.timetable tr td.time { color: #020202; }
.main table.timetable tr td.off { color: #020202; }
.main .notice_time { color: #020202; font-size: 1.4rem; }

@media screen and (min-width: 768px) { table.timetable { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; }
  table.timetable tr { margin: 0px; padding: 0px; vertical-align: middle; }
  table.timetable tr th { padding: 12px 0; text-align: center; font-size: 1.5rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr th.holiday { width: 15%; }
  table.timetable tr td { text-align: center; padding: 1.2rem 0; font-size: 1.8rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.timetable tr td.time { width: 30%; font-size: 1.4rem; text-align: center; }
  .notice_time { font-size: 1.4rem; margin: 0; width: 100%; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 180%; }
  .main table.timetable tr th { font-size: 1.6rem; }
  .main table.timetable tr td { font-size: 1.8rem; }
  .main table.timetable tr td.time { width: 30%; font-size: 1.6rem; text-align: center; }
  .main .notice_time { font-size: 1.4rem; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; margin: 0 auto; padding: 0; width: 100%; background-color: #10378b; }
  .main_nav_pc nav { width: 1080px; height: 40px; margin: 22px auto 0 auto; }
  .main_nav_pc nav ul { width: 1080px; 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: nowrap; flex-wrap: nowrap; }
  .main_nav_pc nav ul li { width: 19.5%; text-align: center; font-size: 1.8rem; line-height: 100%; margin: 0; background-color: #10378b; position: relative; }
  .main_nav_pc nav ul li::before { content: ""; border-left: #ffffff 1px solid; height: 26px; position: absolute; top: 50%; left: 0; margin-top: -13px; }
  .main_nav_pc nav ul li a { 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; height: 40px; color: #ffffff; text-decoration: none; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-left: 5%; }
  .main_nav_pc nav ul li a::before { content: '\e804'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; color: #8ad6ee; width: 1em; font-size: 1.4rem; position: absolute; top: 1rem; left: 29%; }
  .main_nav_pc nav ul li a:hover { color: #ffffff; background-color: #06b4ea; }
  .main_nav_pc nav ul li:nth-child(2) a::before { content: '\e805'; font-size: 1.5rem; position: absolute; top: 1rem; left: 23%; }
  .main_nav_pc nav ul li:nth-child(3) a::before { content: '\e812'; font-size: 1.5rem; position: absolute; top: 1rem; left: 23%; }
  .main_nav_pc nav ul li:nth-child(4) a::before { content: '\e806'; font-size: 1.4rem; position: absolute; top: 1rem; left: 23%; }
  .main_nav_pc nav ul li:last-child { width: 22%; }
  .main_nav_pc nav ul li:last-child::after { content: ""; border-left: #ffffff 1px solid; height: 26px; position: absolute; top: 50%; right: 0; margin-top: -13px; }
  .main_nav_pc nav ul li:last-child a::before { content: '\e808'; font-size: 1.6rem; position: absolute; top: 1rem; left: 9%; } }
/* -----------------------------------------------------------
　診療時間表
----------------------------------------------------------- */
.medical_time { background-color: #8ad6ee; margin: 2rem 0 0 0; }
.medical_time .medical_time_left { text-align: center; padding: 2rem 0 0.5rem 0; }
.medical_time .medical_time_left img { width: 40%; }
.medical_time .medical_time_right { padding: 0 0 1rem 0; }
.medical_time .medical_time_right table { width: 96%; margin: 0 auto; }
.medical_time .medical_time_right p { width: 96%; margin: 1rem auto; }

@media screen and (min-width: 768px) { .medical_time { background-color: #8ad6ee; margin: 38px 0 60px 0; padding: 38px 0 20px 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; }
  .medical_time .medical_time_left { text-align: center; padding: 2rem 0 0.5rem 0; width: 169px; }
  .medical_time .medical_time_left img { width: 169px; }
  .medical_time .medical_time_right { padding: 0 0 1rem 0; width: 560px; }
  .medical_time .medical_time_right table { width: 96%; margin: 0 auto; }
  .medical_time .medical_time_right p { width: 96%; margin: 1rem auto; } }
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 0 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; height: auto; width: 100%; margin: 0 auto; box-sizing: border-box; }
.notice_frame dl { overflow-y: scroll; height: 35vh; background-color: #ffffff; border-top: #a0a0a0 1px solid; border-bottom: #a0a0a0 1px solid; padding: 2rem; }
.notice_frame dl dt { margin: 0 0; color: #10378b; font-size: 1.4rem; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; line-height: 120%; -webkit-transition: all 0.5s; transition: all 0.5s; }
.notice_frame dl dt span { color: #FF0004; margin: 0 1rem 0 0; }
.notice_frame dl dt .date { display: table; margin-bottom: 3px; padding: 2px 10px; color: #10378b !important; font-size: 1.6rem; font-weight: normal; background-color: #8ad6ee; border-radius: 2px; }
.notice_frame dl dd { display: block; color: #020202; margin: 0 0 1rem 0; font-size: 1.4rem; line-height: 100%; padding: 0 0 0 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.notice_frame dl dd p { line-height: 140%; }

@media screen and (min-width: 768px) { .notice_frame { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 250px; width: 70%; margin: 0 auto; box-sizing: border-box; }
  .notice_frame dl { overflow-y: scroll; height: 220px; }
  .notice_frame dl dt { margin: 0 0 0.2rem 0; font-size: 1.8rem; padding: 0 0 0 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; line-height: 120%; }
  .notice_frame dl dt span { color: #FF0004; margin: 0 1rem 0 0; }
  .notice_frame dl dt .date { display: inline-block; font-size: 1.6rem; }
  .notice_frame dl dd { margin: 0 0 2rem 128px; font-size: 1.6rem; line-height: 120%; padding: 0 0 0 0.8rem; -webkit-box-sizing: border-box; box-sizing: border-box; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame dl::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame dl::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame dl::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　診察内容
----------------------------------------------------------- */
.shinsatsu_nav { display: block; margin: 0 auto; padding: 0; width: 100%; }
.shinsatsu_nav ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.shinsatsu_nav ul li { width: 156px; height: 175px; margin: 0 1rem 15px; padding: 0; }
.shinsatsu_nav ul li:hover { opacity: 0.7; cursor: pointer; }
.shinsatsu_nav ul li a { width: 100%; height: auto; padding: 145px 0 0; color: #10378b; font-size: 1.8rem; font-family: "Kosugi Maru", sans-serif; text-decoration: none; display: inline-block; margin: 0 auto; text-align: center; position: relative; }
.shinsatsu_nav ul li a::before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; color: #ffffff; background-color: #38c6f1; -webkit-box-shadow: -4px -4px 0px 0px #06b4ea inset; box-shadow: -4px -4px 0px 0px #06b4ea inset; width: 65px; height: 65px; padding: 35px; border-radius: 50%; font-size: 6rem; position: absolute; top: 0; left: 50%; margin-left: -67.5px; }
.shinsatsu_nav ul li a::after { content: '\e811'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; font-size: 1.8rem; margin-left: 10px; }
.shinsatsu_nav ul li a img { width: 100%; }
.shinsatsu_nav ul li:first-child a::before { content: '\e80a'; }
.shinsatsu_nav ul li:nth-child(2) a::before { content: '\e80b'; }
.shinsatsu_nav ul li:nth-child(3) a::before { content: '\e80c'; }
.shinsatsu_nav ul li:nth-child(4) a::before { content: '\e80d'; }
.shinsatsu_nav ul li:nth-child(5) a::before { content: '\e80e'; font-size: 4.5rem; width: 65px; height: 45px; padding: 45px 35px; }
.shinsatsu_nav ul li:nth-child(6) a::before { content: '\e80f'; }
.shinsatsu_nav ul li:nth-child(7) a::before { content: '\e800'; }

@media screen and (min-width: 768px) { .shinsatsu_nav { display: block; margin: 0 auto; padding: 0; max-width: 1080px; width: 100%; }
  .shinsatsu_nav ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .shinsatsu_nav ul li { width: 135px; height: 165px; margin: 0 6rem 15px; padding: 0; }
  .shinsatsu_nav ul li:hover { opacity: 0.7; cursor: pointer; }
  .shinsatsu_nav ul li a { width: 100%; height: auto; padding: 145px 0 0; font-size: 2rem; }
  .shinsatsu_nav ul li a::before { -webkit-box-shadow: -4px -4px 0px 0px #06b4ea inset; box-shadow: -4px -4px 0px 0px #06b4ea inset; width: 65px; height: 65px; padding: 35px; border-radius: 50%; font-size: 6rem; }
  .shinsatsu_nav ul li a::after { font-size: 1.8rem; margin-left: 10px; }
  .shinsatsu_nav ul li a img { width: 100%; }
  .shinsatsu_nav ul li:nth-child(5) a::before { font-size: 4.5rem; width: 65px; height: 45px; padding: 45px 35px; } }
/* -----------------------------------------------------------
　ご挨拶　他　共通
----------------------------------------------------------- */
.common_frame { width: 100%; height: auto; margin: 55px auto; padding: 0; display: block; }
.common_frame.right { display: block; }
.common_frame .wid_74, .common_frame .wid_66, .common_frame .wid_56, .common_frame .wid_30, .common_frame .wid_40 { width: 100%; }
.common_frame .wid_22 { width: 60%; margin: auto; padding-top: 2rem; }
.common_frame img { width: 100%; margin-bottom: 0.5rem; }
.common_frame p { line-height: 2.5rem; margin-bottom: 0.5rem; }
.common_frame .common_frame_inner { display: block; padding-top: 1.5rem; }
.common_frame .common_frame_inner figure { margin-bottom: 2rem; width: 100%; }
.common_frame .common_frame_inner figure figcaption { font-size: 1.4rem; line-height: 1.5; }
.common_frame .feature_frame { width: 98%; display: block; min-height: 57vw; height: auto; position: relative; }
.common_frame .feature_frame img { width: 85%; height: auto; border-radius: 5px; position: relative; z-index: 20; }
.common_frame .feature_frame .feature_text { display: block; width: 85%; min-height: 40vw; height: auto; border-radius: 5px; font-family: "Kosugi Maru", sans-serif; z-index: 10; }
.common_frame .feature_frame .feature_text b { font-family: Arial, Helvetica, "sans-serif"; font-size: 3.1rem; }
.common_frame .feature_frame .feature_text p { font-size: 1.4rem; font-weight: 500; line-height: 140%; }
.common_frame .feature_frame.feature01, .common_frame .feature_frame.feature03 { margin-bottom: 3rem; }
.common_frame .feature_frame.feature01 .feature_text, .common_frame .feature_frame.feature03 .feature_text { background-color: #ffffff; position: absolute; bottom: 0; right: 0; }
.common_frame .feature_frame.feature01 .feature_text b, .common_frame .feature_frame.feature03 .feature_text b { color: #10378b; position: absolute; bottom: 15px; right: 15px; }
.common_frame .feature_frame.feature01 .feature_text p, .common_frame .feature_frame.feature03 .feature_text p { color: #10378b; padding-left: 1.7rem; padding-top: 7.8rem; padding-bottom: 0.9rem; }
.common_frame .feature_frame.feature03 { min-height: 70vw; }
.common_frame .feature_frame.feature03 .feature_text { min-height: 51vw; }
.common_frame .feature_frame.feature02, .common_frame .feature_frame.feature04 { margin-bottom: 3rem; }
.common_frame .feature_frame.feature02 .feature_text, .common_frame .feature_frame.feature04 .feature_text { background-color: #06b4ea; position: absolute; bottom: 0; right: 0; }
.common_frame .feature_frame.feature02 .feature_text b, .common_frame .feature_frame.feature04 .feature_text b { color: #ace4f6; position: absolute; bottom: 15px; right: 15px; }
.common_frame .feature_frame.feature02 .feature_text p, .common_frame .feature_frame.feature04 .feature_text p { color: #ffffff; padding-left: 1.7rem; padding-top: 7.8rem; padding-bottom: 0.9rem; }

.btn01 { color: #ffffff; text-align: center; text-decoration: none; display: block; font-size: 1.6rem; padding: 1rem 1.5rem 1rem 0.5rem; width: 80%; margin: 1.8rem auto 2rem; background-color: #10378b; position: relative; border-radius: 50px; }
.btn01::after { content: '\e811'; font-family: "fontello"; font-style: normal; font-weight: normal; font-size: 1.6rem; line-height: 80%; speak: none; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; color: #ffffff; margin-left: 1rem; position: absolute; top: 50%; margin-top: -0.8rem; }
.btn01:hover { opacity: 0.7; }

.btn02 { color: #ffffff; text-align: center; text-decoration: none; display: block; font-size: 1.6rem; padding: 1rem 1.5rem 1rem 0.5rem; width: 80%; margin: 1.8rem auto 2rem; background-color: #06b4ea; position: relative; border-radius: 50px; }
.btn02::after { content: '\e811'; font-family: "fontello"; font-style: normal; font-weight: normal; font-size: 1.6rem; line-height: 80%; speak: none; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; color: #ffffff; margin-left: 1rem; position: absolute; top: 50%; margin-top: -0.8rem; }
.btn02:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { .common_frame { max-width: 1080px; width: 100%; height: auto; margin: 75px 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .common_frame.right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .common_frame.row { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .common_frame .wid_74 { width: 74%; }
  .common_frame .wid_66 { width: 66%; }
  .common_frame .wid_56 { width: 56%; }
  .common_frame .wid_40 { width: 40%; }
  .common_frame .wid_30 { width: 30%; }
  .common_frame .wid_22 { width: 22%; }
  .common_frame img { width: 100%; }
  .common_frame p { line-height: 2.5rem; }
  .common_frame p.mb_4 { margin-bottom: 4rem; }
  .common_frame .common_frame_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: normal; -ms-flex-align: normal; align-items: normal; padding-top: 2rem; }
  .common_frame .common_frame_inner figure { margin-bottom: 2rem; width: 49%; }
  .common_frame .common_frame_inner figure figcaption { font-size: 1.6rem; line-height: 1.5; }
  .common_frame .feature_frame { width: 47%; min-height: 0; height: 281px; position: relative; }
  .common_frame .feature_frame img { width: 437px; height: auto; border-radius: 5px; position: relative; z-index: 20; }
  .common_frame .feature_frame .feature_text { width: 437px; min-height: 0; height: 180px; border-radius: 5px; font-family: "Kosugi Maru", sans-serif; z-index: 10; }
  .common_frame .feature_frame .feature_text b { font-family: Arial, Helvetica, "sans-serif"; font-size: 5.1rem; }
  .common_frame .feature_frame .feature_text p { font-size: 1.8rem; font-weight: 500; }
  .common_frame .feature_frame.feature01 { margin-bottom: 5rem; }
  .common_frame .feature_frame.feature01 .feature_text { background-color: #ffffff; position: absolute; bottom: 0; right: 0; }
  .common_frame .feature_frame.feature01 .feature_text b { color: #10378b; position: absolute; bottom: 15px; right: 15px; }
  .common_frame .feature_frame.feature01 .feature_text p { color: #10378b; position: absolute; top: 95px; left: 20px; padding: 0; }
  .common_frame .feature_frame.feature02 { margin-bottom: 5rem; }
  .common_frame .feature_frame.feature02 img { position: absolute; right: 0; }
  .common_frame .feature_frame.feature02 .feature_text { background-color: #06b4ea; position: absolute; bottom: 0; left: 0; }
  .common_frame .feature_frame.feature02 .feature_text b { color: #ace4f6; position: absolute; bottom: 15px; left: 15px; }
  .common_frame .feature_frame.feature02 .feature_text p { color: #ffffff; position: absolute; top: 95px; left: auto; right: 20px; padding: 0; }
  .common_frame .feature_frame.feature03 { min-height: 0; }
  .common_frame .feature_frame.feature03 img { position: absolute; bottom: 0; left: 0; }
  .common_frame .feature_frame.feature03 .feature_text { min-height: 0; background-color: #06b4ea; position: absolute; top: 0; right: 0; }
  .common_frame .feature_frame.feature03 .feature_text b { color: #ace4f6; position: absolute; top: 15px; right: 15px; }
  .common_frame .feature_frame.feature03 .feature_text p { color: #ffffff; position: absolute; top: 15px; left: 20px; padding: 0; }
  .common_frame .feature_frame.feature04 img { position: absolute; bottom: 0; right: 0; }
  .common_frame .feature_frame.feature04 .feature_text { background-color: #ffffff; position: absolute; top: 0; left: 0; }
  .common_frame .feature_frame.feature04 .feature_text b { color: #10378b; position: absolute; top: 15px; left: 15px; }
  .common_frame .feature_frame.feature04 .feature_text p { color: #10378b; position: absolute; top: 15px; left: inherit; left: auto; right: 20px; padding: 0; }
  .btn01 { text-decoration: none; display: inline-block; font-size: 1.6rem; padding: 1rem 1.5rem 1rem 0.5rem; min-width: 180px; width: auto; margin: 1.8rem auto  0 0; }
  .btn01:hover { opacity: 0.7; }
  .btn02 { text-decoration: none; display: inline-block; font-size: 1.6rem; padding: 1rem 1.5rem 1rem 0.5rem; min-width: 180px; width: auto; margin: 1.8rem auto  0 0; }
  .btn02:hover { opacity: 0.7; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview { width: 100%; margin: 50px auto 0 auto; padding: 40px 0 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #10378b; }
.overview .overview_bg { padding: 0 0 2rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 2rem auto; width: 100%; }
.overview .overview_bg .logo_frame { width: 96%; height: auto; margin: 0 auto; display: block; }
.overview .overview_bg .logo_frame img.overview_title { width: 70%; display: block; margin: 0 auto; }
.overview .overview_bg .overview_frame { width: 100%; margin: 25px auto 0 auto; display: block; padding: 0 0 0 0; }
.overview .overview_bg .overview_frame .overview_frame_left { width: 96%; margin: 0 auto; padding: 0; }
.overview .overview_bg .overview_frame .overview_frame_left dl { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 180%; color: #ffffff; }
.overview .overview_bg .overview_frame .overview_frame_left dl dt { display: block; font-size: 1.4rem; font-weight: bold; margin: 0 0 1px 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; padding: 1rem 1rem 0.5rem; border-top: #ffffff 1px solid; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd { display: block; color: #ffffff; font-size: 1.4rem; margin: 0 0 1px 0; width: 100%; padding: 0 1rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd em { font-style: normal; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd b { font-weight: normal; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd a { color: #ffffff; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd a:hover { opacity: 0.6; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info { display: block; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel { width: auto; height: 100%; text-align: center; border: none; font-size: 2.2rem; font-weight: normal; color: #ffffff; margin: 0; padding: 0.6rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; letter-spacing: 2px; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before { content: '\e801'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; position: absolute; left: 2rem; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #ffffff; font-size: 2rem; }
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a { width: 100%; text-decoration: none; display: inline-block; padding: 0.8rem 0; color: #ffffff; text-align: center; border: #ffffff 1px solid; border-radius: 4px; }
.overview .overview_bg .overview_frame .overview_frame_left .notice_time { margin: 0.6rem 0.5rem 1rem; font-size: 1.2rem; line-height: 140%; }
.overview .overview_bg .overview_frame .overview_frame_left table { width: 100%; margin: 0 auto; }
.overview .overview_bg .overview_frame .overview_frame_left table tr { border-bottom: #ffffff 1px solid; }
.overview .overview_bg .overview_frame .overview_frame_left table tr:first-child { border-top: #ffffff 1px solid; }
.overview .overview_bg .overview_frame .overview_frame_left table tr th { background-color: #4068be; color: #ffffff; padding: 10px 0; font-size: 1.2rem; border-right: #ffffff 1px solid; }
.overview .overview_bg .overview_frame .overview_frame_left table tr th:last-child { border-right: none; }
.overview .overview_bg .overview_frame .overview_frame_left table tr td { padding: 10px 6px; color: #06b4ea; border-right: #ffffff 1px solid; }
.overview .overview_bg .overview_frame .overview_frame_left table tr td:last-child { border-right: none; }
.overview .overview_bg .overview_frame .overview_frame_left table tr td.time { font-size: 1.2rem; color: #ffffff; }
.overview .overview_bg .overview_frame .overview_frame_left table tr td.off { color: #ffffff; }
.overview .overview_bg .overview_frame .overview_frame_right { width: 98%; text-align: center; margin: 2rem auto auto; padding: 0; }
.overview .overview_bg .overview_frame .overview_frame_right .map { width: 98%; margin: 0 auto; padding: 0; }
.overview .overview_bg .overview_frame .overview_frame_right .map div { width: 100%; margin: 0 auto; padding: 0 0 1rem 0; }
.overview .overview_bg .overview_frame .overview_frame_right .map div img { width: 100%; }
.overview .overview_bg .overview_frame .overview_frame_right .map div iframe { width: 95%; height: 30vh; margin: 0 auto; display: block; }
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn { border: #ffffff 1px solid; color: #ffffff; text-align: center; text-decoration: none; display: inline-block; font-size: 1.4rem; padding: 0.5rem 2rem; width: auto; margin: 22px auto 0; border-radius: 25px; position: relative; }
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn::after { content: '\e808'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.6rem; margin-left: 3px; }
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn:hover { opacity: 0.7; }
.overview .overview_bg h3 { font-family: "Kosugi Maru", sans-serif; font-size: 1.8rem; font-weight: normal; color: #ffffff; text-align: left; position: relative; padding-left: 2rem; margin-left: 2%; background: none; }
.overview .overview_bg h3::before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -7px; width: 15px; height: 15px; border-radius: 50%; background-color: #4068be; }

@media screen and (min-width: 768px) { .overview { width: 100%; margin: 80px auto 0 auto; padding: 60px 0 0 0; }
  .overview .overview_bg { padding: 0; margin: 0 auto 2rem auto; max-width: 1080px; width: 100%; }
  .overview .overview_bg .logo_frame { width: 185px; height: auto; margin: 0 auto; display: block; }
  .overview .overview_bg .logo_frame img.overview_title { width: 100%; }
  .overview .overview_bg .overview_frame { width: auto; margin: 45px 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; padding: 0 0 0 0; }
  .overview .overview_bg .overview_frame .overview_frame_left { width: 510px; margin: 0; padding: 0; }
  .overview .overview_bg .overview_frame .overview_frame_left dl { 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; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 40px 0; line-height: 180%; border-bottom: #ffffff 1px solid; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-size: 1.8rem; font-weight: normal; margin: 0; width: 130px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 10px; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd { 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; font-size: 1.8rem; margin: 0 0 0 1px; width: 379px; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: #ffffff 1px solid; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd a:hover { opacity: 0.6; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel { display: block; width: 270px; text-align: left; border: none; font-size: 1.8rem; font-weight: normal; letter-spacing: 0; margin: 0; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before { display: none; }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a { text-decoration: none; display: block; padding: 0.8rem 0; background-color: none; }
  .overview .overview_bg .overview_frame .overview_frame_left .notice_time { margin: 0 0 1rem 0; padding: 0; font-size: 1.6rem; line-height: 140%; }
  .overview .overview_bg .overview_frame .overview_frame_left table { margin: 1rem 0 1rem 0; }
  .overview .overview_bg .overview_frame .overview_frame_left table tr th { padding: 12px 0; font-size: 1.5rem; }
  .overview .overview_bg .overview_frame .overview_frame_left table tr td { padding: 12px 0; }
  .overview .overview_bg .overview_frame .overview_frame_left table tr td.time { font-size: 1.6rem; }
  .overview .overview_bg .overview_frame .overview_frame_right { width: 510px; text-align: center; margin: 0; padding: 0; }
  .overview .overview_bg .overview_frame .overview_frame_right .map { width: 100%; margin: 0 auto; padding: 0; }
  .overview .overview_bg .overview_frame .overview_frame_right .map div { width: 100%; margin: 0 auto; padding: 0 0 1rem 0; }
  .overview .overview_bg .overview_frame .overview_frame_right .map div img { width: 100%; }
  .overview .overview_bg .overview_frame .overview_frame_right .map div iframe { width: 100%; height: 458px; margin: 0; display: block; border: #06b4ea 1px solid; }
  .overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn { font-size: 1.6rem; padding: 0.5rem 3rem; width: auto; margin: 22px auto 0; }
  .overview .overview_bg h3 { font-size: 2.4rem; padding-left: 2rem; }
  .overview .overview_bg h3::before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -7px; width: 15px; height: 15px; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer .copyright { display: block; text-align: center; margin: 0; padding: 2rem 0 6rem; color: #ffffff; font-size: 1.2rem; height: auto; background-color: #10378b; }
footer .copyright a { color: #ffffff; text-decoration: none; }
footer .copyright a:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { footer { width: 100%; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; background-color: #10378b; border-top: #ffffff 1px solid; }
  footer .footer_frame { display: block; max-width: 1080px; width: 100%; margin: auto; padding: 4rem 0 0; }
  footer .footer_frame ul { list-style-type: none; font-size: 1.6rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto 2rem auto; }
  footer .footer_frame ul li { line-height: 1; margin: 0; padding: 0 2rem; border-right: 1px solid #ffffff; }
  footer .footer_frame ul li:last-child { border-right: none; }
  footer .footer_frame ul li a { text-decoration: none; color: #ffffff; }
  footer .footer_frame ul li a:hover { border-bottom: #ffffff 1px solid; }
  footer .copyright { text-align: center; margin: 0; padding: 20px 0; font-size: 1.5rem; height: auto; max-width: 2000px; letter-spacing: 0.2rem; }
  footer.blog { background-color: #ffffff; } }

/* -----------------------------------------------------------
　ボトムリンク
----------------------------------------------------------- */
.bottomlink { position: fixed; width: 95%; padding: 0; bottom: 0; left: 0; right: 0; z-index: 998; font-size: 1.4rem; display: -webkit-flex; display: flex; justify-content: space-between; }
.bottomlink .telephone { width: 84.8%; padding: 0; cursor: pointer; }
.bottomlink .telephone a { display: block; width: 100%; text-align: center; text-decoration: none; color: #fff; background: #209ad7; padding: 1rem .8rem 1.5rem .8rem; }
.bottomlink .telephone a:hover { opacity: .5; }
.bottomlink .toppage { width: 10%; padding: 0; cursor: pointer; }
.bottomlink .toppage a { display: block; width: 100%; text-align: center; text-decoration: none; color: #fff; background: #10378b; padding: 1rem .8rem 1.5rem .8rem; line-height: 108%; }
.bottomlink .toppage a:hover { opacity: .5; }
@media (min-width: 768px) { .bottomlink { display: none !important; } }

/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: none; }

#linkpagetop img { }

#pagetop { }

#pagetop a { display: block; }

#pagetop_position { margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 80px; height: auto; }
  #pagetop { position: fixed; bottom: 40px; left: 55%; margin: 0 0 0 600px; height: 73px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; }
  .blog #pagetop { position: fixed; bottom: 90px; left: 50%; margin: 0 0 0 600px; height: 90px; text-align: center; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 90%; margin: 0 0 0 0; height: 105px; text-align: center; }
  #pagetopblog { position: fixed; bottom: 80px; left: 90%; margin: 0 0 0 0; height: 105px; text-align: center; } }
/*----------------------------------------------------------- 下層
----------------------------------------------------------- */
.text_link { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; display: inline-block; color: #10378b; text-decoration: none; border-bottom: #10378b 1px solid; padding-bottom: 1px; text-indent: 0; }
.text_link:hover { opacity: 0.7; }

.parking_text { color: #020202; }

/*はじめての方へ*/
.tel_text { text-align: center; color: #ef92bb; font-weight: bold; font-size: 2rem; }
.tel_text span { display: block; }
.tel_text a { text-decoration: none; }

.green_btn { text-align: center; background-color: #06b4ea; color: #ffffff; font-size: 2rem; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 2rem auto; font-weight: bold; width: 100%; height: 80px; padding: 0.6rem 0; vertical-align: middle; }
.green_btn i { color: #1b1b1b; font-size: 5rem; }
.green_btn:hover { background-color: #ace4f6; }

/*矢印*/
.arrow::before { content: ""; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 7px solid #4068be; display: inline-block; margin: auto 5px auto 0; position: relative; top: -2px; }

figure.f_img_r { display: block; max-width: 80%; height: auto; margin: 1.0rem auto; text-align: center; }
figure.f_img_r figcaption { font-size: 1.3rem; line-height: 120%; }

@media screen and (min-width: 768px) { .text_link { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 140%; display: inline-block; }
  .parking_text { color: #020202; }
  .parking_text:hover { opacity: 0.6; }
  /*はじめての方へ*/
  .tel_text { text-align: center; color: #ef92bb; font-weight: bold; font-size: 3rem; line-height: 140%; }
  .tel_text span { display: inline; margin: 0 0 0 2rem; }
  .tel_text a { text-decoration: none; }
  figure.f_img_r { margin: 0 auto; float: right; }
  figure.f_img_r img { width: inherit; }
  figure.f_img_r figcaption { font-size: 1.5rem; line-height: 120%; } }
/*----------------------------------------------------------- 下層　table & dl
----------------------------------------------------------- */
table.normal_table { padding: 0px; vertical-align: middle; width: 95%; margin: 0 auto; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; }
table.normal_table tr { margin: 0px; padding: 0px; vertical-align: middle; }
table.normal_table tr th { display: block; background-color: #dee5f4; padding: 0.8rem 0.5rem; text-align: center; color: #020202; font-size: 1.4rem; font-weight: normal; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; border: #020202 1px solid; line-height: 150%; }
table.normal_table tr td { display: block; text-align: left; padding: 0.8rem 0.5rem; font-size: 1.4rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; color: #020202; border: #020202 1px solid; line-height: 150%; }

dl.normal_dl { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 20px 0; line-height: 180%; color: #020202; border-bottom: #eeeeee 1px solid; }
dl.normal_dl dt { display: block; font-size: 1.4rem; margin: 0 0 1px 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #10378b; padding: 1rem 1rem 0.5rem; border-top: #eeeeee 1px solid; }
dl.normal_dl dd { display: block; color: #020202; font-size: 1.4rem; margin: 0 0 1px 0; width: 100%; padding: 0 1rem 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; }

dl.block_dl { display: block; margin: 0 0 40px 0; color: #020202; border: none; }
dl.block_dl dt { display: block; font-size: 1.4rem; line-height: 140%; margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #f3f7fb; padding: 12px; border: #020202 1px solid; }
dl.block_dl dd { display: block; font-size: 1.4rem; margin: 0; width: 100%; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #020202 1px solid; border-right: #020202 1px solid; line-height: 160%; }
dl.block_dl dd:last-child { border-bottom: #020202 1px solid; }

@media screen and (min-width: 768px) { table.normal_table { padding: 0px; vertical-align: middle; width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; }
  table.normal_table tr { margin: 0px; padding: 0px; vertical-align: middle; }
  table.normal_table tr th { display: table-cell; min-width: 100px; width: 25%; padding: 1.2rem 1rem; text-align: left; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }
  table.normal_table tr td { display: table-cell; text-align: left; padding: 1.2rem 1rem; font-size: 1.6rem; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; }
  dl.normal_dl { 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; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 40px 0; line-height: 180%; color: #020202; border-bottom: #eeeeee 1px solid; }
  dl.normal_dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 1.6rem; margin: 0; min-width: 150px; width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; color: #10378b; padding: 12px 0; border-top: #eeeeee 1px solid; }
  dl.normal_dl dd { 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; -webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4; color: #020202; font-size: 1.6rem; margin: 0; width: 75%; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: #eeeeee 1px solid; }
  dl.normal_dl.dt_wid_s { border-bottom: none; }
  dl.normal_dl.dt_wid_s dt { width: 10%; text-align: left; border-top: none; }
  dl.normal_dl.dt_wid_s dd { width: 90%; border-top: none; }
  dl.block_dl { display: block; margin: 0 0 40px 0; color: #020202; border: none; }
  dl.block_dl dt { display: block; font-size: 1.6rem; line-height: 140%; margin: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 12px; border: #020202 1px solid; }
  dl.block_dl dd { display: block; font-size: 1.6rem; margin: 0; width: 100%; padding: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; border-left: #020202 1px solid; border-right: #020202 1px solid; }
  dl.block_dl dd:last-child { border-bottom: #020202 1px solid; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; top: 26vw; width: 100%; padding: 0; margin: 0 auto; height: auto; z-index: 999999; background-color: #10378b; }
.drawr p { color: #ffffff; font-size: 1.6rem; text-align: center; padding: 1rem 0; background-color: #8072d6; margin: 0; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li { text-align: center; }
.drawr ul.hbg li a { color: #ffffff; font-size: 1.6rem; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; }
.drawr ul.hbg li a span { display: none; }
.drawr ul.hbg li a i { display: none; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }
.main_nav_sp ul.gnav { 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; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }
.main_nav_sp ul.gnav li { width: 100%; font-weight: normal; font-size: 1.6rem; letter-spacing: 0.05em; line-height: 140%; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; border-bottom: #ffffff 1px solid; text-align: center; }
.main_nav_sp ul.gnav li a { color: #ffffff; text-decoration: none; width: 100%; display: block; padding: 1rem 0; text-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .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: #ffffff; content: ''; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { -webkit-transform: translate3d(-50%, -5px, 0); transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { -webkit-transform: translate3d(-50%, -11.5px, 0); transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { -webkit-transform: translate3d(-50%, 5px, 0); transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg); transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 56px; position: absolute; cursor: pointer; right: 2%; top: 5vw; padding: 0 0 0.6rem 0; background-color: #10378b; }

/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 96%; margin: 0 auto; /*ロゴ*/ /*見出し*/ /*リンクリスト*/ /*外部リンク*/ }
aside figure { text-align: center; }
aside p { display: none; }
aside ul.aside_list { display: none; }
aside a { text-align: center; display: block; margin: 1rem 0 0 0; }
aside a img { width: 80%; height: auto; }
aside a img:hover { opacity: 0.6; }
aside #engage-contributions-widget-wrapper { display: block; height: 80vw; }
aside .aside_3bees { text-align: center; margin: 1rem 0 0 0; padding: 2rem 0 0 0; background-color: #ebeced; }

@media screen and (min-width: 768px) { aside { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 240px; margin: 0; /*ロゴ*/ /*見出し*/ /*リンクリスト*/ /*外部リンク*/ }
  aside figure { text-align: center; }
  aside p { display: block; margin: 0 0 10px; padding: 12px 0 0; height: 43px; color: #ffffff; font-size: 2.2rem; text-align: center; background: url(../images/aside_h.png) no-repeat; background-size: cover; background-position: center top; font-weight: bold; }
  aside ul.aside_list { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 0; width: 240px; border-bottom: #06b4ea 3px solid; padding-bottom: 3px; }
  aside ul.aside_list li { width: 240px; background-color: #1b1b1b; font-size: 1.6rem; margin: 0 0 2px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside ul.aside_list li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 55px; padding: 0 0.6rem; color: #020202; text-decoration: none; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
  aside ul.aside_list li a i { color: #06b4ea; font-size: 1.5rem; margin-right: 0.5rem; }
  aside ul.aside_list li a:hover { color: #ffffff; }
  aside ul.aside_list li:hover { background-color: #ace4f6; }
  aside a { text-align: center; display: block; margin: 25px 0 0 0; }
  aside a img { width: 230px; height: auto; }
  aside a img:hover { opacity: 0.6; }
  aside #engage-contributions-widget-wrapper { display: block; height: 230px; height: 300px; }
  aside .aside_3bees { text-align: center; margin: 1rem 0 0 0; padding: 2rem 0 0 0; background-color: #ebeced; } }
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_locomo { margin: 0 0 10px 0; text-align: center; }
.img_locomo img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 10px 0; text-align: center; }
.img_doctor img { width: 70%; height: auto; }

.img_center { margin: 10px 0 10px 0; text-align: center; }
.img_center img { width: 100%; 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: 100%; 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; }

@media screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 236px; height: auto; }
  .img_doctor { float: right; margin: 0 0 10px 10px; }
  .img_doctor img { width: 300px; height: auto; }
  .img_locomo { float: right; margin: 0 0 10px 10px; }
  .img_locomo a:hover { opacity: 0.6; }
  .img_locomo img { width: 255px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 0; text-align: center; }
  .img_center img { width: auto; 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: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .img_two img { width: 272px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.8rem; text-align: right; }
  .top_doctor_name span { font-size: 2.2rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal { line-height: 160%; font-size: 1.4rem; list-style-type: disc; margin: 0; }
ul.list_normal li { margin: 0 0 10px 1.8rem; padding: 0; }
ul.list_normal li ul { list-style-type: none; }
ul.list_normal li ul li { margin: 0 0 10px 0; }

/*●*/
ul.list_maru { padding: 0; }
ul.list_maru li { line-height: 100%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 0 23px; line-height: 140%; position: relative; }
ul.list_maru li::before { content: ""; width: 0.8em; height: 0.8em; background-color: #10378b; display: inline-block; margin: auto 5px auto 0; border-radius: 50%; position: absolute; top: 2px; left: 0; }

/*なし*/
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_none li span.text_red { color: red; }

/*数値*/
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_num li ul { list-style-type: none; }
ul.list_num li ul li { margin: 0 0 10px 0; }

/*数値*/
ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
ul.list_num2 li ul.alpha { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li ul.alpha li { line-height: 130%; font-size: 1.4rem; list-style-type: lower-alpha; margin: 0 0 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
ul.list_num2 li ul.none { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_num2 li ul.none 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; width: 90%; }

/*英語*/
ul.list_alpha { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_alpha li { line-height: 130%; font-size: 1.4rem; list-style-type: lower-alpha; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 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_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.link_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; list-style-type: none; }
ul.link_list li { width: 45%; margin: 0 0 0.6rem 0; }
ul.link_list li a { display: block; width: 100%; text-decoration: none; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; background-color: #06b4ea; border-bottom: #ace4f6 4px solid; color: #ffffff; border-radius: 1rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
ul.link_list li a::before { content: "･"; color: #ffe473; font-size: 3rem; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 10px 25px; padding: 0; }
  /*●*/
  ul.list_maru { padding: 0; }
  ul.list_maru li { line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; padding: 0 0 0 25px; line-height: 140%; position: relative; }
  ul.list_maru li::before { margin: auto 5px auto 0; position: absolute; top: 3px; left: 0; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  ul.list_none li span.text_red { color: red; }
  /*数値*/
  ul.list_num { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 25px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num li ul { margin: 1rem 0 0 0; }
  ul.list_num li ul li { list-style-type: none; }
  /*数値*/
  ul.list_num2 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num2 li { line-height: 160%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 10px 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num2 li ul.alpha { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num2 li ul.alpha li { line-height: 160%; font-size: 1.6rem; list-style-type: lower-alpha; margin: 0 0 1rem 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  ul.list_num2 li ul.none { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
  ul.list_num2 li ul.none li { line-height: 160%; font-size: 1.6rem; list-style-type: none; margin: 0 0 1rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%; }
  /*概要*/
  ul.list_overview li { line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; }
  ul.list_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_two li { width: 45%; }
  ul.link_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; list-style-type: none; }
  ul.link_list li { width: 30%; margin: 0 0 0.6rem 0; }
  ul.link_list li a { width: 100%; text-decoration: none; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.6rem; background-color: #06b4ea; border-bottom: #ace4f6 4px solid; color: #ffffff; border-radius: 1rem 0 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  ul.link_list li a::before { content: "･"; color: #ffe473; font-size: 3rem; }
  ul.link_list li a:hover { background-color: #10378b; border-bottom: #4068be 4px solid; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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: 1rem 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 5px 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 1rem; }

@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.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 140%; width: 820px; margin-top: 2rem; }
  dl.bio_list dt { width: 120px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 700px; margin: 0 0 20px 0; } }
/*見出し*/
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 { margin: 0; }

h2 { font-size: 2rem; font-family: "Kosugi Maru", sans-serif; color: #ffffff; background-color: #10378b; text-align: center; padding: 1rem 0; margin-bottom: 1.5rem; line-height: 150%; }
h2.mar_b { margin-bottom: 3rem; }
h2.top { color: #10378b; font-size: 2rem; font-weight: normal; margin: 3rem 0 0 0; padding: 45px 0 0 0; height: auto; line-height: 120%; background: url(../images/h2_icon.png) no-repeat; background-size: 40px 40px; background-position: center top; background-color: none; }
h2.notice { width: 186px; height: 96px; color: #ffffff; font-size: 2rem; font-weight: normal; margin: 3rem auto 1rem; padding: 90px 0 0 0; line-height: 220%; background: none; background-color: #10378b; border-radius: 50%; position: relative; -webkit-box-shadow: -4px -4px 0px 0px #06b4ea inset; box-shadow: -4px -4px 0px 0px #06b4ea inset; }
h2.notice::before { content: '\e809'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; color: #ffffff; font-size: 4rem; position: absolute; top: 45px; left: 50%; margin-left: -1.5rem; }
h2.low span { padding: 0 1rem; max-width: 96%; }
h2.blogh2 { background-color: #06b4ea; color: #ffffff; font-size: 2rem; padding: 1rem; border-radius: 1rem 1rem 0 0; margin: 0 0 1rem 0; border-bottom: #ace4f6 4px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
h2.blogh2::before { content: "◆"; color: #ace4f6; font-size: 1.4rem; vertical-align: middle; margin: 0 0.5rem; }
h2.blogh2 a { color: #ffffff; text-decoration: none; }
h2.first { margin: 3rem 0 1rem 0; }

h3 { font-family: "Kosugi Maru", sans-serif; font-weight: bold; font-size: 1.7rem; padding: 0.7rem; margin: 0 0 2rem 0; color: #ffffff; background-color: #06b4ea; text-align: center; line-height: 150%; }

h4 { font-family: "Kosugi Maru", sans-serif; color: #1b1b1b; font-weight: bold; font-size: 1.6rem; padding: 0.6rem 0; margin: 0 0 1rem 0; background-color: #eeeeee; text-align: center; line-height: 150%; }

h5 { color: #020202; font-weight: bold; font-size: 1.5rem; padding: 0.6rem 0; margin: 1rem 0 1rem 0; line-height: 140%; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

.bold { font-weight: bold; }

@media screen and (min-width: 768px) { h1 { margin: 0; }
  h2 { font-size: 2.8rem; margin-bottom: 2rem; }
  h2.top { font-size: 2.8rem; margin: 75px 0 30px 0; padding: 65px 0 0 0; height: auto; line-height: 160%; background-size: 62px 62px; }
  h2.notice { width: 186px; height: 96px; font-size: 2rem; margin: 3rem 0 0 2rem; padding: 90px 0 0 0; position: relative; }
  h2.notice::before { font-size: 4rem; position: absolute; top: 45px; left: 50%; margin-left: -1.5rem; }
  h2.low img { width: 150px; height: auto; }
  h2.blogh2 { background-color: #06b4ea; color: #ffffff; font-size: 2.4rem; padding: 20px 0; border-radius: 1rem 1rem 0 0; margin: 0 0 1rem 0; border-bottom: #ace4f6 4px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
  h2.blogh2::before { content: "◆"; color: #ace4f6; font-size: 1.4rem; vertical-align: middle; margin: 0 0.5rem; }
  h2.blogh2 a { color: #ffffff; text-decoration: none; }
  h2.first { margin: 0 0 20px 0; }
  h2.mb_4 { margin-bottom: 4rem; }
  h3 { font-size: 2.2rem; padding: 1rem; }
  h3.mar_b { margin-bottom: 3rem; }
  h4 { font-size: 2rem; padding: 0.7rem 0; margin: 0 0 1rem 0; }
  h5 { font-size: 1.8rem; padding: 0.6rem 0; margin: 1.5rem 0 0.8rem 0; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; }
  .bold { font-weight: bold; } }
/*----------------------------------------------------------- 医師紹介
----------------------------------------------------------- */
.doctor_name { text-align: right; }

/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.access_guide figure { text-align: center; }
.access_guide figure img { width: 95%; border: #4068be 1px solid; }
.access_guide em { font-style: normal; }
.access_guide em b { font-weight: normal; }
.access_guide a.map_btn { border: #4068be 1px solid; color: #4068be; text-align: center; text-decoration: none; display: inline-block; font-size: 1.4rem; padding: 0.5rem 2rem; width: auto; margin: 22px auto 30px; border-radius: 25px; position: relative; }
.access_guide a.map_btn::after { content: '\e808'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.6rem; margin-left: 3px; }
.access_guide a.map_btn:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { .access_guide { display: block; }
  .access_guide figure { text-align: center; }
  .access_guide figure img { width: 50%; }
  .access_guide a.map_btn { font-size: 1.6rem; padding: 0.5rem 3rem; width: auto; margin: 1rem auto 0; } }
/*----------------------------------------------------------- 診療内容
----------------------------------------------------------- */
.link_text { float: right; color: #020202; font-size: 1.4rem; }

@media screen and (min-width: 768px) { .link_text { font-size: 1.6rem; } }
/*----------------------------------------------------------- 診療時間・アクセス
----------------------------------------------------------- */
.accessmap { width: 96%; height: 500px; margin: 2rem auto 1rem auto; display: block; }

@media screen and (min-width: 768px) { .accessmap { width: 100%; height: 600px; margin: 2rem auto 4rem auto; display: block; } }
/*----------------------------------------------------------- ブログ
----------------------------------------------------------- */
.bolg_main section { margin: 3rem 0 0 0; }

html.blog_html { margin-top: 0; }

.sub_nav_sentence { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 96%; margin: 3rem auto 0 auto; }
.sub_nav_sentence section { margin: 0; }
.sub_nav_sentence h2.widget-title { border-bottom: #4068be 4px solid; color: #ffffff; text-align: center; font-size: 2rem; padding: 1rem 0; border-radius: 1rem 1rem 0 0; font-weight: bold; background: url(./images/aside_icon_blog_left.png), url(./images/aside_icon_blog_right.png); background-position: left 4% center,right 4% center; background-repeat: no-repeat, no-repeat; background-color: #10378b; margin: 0 0 0.4rem 0; }
.sub_nav_sentence ul { margin: 0; padding: 0; }
.sub_nav_sentence ul li { background-color: #8ad6ee; padding: 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; list-style-type: none; }
.sub_nav_sentence ul li a { color: #020202; text-decoration: none; font-size: 1.4rem; }

.date_box { background-color: #e7fba3; padding: 0.5rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; }
.date_box p.date_box_left { font-size: 1.4rem; color: #3ba636; margin: 0; }
.date_box .date_box_right { color: #3ba636; font-size: 1.4rem; margin: 0; }
.date_box .date_box_right ul.post-categories { list-style-type: none; display: inline-block; margin: 0; padding: 0; }
.date_box .date_box_right ul.post-categories li a { text-decoration: none; color: #3ba636; }

div.more { text-align: right; font-size: 1.4rem; }
div.more a { color: #06b4ea; }

.different_link { 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; clear: both; }
.different_link a { width: 45%; display: block; background-color: #ffc000; color: #ffffff; border: #ffc000 1px solid; border-radius: 0.4rem; text-decoration: none; padding: 0.6rem; -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-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.4rem; line-height: 140%; }

.wp-pagenavi { margin: 3rem 0 0 0; }
.wp-pagenavi span { background-color: #ffc000; color: #ffffff; padding: 0.2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffc000 1px solid; border-radius: 0.4rem; font-size: 1.4rem; }
.wp-pagenavi span.current { border: #ffc000 1px solid; }
.wp-pagenavi span:hover { border: #ffc000 1px solid; }
.wp-pagenavi a { background-color: #ffc000; color: #ffffff; padding: 0.2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffc000 1px solid; border-radius: 0.4rem; font-size: 1.4rem; }
.wp-pagenavi a.current { border: #ffc000 1px solid; }
.wp-pagenavi a:hover { border: #ffc000 1px solid; }

/*アーカイブ*/
header.entry-header { height: auto; }
header.entry-header .entry-meta { display: none; }
header.entry-header h2.entry-title { background-color: #06b4ea; color: #ffffff; font-size: 2rem; padding: 1rem; border-radius: 1rem 1rem 0 0; margin: 0 0 1rem 0; border-bottom: #ace4f6 4px solid; -webkit-box-sizing: border-box; box-sizing: border-box; }
header.entry-header h2.entry-title::before { content: "◆"; color: #ace4f6; font-size: 1.4rem; vertical-align: middle; margin: 0 0.5rem; }
header.entry-header h2.entry-title a { color: #ffffff; text-decoration: none; }

@media screen and (min-width: 768px) { .bolg_main section { margin: 0 0 3rem 0; }
  .sub_nav_sentence { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 230px; margin: 0; }
  .sub_nav_sentence section { margin: 0; }
  .sub_nav_sentence h2.widget-title { border-bottom: #4068be 4px solid; color: #ffffff; text-align: center; font-size: 2.6rem; padding: 20px 0; border-radius: 1rem 1rem 0 0; font-weight: bold; background: url(./images/aside_icon_blog_left.png), url(./images/aside_icon_blog_right.png); background-position: left 15px center,right 15px center; background-repeat: no-repeat, no-repeat; background-color: #10378b; background-size: 30px,30px; margin: 0 0 10px 0; }
  .sub_nav_sentence ul { margin: 0 0 25px 0; padding: 0; }
  .sub_nav_sentence ul li { background-color: #8ad6ee; padding: 14px 1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 0; list-style-type: none; border-radius: 1rem 1rem 0 0; border-left: #10378b 4px solid; }
  .sub_nav_sentence ul li a { color: #020202; text-decoration: none; font-size: 1.8rem; }
  .date_box { background-color: #e7fba3; padding: 8px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1rem 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; }
  .date_box p.date_box_left { font-size: 1.8rem; color: #3ba636; margin: 0; }
  .date_box .date_box_right { color: #3ba636; font-size: 1.8rem; margin: 5px 0 0 0; vertical-align: middle; }
  .date_box .date_box_right ul.post-categories { list-style-type: none; display: inline-block; vertical-align: middle; margin: 0; padding: 0; }
  .date_box .date_box_right ul.post-categories li a { text-decoration: none; color: #3ba636; }
  div.more { text-align: right; font-size: 1.6rem; }
  div.more a { color: #06b4ea; }
  .different_link { 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; clear: both; }
  .different_link a { width: 162px; display: block; background-color: #ffc000; color: #ffffff; border: #ffc000 1px solid; border-radius: 0.4rem; text-decoration: none; padding: 0.6rem; -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-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.8rem; line-height: 140%; }
  .different_link a:hover { color: #ff7e00; background-color: #fffcc5; }
  .wp-pagenavi { margin: 3rem 0 0 0; }
  .wp-pagenavi span { background-color: #ffc000; color: #ffffff; padding: 0.2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffc000 1px solid; border-radius: 0.4rem; font-size: 1.8rem; }
  .wp-pagenavi span.current { border: #ffc000 1px solid; }
  .wp-pagenavi span:hover { border: #ffc000 1px solid; }
  .wp-pagenavi a { background-color: #ffc000; color: #ffffff; padding: 0.2rem 0.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; border: #ffc000 1px solid; border-radius: 0.4rem; font-size: 1.8rem; }
  .wp-pagenavi a.current { border: #ffc000 1px solid; }
  .wp-pagenavi a:hover { border: #ffc000 1px solid; } }
/* -----------------------------------------------------------
　ブワードプレス用
----------------------------------------------------------- */
/* 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; }

/* 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; }

.txt_l { text-align: left; }

.txt_r { text-align: right; }

/* 2019.09.12 直接追加 */
/*body:not(.index) .main p{ text-indent: 1em;
}
body.access .main p{ text-indent: 0;
}
*/
.txt_ind { text-indent: -1em; margin-left: 1em; }

.txt_ind_0 { text-indent: 0; }

@media screen and (min-width: 768px) { .img_l { float: left; margin: 0 2.0rem 2.0rem 0; }
  .img_r { float: right; margin: 0 0 2.0rem 2.0rem; } }

/*# sourceMappingURL=style.css.map */