@charset "UTF-8";
/* SCSS Document */
/* ======================================================================= 共通項目
======================================================================= */
/*関数*/
/* ----------------------------------------------------------- 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*黄緑*/
/*黄緑薄*/
/*黄緑濃*/
/*黄緑超薄*/
/*ピンクっぽい*/
/*赤っぽい*/
/*ピンク*/
/*茶っぽい*/
/*黄土色*/
/*グレー*/
/*黒*/
/*未使用*/
/*未使用*/
/*未使用*/
/*未使用*/
/*未使用*/
/*未使用*/
/*未使用*/
/* ----------------------------------------------------------- フォントサイズ基本
----------------------------------------------------------- */
html { font-size: calc( 100vw / 32 ); overflow-y: auto; font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; color: #1f1f1f; background-color: #ffffff; }

@media screen and (min-width: 768px) { html { font-size: 62.5%; overflow-y: scroll; font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; color: #1f1f1f; background-color: #ffffff; } }
/* ----------------------------------------------------------- 構成
----------------------------------------------------------- */
body { position: relative; width: 100%; margin: 0 auto; }

section { height: auto; overflow: hidden; margin: 0 0 1rem 0; }
section.s_h2 { padding: 3rem 0; box-sizing: border-box; }
section.centering { text-align: center; }

.pc_none { display: block; }

.sp_none { display: none; }

@media screen and (min-width: 768px) { body { position: relative; z-index: 0; box-sizing: border-box; min-width: 1000px; }
  section { height: auto; overflow: visible; margin: 0 0 30px 0; }
  section.s_h2 { padding: 0; margin: 0; }
  section.feature_area { background-color: #e6fbc8; padding: 100px 0; }
  .pc_none { display: none; }
  .sp_none { display: block; } }
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; position: relative; }

.wrapper { height: auto; width: 100%; margin: 0 auto 4rem; padding: 0; }

.main { width: 90%; margin: 0 auto; padding: 0; }

@media screen and (min-width: 768px) { article { height: auto; overflow: hidden; width: 100%; margin: 0 auto 0 auto; padding: 0; background-color: #ffffff; }
  article.low { margin: 0 auto; }
  .wrapper { height: auto; width: 100%; margin: 0 auto; padding: 0; }
  .main { width: 1000px; margin: 90px auto 100px; padding: 0; } }
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header .header_wrapper { width: 100%; background-color: #e6f8e8; }
header .header_wrapper .head_frame { display: block; width: 100%; padding: 1.2rem 0; margin: 0 auto; }
header .header_wrapper .head_frame .head_logo { width: 75%; margin: 0 auto 0 .8rem; }
header .header_wrapper .head_frame .head_logo img { width: 100%; height: auto; }
header .header_wrapper .head_frame .information .head_contact { box-sizing: border-box; overflow: hidden; width: 90%; text-align: center; font-size: 1.6rem; margin: 1rem auto; padding: .6rem 0; background-color: #f2af29; border-radius: 1rem; }
header .header_wrapper .head_frame .information .head_contact a { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; }
header .header_wrapper .head_frame .information .head_contact a::before { font-family: "fontello"; content: "\00e800"; margin: 0 auto; padding: 0 .4rem 0 0; display: inline-block; font-size: 2.8rem; color: #FFFFFF; vertical-align: sub; }
header .header_wrapper .head_frame .information .head_contact a:hover { color: #c837a1; }
header .header_wrapper .head_frame .information .head_medical { box-sizing: border-box; overflow: hidden; width: 90%; text-align: center; font-size: 1.6rem; margin: 0 auto; }
header .header_wrapper .head_frame .information .head_medical a { position: relative; text-decoration: none; color: #FFFFFF; margin: 0 auto 1rem; padding: .6rem 0; width: 100%; height: auto; box-sizing: border-box; background-color: #558ac1; border-radius: 1rem; }
header .header_wrapper .head_frame .information .head_medical a.appli { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
header .header_wrapper .head_frame .information .head_medical a.appli::before { background: url(../images/medical_01.png) no-repeat center/contain; content: ""; width: 2em; height: 1.2em; margin: 0; padding: 0 .4rem 0 0; display: inline-block; vertical-align: sub; }
header .header_wrapper .head_frame .information .head_medical a:hover { color: #c837a1; }
header .header_wrapper .head_frame .information .head_medical a.foam { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 1.2rem 0; width: 100%; height: auto; box-sizing: border-box; background-color: #e88478; border-radius: 1rem; }
header .header_wrapper .head_frame .information .head_medical a.foam::after, header .header_wrapper .head_frame .information .head_medical a.foam::before { display: none; content: ""; padding: 0; }
header .header_wrapper .head_frame .information .head_info { display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; width: 70%; height: auto; margin: .6rem auto 0; padding: 1rem 0 .8rem; border-radius: 1.8rem; background: -webkit-linear-gradient(1deg, #108b7d, #34a226); background: linear-gradient(1deg, #108b7d, #34a226); }
header .header_wrapper .head_frame .information .head_info p { text-align: center; margin: 0; color: #FFFFFF; }
header .header_wrapper .head_frame .information .head_info p.head_table { font-size: 1.2rem; letter-spacing: .2rem; margin: 0; }
header .header_wrapper .head_frame .information .head_info p.head_table span { font-size: 1.6rem; color: #f7eb26; }
header .header_wrapper .head_frame .information .head_info p.contact { font-size: 1.2rem; line-height: 1.4; }
header .header_wrapper .head_frame .information .head_info p span.tel a { text-decoration: none; color: cornsilk; font-size: 1.8rem; }
header .key_visual { background-color: #ffffff; background-image: url(../images/bg_key_visual.jpg); background-position: center top; background-repeat: no-repeat; height: auto; }
header .key_visual > div { border-radius: 2rem; }
header .key_visual .main_visual { z-index: 1; width: 94%; height: 30rem; background-position: center center; background-size: cover; position: relative; border-radius: 2rem; margin: 1.8rem auto 0; }
header .key_visual .main_visual figure.round_five { display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; /*padding: 1.6rem 0 0 0;*/ padding: 1.6rem 0 42vw 0; }
header .key_visual .main_visual figure.round_five img { width: 15%; height: 15%; }
header .key_visual .main_visual p.open { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic"; margin: 5.8rem 0 3rem 0; font-size: 2.4rem; text-align: center; font-weight: bold; color: #FFFFFF; text-shadow: #444444 1px 1px 1px, #444444 -1px 1px 11px, #444444 1px -1px 11px, #444444 -1px -1px 1px; }
header .key_visual .main_visual p.motto { font-size: 2rem; background-color: #ffffff; margin: 0 0 1.2rem 0; display: block; padding: 0 1.2rem; }
header .key_visual .main_visual p.declar { font-size: 1.6rem; }
header .key_visual_low { background-color: #ffffff; background-image: url(../images/bg_key_visual.jpg); background-position: center top; background-repeat: no-repeat; }
header .key_visual_low .main_visual { background-image: url("../images/key_visual_low.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; border-radius: 2rem; width: 94%; height: 10rem; margin: 1.8rem auto 0; display: flex; justify-content: center; align-items: center; }
header .key_visual_low .main_visual h1 { font-size: 2.8rem; text-align: center; color: #FFFFFF; text-shadow: #444444 1px 1px 1px, #444444 -1px 1px 11px, #444444 1px -1px 11px, #444444 -1px -1px 1px; }

@media screen and (min-width: 768px) { header .header_wrapper { width: 100%; background-color: #e6f8e8; }
  header .header_wrapper .head_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: row; flex-direction: row; width: 1000px; padding: 25px 0; margin: 0 auto; }
  header .header_wrapper .head_frame .head_logo { width: 453px; margin: 0 auto 0 0; }
  header .header_wrapper .head_frame .head_logo img { width: 100%; height: auto; }
  header .header_wrapper .head_frame .information { display: flex; justify-content: flex-end; align-content: center; gap: 8px; width: 527px; margin: 0 0 0 auto; }
  header .header_wrapper .head_frame .information .head_contact { display: flex; box-sizing: border-box; overflow: hidden; width: auto; text-align: center; font-size: 1.6rem; margin: 0; padding: 0 .5rem; border-radius: 14px; background-color: #f2af29; align-items: center; }
  header .header_wrapper .head_frame .information .head_contact a { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; }
  header .header_wrapper .head_frame .information .head_contact a::after { font-family: "fontello"; content: "\00e800"; margin: 2px auto 0; display: block; font-size: 4rem; color: #FFFFFF; }
  header .header_wrapper .head_frame .information .head_contact a::before { content: ""; background: none; }
  header .header_wrapper .head_frame .information .head_contact a:hover { color: #fff100; }
  header .header_wrapper .head_frame .information .head_medical { box-sizing: border-box; width: auto; text-align: left; font-size: 1.4rem; margin: 0; padding: 0; align-items: center; }
  header .header_wrapper .head_frame .information .head_medical a { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 1rem 0.8rem; width: 100%; height: auto; box-sizing: border-box; border-radius: 0.8rem; background-color: #558ac1; margin: 0 auto .6rem; }
  header .header_wrapper .head_frame .information .head_medical a.appli::before { display: none; }
  header .header_wrapper .head_frame .information .head_medical a.appli::after { background: url(../images/medical_01.png) no-repeat center/contain; content: ""; margin: 0 0 0 8px; display: inline-block; vertical-align: middle; color: #fff; width: 22px; height: 20px; }
  header .header_wrapper .head_frame .information .head_medical a::before { content: ""; padding: 0; }
  header .header_wrapper .head_frame .information .head_medical a:hover { color: #fff100; }
  header .header_wrapper .head_frame .information .head_medical a.foam { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 1.2rem 0.8rem; width: 100%; height: auto; box-sizing: border-box; border-radius: 0.8rem; background-color: #e88478; margin: 0 auto; }
  header .header_wrapper .head_frame .information .head_medical a.foam::after, header .header_wrapper .head_frame .information .head_medical a.foam::before { content: ""; padding: 0; }
  header .header_wrapper .head_frame .information .head_medical a.foam:hover { color: #fff100; }
  header .header_wrapper .head_frame .information .head_info { box-sizing: border-box; width: auto; height: auto; margin: 0; padding: 1.5rem 0.8rem; border-radius: 14px; background: -webkit-linear-gradient(1deg, #108b7d, #34a226); background: linear-gradient(1deg, #108b7d, #34a226); }
  header .header_wrapper .head_frame .information .head_info p { text-align: center; margin: 0; color: #FFFFFF; font-size: 1.2rem; }
  header .header_wrapper .head_frame .information .head_info p.head_table { font-size: 1.2rem; letter-spacing: 2px; margin: 0 0 4px 0; }
  header .header_wrapper .head_frame .information .head_info p.head_table span { font-size: 1.8rem; color: #f7eb26; }
  header .header_wrapper .head_frame .information .head_info p.contact { font-size: 1.4rem; letter-spacing: 2px; line-height: 1.6; }
  header .key_visual { background-color: #ffffff; background-image: url(../images/bg_key_visual.jpg); background-position: center top; background-repeat: no-repeat; height: 500px; }
  header .key_visual > div { border-radius: 20px; }
  header .key_visual .main_visual { width: 1000px; height: 500px; margin: 0 auto; background-position: center top; background-size: cover; border-radius: 20px; }
  header .key_visual .main_visual figure.round_five { display: flex; justify-content: space-between; width: 730px; margin: 0 auto; /*padding: 35px 0 0 0;*/ padding: 35px 0 220px 0; }
  header .key_visual .main_visual figure.round_five img { width: auto; }
  header .key_visual .main_visual p.open { font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic"; margin: 88px 0 80px 0; font-size: 3.8rem; text-align: center; font-weight: bold; color: #FFFFFF; }
  header .key_visual .main_visual p.motto { font-size: 3rem; background-color: #ffffff; margin: 0 0 12px 38px; display: inline-block; padding: 0 12px; }
  header .key_visual .main_visual p.declar { font-size: 21px; }
  header .key_visual_low { background-color: #ffffff; background-image: url(../images/bg_key_visual.jpg); background-position: center top; background-repeat: no-repeat; }
  header .key_visual_low .main_visual { background-image: url("../images/key_visual_low.jpg"); background-repeat: no-repeat; background-position: center top; background-size: cover; border-radius: 20px; width: 1000px; height: 250px; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
  header .key_visual_low .main_visual h1 { font-size: 3.8rem; text-align: center; color: #FFFFFF; text-shadow: #444444 1px 1px 1px, #444444 -1px 1px 11px, #444444 1px -1px 11px, #444444 -1px -1px 1px; } }
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc { display: none; }

@media screen and (min-width: 768px) { .main_nav_pc { display: block; width: 100%; padding: 25px 0 0 0; height: 85px; }
  .main_nav_pc nav { margin: 0; }
  .main_nav_pc nav ul { list-style-type: none; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; align-items: center; box-sizing: border-box; height: auto; padding: 0; width: 1000px; margin: 0 auto; }
  .main_nav_pc nav ul li { display: block; box-sizing: border-box; overflow: hidden; height: 100px; width: auto; text-align: center; font-size: 1.6rem; margin: 0; padding: 0; }
  .main_nav_pc nav ul li a { display: block; position: relative; text-decoration: none; color: #1f1f1f; padding: 0; width: 100%; height: auto; box-sizing: border-box; background-color: #ffffff; }
  .main_nav_pc nav ul li a::before { margin: 0 auto 10px; display: block; height: 38px; }
  .main_nav_pc nav ul li a:hover { color: #c837a1; }
  .main_nav_pc nav ul li:nth-of-type(1) a:before { content: url("../images/menu_01.png"); }
  .main_nav_pc nav ul li:nth-of-type(2) a:before { content: url("../images/menu_02.png"); }
  .main_nav_pc nav ul li:nth-of-type(3) a:before { content: url("../images/menu_03.png"); }
  .main_nav_pc nav ul li:nth-of-type(4) a:before { content: url("../images/menu_04.png"); }
  .main_nav_pc nav ul li:nth-of-type(5) a:before { content: url("../images/menu_05.png"); }
  .main_nav_pc nav ul li:nth-of-type(6) a:before { content: url("../images/menu_06.png"); }
  .main_nav_pc nav ul li:nth-of-type(7) a:before { content: url("../images/menu_07.png"); } }
.bnr_home_transfusion { margin: 30px auto 0; width: 100%; }
.bnr_home_transfusion a { padding: 10px 0; display: block; background: #E88478; color: #fff; text-align: center; text-decoration: none; border-radius: 10px; font-size: 1.6rem; }
.bnr_home_transfusion a span { display: inline-block; background: url("../images/icon_home_transfusion.png") no-repeat center left/contain; padding: 0.2em 0 0.2em 1.2em; }
@media screen and (min-width: 768px) { .bnr_home_transfusion { margin: -30px auto 60px; width: 500px; }
  .bnr_home_transfusion a { padding: 22px 0; border-radius: 14px; font-size: 2.4rem; letter-spacing: 0.05em; }
  .bnr_home_transfusion a:hover { color: #fff100; } }

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame { padding: 0 .8rem; box-sizing: border-box; height: 18rem; width: 100%; margin: 1.8rem auto 0 auto; overflow-y: scroll; background-color: #ffffff; box-sizing: border-box; }
.notice_frame dl { padding: 1rem 1rem 1rem 0; }
.notice_frame dl dt { margin: 0 0 .8rem 0; color: #c837a1; font-size: 1.4em; padding: 0; box-sizing: border-box; }
.notice_frame dl dd { margin: 0 0 2.6rem 0; }
.notice_frame dl dd p { color: #1f1f1f; margin: 0; font-size: 1.2rem; line-height: 160%; padding: 0; box-sizing: border-box; }
.notice_frame dl dd a { text-decoration: none; }
.notice_frame dl dd a .link_text { margin: 1.2rem 0 0 0; font-size: 1.6rem; color: #FF0000; }
.notice_frame dl dd a .link_text:hover { opacity: 0.8; }

@media screen and (min-width: 768px) { .notice_frame { padding: 0; box-sizing: border-box; height: 300px; width: 100%; margin: 0 auto; overflow-y: scroll; background-color: #ffffff; box-sizing: border-box; box-sizing: border-box; }
  .notice_frame dl { padding: 16px 0 30px 16px; box-sizing: border-box; }
  .notice_frame dl dt { margin: 0 0 12px 0; font-size: 1.8rem; color: #c837a1; padding: 0; box-sizing: border-box; }
  .notice_frame dl dd { margin: 0 0 46px 0; }
  .notice_frame dl dd p { color: #1f1f1f; font-size: 1.6rem; line-height: 1.6; padding: 0; box-sizing: border-box; }
  .notice_frame dl dd a { text-decoration: none; }
  .notice_frame dl dd a .link_text { margin: 12px 0 0 0; font-size: 1.6rem; color: #FF0000; }
  .notice_frame dl dd a .link_text:hover { opacity: 0.8; } }
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) { .notice_frame::-webkit-scrollbar { width: 12px; background: #ffffff; }
  .notice_frame::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; }
  .notice_frame::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } }
/* -----------------------------------------------------------
　H2の上の丘
----------------------------------------------------------- */
.round_space { width: 100%; background-color: #ffffff; }
.round_space .round img { width: 20rem; height: 5rem; margin: 0 auto; display: block; }

@media screen and (min-width: 768px) { .round_space { width: 100%; background-color: #ffffff; }
  .round_space .round img { width: 200px; height: 50px; margin: 0 auto; display: block; } }
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.greeting_area { background-color: #e6f8e8; background-image: url("../images/greeting_leaf.png"); background-position: bottom right; background-repeat: no-repeat; }
.greeting_area .greeting_wrapper { width: 100%; margin: 20px auto; padding: 0 0 20px 0; }

@media screen and (min-width: 768px) { .greeting_area { background-color: #e6f8e8; background-image: url("../images/greeting_leaf.png"); background-position: bottom right; background-repeat: no-repeat; }
  .greeting_area .greeting_wrapper { width: 1000px; margin: 40px auto; padding: 0 0 100px 0; } }
/* -----------------------------------------------------------
　クリニックの特長
----------------------------------------------------------- */
.features p { width: 100%; margin: 0 auto 2.0rem; color: #212121; font-size: 1.4rem; }
.features p.tit { color: #149583; font-size: 1.6rem; margin: 0 auto .6rem; }
.features .illust { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin: 2.2rem auto 0; }
.features .illust .illust_box { box-sizing: border-box; width: 100%; height: auto; margin: 0 auto 1.4rem 0; border: .2rem #927959 solid; border-radius: .8rem; padding: 1.2rem 0 0 0; }
.features .illust .illust_box figure img { width: 100%; }
.features .illust .illust_box p { width: auto; color: #927959; display: flex; justify-content: center; flex-wrap: wrap; padding: 0 3rem; color: #000000; font-size: 1.4rem; margin: 1.4rem 0; }
.features .illust .illust_box p.tit { font-size: 2.0rem; color: #927959; margin: 0 0 1.2rem 0; }
.features .illust .illust_box p a { display: block; width: 100%; color: #927959; text-decoration: none; }

@media screen and (min-width: 768px) { .features p { width: 900px; margin: 0 auto 28px; color: #212121; font-size: 1.6rem; }
  .features p.tit { color: #149583; font-size: 2rem; margin: 0 auto 6px; }
  .features .illust { display: flex; justify-content: space-between; flex-wrap: wrap; width: 900px; margin: 22px auto 0; }
  .features .illust .illust_box { box-sizing: border-box; width: 420px; height: auto; margin: 0 0 50px 0; border: 2px #927959 solid; border-radius: 8px; padding: 20px 0 0 0; }
  .features .illust .illust_box figure img { width: 100%; }
  .features .illust .illust_box p { width: auto; color: #927959; display: flex; justify-content: center; padding: 0 30px; color: #000000; font-size: 1.6rem; margin: 20px 0; }
  .features .illust .illust_box p.tit { font-size: 2.4rem; color: #927959; margin: 0 0 20px 0; }
  .features .illust .illust_box p a:hover { opacity: 0.8; }
  .features .illust .illust_box_under { margin: 0; } }
/* -----------------------------------------------------------
　けやき在宅診療所の訪問診療について
----------------------------------------------------------- */
.about_area { background-color: #e6f8e8; }
.about_area .about_wrapper { width: 100%; margin: 4rem auto 0; padding: 0 0 3rem 0; }
.about_area .about_wrapper .about_content { width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.about_area .about_wrapper .about_content .about_box { width: 100%; height: auto; margin: 0 auto 2.8rem; }
.about_area .about_wrapper .about_content .about_box figure { margin: 0 auto 1.6rem; text-align: center; }
.about_area .about_wrapper .about_content .about_box p { color: #1f1f1f; font-size: 1.4rem; margin: 0 0 1.6rem 0; }
.about_area .about_wrapper .about_content .about_box p.tit { text-align: center; font-size: 1.6rem; color: #c837a1; margin: 0 0 .8rem 0; }
.about_area .about_wrapper .about_content .about_box p.tit:after { content: '・・・'; display: block; color: #c837a1; }
.about_area .about_wrapper a { text-decoration: none; }
.about_area .about_wrapper a .detail { background-color: #34a225; font-size: 1.6rem; color: #FFFFFF; padding: 1.6rem 0; text-align: center; border-radius: 3.6rem; width: 90%; margin: 0 auto; }
.about_area .about_wrapper a .detail:hover { opacity: 0.8; }

@media screen and (min-width: 768px) { .about_area { background-color: #e6f8e8; }
  .about_area .about_wrapper { width: 1000px; margin: 40px auto 0; padding: 0 0 100px 0; }
  .about_area .about_wrapper .about_content { width: 900px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
  .about_area .about_wrapper .about_content .about_box { width: 256px; height: auto; margin: 0 0 28px 0; }
  .about_area .about_wrapper .about_content .about_box figure { margin: 0 0 16px 0; }
  .about_area .about_wrapper .about_content .about_box p { color: #1f1f1f; font-size: 1.6rem; margin: 0 0 16px 0; }
  .about_area .about_wrapper .about_content .about_box p.tit { text-align: center; font-size: 1.8rem; color: #c837a1; }
  .about_area .about_wrapper .about_content .about_box p.tit:after { content: '・・・'; display: block; color: #c837a1; }
  .about_area .about_wrapper a { text-decoration: none; }
  .about_area .about_wrapper a .detail { background-color: #34a225; font-size: 1.8rem; color: #FFFFFF; padding: 22px 0; text-align: center; border-radius: 36px; width: 650px; margin: 0 auto; }
  .about_area .about_wrapper a .detail:hover { opacity: 0.8; } }
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg { clear: both; }
.overview_bg .overview { width: 100%; margin: 3.5rem auto 1.2rem; display: block; }
.overview_bg .overview .frame_left { width: 90%; height: auto; margin: 0 auto; box-sizing: border-box; }
.overview_bg .overview .frame_left .clinic { border: .1rem #68473a solid; padding: 1.2rem 0 1.2rem 1.2rem; }
.overview_bg .overview .frame_left .clinic p { color: #1f1f1f; }
.overview_bg .overview .frame_left .clinic p.sub_1 { font-size: 1.2rem; margin: 0; }
.overview_bg .overview .frame_left .clinic p.sub_2 { font-size: 1.2rem; margin: .4rem 0 0 0; }
.overview_bg .overview .frame_left .clinic p.tit_1 { font-size: 2rem; margin: 0; }
.overview_bg .overview .frame_left .clinic p.tit_2 { font-size: 1.6rem; margin: 1.0rem 0 0 0; }
.overview_bg .overview .frame_left .clinic p.tit_2 a { text-decoration: none; }
.overview_bg .overview .frame_left .clinic p.address { font-size: 1.2rem; margin: 2.2rem 0 0 0; }
.overview_bg .overview .frame_left .information { width: 100%; margin: 0 auto; }
.overview_bg .overview .frame_left .information .head_contact { display: flex; box-sizing: border-box; overflow: hidden; width: auto; text-align: center; font-size: 1.6rem; margin: 1.6rem 0 0 0; padding: 1.0rem 0; border-radius: 1.4rem; background-color: #f2af29; align-items: center; }
.overview_bg .overview .frame_left .information .head_contact a { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; }
.overview_bg .overview .frame_left .information .head_contact a::after { font-family: "fontello"; content: "\00e800"; margin: 0 0 0 1rem; display: inline-block; font-size: 4rem; color: #FFFFFF; vertical-align: middle; }
.overview_bg .overview .frame_left .information .head_contact a::before { content: ""; }
.overview_bg .overview .frame_left .information .head_contact a:hover { color: #fff100; }
.overview_bg .overview .frame_left .information .head_medical { display: block; box-sizing: border-box; overflow: hidden; width: auto; text-align: left; font-size: 1.6rem; margin: 1.6rem 0 0 0; }
.overview_bg .overview .frame_left .information .head_medical a { display: block; margin: 0 auto 1rem; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; padding: 1.4rem 2.5rem; border-radius: 1.4rem; background-color: #558ac1; align-items: center; }
.overview_bg .overview .frame_left .information .head_medical a.appli { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.overview_bg .overview .frame_left .information .head_medical a.appli::after { background: url(../images/medical_01.png) no-repeat center/contain; content: ""; width: 1.5em; height: 1.2em; padding: 0 0 0 1rem; display: inline-block; vertical-align: middle; }
.overview_bg .overview .frame_left .information .head_medical a::before { content: ""; padding: 0; }
.overview_bg .overview .frame_left .information .head_medical a:hover { color: #fff100; }
.overview_bg .overview .frame_left .information .head_medical a.foam { display: block; position: relative; text-align: center; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; padding: 1.4rem 0; border-radius: 1.4rem; background-color: #e88478; align-items: center; }
.overview_bg .overview .frame_left .information .head_medical a.foam::after, .overview_bg .overview .frame_left .information .head_medical a.foam::before { content: ""; padding: 0; }
.overview_bg .overview .frame_left .information .head_medical a.foam:hover { color: #fff100; }
.overview_bg .overview .frame_left .information .head_info { box-sizing: border-box; width: 100%; height: auto; margin: 2.2rem 0 0 0; padding: 1rem 0; border-radius: 1.4rem; background: -webkit-linear-gradient(1deg, #108b7d, #34a226); background: linear-gradient(1deg, #108b7d, #34a226); }
.overview_bg .overview .frame_left .information .head_info p { text-align: center; margin: 0; color: #FFFFFF; font-size: 1.2rem; }
.overview_bg .overview .frame_left .information .head_info p.head_table { font-size: 1.2rem; letter-spacing: .2rem; margin: 0 0 .4rem 0; }
.overview_bg .overview .frame_left .information .head_info p.head_table span { font-size: 1.8rem; color: #f7eb26; }
.overview_bg .overview .frame_left .information .head_info p.contact { font-size: 1.4rem; letter-spacing: .2rem; line-height: 1.6; }
.overview_bg .overview .frame_left .information .head_info p.contact a { text-decoration: none; color: cornsilk; }
.overview_bg .overview .frame_right { width: 90%; margin: 2rem auto 0; }
.overview_bg .overview .frame_right .areaMap { padding: .6rem 0; text-align: center; color: #FFFFFF; background-color: #978061; font-size: 1.8rem; }
.overview_bg .overview .frame_right figure { margin: 1rem 0 0 0; position: relative; }
.overview_bg .overview .frame_right figure img { width: 100%; }
.overview_bg .overview .frame_right figure a { position: absolute; bottom: 3rem; right: 0; text-decoration: none; font-size: 1.2rem; color: #1f1f1f; }

@media screen and (min-width: 768px) { .overview_bg .overview { width: 900px; margin: 70px auto 24px; display: flex; justify-content: space-between; }
  .overview_bg .overview .frame_left { border: 0; width: 300px; height: auto; padding: 0; box-sizing: border-box; display: inline-table; }
  .overview_bg .overview .frame_left .clinic { border: 1px #68473a solid; padding: 30px 0 30px 22px; }
  .overview_bg .overview .frame_left .clinic p { color: #1f1f1f; }
  .overview_bg .overview .frame_left .clinic p.sub_1 { font-size: 1.4rem; margin: 0; }
  .overview_bg .overview .frame_left .clinic p.sub_2 { font-size: 1.4rem; margin: 4px 0 0 0; }
  .overview_bg .overview .frame_left .clinic p.tit_1 { font-size: 2.2rem; margin: 0; }
  .overview_bg .overview .frame_left .clinic p.tit_2 { font-size: 1.8rem; margin: 4px 0 0 0; }
  .overview_bg .overview .frame_left .clinic p.address { font-size: 1.4rem; margin: 28px 0 0 0; }
  .overview_bg .overview .frame_left .information { width: 100%; margin: 0 auto; }
  .overview_bg .overview .frame_left .information .head_contact { display: flex; box-sizing: border-box; overflow: hidden; width: auto; text-align: center; font-size: 1.6rem; margin: 16px 0 0 0; padding: 10px 0; border-radius: 14px; background-color: #f2af29; align-items: center; }
  .overview_bg .overview .frame_left .information .head_contact a { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; }
  .overview_bg .overview .frame_left .information .head_contact a::after { font-family: "fontello"; content: "\00e800"; margin: 0 0 0 10px; display: inline-block; font-size: 4rem; color: #FFFFFF; vertical-align: middle; }
  .overview_bg .overview .frame_left .information .head_contact a::before { content: ""; }
  .overview_bg .overview .frame_left .information .head_contact a:hover { color: #fff100; }
  .overview_bg .overview .frame_left .information .head_medical { display: block; box-sizing: border-box; overflow: hidden; width: auto; text-align: left; font-size: 1.6rem; margin: 16px 0 0 0; align-items: center; }
  .overview_bg .overview .frame_left .information .head_medical a { display: block; position: relative; text-decoration: none; color: #FFFFFF; margin: 0 auto 1rem; padding: 0; width: 100%; height: auto; box-sizing: border-box; padding: 14px 2.5rem; border-radius: 14px; background-color: #558ac1; }
  .overview_bg .overview .frame_left .information .head_medical a.appli::after { width: 2rem; height: 2rem; }
  .overview_bg .overview .frame_left .information .head_medical a::before { content: ""; padding: 0; }
  .overview_bg .overview .frame_left .information .head_medical a:hover { color: #fff100; }
  .overview_bg .overview .frame_left .information .head_medical a.foam { display: block; position: relative; text-decoration: none; color: #FFFFFF; padding: 0; width: 100%; height: auto; box-sizing: border-box; padding: 14px; border-radius: 14px; background-color: #e88478; }
  .overview_bg .overview .frame_left .information .head_medical a.foam::after, .overview_bg .overview .frame_left .information .head_medical a.foam::before { content: ""; padding: 0; }
  .overview_bg .overview .frame_left .information .head_medical a.foam:hover { color: #fff100; }
  .overview_bg .overview .frame_left .information .head_info { box-sizing: border-box; width: 100%; height: auto; margin: 22px 0 0 0; padding: 10px 0; border-radius: 14px; background: -webkit-linear-gradient(1deg, #108b7d, #34a226); background: linear-gradient(1deg, #108b7d, #34a226); }
  .overview_bg .overview .frame_left .information .head_info p { text-align: center; margin: 0; color: #FFFFFF; font-size: 1.2rem; }
  .overview_bg .overview .frame_left .information .head_info p.head_table { font-size: 1.2rem; letter-spacing: 2px; margin: 0 0 4px 0; }
  .overview_bg .overview .frame_left .information .head_info p.head_table span { font-size: 1.8rem; color: #f7eb26; }
  .overview_bg .overview .frame_left .information .head_info p.contact { font-size: 1.4rem; letter-spacing: 2px; line-height: 1.6; }
  .overview_bg .overview .frame_right { width: 556px; margin: 0 0 0 auto; }
  .overview_bg .overview .frame_right .areaMap { padding: 10px 0; text-align: center; color: #FFFFFF; background-color: #978061; font-size: 2.2rem; }
  .overview_bg .overview .frame_right figure { margin: 10px 0 0 0; position: relative; }
  .overview_bg .overview .frame_right figure a { position: absolute; bottom: 30px; right: 0; text-decoration: none; font-size: 1.4rem; color: #1f1f1f; } }
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame { display: none; }
footer p.copyright { background-color: #FFFFFF; text-align: center; margin: 0; padding: 0.8rem 0; color: #1f1f1f; }
footer p.copyright a { text-decoration: none; color: #1f1f1f; font-size: 1.1rem; height: auto; line-height: inherit; }

@media screen and (min-width: 768px) { footer { width: 100%; height: auto; box-sizing: border-box; padding: 81px 0 0 0; background-color: #FFFFFF; background-image: url("../images/footer.png"); background-repeat: repeat-x; background-position: top; }
  footer .footer_frame { display: block; width: 1000px; height: auto; margin: 0 auto; padding: 0; box-sizing: border-box; }
  footer .footer_frame ul { text-align: center; }
  footer .footer_frame ul li { display: inline-block; padding: 0 10px; border-right: 1px #fff solid; margin: 0; }
  footer .footer_frame ul li:last-child { border-right: 0; }
  footer .footer_frame ul li a { color: #1f1f1f; font-size: 1.4rem; text-decoration: none; }
  footer .footer_frame ul li a:hover { opacity: 0.6; }
  footer .footer_frame ul li a .glb { display: none; }
  footer p.copyright { padding: 20px 0 10px; }
  footer p.copyright a { text-decoration: none; margin: 0; text-align: center; margin: 0 auto; background-color: #FFFFFF; color: #1f1f1f; font-size: 1.2rem; height: auto; } }
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop { float: right; }
#linkpagetop img { width: 80%; height: auto; }

#pagetop { position: fixed; bottom: 8vw; right: 0px; height: 12vw; text-align: right; margin: 0 2% 0 0; }
#pagetop a { display: block; }

#pagetop_position { float: right; margin: 0px; padding: 0px; }

@media screen and (min-width: 768px) { #linkpagetop { float: left; }
  #linkpagetop img { width: 70px; height: 70px; }
  #pagetop { position: fixed; bottom: 70px; left: 50%; margin: 0 0 0 560px; height: 70px; text-align: center; }
  #pagetop a { display: block; color: #ffffff; }
  #pagetop_position { float: right; margin: 0px; padding: 0px; } }
@media screen and (min-width: 768px) and (max-width: 1500px) { #pagetop { position: fixed; bottom: 80px; left: 90%; margin: 0 0 0 0; height: 70px; text-align: center; } }
/*----------------------------------------------------------- インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr { display: none; position: absolute; padding: 0; height: auto; background-color: #c1d735; opacity: 0.94; top: 7.6em; right: 0; width: 100%; margin: 0; z-index: 110; }
.drawr p { color: #026c33; font-size: 2rem; text-align: center; padding: 18px 0; background-color: #ffffff; margin: 0; }
.drawr p.title_internal { color: #f99bb1; }
.drawr p.title_ear { color: #86b7e6; }
.drawr ul.hbg li, .drawr ul.internal li, .drawr ul.ear li { text-align: center; }
.drawr ul.hbg li a, .drawr ul.internal li a, .drawr ul.ear li a { color: #ffffff; font-size: 5.0vw; text-decoration: none; padding: 1rem 0; display: block; border-bottom: #ffffff 1px solid; line-height: 1.2; }
.drawr ul.hbg li a img, .drawr ul.hbg li a .aside_view, .drawr ul.internal li a img, .drawr ul.internal li a .aside_view, .drawr ul.ear li a img, .drawr ul.ear li a .aside_view { display: none; }
.drawr ul.hbg li.aside_area, .drawr ul.internal li.aside_area, .drawr ul.ear li.aside_area { display: none; }
.drawr ul.internal { background-color: #f99bb1; }
.drawr ul.ear { background-color: #86b7e6; }
.drawr ul.staff li a { background-color: #7d4900; color: #1f1f1f; }

.openNav { display: block; }

/*ハンバーガーナビ*/
.main_nav_sp { display: block; width: 100%; height: auto; margin: 0; }

@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; user-select: none; -webkit-tap-highlight-color: transparent; }

.toggle-label:active { -webkit-tap-highlight-color: transparent; }

.toggle-label { cursor: pointer; }

.toggle-label .toggle-icon, .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after { position: relative; display: block; top: 50%; left: 50%; height: 3px; width: 42px; background: #ffffff; content: ''; transition: all 500ms ease-in-out; }

.toggle-label .toggle-text { position: relative; display: block; top: calc(100% - 10px); height: 14px; font-size: 12px; color: #ffffff; text-align: center; }

.toggle-label .toggle-text:before { position: absolute; width: 100%; left: 0; content: 'MENU'; transition: all 500ms ease-in-out; visibility: visible; opacity: 1; }

.toggle-label .toggle-text:after { position: absolute; width: 100%; left: 0; content: 'CLOSE'; transition: all 500ms ease-in-out; visibility: hidden; opacity: 0; }

.toggle-label .toggle-icon { transform: translate3d(-50%, -5px, 0); }

.toggle-label .toggle-icon:before { transform: translate3d(-50%, -11.5px, 0); }

.toggle-label .toggle-icon:after { transform: translate3d(-50%, 5px, 0); }

.toggle:checked ~ .toggle-label .toggle-icon { background-color: transparent; }

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after { top: 0; }

.toggle:checked ~ .toggle-label .toggle-icon:before { transform: translateX(-50%) rotate(45deg); top: 1.5px; }

.toggle:checked ~ .toggle-label .toggle-icon:after { transform: translateX(-50%) translateY(-10px) rotate(-45deg); top: 8.5px; }

.toggle:checked ~ .toggle-label .toggle-text:before { visibility: hidden; opacity: 0; }

.toggle:checked ~ .toggle-label .toggle-text:after { visibility: visible; opacity: 1; }

.container { display: flex; align-items: center; justify-content: center; width: 16%; position: absolute; cursor: pointer; right: 2%; top: 1.2em; padding: 0 0 0.6rem 0; background-color: #b1d000; z-index: 4; }

/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right { margin: 0 0 10px 0; text-align: center; }
.img_right img { width: 70%; height: auto; }

.img_doctor { margin: 0 0 2rem 0; text-align: center; }
.img_doctor img { width: 60%; height: auto; }

.img_center { margin: 0 0 10px 0; text-align: center; }
.img_center img { width: 100%; height: auto; }

/*画像右*/
.img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_right_frame div.right { order: 1; width: 100%; text-align: center; }
.img_right_frame div.right img { width: 80%; height: auto; margin: 0 0 1rem 0; }
.img_right_frame div.left { order: 2; width: 100%; }
.img_right_frame div.left .doctor_name { text-align: right; }

/*画像左*/
.img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; margin: 0 0 1rem 0; }
.img_left_frame figure.left { order: 1; width: 100%; text-align: center; }
.img_left_frame figure.left img { width: 70%; height: auto; margin: 0 0 1rem 0; border-radius: 1.6rem; }
.img_left_frame div.right { order: 2; width: 90%; margin: 1.8rem auto 0; line-height: 120%; }

/*二つ*/
.img_two { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; }
.img_two img { width: 70%; margin: 0 auto 20px auto; display: block; }

.top_doctor_name { font-size: 1.5rem; text-align: right; }
.top_doctor_name span { font-size: 1.8rem; }

.doctor_name2 { text-align: right; }

@media screen and (min-width: 768px) { .img_right { float: right; margin: 0 0 10px 10px; }
  .img_right img { width: 350px; height: auto; }
  .img_doctor { float: right; margin: 0 0 3rem 3rem; }
  .img_doctor img { width: 240px; height: auto; }
  .img_center { float: none; margin: 0 0 10px 10px; text-align: center; }
  .img_center img { width: auto; height: auto; }
  /*画像右*/
  .img_right_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0 0 3rem 0; }
  .img_right_frame div.right { order: 2; width: 350px; text-align: center; }
  .img_right_frame div.right img { width: 350px; height: auto; margin: 0; }
  .img_right_frame div.left { order: 1; width: 445px; line-height: 120%; }
  .img_right_frame div.left .doctor_name { text-align: right; }
  /*画像左*/
  .img_left_frame { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; margin: 0; box-sizing: border-box; }
  .img_left_frame figure.left { order: 1; width: 30rem; text-align: left; }
  .img_left_frame figure.left img { width: 100%; height: auto; margin: 0; border-radius: 1.6rem; }
  .img_left_frame div.right { order: 2; width: 70rem; line-height: 120%; margin: 0; }
  .img_left_frame div.right p { margin: 0 0 1.8rem 5rem; }
  /*二つ*/
  .img_two { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; }
  .img_two img { width: 540px; margin: 0 auto 20px auto; display: block; }
  .top_doctor_name { font-size: 1.6rem; text-align: right; }
  .top_doctor_name span { font-size: 2.0rem; } }
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
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_maru { padding: 0; margin: 0; }
ul.list_maru li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }
ul.list_maru li ul { margin: 0.8rem 0 0 0; }
ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2rem; padding: 0 0 0 0; }

ul.list_maru_two { padding: 0; margin: 0; }
ul.list_maru_two li { line-height: 130%; font-size: 1.4rem; list-style-type: none; margin: 0 0 10px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 0.6rem; background-size: 1rem; padding: 0 0 0 1.8rem; line-height: 140%; }

/*なし*/
ul.list_none { line-height: 160%; font-size: 1.4rem; list-style-type: none; margin: 0; }
ul.list_none li { margin: 0 0 15px 0; padding: 0 0 0 5px; }
ul.list_none li span { color: #fedc50; margin: 0 0.5rem 0 0; }

/*数値*/
ul.list_num { box-sizing: border-box; width: 100%; }
ul.list_num li { line-height: 130%; font-size: 1.4rem; list-style-type: decimal; margin: 0 0 10px 2rem; box-sizing: border-box; width: 90%; }

/*概要*/
ul.list_overview { box-sizing: border-box; width: 100%; }
ul.list_overview li { line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; box-sizing: border-box; width: 90%; }

/*2列*/
ul.list_normal_two { display: flex; justify-content: space-between; flex-direction: column; }
ul.list_normal_two li { box-sizing: border-box; line-height: 130%; font-size: 1.4rem; list-style-type: disc; margin: 0 0 10px 25px; }

@media screen and (min-width: 768px) { /*標準*/
  ul.list_normal { line-height: 160%; font-size: 1.6rem; list-style-type: disc; margin: 0; }
  ul.list_normal li { margin: 0 0 15px 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; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  ul.list_maru li ul { margin: 0.8rem 0 0 0; }
  ul.list_maru li ul li { background: none; list-style-type: disc; margin: 0 0 10px 2.6rem; padding: 0 0 0 0; }
  ul.list_maru_two { padding: 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  ul.list_maru_two li { width: 45%; line-height: 100%; font-size: 1.6rem; list-style-type: none; margin: 0 0 15px 0; box-sizing: border-box; background: url(../images/maru.gif) no-repeat; background-position: left top 3px; background-size: 1.5rem; padding: 0 0 0 25px; line-height: 140%; }
  /*なし*/
  ul.list_none { line-height: 160%; font-size: 1.6rem; list-style-type: none; }
  ul.list_none li { margin: 0 0 15px 0; }
  ul.list_none li span { color: #fedc50; margin: 0 5px 0 0; }
  /*数値*/
  ul.list_num { box-sizing: border-box; width: 100%; }
  ul.list_num li { line-height: 130%; font-size: 1.6rem; list-style-type: decimal; margin: 0 0 1rem 3rem; 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_normal_two { display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; }
  ul.list_normal_two li { width: 45%; box-sizing: border-box; line-height: 130%; font-size: 1.6rem; list-style-type: disc; margin: 0 0 10px 25px; } }
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.bio_list dt { width: 100%; margin: 0 0 0 0; font-weight: bold; }
dl.bio_list dd { width: 100%; margin: 0 0 20px 0; }

dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.4rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
dl.book_list dd { width: 100%; margin: 0 0 2rem 0; }

@media screen and (min-width: 768px) { dl.bio_list { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; line-height: 140%; width: 825px; }
  dl.bio_list dt { width: 100px; margin: 0 0 20px 0; font-weight: normal; }
  dl.bio_list dd { width: 725px; margin: 0 0 20px 0; }
  dl.book_list { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.6rem; box-sizing: border-box; margin: 0 0 20px 0; line-height: 120%; }
  dl.book_list dt { width: 100%; margin: 0 0 1rem 0; font-weight: bold; }
  dl.book_list dd { width: 100%; margin: 0 0 4rem 0; } }
/*見出し*/
h2.top { width: 100%; height: auto; font-size: 1.8rem; color: #34a225; font-weight: normal; text-align: center; margin: 0 0 2.8rem 0; position: relative; }

h3 { color: #0e974d; font-weight: normal; font-size: 1.6rem; padding: 0 0 .4rem 0; margin: 0 0 2rem 0; line-height: 1.1; border-bottom: #0e974d 3px solid; position: relative; }
h3::before { content: ''; width: 100%; border-bottom: #89bb3b solid 2px; position: absolute; left: 0px; bottom: -5px; }

p { font-size: 1.4rem; margin: 0 0 2rem 0; line-height: 140%; }

@media screen and (min-width: 768px) { h2 { clear: both; }
  h2.top { width: 100%; font-size: 3rem; line-height: 1.3; color: #34a225; font-weight: normal; text-align: center; margin: 0 0 5rem 0; }
  h2.top::before { content: url(../images/h2_left.png); margin: 0 2rem 0 0; }
  h2.top::after { content: url(../images/h2_right.png); margin: 0 0 0 2rem; }
  h3 { clear: both; color: #0e974d; font-weight: normal; font-size: 2.6rem; padding: 0 0 .6rem 0; margin: 0 0 3rem 0; border-bottom: #0e974d 5px solid; position: relative; }
  h3::before { content: ''; width: 100%; border-bottom: #89bb3b solid 4px; position: absolute; left: 0px; bottom: -8px; }
  p { font-size: 1.6rem; margin: 0 0 2rem 0; line-height: 160%; } }
/*下層*/
/*共通*/
.wrapper_low { margin: 3rem 0; }
.wrapper_low section { margin: 0 0 3rem 0; overflow: hidden; }
.wrapper_low section a { text-decoration: none; }
.wrapper_low section a:hover { opacity: 0.8; }
.wrapper_low section ul.history { width: 100%; margin: 0 auto; }
.wrapper_low section ul.history li { font-size: 1.4rem; line-height: 1.8; list-style: none; margin: 0; padding: 0; }
.wrapper_low section ul.history li:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #b1d000; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.wrapper_low section dl { /*
display: flex;
flex-wrap: wrap;
width: 100%;
border-bottom: .1rem #999999 solid;
dt,dd{
	font-size: $text_sp;
	padding: 1rem 0;
	box-sizing: border-box;
	border-top: .1rem #999999 solid;
	border-left: .1rem #999999 solid;
	padding: .6rem 1rem;
}
dt{
	width: 60%;
}
dd{
	width: 40%;			
	text-align: right;
	border-right: .1rem #999999 solid;
}
*/ }
.wrapper_low section dl.history { border: 0; }
.wrapper_low section dl.history dt, .wrapper_low section dl.history dd { font-size: 1.4rem; border: 0; padding: 0 0 1.6rem 0; }
.wrapper_low section dl.history dt { width: 40%; }
.wrapper_low section dl.history dt:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #b1d000; border-radius: 50%; position: relative; top: -1px; margin-right: 15px; }
.wrapper_low section dl.history dt.nolist:before { content: none; }
.wrapper_low section dl.history dd { width: 60%; text-align: left; }
.wrapper_low section p.label { display: inline-block; font-size: 1.8rem; font-weight: bold; color: #FFFFFF; background-color: #b1d000; padding: .2rem 2.2rem 0 1.8rem; margin: 0 0 1rem 0; }
.wrapper_low section p.treatment_link { background-color: #b79b58; font-size: 1.4rem; color: #FFFFFF; padding: .4rem 0 .2rem; margin: 0 auto 1.8rem; border-radius: .6rem; text-align: center; width: 80%; }
.wrapper_low section p.treatment_link:hover { opacity: 0.8; }
.wrapper_low section p.PSA { margin: 2rem 0 0 0; }
.wrapper_low section p.txt_right { text-align: right; margin: 1.6rem 0 0 0; }
.wrapper_low section p.care { background-color: #b1d000; border-radius: 3rem; color: #FFFFFF; display: block; padding: .2rem 1rem; }
.wrapper_low section p.check { padding-left: 24px; position: relative; }
.wrapper_low section p.check:before, .wrapper_low section p.check:after { content: ""; display: block; position: absolute; }
.wrapper_low section p.check:before { width: 16px; height: 16px; border-radius: 3px; background: transparent; border: 2px solid #8bb303; left: 0; top: 2px; }
.wrapper_low section p.check:after { border-left: 3px solid #8bb303; border-bottom: 3px solid #8bb303; width: 15px; height: 5px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: 5px; top: 3px; }
.wrapper_low section .red { color: #FF0000; }
.wrapper_low section .menu_wrapper { width: 90%; margin: 0 auto; }
.wrapper_low section .menu_wrapper ul { list-style: inside; display: block; }
.wrapper_low section .menu_wrapper ul li { font-size: 1.4rem; padding: 1.2rem 0 .6rem; border-bottom: 0.1rem #026c33 dotted; }
.wrapper_low section .link { display: flex; flex-wrap: wrap; }
.wrapper_low section .link a { text-decoration: none; margin-right: 1%; width: 32.6%; }
.wrapper_low section .link a .button { width: 100%; height: auto; padding: 1.8rem 0; margin: 0 0 1rem 0; background-color: #026c33; cursor: pointer; color: #FFFFFF; font-size: 1.2rem; display: flex; justify-content: center; align-items: center; transition: .2s all; border: 0.1rem #89bb3b solid; }
.wrapper_low section .link a .button:hover { top: -2px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.wrapper_low section .link a .button:active { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
.wrapper_low section .link a:nth-child(3n) { margin-right: 0; }
.wrapper_low section .link a:hover { opacity: 0.8; }
.wrapper_low section .privacy_policy { width: 100%; height: 30rem; overflow: auto; box-sizing: border-box; border: .1rem #cccccc solid; padding: 1rem; }
.wrapper_low section .privacy_policy p.tit { font-size: 1.6rem; font-weight: bold; text-align: center; }
.wrapper_low section .privacy_policy dl dt, .wrapper_low section .privacy_policy dl dd { font-size: 1.2rem; line-height: 2; }
.wrapper_low section .privacy_policy dl dt { font-weight: bold; }
.wrapper_low section .privacy_policy dl dd { margin: 0 0 2.8rem 0; }
.wrapper_low section .mt30 { margin-top: 2.2rem !important; }
.wrapper_low section .mt40 { margin-top: 3rem !important; }

@media screen and (min-width: 768px) { .wrapper_low section { margin: 0 0 8rem 0; }
  .wrapper_low section ul.history { width: 100%; margin: 0; }
  .wrapper_low section ul.history li { font-size: 1.6rem; }
  .wrapper_low section dl { 				/*
				display: flex;
				flex-wrap: wrap;
				width: 100%;
				border-bottom: .1rem #999999 solid;
				dt,dd{
					font-size: $text_pc;
					padding: 1rem 0;
					box-sizing: border-box;
					border-top: .1rem #999999 solid;
					border-left: .1rem #999999 solid;
					padding: 1rem;
				}
				dt{
					width: 50%;

				}
				dd{
					width: 50%;			
					text-align: right;
					border-right: .1rem #999999 solid;
				}
				*/ }
  .wrapper_low section dl.history { display: flex; flex-wrap: wrap; width: 100%; }
  .wrapper_low section dl.history dt { font-size: 1.6rem; width: 15%; }
  .wrapper_low section dl.history dd { width: 85%; }
  .wrapper_low section p.label { font-size: 2.2rem; }
  .wrapper_low section p.treatment_link { font-size: 1.8rem; margin: 0 0 3rem auto; width: 24rem; }
  .wrapper_low section p.centering { margin: 0 auto; }
  .wrapper_low section p.care { display: inline-block; }
  .wrapper_low section .menu_wrapper { width: 100%; }
  .wrapper_low section .menu_wrapper ul { display: flex; flex-wrap: wrap; }
  .wrapper_low section .menu_wrapper ul li { font-size: 1.6rem; padding: 1.8rem 0 1rem; width: 50%; }
  .wrapper_low section .link { display: flex; flex-wrap: wrap; }
  .wrapper_low section .link a { text-decoration: none; margin-right: 3rem; width: 35rem; }
  .wrapper_low section .link a .button { width: 100%; height: auto; padding: 1.8rem 0; margin: 0 0 1.6rem 0; background-color: #026c33; cursor: pointer; color: #FFFFFF; font-size: 2.2rem; display: flex; justify-content: center; align-items: center; transition: .2s all; border: 0.1rem #89bb3b solid; }
  .wrapper_low section .link a .button:hover { top: -2px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  .wrapper_low section .link a .button:active { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); top: 0; }
  .wrapper_low section .link a:nth-child(3n) { margin-right: 0; }
  .wrapper_low section .link a:hover { opacity: 0.8; }
  .wrapper_low section .privacy_policy { width: 100%; height: 40rem; overflow: auto; box-sizing: border-box; }
  .wrapper_low section .privacy_policy p.tit { font-size: 2rem; font-weight: bold; text-align: center; }
  .wrapper_low section .privacy_policy dl dt, .wrapper_low section .privacy_policy dl dd { font-size: 1.6rem; line-height: 2; }
  .wrapper_low section .privacy_policy dl dt { font-weight: bold; }
  .wrapper_low section .privacy_policy dl dd { margin: 0 0 2.8rem 0; }
  .wrapper_low section .mt30 { margin-top: 3rem !important; }
  .wrapper_low section .mt40 { margin-top: 4rem !important; } }
/*院長紹介*/
.doctor p.doctor_txt { line-height: 1.6; }
.doctor p.doctor_name { text-align: right; }
.doctor p.second { font-size: 2.2rem; text-align: center; }

@media screen and (min-width: 768px) { .doctor p.doctor_txt { line-height: 1.8; }
  .doctor p.second { font-size: 2.8rem; text-align: center; } }
/*診療内容*/
/*医院紹介*/
.clinic h3 { margin: 4rem 0; }
.clinic ul.device { display: block; }
.clinic ul.device li { width: 100%; list-style: none; }
.clinic ul.device li img { display: block; max-width: 100%; height: auto; margin: 0 auto .6rem; }
.clinic ul.device li p { font-size: 1.4rem; margin: 1rem auto 3rem; text-align: left; width: 90%; }
.clinic ul.device li p span { font-size: 1.6rem; display: block; text-align: center; }

@media screen and (min-width: 768px) { .clinic ul.device { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  .clinic ul.device li { width: 48%; margin: 0 0 3rem 0; }
  .clinic ul.device li p { font-size: 1.6rem; margin: 1rem auto 0; text-align: left; width: 70%; }
  .clinic ul.device li p span { font-size: 2rem; display: block; text-align: center; } }
/*診療までの流れ*/
.flow dl.flow { width: 96%; margin: 0 auto; border-bottom: 0; }
.flow dl.flow dt { background-color: #026c33; color: #FFFFFF; border-radius: .6rem; padding: .2rem 0 .2rem 1rem; }
.flow dl.flow dt, .flow dl.flow dd { font-size: 1.4rem; line-height: 1.4; width: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 0; text-align: left; margin: 0 0 1.2rem 0; }
.flow .arrow { font-weight: bold; margin: 1rem 0; text-align: center; color: #666666; }
.flow .new { text-align: center; }
.flow .new a { font-size: 1.6rem; color: #FFFFFF; background-color: #558ac1; padding: 1.2rem 2.4rem; display: inline-block; margin: 0 0 1.2rem 0; border-radius: .8rem; }
.flow .new a::after { content: url(../images/medical_01.png); margin: 0 0 0 1rem; display: inline-block; vertical-align: middle; }

@media screen and (min-width: 768px) { .flow dl.flow { width: 100%; margin: 2rem 0 0 0; }
  .flow dl.flow dt, .flow dl.flow dd { font-size: 1.6rem; line-height: 1.6; width: 100%; text-align: left; margin: 0 0 2rem 0; }
  .flow .about { margin: 0 0 0 3rem; }
  .flow .new { text-align: center; }
  .flow .new a { font-size: 2.4rem; color: #FFFFFF; background-color: #558ac1; padding: 1.2rem 3.4rem; display: inline-block; border-radius: .8rem; } }
/*アクセス*/
.access a.tel_text { text-decoration: none; font-weight: bold; font-size: 2rem; color: #026c33; }
.access iframe { width: 100%; height: 40rem; }

.scroll { overflow: auto; white-space: nowrap; }

.scroll::-webkit-scrollbar { height: 5px; }

.scroll::-webkit-scrollbar-track { background: #F1F1F1; }

.scroll::-webkit-scrollbar-thumb { background: #BCBCBC; }

/*在宅輸血療法*/
.home_transfusion .box_detail { background-color: #e6f8e8; padding: 2rem 1rem; border-radius: 1.4rem; margin: 0 0 2rem; }
.home_transfusion .box_detail ul li:last-of-type { margin-bottom: 0; }

.fs { color: #149583; font-weight: 600; font-size: 1.4rem; line-height: 155%; }
@media screen and (min-width: 768px) { .fs { font-size: 1.6rem; line-height: 175%; } }

.mb20 { margin-bottom: 2rem; }

/*
.footer a {display: inline-block;}
a[href*="inquiry"] {pointer-events:none;}
*/

/*# sourceMappingURL=style.css.map */
