@charset "UTF-8";
/* =======================================================================

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*茶*/
/*オレンジ*/
/*緑*/
/*オレンジ2*/
/*黄緑*/
/*極薄緑*/
/*薄灰色*/
/*灰色*/
/*薄黄色*/
/*薄緑*/
/*渋緑*/
/*緑*/
/*ピンク*/
/*薄緑*/
/*黄色*/
/*緑2*/
/*黄色*/
.fluid-image {
  max-width: 100%;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

/* -----------------------------------------------------------
 凡用ボタン
----------------------------------------------------------- */
a.btnlink {
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #89aa7a;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
}

a.btnlink:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -3px 5px 0 0;
  background: url("../images/bnr_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.btnlink:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px), print {
  a.btnlink {
    padding: 0.5em 2em;
    margin: 10px auto;
    font-size: 20px;
    display: inline-block;
  }
  a.btnlink:before {
    margin: -3px 10px 0 0;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}

@media screen and (min-width: 768px), print {
  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: #222222;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  width: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

section {
  height: auto;
  margin: 2rem 0 0 0;
  padding: 0 2%;
}
section.first {
  margin: 0 0 0 0;
}
section.bgc_col3 {
  background-color: #389e49;
}
section.bgc_col6 {
  background-color: #f4fddf;
}
section.bgc_col7 {
  background-color: #f9f9f9;
}
section.normal_section {
  margin: 3rem auto;
  width: 95%;
}
section.normal_section_col6 {
  margin: 3rem auto;
  padding: 0;
  width: 95%;
  background-color: #f4fddf;
}
section.normal_section_col6 .normal_frame {
  margin: 2rem;
}
section.normal_section_col6.-pd .normal_frame {
  padding: 2rem 0 0.5rem;
}
section.normal_section_col9 {
  padding: 0;
  width: 95%;
  background-color: #ffffcc;
}
section.normal_section_col9 .normal_frame {
  margin: 2rem;
}
section.normal_section_col9.-pd .normal_frame {
  padding: 2rem 0 0.5rem;
}

.normal_div_col6 {
  margin: 3rem auto;
  padding: 0;
  width: 95%;
  background-color: #f4fddf;
}
.normal_div_col6 > dl {
  padding: 2rem;
}
.normal_div_col6 > dl dd {
  font-size: 1.4rem;
}
.normal_div_col6.-col9 {
  background-color: #ffffcc;
}
.normal_div_col6.-col9 .normal_frame {
  padding: 2rem 0 0.5rem;
  margin: 2rem;
}
.normal_div_col6.-pd .normal_frame {
  padding: 2rem 0 0.5rem;
  margin: 2rem;
}

.medical-questionnaire {
  margin: 3rem auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffcc;
}
.medical-questionnaire p {
  margin: 0;
  color: #389e49;
  font-weight: bold;
}
.medical-questionnaire .btn_col5 {
  display: block;
  width: fit-content;
  margin: 1rem auto 0;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.clear {
  clear: both;
}

.pc_n {
  display: block !important;
}

.sp_n {
  display: none !important;
}

@media screen and (min-width: 768px), print {
  body {
    margin: 0;
    padding: 0;
  }
  section {
    height: auto;
    margin: 2rem 0 0 0;
  }
  section.first {
    margin: 0 auto;
    width: 1080px;
    padding: 0 3px;
  }
  section.normal_section {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
  }
  section.normal_section_col6 {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
    background-color: #f4fddf;
  }
  section.normal_section_col6 .normal_frame {
    margin: 3rem;
  }
  section.normal_section_col9 {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
    background-color: #ffffcc;
  }
  section.normal_section_col9 .normal_frame {
    margin: 3rem;
  }
  .normal_div_col6 {
    max-width: 1080px;
    width: 100%;
  }
  .normal_div_col6 > dl {
    padding: 3rem;
    width: initial;
  }
  .normal_div_col6 > dl dd {
    font-size: 1.6rem;
  }
  .medical-questionnaire {
    margin: 4rem auto;
    padding: 3rem;
    box-sizing: border-box;
    max-width: 1080px;
    width: 100%;
    background-color: #ffffcc;
    text-align: center;
  }
  .medical-questionnaire .btn_col5 {
    margin: 1.5rem auto 0;
  }
  .pc_n {
    display: none !important;
  }
  .sp_n {
    display: block !important;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.wrapper .main {
  width: 100%;
  margin: 0 auto;
  order: 1;
}
.wrapper .wrap {
  max-width: 1080px;
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  article {
    height: auto;
    width: 100%;
    margin: 47px auto 0 auto;
    padding: 0;
  }
  article.low {
    margin: 0 auto;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .wrapper .main {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 2;
  }
}
/* -----------------------------------------------------------
　文字装飾
----------------------------------------------------------- */
span.text_red,
p.text_red {
  color: red;
}

span.text_blue,
p.text_blue {
  color: blue;
}

span.text_brown {
  color: #79512b;
  font-weight: bold;
}

.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;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media screen and (min-width: 768px), print {
  strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
}
small {
  font-size: 0.8em;
}

/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  height: auto;
}
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: 83%;
  display: block;
}
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_logo .head_info {
  margin: 1rem 0 0 0;
  width: 100%;
}
header .head_frame .head_logo .head_info span.tel {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  color: #f59600;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
header .head_frame .head_logo .head_info span.tel::before {
  content: "\e800";
  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: #f59600;
  font-size: 2.8rem;
}
header .head_frame .head_logo .head_info span.tel a {
  color: #f59600;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}
header .head_frame .head_logo .head_info a {
  text-decoration: none;
  display: block;
  padding: 0.8rem 0;
  color: #ffffff;
  margin: auto;
  width: 100%;
  border: #f59600 1px solid;
  border-radius: 4px;
}
header .head_frame .head_logo .head_info a.web_reserve {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  background-color: #f59600;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
  padding: 1rem 0;
  margin: 0.4rem 0;
  letter-spacing: 0.5rem;
  line-height: 0.9;
  position: relative;
}
header .head_frame .head_logo .head_info a.web_reserve::before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  left: 40%;
  margin-left: -5.5rem;
  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: 3rem;
}
header .head_frame .head_logo .head_info a.web_reserve div {
  margin-left: 3rem;
}
header .head_frame .head_logo .head_info a.web_reserve:hover {
  opacity: 0.6;
}
header .head_frame .head_logo .head_info a.web_reserve div {
  text-align: center;
}
header .head_frame .head_logo .head_info a.web_reserve div span {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 2px;
}
header .head_frame .head_time {
  height: auto;
  display: block;
  margin: 1rem auto;
}
header .head_frame .head_time .notice_time {
  font-size: 1.1rem;
  margin-top: 3px;
}
header .head_frame .head_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-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: #389e49;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  box-sizing: border-box;
}
header.blog {
  height: 30vw;
}

@media screen and (min-width: 768px), print {
  header {
    height: auto;
  }
  header .head_frame {
    margin: 20px auto 0 auto;
    width: 1080px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  header .head_frame .head_logo {
    width: 540px;
  }
  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.2rem;
  }
  header .head_frame .head_logo .head_info {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  header .head_frame .head_logo .head_info span.tel {
    display: block;
    width: 270px;
    text-align: left;
    border: none;
    font-size: 2.9rem;
    font-weight: bold;
    color: #f59600;
    margin: 0;
    padding: 0.6rem 0 0.6rem 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  header .head_frame .head_logo .head_info span.tel::before {
    content: "\e800";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    left: 5px;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f59600;
    font-size: 3rem;
  }
  header .head_frame .head_logo .head_info a {
    text-decoration: none;
    display: block;
    padding: 0.8rem 0;
    border: none;
  }
  header .head_frame .head_logo .head_info a.web_reserve {
    width: 230px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    background-color: #f59600;
    color: #ffffff;
    font-size: 2rem;
    margin: 0;
    padding: 1.4rem 4rem 1.4rem 1rem;
    margin: 0.4rem 0;
    letter-spacing: 0.5rem;
    line-height: 0.9;
    position: relative;
  }
  header .head_frame .head_logo .head_info a.web_reserve::before {
    content: "\e801";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    left: 1rem;
    margin-left: 0;
    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: 3.5rem;
  }
  header .head_frame .head_logo .head_info a.web_reserve div {
    margin-left: 2rem;
  }
  header .head_frame .head_logo .head_info a.web_reserve:hover {
    opacity: 0.6;
  }
  header .head_frame .head_logo .head_info a.web_reserve div {
    text-align: center;
  }
  header .head_frame .head_logo .head_info a.web_reserve div span {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 2px;
  }
  header .head_frame .head_time {
    width: 500px;
    height: auto;
    display: inline-block;
    margin: 0;
  }
  header .head_frame .head_time table.timetable {
    width: 100%;
  }
  header .head_frame .head_time table.timetable tr th {
    padding: 8px 0;
    font-size: 1.5rem;
  }
  header .head_frame .head_time table.timetable tr td {
    text-align: center;
    padding: 8px 0;
    font-size: 1.5rem;
  }
  header .head_frame .head_time .notice_time {
    font-size: 1.4rem;
    padding: 0.3rem 0;
    line-height: 1.4;
  }
  header .head_frame .head_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-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: #389e49;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    box-sizing: border-box;
    height: 45px;
  }
  header.blog {
    height: 110px;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  display: block;
  width: 100%;
  height: 55vw;
  margin: 3rem 0 0;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_on {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.key_visual .key_on img {
  width: 85%;
  margin: auto 0 auto 7%;
}

.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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.key_visual_low h1 {
  color: #1fb446;
  font-weight: bold;
  font-size: 2.2rem;
  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-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  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), print {
  .key_visual {
    display: block;
    width: 100%;
    height: 550px;
    margin: 0 auto 0 auto;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
  }
  .key_visual .key_on {
    display: block;
    position: relative;
    width: 1080px;
    margin: 0 auto;
    z-index: 1;
  }
  .key_visual .key_on img {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .key_visual_low {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin: 0;
    background: url(../images/key_visual_low.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .key_visual_low h1 {
    color: #1fb446;
    font-weight: bold;
    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-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    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;
  box-sizing: border-box;
  border: none;
}
table.timetable tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.timetable tr.line {
  border-bottom: #79512b 1px solid;
}
table.timetable tr th {
  background-color: #79512b;
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
}
table.timetable tr th.holiday {
  width: 15%;
}
table.timetable tr td {
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #79512b;
}
table.timetable tr td.time {
  width: 30%;
  font-size: 1rem;
  text-align: center;
  color: #222222;
}

.notice_time {
  font-size: 1.4rem;
  color: #222222;
  line-height: 120%;
  width: 100%;
  margin: 15px auto 10px auto;
}

@media screen and (min-width: 768px), print {
  table.timetable {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.timetable tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.timetable tr.line {
    border-bottom: #79512b 1px solid;
  }
  table.timetable tr th {
    background-color: #79512b;
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    vertical-align: middle;
    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;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #79512b;
  }
  table.timetable tr td.time {
    width: 30%;
    font-size: 1.4rem;
    text-align: center;
    color: #222222;
  }
  .notice_time {
    font-size: 1.4rem;
    color: #222222;
    margin: 0;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 180%;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .slicknav_menu {
    display: none;
  }
  .main_nav_pc {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 4px #cccccc solid;
  }
  .nav {
    width: 1080px;
    height: 55px;
    margin: 22px auto 0 auto;
    background-color: #ffffff;
  }
  .nav #nav {
    width: 1080px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav #nav > li {
    width: 20%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
    margin: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .nav #nav > li::before {
    content: "";
    border-left: #cccccc 1px solid;
    height: 1.2em;
    position: absolute;
    top: 30px;
    left: 0;
    margin-top: -10px;
  }
  .nav #nav > li {
    /* サブメニュー展開部 */
  }
  .nav #nav > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 55px;
    color: #222222;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
  }
  .nav #nav > li .sub {
    width: 100%;
    display: none;
    position: absolute;
    top: 55px;
    z-index: 99;
    background-color: #389e49;
  }
  .nav #nav > li .sub li {
    border-top: 1px solid #fff;
  }
  .nav #nav > li .sub li a {
    font-weight: normal;
    color: #fff !important;
    text-indent: 0;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  /* SP ドロップダウンメニュー（Slick Nav） -------------------------------------- */
  .nav {
    display: none;
  }
  .slicknav_menu {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    background: none;
    padding: 0 !important;
    z-index: 10;
    width: 56px;
    height: 62px;
    background-color: none !important;
    float: none !important;
    border: none !important;
    font-size: 1px !important;
  }
  .slicknav_btn {
    /* Toggle Btn */
    background-color: none !important;
    float: none !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: none;
    border-radius: 0;
    margin: 0 !important;
    text-align: center;
    position: relative;
    z-index: 10;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 56px !important;
    height: 62px !important;
  }
  .slicknav_btn.close {
    background-image: url(../images/menu_close.png) !important;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  slicknav_btn::before {
    /* Toggle Open Icon */
    background-color: none !important;
  }
  .slicknav_menu .slicknav_btn.slicknav_open::before {
    /* Toggle Close Icon */
  }
  .slicknav_menu .slicknav_nav {
    /* 展開部 */
    width: 97vw;
    margin-left: 2%;
    position: absolute;
    top: 5.2rem;
    right: 0;
  }
  .slicknav_menu .slicknav_nav > li {
    border-bottom: 1px solid #fff;
  }
  .slicknav_menu .slicknav_nav > li a {
    display: block;
    color: #fff;
    padding: 1.5rem;
    font-size: 1rem;
  }
  .slicknav_menu .slicknav_nav > li a br {
    display: none;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent > a.slicknav_item {
    position: relative;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent > a.slicknav_item::after {
    display: block;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    content: "＋";
    color: #212121;
    font-weight: bold;
    background: #f5f5f5;
  }
  .slicknav_menu .slicknav_nav > li {
    background-color: #fd989a;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent .sub {
    /* サブメニュー */
    width: 100vw;
    margin: 0;
    background-color: #92bc3b;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent.treatment .sub {
    /* サブメニュー */
    background-color: #ffbcbd;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent .sub > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_parent .sub > li:first-child {
    border-top: 1px solid #fff;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_open > a.slicknav_item {
    position: relative;
  }
  .slicknav_menu .slicknav_nav > li.slicknav_open > a.slicknav_item::after {
    display: block;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    content: "－";
    color: #212121;
  }
  .slicknav_menu .slicknav_nav > li {
    background: #389e49;
    border-top: 1px solid #fff;
  }
  .slicknav_menu .slicknav_nav a:hover {
    background: none;
  }
  .slicknav_menu .slicknav_nav .slicknav_row, .slicknav_menu .slicknav_nav a {
    padding: 0;
    margin: 0;
  }
  .slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-cont {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-cont {
    display: none;
  }
}
/*.main_nav_pc{
	display:none;
}

@media screen and (min-width: $breakpoint), print {
.main_nav_pc{
	display:block;
  margin:0 auto;
  padding:0;
  width: 100%;
  border-bottom: 4px $color8 solid;
  nav{	   
    width: $hp_width;
    height: 55px;  
    margin:22px auto 0 auto;
    background-color: #ffffff;
    ul{
      width: $hp_width;      
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction:row;
      flex-direction:row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;           
      li{
        width: 20%;
        text-align: center;
        font-size: 1.5rem;
        line-height: 100%;
        margin: 0;
        position: relative;
        &::before{
          content: "";
          border-left: $color8 1px solid;
          height: 1.2em;
          position: absolute;
          top: 30px;
          left: 0;
          margin-top: -10px;
        }   
        a{
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-direction:column;
          flex-direction:column;
          height: 55px;  
          color: $bace_color;
          text-decoration: none;
          text-align: center;
          box-sizing: border-box;
          font-weight: bold;
          position: relative;

          &:hover{

            &::after {
              transform-origin: left top;
              transform: scale(1, 1);
            }

          }
          &::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 4px;
            background: $color3;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s;
          }
        }

        &:last-child{     
          &::after{
            content: "";
            border-left: $color3 1px solid;
            height: 1.2em;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -10px;
          }   
        } 
		  .sub{
			  display: none;
			  width: 216px;
			  display: block;
			  position: absolute;
			  top:0px;
			  left: 0;
			  z-index: 2;
			  li{
				  display: block;
				  width: 216px;
				  border-bottom: 1px solid #fff;
				  &::before{
					  display: none;
				  }
				  a{
					  display: block;
					  margin: 0 0 0 1px;
					  width: 215px;
					  height: auto;
					  background-color: #f59600;
					  padding: 20px 10px;
					  line-height: 1.4;
					  color: #fff;
					  &::after{
						  display: none;
					  }
				  }
				  &:last-child{
					  &::after{
						  display: none;
					  }
				  }
			  }
		  }
      }
    }
  }
}

}*/
/* -----------------------------------------------------------
　診療時間表
----------------------------------------------------------- */
.medical_time {
  background-color: #f9f9f9;
  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), print {
  .medical_time {
    background-color: #f9f9f9;
    margin: 38px 0 60px 0;
    padding: 38px 0 20px 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-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;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.notice_frame dl {
  overflow-y: scroll;
  height: 50vw;
}
.notice_frame dl dt {
  margin: 0 0 1rem 0;
  color: #f59600;
  font-size: 1.4rem;
  padding: 0 0 0.5rem 0.4rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: #cccccc 1px dotted;
}
.notice_frame dl dt span {
  color: #FF0004;
  margin: 0 1rem 0 0;
}
.notice_frame dl dt .date {
  color: #389e49 !important;
  font-weight: normal;
}
.notice_frame dl dd {
  display: none;
  transition: 0.5s;
  padding: 0 0 0 0.4rem;
}
.notice_frame dl dt.open {
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0.4rem;
  border-bottom: none;
}
.notice_frame dl dt.open + dd {
  display: block;
  color: #222222;
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 120%;
  padding: 0 0 0 0.4rem;
  box-sizing: border-box;
  border-bottom: #cccccc 1px dashed;
  transition: 0.5s;
}

@media screen and (min-width: 768px), print {
  .notice_frame {
    padding: 0;
    box-sizing: border-box;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .notice_frame dl {
    overflow-y: scroll;
    height: 100%;
  }
  .notice_frame dl dt {
    margin: 0 0 1rem 0;
    color: #79512b;
    font-size: 1.7rem;
    padding: 0 0 0.5rem 0.8rem;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 120%;
  }
  .notice_frame dl dt span {
    color: #FF0004;
    margin: 0 1rem 0 0;
  }
  .notice_frame dl dd {
    padding: 0 0 0 0.8rem;
  }
  .notice_frame dl dt.open {
    margin: 0 0 1rem 0;
    padding: 0 0 0.5rem 0.8rem;
  }
  .notice_frame dl dt.open + dd {
    color: #222222;
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
    line-height: 120%;
    padding: 0 0 0 0.8rem;
    box-sizing: border-box;
    border-bottom: #cccccc 1px dotted;
  }
}
/*スマホ用スライドバー*/
@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);
  }
}
/* -----------------------------------------------------------
　ピックアップ診療
----------------------------------------------------------- */
.list_pickup li {
  list-style: none;
  margin-top: 2.5rem;
}
.list_pickup li:first-child {
  margin-top: 0;
}
.list_pickup li a {
  text-decoration: none;
  color: #222222;
  box-shadow: 0 0 1rem rgba(136, 136, 136, 0.16);
  background: #fff;
  display: block;
  padding: 1.2rem;
  border: 0.2rem #B8D79B solid;
  border-radius: 2rem;
}
.list_pickup li a::before {
  content: "";
  display: block;
  background: url(../images/pickup_02.png) no-repeat center center/contain;
  margin: 0 auto 1.3rem;
  width: 80%;
  height: 11rem;
}
.list_pickup li a .catch {
  font-size: 1.4rem;
  color: #92bc3b;
  margin-bottom: 0.2em;
  text-align: center;
  border-bottom: 1px solid #6E7175;
  padding-bottom: 0.25em;
  letter-spacing: 0.04em;
}
.list_pickup li a .text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.list_pickup li a .btn_col5 {
  margin: 1rem auto 0;
  display: block;
  width: fit-content;
}
.list_pickup li.dizzy a::before {
  background-image: url(../images/pickup_01.png);
}

@media screen and (min-width: 768px), print {
  .list_pickup {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
    gap: 4rem;
  }
  .list_pickup li {
    display: contents;
    margin: 0 5rem;
    width: 43rem;
    max-width: 48%;
  }
  .list_pickup li a {
    height: 100%;
    padding: 2.8rem;
    border-width: 0.6rem;
    border-radius: 4rem;
    transition: transform 0.4s;
    transform: scale(1);
  }
  .list_pickup li a::before {
    width: 32rem;
    height: 32rem;
    margin-bottom: 2.8rem;
  }
  .list_pickup li a .catch {
    font-size: 3rem;
  }
  .list_pickup li a .catch > span {
    display: inline;
    padding: 0 2px 4px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s;
  }
  .list_pickup li a .text {
    font-size: 1.8rem;
  }
  .list_pickup li a:hover, .list_pickup li a:focus {
    transform: scale(1.02);
    opacity: 1;
  }
  .list_pickup li a:hover .catch > span, .list_pickup li a:focus .catch > span {
    background-size: 100% 100%;
  }
}
/* -----------------------------------------------------------
　診察内容
----------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .shinsatsu_nav {
    display: block;
    margin: 3rem auto 1rem;
    padding: 0;
    width: 1080px;
  }
  .shinsatsu_nav ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shinsatsu_nav ul li {
    width: 192px;
    height: 220px;
    margin: 0 1rem 3.5em;
    padding: 0;
  }
  .shinsatsu_nav ul li:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .shinsatsu_nav ul li a {
    width: 100%;
    height: auto;
    padding: 205px 0 0;
    color: #389e49;
    font-size: 1.9rem;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
  }
  .shinsatsu_nav ul li a img {
    width: 100%;
  }
  .shinsatsu_nav ul li:nth-of-type(1), .shinsatsu_nav ul li:nth-of-type(6) {
    margin-left: 0;
  }
  .shinsatsu_nav ul li:nth-of-type(5), .shinsatsu_nav ul li:nth-of-type(10) {
    margin-right: 0;
  }
  .shinsatsu_nav ul li.internal {
    background: url(../images/index_btn01.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.surgery {
    background: url(../images/index_btn02.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.vascularsurgery {
    background: url(../images/index_btn03.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.breastsurgery {
    background: url(../images/index_btn04.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.digestivesurgery {
    background: url(../images/index_btn05.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.homecare {
    background: url(../images/index_btn06.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.checkup {
    background: url(../images/index_btn07.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.vaccination {
    background: url(../images/index_btn08.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.immunotherapy {
    background: url(../images/index_btn09.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
  .shinsatsu_nav ul li.beauty {
    background: url(../images/index_btn10.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }
}
/* -----------------------------------------------------------
　ご挨拶　他　共通
----------------------------------------------------------- */
.common_frame {
  width: 100%;
  height: auto;
  margin: 15px auto;
  padding: 0;
  display: block;
}
.common_frame.right {
  display: block;
}
.common_frame .wid_70 {
  width: 100%;
}
.common_frame .wid_56 {
  width: 100%;
}
.common_frame .wid_50 {
  width: 100%;
}
.common_frame .wid_40 {
  width: 100%;
}
.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;
}

figure img {
  margin: 0 auto;
  width: 100%;
}
figure figcaption {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.btn_col5 {
  background-color: #92bc3b;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
  width: auto;
  margin: 1rem auto 2rem 0;
  border-radius: 5px;
  line-height: 120%;
}
.btn_col5:hover {
  opacity: 0.6;
}

.feature_wrap {
  margin: 0;
  padding: 0;
}
.feature_wrap section {
  padding: 0 !important;
  margin: 0 0 20px;
  height: auto;
}
.feature_wrap section .feature {
  color: #fff;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}
.feature_wrap section .feature .feature_img {
  width: 100%;
  vertical-align: bottom;
}
.feature_wrap section .feature .feature_img img {
  width: 100%;
}
.feature_wrap section .feature .common_frame {
  width: auto;
  margin: 0;
  padding: 20px;
  display: block;
}
.feature_wrap section .feature.even .feature_img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.feature_wrap section .feature.even .common_frame {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media screen and (min-width: 768px), print {
  .feature_wrap {
    margin: 0;
    padding: 0;
  }
  .feature_wrap section {
    margin-bottom: 20px;
    height: 300px;
  }
  .feature_wrap section .feature {
    color: #fff;
    width: 1080px;
    padding: 0;
    margin: 0 auto !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left; /* 子要素をflexboxにより中央に配置する */
    align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
  .feature_wrap section .feature .feature_img {
    width: 450px;
  }
  .feature_wrap section .feature .common_frame {
    width: 550px;
    display: block;
  }
  .feature_wrap section .feature.even .feature_img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .feature_wrap section .feature.even .common_frame {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.border_box_top {
  border: 1px solid #389e49;
}

.common_frame_top {
  width: 95%;
  height: auto;
  margin: 10px auto;
  padding: 0;
  display: block;
}
.common_frame_top img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.common_frame_top p {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
.common_frame_top .common_frame_inner {
  display: block;
  padding-top: 1.5rem;
}
.common_frame_top .common_frame_inner figure {
  margin-bottom: 2rem;
  width: 100%;
}
.common_frame_top .common_frame_inner figure figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .common_frame {
    width: 1080px;
    height: auto;
    margin: 35px auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .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-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .common_frame .wid_70 {
    width: 70%;
  }
  .common_frame .wid_56 {
    width: 56%;
  }
  .common_frame .wid_50 {
    width: 50%;
  }
  .common_frame .wid_40 {
    width: 40%;
  }
  .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-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: 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;
  }
  .btn_col5 {
    background-color: #92bc3b;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2rem;
    width: auto;
    margin: 22px auto 0 0;
    border-radius: 5px;
  }
  .btn_col5:hover {
    opacity: 0.6;
  }
  .img_laser {
    min-height: 31vh;
    height: auto;
    background: url(../images/img_laser.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right center;
  }
  .img_gastroscope {
    min-height: 31vh;
    height: auto;
    background: url(../images/img_gastroscope.jpg) no-repeat;
    background-size: auto 100%;
    background-position: left center;
    margin-top: 0;
  }
  .img_inspection {
    min-height: 31vh;
    height: auto;
    background: url(../images/img_inspection.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right center;
    margin-top: 0;
  }
  .border_box_top {
    border: 1px solid #389e49;
  }
  .common_frame_top {
    width: 95%;
    height: auto;
    margin: 30px auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .common_frame_top.row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .common_frame_top img {
    width: 100%;
  }
  .common_frame_top p {
    line-height: 2.5rem;
  }
  .common_frame_top p.mb_4 {
    margin-bottom: 4rem;
  }
  .common_frame_top .common_frame_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: normal;
    align-items: normal;
    padding-top: 2rem;
  }
  .common_frame_top .common_frame_inner figure {
    margin-bottom: 2rem;
    width: 49%;
  }
  .common_frame_top .common_frame_inner figure figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/* -----------------------------------------------------------
　診療予約
----------------------------------------------------------- */
.reservation {
  width: 90%;
  height: auto;
  margin: 35px auto;
  padding: 1rem 0;
  border: #f9be00 10px solid;
  display: block;
}
.reservation p {
  text-align: center;
  font-size: 1.3rem;
}
.reservation p.link_txt {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.reservation p.link_txt a {
  color: #f59600;
  text-decoration: underline;
  margin: auto 1rem 0.5rem;
  display: block;
}
.reservation a.web_reserve {
  max-width: 360px;
  width: 85%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  background-color: #f59600;
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0 auto;
  padding: 1rem 0;
  margin: 0.4rem auto 2rem;
  letter-spacing: 0.5rem;
  line-height: 0.9;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.reservation a.web_reserve::before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  left: 1.5rem;
  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: 3.8rem;
}
.reservation a.web_reserve div {
  margin-left: 4rem;
}
.reservation a.web_reserve:hover {
  opacity: 0.6;
}
.reservation a.web_reserve div {
  text-align: center;
}
.reservation a.web_reserve div span {
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
  display: block;
}

@media screen and (min-width: 768px), print {
  .reservation {
    max-width: 750px;
    width: 100%;
    min-height: 334px;
    margin: 35px auto;
    padding: 0;
    border: #f9be00 10px solid;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .reservation p {
    text-align: center;
    font-size: 2.2rem;
  }
  .reservation p.link_txt {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .reservation p.link_txt a {
    color: #f59600;
    text-decoration: underline;
    margin: auto 1rem;
  }
  .reservation a.web_reserve {
    width: 360px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    background-color: #f59600;
    color: #ffffff;
    font-size: 4rem;
    margin: 0 auto;
    padding: 1.4rem 6rem 1.4rem 1rem;
    margin: 0.4rem auto 2rem;
    letter-spacing: 0.5rem;
    line-height: 0.9;
    border-radius: 4px;
    position: relative;
  }
  .reservation a.web_reserve::before {
    content: "\e801";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    left: 3.5rem;
    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: 5.8rem;
  }
  .reservation a.web_reserve div {
    margin-left: 7rem;
  }
  .reservation a.web_reserve:hover {
    opacity: 0.6;
  }
  .reservation a.web_reserve div {
    text-align: center;
  }
  .reservation a.web_reserve div span {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
    display: block;
  }
  .web_reserve {
    background: url(../images/qr.jpg) no-repeat right 1rem center/auto 90% #f59600;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  background: none;
  background-color: #f4fddf;
}
.overview .overview_bg {
  padding: 0 0 2rem 0;
  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: 90%;
  display: block;
  margin: 0 auto;
}
.overview .overview_bg .overview_frame {
  width: 100%;
  margin: 25px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 180%;
  color: #222222;
}
.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%;
  box-sizing: border-box;
  color: #389e49;
  padding: 0 1rem 0.5rem;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0 0 1px 0;
  width: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd a {
  color: #222222;
}
.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: bold;
  color: #f59600;
  margin: 0;
  padding: 0.6rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before {
  content: "\e800";
  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: #f59600;
  font-size: 2.5rem;
}
.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: #f59600;
  text-align: center;
  background-color: #ffffff;
  border: #f59600 1px solid;
  border-radius: 4px;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve {
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  background-color: #f59600;
  color: #ffffff;
  font-size: 2.2rem;
  margin: 0;
  padding: 0.8rem 0;
  margin: 0.4rem 0;
  letter-spacing: 0.5rem;
  line-height: 0.9;
  border-radius: 4px;
  position: relative;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve::before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  left: 4rem;
  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: 3.5rem;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div {
  margin-left: 4rem;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve:hover {
  opacity: 0.6;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div {
  text-align: center;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div span {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  display: block;
}
.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.line {
  border-bottom: #f4fddf 1px solid;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr th {
  padding: 15px 0;
  font-size: 1.2rem;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr td {
  padding: 15px 0;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr td.time {
  font-size: 1.2rem;
}
.overview .overview_bg .overview_frame .overview_frame_right {
  width: 100%;
  text-align: center;
  margin: 0;
  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 .bnr_img {
  width: 90%;
}
.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;
  border: #79512b 1px solid;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn {
  background-color: #92bc3b;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  width: auto;
  margin: 22px auto 0;
  border-radius: 5px;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px), print {
  .overview {
    width: 100%;
    margin: 80px auto 0 auto;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    background: none;
    background-color: #f4fddf;
  }
  .overview .overview_bg {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 2rem auto;
    width: 1080px;
  }
  .overview .overview_bg .logo_frame {
    width: 638px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_bg .logo_frame img.overview_title {
    width: 100%;
  }
  .overview .overview_bg .overview_frame {
    width: 1010px;
    margin: 45px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 0 0 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_left {
    width: 495px;
    margin: 0;
    padding: 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: 130px;
    box-sizing: border-box;
    color: #389e49;
    padding: 12px 0;
    border-top: #222222 1px dotted;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #222222;
    font-size: 1.6rem;
    margin: 0 0 0 1px;
    width: 364px;
    padding: 12px;
    box-sizing: border-box;
    border-top: #222222 1px dotted;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd a {
    color: #222222;
  }
  .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-flex;
    display: flex;
    -webkit-justify-content: flex-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: 2.9rem;
    font-weight: bold;
    color: #f59600;
    margin: 0;
    padding: 0.6rem 0 0.6rem 3.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before {
    content: "\e800";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    left: 0;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f59600;
    font-size: 3.2rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel a {
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 0;
    background: none;
    border: none;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve {
    width: 230px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    background-color: #f59600;
    color: #ffffff;
    font-size: 2.2rem;
    margin: 0;
    padding: 2rem 6rem 2rem 1rem;
    margin: 0.4rem 0;
    letter-spacing: 0.5rem;
    line-height: 0.9;
    border-radius: 4px;
    position: relative;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve::before {
    content: "\e801";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    left: 2.8rem;
    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: 3.6rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div {
    margin-left: 4.8rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve:hover {
    opacity: 0.6;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div {
    text-align: center;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a.web_reserve div span {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    display: block;
  }
  .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.line {
    border-bottom: #79512b 1px solid;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table tr th {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table tr td {
    padding: 10px 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: 485px;
    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 .bnr_img {
    width: 60%;
  }
  .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: #79512b 1px solid;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn {
    background-color: #92bc3b;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2rem;
    width: auto;
    margin: 22px auto 0;
    border-radius: 5px;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .sitemap {
  display: none;
}
footer .copyright {
  margin: 0;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  background-color: #389e49;
}
footer .copyright a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    background-color: #f4fddf;
    border-top: #ffffff 1px solid;
  }
  footer .footer_frame {
    display: block;
    width: 1080px;
    margin: 0 auto 20px auto;
  }
  footer .footer_frame ul {
    list-style-type: none;
    font-size: 1.5rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
  }
  footer .footer_frame ul li {
    line-height: 180%;
    margin-right: 3rem;
  }
  footer .footer_frame ul li a {
    text-decoration: none;
    color: #222222;
  }
  footer .footer_frame ul li a:hover {
    border-bottom: #222222 1px solid;
  }
  footer .footer_frame ul.global_list {
    margin: 0 auto 0.4rem auto;
  }
  footer .footer_frame ul.global_list li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #f9be00;
    display: inline-block;
    margin: auto 5px auto 0;
    position: relative;
    top: -2px;
  }
  footer .footer_frame ul.aside_list1 {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_frame ul.aside_list1 i {
    display: none;
  }
  footer .footer_frame ul.aside_list1 li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #79512b;
    display: inline-block;
    margin: auto 5px auto 0;
    position: relative;
    top: -2px;
  }
  footer .sitemap {
    display: block;
    background-color: #92bc3b;
    color: #ffffff;
  }
  footer .sitemap .sitemap_frame {
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  footer .sitemap .sitemap_frame dl {
    width: 20%;
  }
  footer .sitemap .sitemap_frame dl dt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  footer .sitemap .sitemap_frame dl dd ul {
    padding: 0;
  }
  footer .sitemap .sitemap_frame dl dd ul li {
    margin: 0.3em 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
    list-style: none;
  }
  footer .sitemap .sitemap_frame dl dd ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer .sitemap .sitemap_frame dl dd ul li a::before {
    content: "≫";
    padding: 0 0.4em 0 0;
  }
  footer .copyright {
    margin: 0;
    text-align: center;
    margin: 0;
    padding: 16px 0;
    color: #ffffff;
    font-size: 1.5rem;
    height: auto;
    max-width: 2000px;
    letter-spacing: 0.2rem;
    background-color: #389e49;
  }
  footer.blog {
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tel_up ul {
  list-style: none;
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#tel_up ul li .vascular {
  color: #fff;
  background: #389e49;
}
#tel_up ul li .beauty {
  color: #fff;
  background: #92bc3b;
}
#tel_up ul li .telno {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  background: #fff;
  color: #f59600;
  font-size: 1.6rem;
}
#tel_up ul li .telno::before {
  content: "\e800";
  font-family: "fontello";
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: flex;
  background: #f59600;
  color: #fff;
  font-weight: 500;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: #92bc3b;
  border: 1px solid #f4fddf;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  color: #fff;
  content: "\e801";
  font-family: "fontello";
  font-size: 1.6rem;
  padding: 0;
}

.floating_bnr {
  display: none;
}

@media screen and (min-width: 768px), print {
  #tel_up {
    display: block;
    width: 10rem;
    height: auto;
    inset: auto 1rem 1rem auto;
    background: none;
    box-shadow: none;
    position: unset;
  }
  #tel_up ul {
    display: none;
    position: fixed;
    inset: 30% 0 auto auto;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
  }
  #tel_up ul li {
    flex: inherit;
    margin-bottom: 1rem;
    height: auto;
  }
  #tel_up ul li.telno {
    display: none;
  }
  #tel_up ul li a {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-lr;
    text-orientation: upright;
    gap: 1rem;
    width: 8rem;
    height: 16rem !important;
    font-size: 1.8rem;
    border-radius: 20px 0 0 20px;
  }
  #tel_up ul li .beauty br {
    display: none;
  }
  #tel_up ul li .btn_rsv::before {
    font-size: 4rem;
  }
  #tel_up #pageup {
    position: fixed;
    inset: auto 2rem 4rem auto;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    padding: 0;
  }
  #tel_up #pageup::before {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
  #tel_up #pageup:is(:hover, :focus-visible) {
    opacity: 1;
  }
  .floating_bnr {
    display: flex;
    position: fixed;
    inset: 30% 0 auto auto;
    width: auto;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .floating_bnr li {
    list-style: none;
    flex: inherit;
    margin-bottom: 1rem;
    height: auto;
  }
  .floating_bnr li.telno {
    display: none;
  }
  .floating_bnr li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    writing-mode: vertical-lr;
    text-orientation: upright;
    gap: 1rem;
    width: 8rem;
    height: 16rem !important;
    font-size: 1.8rem;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
  }
  .floating_bnr li .vascular {
    color: #fff;
    background: #389e49;
  }
  .floating_bnr li .beauty {
    color: #fff;
    background: #92bc3b;
  }
  .floating_bnr li .beauty br {
    display: none;
  }
  .floating_bnr li .btn_rsv::before {
    font-size: 4rem;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}

#linkpagetop img {
  width: 80%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 15vw;
  right: 0px;
  height: 8vw;
  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), print {
  #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: #f59600;
}

.parking_text {
  color: #222222;
}

/*はじめての方へ*/
.tel_text {
  text-align: center;
  color: #01af84;
  font-weight: bold;
  font-size: 2rem;
}
.tel_text span {
  display: block;
}
.tel_text a {
  text-decoration: none;
}

.reservation_btn {
  text-align: center;
  background-color: #ef92bb;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  margin: 1rem auto 2rem auto;
  width: 90%;
  padding: 0.6rem 0;
  border-radius: 2rem;
}

.green_btn {
  text-align: center;
  background-color: #79512b;
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: 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: #dbf0a5;
  font-size: 5rem;
}
.green_btn:hover {
  background-color: #92bc3b;
}

/*矢印*/
.arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #f9be00;
  display: inline-block;
  margin: auto 5px auto 0;
  position: relative;
  top: -2px;
}

figure.f_img_l, figure.f_img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
  text-align: center;
}
figure.f_img_l figcaption, figure.f_img_r figcaption {
  font-size: 1.3rem;
  line-height: 120%;
}

@media screen and (min-width: 768px), print {
  .text_link {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 140%;
    display: inline-block;
  }
  .parking_text {
    color: #222222;
  }
  .parking_text:hover {
    opacity: 0.6;
  }
  /*はじめての方へ*/
  .tel_text {
    text-align: center;
    color: #01af84;
    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;
  }
  .reservation_btn {
    width: 400px;
    text-align: center;
    background-color: #ef92bb;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    margin: 0 auto 20px auto;
    padding: 1rem 0;
    border-radius: 2rem;
    line-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .reservation_btn:hover {
    opacity: 0.6;
  }
  figure.f_img_l {
    margin: 0 3rem 2rem 0;
    float: left;
  }
  figure.f_img_l img {
    width: inherit;
  }
  figure.f_img_l figcaption {
    margin: 0.5rem 0 0;
    font-size: 1.5rem;
    line-height: 120%;
  }
  figure.f_img_r {
    margin: 0 0 2rem 3rem;
    float: right;
  }
  figure.f_img_r img {
    width: inherit;
  }
  figure.f_img_r figcaption {
    margin: 0.5rem 0 0;
    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;
  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: #89aa7a;
  padding: 0.8rem 0.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: #ffffff 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;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #222222;
  border: #89aa7a 1px solid;
  line-height: 150%;
}

table.normal_table02 {
  padding: 0px;
  vertical-align: middle;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.normal_table02 tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.normal_table02 tr th {
  display: table-cell;
  background-color: #89aa7a;
  padding: 0.8rem 0.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: #ffffff 1px solid;
  line-height: 150%;
}
table.normal_table02 tr td {
  display: table-cell;
  text-align: left;
  padding: 0.8rem 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #222222;
  border: #89aa7a 1px solid;
  line-height: 150%;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

table.normal_table03 {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.normal_table03 tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  background-color: #89aa7a;
}
table.normal_table03 tr th {
  display: table-cell;
  min-width: 100px;
  width: 25%;
  padding: 1.2rem 1rem;
  text-align: left;
  color: #ffffff;
  font-size: 1.4rem;
  　font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
}
table.normal_table03 tr td {
  display: table-cell;
  text-align: left;
  padding: 1.2rem 1rem;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #222222;
  border: #89aa7a 1px solid;
}

.table-fixed {
  table-layout: fixed;
}

dl.normal_dl {
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 180%;
  color: #222222;
  border-bottom: #222222 1px dotted;
}
dl.normal_dl dt {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1px 0;
  width: 100%;
  box-sizing: border-box;
  color: #389e49;
  padding: 1rem 1rem 0.5rem;
  border-top: #222222 1px dotted;
}
dl.normal_dl dd {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0 0 1px 0;
  width: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}

dl.block_dl {
  display: block;
  margin: 0 0 40px 0;
  line-height: 180%;
  color: #222222;
  border: none;
}
dl.block_dl dt {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  color: #389e49;
  background-color: #dbf0a5;
  padding: 12px;
  border: #222222 1px solid;
}
dl.block_dl dd {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-left: #222222 1px solid;
  border-right: #222222 1px solid;
  line-height: 160%;
}
dl.block_dl dd:last-child {
  border-bottom: #222222 1px solid;
}
dl.block_dl.dd_arrow dd {
  margin-bottom: 3rem;
  border-bottom: #222222 1px solid;
  position: relative;
}
dl.block_dl.dd_arrow dd::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #389e49;
  display: inline-block;
  position: absolute;
  bottom: -25px;
}
dl.block_dl.dd_arrow dd:last-child::before {
  display: none;
}

.block_dl_02 {
  display: block;
  margin: 0 0 40px 0;
  line-height: 180%;
  color: #222222;
  border: none;
}
.block_dl_02 p {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border: #222222 1px solid;
}
.block_dl_02 p:last-child {
  border-bottom: #222222 1px solid;
}
.block_dl_02.p_arrow p {
  margin-bottom: 3rem;
  border-bottom: #222222 1px solid;
  position: relative;
}
.block_dl_02.p_arrow p::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #389e49;
  display: inline-block;
  position: absolute;
  bottom: -35px;
}
.block_dl_02.p_arrow p:last-child::before {
  display: none;
}

@media screen and (min-width: 768px), print {
  table.normal_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    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;
    color: #ffffff;
    font-size: 1.6rem;
    vertical-align: middle;
    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;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  table.normal_table02 {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.normal_table02 tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.normal_table02 tr th {
    display: table-cell;
    width: auto;
    padding: 1.2rem 1rem;
    text-align: left;
    color: #ffffff;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.normal_table02 tr td {
    display: table-cell;
    text-align: left;
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
    border: #89aa7a 1px solid;
  }
  table.normal_table03 {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.normal_table03 tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.normal_table03 tr th {
    display: table-cell;
    min-width: 100px;
    width: 25%;
    padding: 1.2rem 1rem;
    text-align: left;
    color: #ffffff;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.normal_table03 tr td {
    display: table-cell;
    text-align: left;
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  dl.normal_dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
    border-bottom: #222222 1px dotted;
  }
  dl.normal_dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: 30%;
    box-sizing: border-box;
    color: #389e49;
    padding: 12px 0;
    border-top: #222222 1px dotted;
  }
  dl.normal_dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #222222;
    font-size: 1.6rem;
    margin: 0;
    width: 70%;
    padding: 12px;
    box-sizing: border-box;
    border-top: #222222 1px dotted;
  }
  dl.normal_dl.dt_wid_s {
    border-bottom: none;
  }
  dl.normal_dl.dt_wid_s dt {
    width: 12%;
    text-align: left;
    border-top: none;
  }
  dl.normal_dl.dt_wid_s dd {
    width: 88%;
    border-top: none;
  }
  dl.block_dl {
    display: block;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
    border: none;
  }
  dl.block_dl dt {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    color: #389e49;
    background-color: #dbf0a5;
    padding: 12px;
    border: #222222 1px solid;
  }
  dl.block_dl dd {
    display: block;
    color: #222222;
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-left: #222222 1px solid;
    border-right: #222222 1px solid;
  }
  dl.block_dl dd:last-child {
    border-bottom: #222222 1px solid;
  }
  dl.block_dl.dd_arrow dd {
    margin-bottom: 3rem;
    border-bottom: #222222 1px solid;
    position: relative;
  }
  dl.block_dl.dd_arrow dd::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #389e49;
    display: inline-block;
    position: absolute;
    bottom: -25px;
  }
  dl.block_dl.dd_arrow dd:last-child::before {
    display: none;
  }
  .block_dl_02 {
    display: block;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
    border: none;
  }
  .block_dl_02 p {
    display: block;
    color: #222222;
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border: #222222 1px solid;
  }
  .block_dl_02 p:last-child {
    border-bottom: #222222 1px solid;
  }
  .block_dl_02.p_arrow p {
    margin-bottom: 3rem;
    border-bottom: #222222 1px solid;
    position: relative;
  }
  .block_dl_02.p_arrow p::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #389e49;
    display: inline-block;
    position: absolute;
    bottom: -35px;
  }
  .block_dl_02.p_arrow p:last-child::before {
    display: none;
  }
  .vascular_img {
    float: right;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  /*.vascular_img {
  text-align: center;
  	display: block;
  }*/
  .flex {
    display: flex;
    gap: 1rem;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 26vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #389e49;
}
.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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  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;
  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;
  box-sizing: border-box;
}

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

.toggle-label {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 50px;
  padding: 0 0 4px 0;
  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: 56px;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 5vw;
  padding: 0 0 0.6rem 0;
  background-color: #389e49;
}

/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside {
  order: 1;
  width: 96%;
  margin: 0 auto;
  /*ロゴ*/
}
aside figure {
  text-align: center;
}
aside {
  /*見出し*/
}
aside p {
  display: none;
}
aside {
  /*リンクリスト*/
}
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 {
  /*外部リンク*/
}
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), print {
  aside {
    order: 1;
    width: 240px;
    margin: 0;
    /*ロゴ*/
  }
  aside figure {
    text-align: center;
  }
  aside {
    /*見出し*/
  }
  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 {
    /*リンクリスト*/
  }
  aside ul.aside_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    width: 240px;
    border-bottom: #79512b 3px solid;
    padding-bottom: 3px;
  }
  aside ul.aside_list li {
    width: 240px;
    background-color: #dbf0a5;
    font-size: 1.6rem;
    margin: 0 0 2px 0;
    box-sizing: border-box;
  }
  aside ul.aside_list li a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 0.6rem;
    color: #222222;
    text-decoration: none;
    margin: auto;
    box-sizing: border-box;
  }
  aside ul.aside_list li a i {
    color: #79512b;
    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: #92bc3b;
  }
  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 {
    /*外部リンク*/
  }
  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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_right_frame div.right {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame div.right img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_right_frame div.left {
  order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

/*画像左*/
.img_left_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_left_frame div.left {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame div.left img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_left_frame div.right {
  order: 2;
  width: 100%;
  line-height: 120%;
}

/*二つ*/
.img_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.img_two img {
  width: 100%;
  height: auto;
  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), print {
  .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-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    order: 1;
    width: 350px;
    text-align: left;
  }
  .img_left_frame div.left img {
    width: 350px;
    height: auto;
    margin: 10px 0;
  }
  .img_left_frame div.right {
    order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: auto;
    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_anchor {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
}
ul.list_anchor li {
  margin: 0 1em 1em 0;
  display: block;
}
ul.list_anchor li a {
  margin: 0;
  color: #fff;
}
ul.list_anchor li a span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.1em;
}
ul.list_anchor li a span:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.2em;
}

/*画像●*/
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 1rem 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.4rem;
  line-height: 130%;
}
ul.list_maru li ul {
  margin: 1rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: disc;
  margin: 0 0 1rem 2rem;
  padding: 0 0 0 0;
}
ul.list_maru li ul li ul li {
  list-style-type: none;
}

/*画像●*/
ul.list_maru2 {
  padding: 0;
  margin: 0;
}
ul.list_maru2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 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.4rem;
  line-height: 130%;
}
ul.list_maru2 li ul {
  margin: 1rem 0 0 0;
}
ul.list_maru2 li ul li {
  background: none;
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
}
ul.list_maru2 li ul li ul li {
  list-style-type: none;
}

/*画像■グリーン*/
ul.list_green {
  padding: 0;
  margin: 0;
}
ul.list_green li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/icon_green.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}

/*画像■オレンジ*/
ul.list_orange {
  padding: 0;
  margin: 0;
}
ul.list_orange li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/icon_orange.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}

/*なし*/
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 {
  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_num li ul {
  list-style-type: none;
}
ul.list_num li ul li {
  margin: 0 0 10px 0;
}

/*数値*/
ul.list_num2 {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  box-sizing: border-box;
  width: 90%;
}
ul.list_num2 li ul.alpha {
  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;
  box-sizing: border-box;
  width: 90%;
}
ul.list_num2 li ul.none {
  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;
  box-sizing: border-box;
  width: 90%;
}

/*画像チェック*/
ul.list_check {
  padding: 0;
}
ul.list_check li {
  line-height: 100%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  background: url("../images/img_check.png") no-repeat;
  background-position: left top 3px;
  background-size: 1.5rem;
  padding: 0 0 0 25px;
  line-height: 140%;
}

/*英語*/
ul.list_alpha {
  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;
  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列 3列*/
ul.list_normal_two,
ul.list_normal_three {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
ul.list_normal_two li,
ul.list_normal_three li {
  box-sizing: border-box;
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

ul.link_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
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;
  box-sizing: border-box;
  font-size: 1.4rem;
  background-color: #79512b;
  border-bottom: #92bc3b 4px solid;
  color: #ffffff;
  border-radius: 1rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
ul.link_list li a::before {
  content: "･";
  color: #ffe473;
  font-size: 3rem;
}

@media screen and (min-width: 768px), print {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 15px 25px;
    padding: 0;
  }
  /*アンカーリンク*/
  ul.list_anchor {
    line-height: 160%;
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
  ul.list_anchor li {
    margin: 0.5em 1em 0 0;
    display: inline-block;
  }
  ul.list_anchor li a {
    margin-top: 0;
  }
  ul.list_anchor li a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.1em;
  }
  ul.list_anchor li a span:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.2em;
  }
  ul.list_anchor li a {
    color: #fff;
  }
  ul.list_anchor.-li_marg-r li {
    margin: 0.5em 0.5em 0 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_maru2 {
    padding: 0;
  }
  ul.list_maru2 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_maru2 li ul {
    margin: 1rem 0 0 0;
  }
  ul.list_maru2 li ul li {
    background: none;
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0 0 0 0;
  }
  ul.list_maru2 li ul li ul li {
    list-style-type: none;
  }
  /*画像■グリーン*/
  ul.list_green {
    padding: 0;
  }
  ul.list_green li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/icon_green.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 140%;
  }
  /*画像■オレンジ*/
  ul.list_orange {
    padding: 0;
  }
  ul.list_orange li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/icon_orange.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 20px;
    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_none li span.text_red {
    color: red;
  }
  /*数値*/
  ul.list_num {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num li ul {
    margin: 1rem 0 0 0;
  }
  ul.list_num li ul li {
    list-style-type: none;
  }
  /*数値*/
  ul.list_num2 {
    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;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 li ul.alpha {
    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;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 li ul.none {
    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;
    box-sizing: border-box;
    width: 90%;
  }
  /*画像チェック*/
  ul.list_check {
    padding: 0;
  }
  ul.list_check li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url("../images/img_check.png") no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*概要*/
  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;
  }
  ul.list_normal_three {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.list_normal_three li {
    width: 30%;
    box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
  }
  ul.link_list li {
    width: 30%;
    margin: 0 0 0.6rem 0;
  }
  ul.link_list li a {
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: #79512b;
    border-bottom: #92bc3b 4px solid;
    color: #ffffff;
    border-radius: 1rem 0 0 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  ul.link_list li a::before {
    content: "･";
    color: #ffe473;
    font-size: 3rem;
  }
  ul.link_list li a:hover {
    background-color: #389e49;
    border-bottom: #f9be00 4px solid;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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;
}

.lst_dl dt {
  color: #389e49;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.6rem 0;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  line-height: 1.2;
}
.lst_dl dd {
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
  line-height: 160%;
}

@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: 820px;
  }
  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;
  }
  .lst_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl dt {
    font-size: 2rem;
    text-indent: -2.5rem;
    padding-left: 3rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin: 0 0 1rem 0;
  }
  .lst_dl dd {
    font-size: 1.8rem;
    margin: 0 0 2rem 4rem;
    line-height: 160%;
  }
}
/*見出し*/
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
  margin: 0;
}

h2.top {
  color: #79512b;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
  padding: 3.2rem 0 0 0;
  line-height: 120%;
  text-align: center;
  background: url(../images/h2_icon.png) no-repeat;
  background-size: 61px 30px;
  background-position: center top;
}
h2.low span {
  padding: 0 1rem;
  max-width: 96%;
}
h2.blogh2 {
  background-color: #79512b;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  margin: 0 0 1rem 0;
  border-bottom: #92bc3b 4px solid;
  box-sizing: border-box;
}
h2.blogh2::before {
  content: "◆";
  color: #92bc3b;
  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 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.7rem;
  margin: 0 0 1rem 0;
  background-color: #389e49;
}
h3.top {
  color: #79512b;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
  padding: 3.2rem 0 0 0;
  line-height: 120%;
  text-align: center;
  background: url(../images/h2_icon.png) no-repeat;
  background-size: 61px 30px;
  background-position: center top;
}
h3.low span {
  padding: 0 1rem;
  max-width: 96%;
}

h4 {
  color: #389e49;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.6rem 0;
  margin: 0 0 1rem 0;
  border-bottom: #89aa7a 1px solid;
}

h5 {
  color: #222222;
  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), print {
  h1 {
    margin: 0;
  }
  h2.top {
    color: #389e49;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 3rem 0 2em;
    padding: 35px 0 0 0;
    line-height: 160%;
    text-align: center;
    background: url(../images/h2_icon.png) no-repeat;
    background-size: 61px 30px;
    background-position: center top;
  }
  h2.low img {
    width: 150px;
    height: auto;
  }
  h2.blogh2 {
    background-color: #79512b;
    color: #ffffff;
    font-size: 2.4rem;
    padding: 20px 0;
    border-radius: 1rem 1rem 0 0;
    margin: 0 0 1rem 0;
    border-bottom: #92bc3b 4px solid;
    box-sizing: border-box;
  }
  h2.blogh2::before {
    content: "◆";
    color: #92bc3b;
    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.top {
    color: #389e49;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 3rem 0 2em;
    padding: 35px 0 0 0;
    line-height: 160%;
    text-align: center;
    background: url(../images/h2_icon.png) no-repeat;
    background-size: 61px 30px;
    background-position: center top;
  }
  h3.low img {
    width: 150px;
    height: auto;
  }
  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_notice {
  padding: 1rem;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 2rem auto 0 auto;
  box-sizing: border-box;
  border: #ffb821 2px solid;
  border-radius: 0.5rem;
}
.access_notice p {
  margin: 0;
}
.access_notice p span {
  font-weight: bold;
  display: block;
  margin: 0 0 1rem 0;
}

iframe.access_map {
  width: 100%;
  height: 400px;
  margin: 2rem auto 1rem auto;
  display: block;
}

.access_guide figure {
  text-align: center;
}
.access_guide figure img {
  width: 80%;
}
.access_guide figure figcaption {
  font-size: 1.4rem;
  text-align: left;
  width: 80%;
  margin: 1rem auto 3rem auto;
}

.access_notice2 {
  margin: 0.6rem 0 1rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  background: linear-gradient(transparent 60%, #fff4b8 0%);
  color: #107a60;
}

.access_root_text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0;
}

#access1, #access2, #access3, #access4 {
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px), print {
  iframe.access_map {
    width: 80%;
    height: 500px;
    margin: 2rem auto 1rem auto;
    display: block;
  }
  .access_guide {
    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;
  }
  .access_guide figure {
    text-align: center;
  }
  .access_guide figure img {
    width: 380px;
  }
  .access_guide figure figcaption {
    font-size: 1.6rem;
    text-align: left;
    width: 380px;
    margin: 1rem auto 3rem auto;
  }
  .access_notice2 {
    margin: 1rem 0 2rem 0;
    font-size: 3.2rem;
    line-height: 160%;
    background: linear-gradient(transparent 60%, #fff4b8 0%);
    font-weight: bold;
    display: inline;
    padding: 0 1rem;
    color: #107a60;
  }
  .access_root_text {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1rem 0;
  }
  #access1, #access2, #access3, #access4 {
    margin: 0 0 60px 0;
  }
}
/*-----------------------------------------------------------
 診療内容
----------------------------------------------------------- */
.link_text {
  text-align: right;
  color: #222222;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .link_text {
    text-align: right;
    color: #222222;
    font-size: 1.6rem;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
.accessmap {
  width: 96%;
  height: 500px;
  margin: 2rem auto 1rem auto;
  display: block;
}

@media screen and (min-width: 768px), print {
  .accessmap {
    width: 100%;
    height: 600px;
    margin: 2rem auto 4rem auto;
    display: block;
  }
}
/* -----------------------------------------------------------
　プラセンタ治療
----------------------------------------------------------- */
table.placenta_table {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.placenta_table tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.placenta_table tr th {
  background-color: #79512b;
  padding: 1rem;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
}
table.placenta_table tr td {
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  border: #79512b 1px solid;
  color: #222222;
  display: block;
}

@media screen and (min-width: 768px), print {
  table.placenta_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.placenta_table tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.placenta_table tr th {
    background-color: #79512b;
    border: #ffffff 1px solid;
    padding: 1rem;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.4rem;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
  }
  table.placenta_table tr td {
    text-align: left;
    padding: 1rem;
    font-size: 1.4rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
    border: #79512b 1px solid;
    color: #222222;
    display: table-cell;
  }
}
/*-----------------------------------------------------------
 ブログ
----------------------------------------------------------- */
.bolg_main section {
  margin: 3rem 0 0 0;
}

html.blog_html {
  margin-top: 0;
}

.sub_nav_sentence {
  order: 2;
  width: 96%;
  margin: 3rem auto 0 auto;
}
.sub_nav_sentence section {
  margin: 0;
}
.sub_nav_sentence h2.widget-title {
  border-bottom: #f9be00 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: #389e49;
  margin: 0 0 0.4rem 0;
}
.sub_nav_sentence ul {
  margin: 0;
  padding: 0;
}
.sub_nav_sentence ul li {
  background-color: #f9f9f9;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
.sub_nav_sentence ul li a {
  color: #222222;
  text-decoration: none;
  font-size: 1.4rem;
}

.date_box {
  background-color: #e7fba3;
  padding: 0.5rem;
  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: #79512b;
}

.different_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-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;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  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;
  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;
  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: #79512b;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  margin: 0 0 1rem 0;
  border-bottom: #92bc3b 4px solid;
  box-sizing: border-box;
}
header.entry-header h2.entry-title::before {
  content: "◆";
  color: #92bc3b;
  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), print {
  .bolg_main section {
    margin: 0 0 3rem 0;
  }
  .sub_nav_sentence {
    order: 1;
    width: 230px;
    margin: 0;
  }
  .sub_nav_sentence section {
    margin: 0;
  }
  .sub_nav_sentence h2.widget-title {
    border-bottom: #f9be00 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: #389e49;
    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: #f9f9f9;
    padding: 14px 1rem;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    list-style-type: none;
    border-radius: 1rem 1rem 0 0;
    border-left: #389e49 4px solid;
  }
  .sub_nav_sentence ul li a {
    color: #222222;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .date_box {
    background-color: #e7fba3;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-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: #79512b;
  }
  .different_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-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;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    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;
    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;
    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: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem 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;
}

@media screen and (min-width: 768px), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* -----------------------------------------------------------
　血管外科 - vascularsurgery.html
----------------------------------------------------------- */
.vascularsurgery .normal_table.varicose-veins {
  margin-bottom: 1rem;
}
.vascularsurgery .normal_table.varicose-veins thead {
  display: none;
}
.vascularsurgery .normal_table.varicose-veins tbody tr td::before {
  color: #389e49;
  font-weight: bold;
}
.vascularsurgery .normal_table.varicose-veins tbody tr td:first-of-type::before {
  content: "片足（3割負担の場合）";
}
.vascularsurgery .normal_table.varicose-veins tbody tr td:last-of-type::before {
  content: "両足（3割負担の場合）";
}
.vascularsurgery .normal_table.progression {
  margin-bottom: 1rem;
}
.vascularsurgery img {
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  .vascularsurgery .normal_table.varicose-veins thead {
    display: table-row-group;
  }
  .vascularsurgery .normal_table.varicose-veins thead th {
    text-align: center;
  }
  .vascularsurgery .normal_table.varicose-veins thead th:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  .vascularsurgery .normal_table.varicose-veins tbody tr td:first-of-type::before, .vascularsurgery .normal_table.varicose-veins tbody tr td:last-of-type::before {
    display: none;
  }
}

.point {
  position: relative;
  width: fit-content;
  padding-left: 55px;
}
.point::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 50px;
  height: 46px;
  background: url("../images/vascularsurgery22.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* -----------------------------------------------------------
　クリニック紹介 - clinic.html
----------------------------------------------------------- */
.clinic .facility-list dl {
  overflow: hidden;
  margin-bottom: 2rem;
}
.clinic .facility-list dl dt {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0.7rem;
  margin: 0 0 1.5rem 0;
  background-color: #389e49;
}
.clinic .facility-list dl dd {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
.clinic .facility-list dl dd img {
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .clinic .facility-list dl {
    width: 49%;
  }
  .clinic .facility-list dl dt {
    font-size: 2.2rem;
    padding: 1rem;
  }
  .clinic .facility-list dl dd {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
  .clinic .facility-list dl dd img {
    max-width: 49%;
  }
}

.vascularsurgery .flow_two {
  display: flex;
}
.vascularsurgery .flow_two div {
  width: 50%;
  margin-bottom: 0;
}
.vascularsurgery .flow_two div p.two {
  font-size: 1.4rem;
  margin: 0 0.5rem 3rem;
  border: #222222 1px solid;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.vascularsurgery .flow_two div p.two::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #389e49;
  display: inline-block;
  position: absolute;
  bottom: -35px;
  left: 80px;
}
.vascularsurgery .flow_one {
  margin-bottom: 3rem;
}
.vascularsurgery .flow_one p.one {
  font-size: 1.4rem;
  margin: 0 0.5rem 3rem;
  border: #222222 1px solid;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.vascularsurgery .flow_one p.one::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #389e49;
  display: inline-block;
  position: absolute;
  bottom: -35px;
  left: 170px;
}
.vascularsurgery .flow_one p.one_last {
  font-size: 1.4rem;
  margin: 0 0.5rem 3rem;
  border: #222222 1px solid;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .vascularsurgery .flow_two div {
    width: 50%;
    margin-bottom: 2rem;
  }
  .vascularsurgery .flow_two div p.two {
    font-size: 1.6rem;
  }
  .vascularsurgery .flow_two div p.two::before {
    left: 245px;
  }
  .vascularsurgery .flow_one {
    margin-bottom: 5rem;
  }
  .vascularsurgery .flow_one p.one {
    font-size: 1.6rem;
    padding: 15px;
  }
  .vascularsurgery .flow_one p.one::before {
    left: 524px;
  }
  .vascularsurgery .flow_one p.one_last {
    font-size: 1.6rem;
  }
}

/*.vascularsurgery {
	.text-list {
		p.two {
			overflow: hidden;
			margin-bottom: 2rem;font-size: 1.4rem;
				margin: 0 0 2rem 0;
				line-height: 140%;
			border: 1px solid #333333;
			padding: 10px;

		}
	}

	@media screen and (min-width: $breakpoint), print {
		.text-list {
			p.two {
				width: 49%;
				font-size: 1.6rem;
					margin: 0 0 2rem 0;
					line-height: 160%;


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