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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*ゴシック家族*/
/*基本文字色*/
/*基本背景色PC*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #313131;
  background-color: #fdf7aa;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #313131;
    background-color: #fdf7aa;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 3rem 0 0 0;
}
section.first {
  margin: 1rem 0 0 0;
}
section.s_h2 {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.pc_none {
  display: block !important;
}

.sp_none {
  display: none !important;
}

.childcare_block {
  display: none !important;
}

.childcare_none {
  display: block;
}

.bold_text {
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.border-baseColor {
  border-bottom: 1px solid #313131;
}

img.radius_05 {
  border-radius: 5px !important;
}

.img_C {
  width: 98%;
  height: auto;
}

.large {
  font-size: 200%;
}

.txt_c {
  text-align: center !important;
}

.pink {
  color: #e9569b;
}

.w_1080 {
  width: 100%;
  margin: 2rem auto 0;
}

.before_ini::before {
  content: none !important;
}

@media print, screen and (min-width: 768px) {
  body {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1120px;
    -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
         text-size-adjust: none;
    -webkit-text-size-adjust: none;
    /*
      position: relative;
      z-index:0;
    box-sizing: border-box;
    min-width: 1120px;
      text-size-adjust: none;
      -webkit-text-size-adjust: none;
    */
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 60px 0 0 0;
  }
  section.s_h2 {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  section.first {
    margin: 10px 0 0 0;
  }
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block !important;
  }
  .img_C {
    width: auto;
    height: auto;
  }
  .w_1080 {
    width: 1080px;
    margin: 101px auto 0;
  }
  .-m-initial {
    margin: initial;
    margin: auto;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fdf7aa;
}

.wrapper {
  height: auto;
  width: 95%;
  margin: 0 auto 3rem;
  padding: 0;
}

.main {
  width: 100%;
  margin: 0 auto 6rem;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fdf7aa;
  }
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0 0 120px 0;
    padding: 0;
  }
  .main {
    width: 1080px;
    margin: 0 0 120px 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  height: auto;
  background: #FFFFFF url("../images/bg_header.png") repeat-x center bottom;
}
header .head_frame {
  position: inherit;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
header .head_frame .header_info {
  display: block;
  width: 98%;
  margin: 0 auto;
  padding: 1.6rem 0;
}
header .head_frame .header_info .head_info_left .head_logo {
  width: 76%;
  margin: 0 0 0 1rem;
}
header .head_frame .header_info .head_info_left .head_logo img {
  width: 100%;
  height: auto;
}
header .head_frame .header_info .header_bnr {
  display: block;
  margin: 0 auto 1rem;
  width: 95%;
}
header .head_frame .header_info .header_bnr a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: bold;
  height: 3rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header .head_frame .header_info .header_bnr a.bnr_higashi {
  background: #f05277;
  margin: 1rem 0 0 0;
}
header .head_frame .header_info .header_bnr a.bnr_hanako {
  background: #5dad44;
  margin: 0.6rem 0 0 0;
  padding: 1rem;
}
header .head_frame .header_info .header_bnr a.bnr_musako {
  background: #44BDFF;
  margin: 0.6rem 0 0 0;
  padding: 1rem;
}
header .head_frame .header_info .header_bnr a.bnr_musashino {
  background: #fff8c7;
  color: #FF9900;
  padding: 0;
  height: auto;
  border-radius: 15px;
}
header .head_frame .header_info .header_bnr a.bnr_musashino div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .head_frame .header_info .header_bnr a.bnr_musashino div p {
  margin-bottom: 0;
}
header .head_frame .header_info .header_bnr a.bnr_musashino div p.illust {
  padding: 10px 0 0;
  width: 60px;
}
header .head_frame .header_info .header_bnr a.bnr_musashino div p.illust img {
  width: 80%;
}
header .head_frame .header_info .header_bnr a.bnr_musashino div p.text {
  padding: 20px 0 0 0;
}
header .head_frame .header_info .header_bnr a.bnr_twitter {
  width: 84px;
  height: 84px;
  background: #FFF;
  border: 3px solid #fef6b0;
  margin: 0 auto 0 auto;
}
header .head_frame .header_info .header_bnr a.bnr_twitter img {
  width: 40px;
  margin: 0;
}
header .head_frame .header_info .header_bnr .header_bnr-sub {
  line-height: 1.6;
  text-align: center;
  height: auto !important;
  padding: 0.5rem !important;
}
header .head_frame .header_info .header_bnr.header_bnr02 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 5% 0;
}
header .head_frame .header_info .header_bnr.header_bnr02 a.flu {
  width: calc(100% - 104px);
  background-color: #FFF579;
  margin-bottom: 10px;
  height: 84px;
  -webkit-box-shadow: 2px 2px 0px #acabac;
          box-shadow: 2px 2px 0px #acabac;
  color: #333;
}
header .head_frame .header_info .header_bnr.header_bnr02 a.flu p {
  position: relative;
  padding: 14px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
}
header .head_frame .header_info .header_bnr.header_bnr02 a.flu p .new {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #E9569B;
  border-radius: 50px;
  text-align: center;
  top: -15px;
  right: -10px;
  font-size: 80%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
header .head_frame .header_info .head_info_right p {
  text-align: center;
  font-size: 1.4rem;
  margin: 1rem 0;
}
header .head_frame .header_info .head_info_right p.sns {
  display: block;
}
header .head_frame .header_info .head_info_right p.sns img {
  width: 20%;
}
header .head_frame .header_info .head_info_right p.access {
  font-size: 1rem;
  line-height: 1.2;
}
header .head_frame .header_info .head_info_right a.reserve {
  text-decoration: none;
  background-color: #ef8fb9;
  border-radius: 1rem;
  display: block;
  width: 95%;
  -webkit-box-shadow: 2px 2px 1px #ef6ea6;
          box-shadow: 2px 2px 1px #ef6ea6;
  margin: 0 auto;
  padding: 0;
}
header .head_frame .header_info .head_info_right a.reserve p {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: bold;
}
header .head_frame .header_info .head_info_right a.reserve p::before {
  font-family: "fontello";
  content: "\e80b";
  margin: 0 0.8rem 0 0;
  font-size: 1.6rem;
}
header .head_frame .header_info .head_info_right a.recruit img {
  width: 95%;
  margin: 0 auto;
  display: block;
}
header .head_frame .header_info .head_info_right a.staff {
  text-decoration: none;
  background-color: #5dad44;
  border-radius: 1rem;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
header .head_frame .header_info .head_info_right a.staff div.bnr_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .head_frame .header_info .head_info_right a.staff div.bnr_staff p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: auto;
  font-weight: bold;
}
header .head_frame .header_info .head_info_right a.staff div.bnr_staff p span {
  font-size: 90%;
}
header .head_frame .header_info .head_info_right a.staff div.bnr_staff figure.image {
  width: 30%;
}
header .head_frame .header_info .head_info_right a.staff div.bnr_staff figure.image img {
  width: 100%;
}
header .head_frame .header_info .head_info_right .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px auto 0;
  width: 95%;
}
header .head_frame .header_info .head_info_right .pdf a.monshin {
  text-decoration: none;
  background-color: #FFF579;
  border-radius: 1rem;
  display: block;
  width: 47%;
  -webkit-box-shadow: 2px 2px 1px #fece5a;
          box-shadow: 2px 2px 1px #fece5a;
  margin-bottom: 1rem;
}
header .head_frame .header_info .head_info_right .pdf a.monshin p {
  text-align: center;
  font-size: 1rem;
  line-height: 0.8;
  color: #313131;
}
header .head_frame .header_info .head_info_right .pdf a.monshin p span.first {
  color: #ff0000;
}
header .head_frame .header_info .head_info_right .pdf a.monshin p span.return {
  color: #584430;
}
header .head_frame .header_info .head_info_right .pdf a.monshin.first p::before {
  color: #ff0000;
}
header .head_frame .header_info .head_info_right .pdf a.monshin.revisit p::before {
  color: #82CF29;
}
header .head_frame .header_info .head_info_right .pdf a.flu {
  width: 100%;
  background-color: #FFF579;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 0px #acabac;
          box-shadow: 2px 2px 0px #acabac;
}
header .head_frame .header_info .head_info_right .pdf a.flu p {
  position: relative;
}
header .head_frame .header_info .head_info_right .pdf a.flu p .new {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-weight: bold;
  background-color: #E9569B;
  border-radius: 40px;
  text-align: center;
  top: -3px;
  right: 10px;
  font-size: 80%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
header .head_frame .header_info .head_info_right .pdf a.flu2 {
  background-color: #FFF579;
  -webkit-box-shadow: 2px 2px 0px #acabac;
          box-shadow: 2px 2px 0px #acabac;
}
header .head_frame .header_info .head_info_right .pdf a.flu2 p {
  line-height: 1.4;
  padding: 0;
}
header > div:nth-child(3) {
  z-index: 0 !important;
}
header .key_on {
  width: 100%;
  margin: 0 auto;
  height: 15rem;
  background-position: 5% center;
  background-size: 200% auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}
header .key_on .kv_info {
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
header .key_on .kv_info figure {
  width: 60%;
  margin: 0 auto;
}
header .key_on .kv_info figure img {
  width: 100%;
}
header .key_on .kv_info figure img.piyo {
  margin: 0 0 8px 0;
}
header .key_on .kv_info .open {
  margin: 13rem 0 0 0;
}
header .key_on .kv_info .open p {
  font-size: 1.8rem;
  color: #54a43b;
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
header .sp_character {
  margin: 1.8rem auto 0;
  text-align: center;
}
header .sp_character figure.topimg {
  margin: 0 0 1rem 0;
}
header.header_low {
  height: auto;
  background: #FFFFFF;
}
header.header_low .key_visual_low {
  width: 100%;
  margin: 0 auto;
  height: auto;
  background-image: url("../images/key_visual_low.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
header.header_low .key_visual_low h1 {
  color: #434343;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2rem 1rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  header {
    height: auto;
    background: #FFFFFF url("../images/bg_header.png") repeat-x center bottom;
  }
  header .head_frame {
    position: inherit;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 3rem 0 0 0;
  }
  header .head_frame .header_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  header .head_frame .header_info .head_info_left .head_logo {
    width: 632px;
    margin: 0;
  }
  header .head_frame .header_info .head_info_left .head_logo img {
    width: 100%;
    height: auto;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out {
    width: 480px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr {
    width: 410px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12px 0 0 0;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a:hover {
    opacity: 0.8;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_higashi {
    background: #f05277;
    /*width: 65%;*/
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_hanako {
    background: #5dad44;
    /*width: 65%;*/
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musako {
    background: #44BDFF;
    /*width: 65%;*/
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino {
    background: #fff8c7;
    color: #FF9900;
    height: auto;
    border-radius: 15px;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino div p {
    margin-bottom: 0;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino div p.illust {
    padding: 10px 0 0;
    width: 60px;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino div p.illust img {
    width: 95%;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_musashino div p.text {
    padding: 25px 20px 0;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_twitter {
    background: #FFF;
    border: 3px solid #fef6b0;
    width: 56px;
    height: 56px;
    margin: 1.2rem 0 0;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr a.bnr_twitter img {
    width: 30px;
    margin: 0 0 0 0;
  }
  header .head_frame .header_info .head_info_left .header_bnr_out .header_bnr02 {
    width: 100px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; /* 子要素をflexboxにより中央に配置する */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* 子要素をflexboxにより中央に配置する */
  }
  header .head_frame .header_info .head_info_right p {
    text-align: center;
    font-size: 1.4rem;
    margin: 0;
  }
  header .head_frame .header_info .head_info_right p.sns {
    display: block;
  }
  header .head_frame .header_info .head_info_right p.sns img {
    width: 20%;
  }
  header .head_frame .header_info .head_info_right p.tel {
    display: block;
    font-weight: bold;
    font-size: 3.2rem;
    color: #2693df;
    line-height: inherit;
  }
  header .head_frame .header_info .head_info_right p.tel::before {
    font-family: "fontello";
    content: "\e80a";
    margin: 0 0.8rem 0 0;
    font-size: 2.8rem;
  }
  header .head_frame .header_info .head_info_right p.access {
    font-size: 1.2rem;
    line-height: normal;
  }
  header .head_frame .header_info .head_info_right p img {
    width: 10%;
  }
  header .head_frame .header_info .head_info_right a.reserve {
    text-decoration: none;
    background-color: #ef8fb9;
    border-radius: 1rem;
    display: block;
    width: 408px;
    -webkit-box-shadow: 2px 2px 1px #ef6ea6;
            box-shadow: 2px 2px 1px #ef6ea6;
    padding: 0 !important;
  }
  header .head_frame .header_info .head_info_right a.reserve p {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2;
  }
  header .head_frame .header_info .head_info_right a.reserve p::before {
    font-family: "fontello";
    content: "\e80b";
    margin: 0 0.8rem 0 0;
    font-size: 1.6rem;
  }
  header .head_frame .header_info .head_info_right a.reserve:hover {
    opacity: 0.8;
  }
  header .head_frame .header_info .head_info_right a.recruit img {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  header .head_frame .header_info .head_info_right a.staff {
    text-decoration: none;
    background-color: #5dad44;
    border-radius: 1rem;
    display: block;
    width: 380px;
    margin: 0 auto;
    padding: 10px;
  }
  header .head_frame .header_info .head_info_right a.staff div.bnr_staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .head_frame .header_info .head_info_right a.staff div.bnr_staff p {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: auto;
    font-weight: bold;
  }
  header .head_frame .header_info .head_info_right a.staff div.bnr_staff p span {
    font-size: 80%;
  }
  header .head_frame .header_info .head_info_right a.staff div.bnr_staff figure.image {
    width: 30%;
  }
  header .head_frame .header_info .head_info_right a.staff div.bnr_staff figure.image img {
    width: 100%;
  }
  header .head_frame .header_info .head_info_right .pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 18px 0 0 0;
    width: 408px;
  }
  header .head_frame .header_info .head_info_right .pdf a.monshin {
    text-decoration: none;
    background-color: #FFF579;
    border-radius: 1rem;
    display: block;
    width: 200px;
    -webkit-box-shadow: 2px 2px 1px #fece5a;
            box-shadow: 2px 2px 1px #fece5a;
  }
  header .head_frame .header_info .head_info_right .pdf a.monshin p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    color: #313131;
  }
  header .head_frame .header_info .head_info_right .pdf a.monshin p span.first {
    color: #FF0000;
  }
  header .head_frame .header_info .head_info_right .pdf a.monshin p span.return {
    color: #2a83c4;
  }
  header .head_frame .header_info .head_info_right .pdf a.monshin:hover {
    opacity: 0.8;
  }
  header .head_frame .header_info .head_info_right .pdf a.flu {
    width: 100%;
    background-color: #FFF579;
    margin-bottom: 10px;
    -webkit-box-shadow: 2px 2px 0px #acabac;
            box-shadow: 2px 2px 0px #acabac;
  }
  header .head_frame .header_info .head_info_right .pdf a.flu p {
    position: relative;
  }
  header .head_frame .header_info .head_info_right .pdf a.flu p .new {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
    background-color: #E9569B;
    border-radius: 40px;
    text-align: center;
    top: -3px;
    right: 10px;
    font-size: 80%;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  header .head_frame .header_info .head_info_right .pdf a.flu2 {
    background-color: #FFF579;
    -webkit-box-shadow: 2px 2px 0px #acabac;
            box-shadow: 2px 2px 0px #acabac;
  }
  header .head_frame .header_info .head_info_right .pdf a.flu2 p {
    line-height: 1.4;
    padding: 12px 0;
  }
  header > div:nth-child(3) {
    z-index: 0 !important;
    border-radius: 18px !important;
  }
  header .key_on {
    width: 1080px;
    margin: 0 auto;
    height: 457px;
    background-position: center;
    background-size: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  header .key_on .kv_info {
    z-index: 1;
    text-align: center;
    margin: 0 100px 0 auto;
    width: 341px;
  }
  header .key_on .kv_info figure {
    width: auto;
  }
  header .key_on .kv_info figure img {
    width: auto;
  }
  header .key_on .kv_info figure img.piyo {
    margin: 0 0 16px 0;
  }
  header .key_on .kv_info .open {
    margin: 12px 0 0 0;
    width: 341px;
    height: 213px;
    background: url("../images/bg_open.png") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .key_on .kv_info .open p {
    font-size: 2.2rem;
    color: #54a43b;
    letter-spacing: -0.6px;
    margin: 0;
    padding: 0;
    text-shadow: none;
  }
  header.header_low {
    /*height: 590px;*/
    /*background-position: center 260%;*/
    padding-bottom: 35px;
    background: #FFFFFF url(../images/mountain2.png) repeat-x center bottom;
  }
  header.header_low .key_visual_low {
    width: 1080px;
    margin: 0 auto;
    height: 195px;
    background-image: url("../images/key_visual_low.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  header.header_low .key_visual_low h1 {
    color: #434343;
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
.table_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_wrapper table.timetable {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
}
.table_wrapper table.timetable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table_wrapper table.timetable tr th {
  padding: 0.6rem 0;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #7ac962;
  border-right: 1px #c9c9c9 solid;
}
.table_wrapper table.timetable tr th:first-of-type {
  border-left: 1px #c9c9c9 solid;
  border-bottom: 1px #c9c9c9 solid;
  width: 2%;
}
.table_wrapper table.timetable tr td {
  text-align: center;
  padding: 0.6rem 0;
  color: #313131;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
  width: 11%;
}
.table_wrapper table.timetable tr td:first-of-type {
  border-left: 1px #c9c9c9 solid;
}
.table_wrapper table.timetable tr td.time {
  color: #626262;
  width: 23%;
  font-weight: normal;
  white-space: nowrap;
  font-size: 1rem;
}
.table_wrapper table.timetable tr td.time span {
  font-size: 0.8rem;
}
.table_wrapper p {
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
  margin: 0.8rem 0 0 0;
}

@media print, screen and (min-width: 768px) {
  .table_wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table_wrapper table.timetable {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF;
  }
  .table_wrapper table.timetable tr {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .table_wrapper table.timetable tr th {
    padding: 12px 0;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.8rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #7ac962;
    border-right: 1px #c9c9c9 solid;
  }
  .table_wrapper table.timetable tr th:first-of-type {
    border-left: 1px #c9c9c9 solid;
    width: auto;
  }
  .table_wrapper table.timetable tr td {
    text-align: center;
    padding: 13px 0;
    color: #313131;
    font-size: 1.6rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px #c9c9c9 solid;
    border-right: 1px #c9c9c9 solid;
    width: 13%;
  }
  .table_wrapper table.timetable tr td:first-of-type {
    border-left: 1px #c9c9c9 solid;
  }
  .table_wrapper table.timetable tr td.time {
    color: #626262;
    width: 15%;
    font-weight: normal;
    white-space: nowrap;
    font-size: 1.8rem;
  }
  .table_wrapper table.timetable tr td.time span {
    font-size: 1.2rem;
  }
  .table_wrapper p {
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
    margin: 1rem 0 0 0;
  }
}
/* -----------------------------------------------------------
　担当医表
----------------------------------------------------------- */
.table_wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table_wrapper table.ordertable {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
}
.table_wrapper table.ordertable tr {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table_wrapper table.ordertable tr th {
  padding: 0.6rem 0;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2693df;
  border-right: 1px #c9c9c9 solid;
}
.table_wrapper table.ordertable tr th:first-of-type {
  border-left: 1px #c9c9c9 solid;
  width: 2%;
}
.table_wrapper table.ordertable tr td {
  text-align: center;
  padding: 0.6rem 0;
  color: #313131;
  font-size: 1.2rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
  width: auto;
}
.table_wrapper table.ordertable tr td:first-of-type {
  border-left: 1px #c9c9c9 solid;
}
.table_wrapper table.ordertable tr td.time {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  color: #626262;
  font-weight: normal;
  white-space: nowrap;
  font-size: 1rem;
}
.table_wrapper table.ordertable tr td.room {
  background: #add9f8;
}
.table_wrapper table.ordertable tr td span {
  font-size: 0.8rem;
}

@media print, screen and (min-width: 768px) {
  .table_wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table_wrapper table.ordertable {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
  }
  .table_wrapper table.ordertable tr {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }
  .table_wrapper table.ordertable tr th {
    padding: 12px 0;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.8rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #2693df;
    border-right: 1px #c9c9c9 solid;
    width: 12.5%;
  }
  .table_wrapper table.ordertable tr th:first-of-type {
    width: 3%;
    border-left: 1px #c9c9c9 solid;
  }
  .table_wrapper table.ordertable tr th:last-of-type {
    width: 5%;
  }
  .table_wrapper table.ordertable tr td {
    text-align: center;
    padding: 13px 0;
    color: #313131;
    font-size: 1.6rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #c9c9c9 solid;
    border-right: 1px #c9c9c9 solid;
    width: auto;
  }
  .table_wrapper table.ordertable tr td:first-of-type {
    border-left: 1px #c9c9c9 solid;
  }
  .table_wrapper table.ordertable tr td.time {
    color: #626262;
    width: auto;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    font-weight: normal;
    white-space: nowrap;
    font-size: 1.8rem;
  }
  .table_wrapper table.ordertable tr td span {
    font-size: 1.2rem;
  }
}
/* -----------------------------------------------------------
　ネット予約
----------------------------------------------------------- */
.side-menu {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .side-menu {
    display: block;
    position: fixed;
    top: 4%;
    right: 0;
    left: inherit;
    z-index: 9999;
  }
  .side-menu a {
    background-color: transparent;
  }
  .side-menu a img {
    display: block;
  }
  .side-menu a p {
    display: none;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 4rem 0 1.6rem 0;
  }
  .main_nav_pc .main_nav {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_nav_pc .main_nav > li {
    width: 1080px;
    margin: 0;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline;
    color: #313131;
  }
  .main_nav_pc .main_nav > li a {
    color: #615444;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
  }
  .main_nav_pc ul {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .main_nav_pc ul li {
    max-width: 157.1428571429px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 1.6rem;
    color: #313131;
  }
  .main_nav_pc ul li::before {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-family: "fontello";
    margin: 0 auto 1rem;
    font-size: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_nav_pc ul li.home::before {
    content: "\e801";
    color: #ea63a0;
    background: #fbd8e7;
  }
  .main_nav_pc ul li.doctor::before {
    content: "\e804";
    color: #2693df;
    background: #bae3f9;
  }
  .main_nav_pc ul li.first::before {
    content: "\e807";
    color: #ea63a0;
    background: #fbd8e7;
  }
  .main_nav_pc ul li.treatment::before {
    content: "\e805";
    color: #ff8341;
    background: #fff67e;
  }
  .main_nav_pc ul li.clinic::before {
    content: "\e806";
    color: #5dad44;
    background: #cde5ac;
  }
  .main_nav_pc ul li.access::before {
    content: "\e808";
    color: #2693df;
    background: #bae3f9;
  }
  .main_nav_pc ul li.blog::before {
    content: "\e809";
    color: #ff8341;
    background: #fff67e;
  }
  .main_nav_pc .main_nav_sub {
    width: 100%;
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: 3.7rem;
    padding: 0;
    background-color: #c4e183;
  }
  .main_nav_pc .main_nav_sub li {
    width: 100%;
  }
  .main_nav_pc .main_nav_sub li a {
    padding: 2rem 0;
    margin: 0;
    display: block;
    color: #82583c;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .main_nav_pc .main_nav_sub li a:hover {
    background-color: #ef6ea6;
    color: rgb(65, 65, 65);
  }
  .main_nav_pc .open_nav {
    display: block;
    z-index: 999;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper {
  padding: 2rem 1rem;
  margin: 2rem auto 0;
  background-color: #FFFFFF;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_wrapper h2.circle {
  display: block;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  color: #ff8341;
  background: #fff578;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.6rem 0 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_wrapper h2.circle::before {
  font-family: "fontello";
  content: "\e80d";
  display: block;
  font-size: 3rem;
  margin: 0 0 1.6rem 0;
}
.notice_wrapper .box_notice {
  display: block;
  margin: 1.2rem 0;
}
.notice_wrapper .box_notice .notice_frame {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  overflow-y: unset;
  width: 100%;
  margin: 1.8rem 0 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.notice_wrapper .box_notice .notice_frame dl {
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_wrapper .box_notice .notice_frame dl dt {
  color: #ea63a0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 3px #ea63a0 solid;
  line-height: 1.6;
}
.notice_wrapper .box_notice .notice_frame dl dt:not(:first-of-type) {
  margin: 15px 0 0;
}
.notice_wrapper .box_notice .notice_frame dl dd {
  margin: 0 0 28px 0;
}
.notice_wrapper .box_notice .notice_frame dl dd p {
  border-left: 3px #a6a6a6 solid;
  color: #313131;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

hr.line {
  background-image: url("../images/line_bar.png");
  background-repeat: repeat-x;
  height: 5px;
  border-top: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_wrapper {
    width: 1080px;
    margin: 50px auto 0;
    padding: 28px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_wrapper h2.circle {
    display: block;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    color: #ff8341;
    background: #fff578;
    font-size: 2rem;
    text-align: center;
    padding: 3.8rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_wrapper h2.circle::before {
    font-family: "fontello";
    content: "\e80d";
    display: block;
    font-size: 5rem;
    margin: 0 0 1.6rem 0;
  }
  .notice_wrapper .box_notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 24px 0;
  }
  .notice_wrapper .box_notice .notice_frame {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 818px;
    margin: 0 0 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .notice_wrapper .box_notice .notice_frame dl {
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_wrapper .box_notice .notice_frame dl dt {
    color: #ea63a0;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 3px #ea63a0 solid;
    line-height: 1.6;
  }
  .notice_wrapper .box_notice .notice_frame dl dt:not(:first-of-type) {
    margin: 20px 0 0;
  }
  .notice_wrapper .box_notice .notice_frame dl dd {
    margin: 0 0 28px 0;
  }
  .notice_wrapper .box_notice .notice_frame dl dd p {
    border-left: 3px #a6a6a6 solid;
    color: #313131;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.6;
  }
  hr.line {
    background-image: url("../images/line_bar.png");
    background-repeat: repeat-x;
    height: 5px;
    border-top: 0;
    margin: 0;
  }
}
.bnr_recruit {
  margin: 2rem 0 0;
  text-align: center;
}
.bnr_recruit a {
  text-decoration: none !important;
}
.bnr_recruit img {
  width: 100%;
  height: auto;
}
.bnr_recruit.wd {
  text-align: center;
  margin-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  .bnr_recruit {
    margin: 2rem 0 0;
  }
  .bnr_recruit img {
    width: 500px;
  }
  .bnr_recruit.wd img {
    width: 1080px;
  }
}
.footer_bnr {
  width: 95%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.footer_bnr a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  height: 36px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_bnr a:hover {
  opacity: 0.8;
}
.footer_bnr a.bnr_musashino {
  background: #fff8c7;
  color: #FF9900;
  height: auto;
  border-radius: 15px;
}
.footer_bnr a.bnr_musashino div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_bnr a.bnr_musashino div p {
  margin-bottom: 0;
}
.footer_bnr a.bnr_musashino div p.illust {
  padding: 10px 0 0;
  width: 60px;
}
.footer_bnr a.bnr_musashino div p.illust img {
  width: 95%;
}
.footer_bnr a.bnr_musashino div p.text {
  padding: 25px 20px 0;
}

.footer_bnr2 {
  width: 100%;
  display: block;
}
.footer_bnr2 p {
  text-align: center;
  margin: 0 10px 10px;
}
.footer_bnr2 p img {
  width: 90%;
}

@media print, screen and (min-width: 768px) {
  .footer_bnr {
    width: 410px;
  }
  .footer_bnr2 {
    width: 1080px;
    margin: 0 auto 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_bnr2 p {
    margin: 0 10px;
  }
  .footer_bnr2 p img {
    width: 100%;
  }
}
/*スマホ用スライドバー*/
@media print, screen and (max-width: 767px) {
  .notice_frame::-webkit-scrollbar {
    width: 12px;
    background: #ffffff;
  }
  .notice_frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  .notice_frame::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.treatment_wrapper {
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  margin: 2rem auto 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF url("../images/bg_treatment.png");
  background-repeat: repeat;
}
.treatment_wrapper .treatment_frame ul {
  list-style: none;
  display: block;
  margin: 3rem 0 0 0;
}
.treatment_wrapper .treatment_frame ul li {
  margin: 0 0 2rem 0;
}
.treatment_wrapper .treatment_frame ul li a {
  width: 100%;
  height: 244px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center !important;
}
.treatment_wrapper .treatment_frame ul li a.pediatrics {
  background: url("../images/btn_child.png") no-repeat;
}
.treatment_wrapper .treatment_frame ul li a.allergy {
  background: url("../images/btn_allergy.png") no-repeat;
}
.treatment_wrapper .treatment_frame ul li a.dermatology {
  background: url("../images/btn_dermatology.png") no-repeat;
}
.treatment_wrapper .treatment_frame ul li a.vaccine {
  background: url("../images/btn_vaccination.png") no-repeat;
}

@media print, screen and (min-width: 768px) {
  .treatment_wrapper {
    width: 1080px;
    height: 397px;
    margin: 50px auto 0;
    padding: 28px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFFFFF url("../images/bg_treatment.png") center bottom;
    background-repeat: repeat-x;
  }
  .treatment_wrapper .treatment_frame ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0 0;
  }
  .treatment_wrapper .treatment_frame ul li a {
    width: 245px;
    height: 244px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .treatment_wrapper .treatment_frame ul li a:hover {
    opacity: 0.8;
  }
  .treatment_wrapper .treatment_frame ul li a.pediatrics {
    background: url("../images/btn_child.png") no-repeat;
  }
  .treatment_wrapper .treatment_frame ul li a.allergy {
    background: url("../images/btn_allergy.png") no-repeat;
  }
  .treatment_wrapper .treatment_frame ul li a.dermatology {
    background: url("../images/btn_dermatology.png") no-repeat;
  }
  .treatment_wrapper .treatment_frame ul li a.vaccine {
    background: url("../images/btn_vaccination.png") no-repeat;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_wrapper {
  width: 100%;
  padding: 2rem 1rem;
  margin: 2rem auto 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature_wrapper h2.top {
  background-color: #cde5ac;
}
.feature_wrapper h2.top span {
  color: #639d11;
}
.feature_wrapper .feature_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 0 0;
}
.feature_wrapper .feature_frame .feature_box {
  width: 100%;
  margin: 0 0 2rem 0;
}
.feature_wrapper .feature_frame .feature_box figure {
  text-align: center;
}
.feature_wrapper .feature_frame .feature_box p {
  font-size: 1.4rem;
  margin: 16px 0 0 0;
}
.feature_wrapper .feature_frame .feature_box p.point {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #e285b1;
  width: 100%;
  height: 76px;
  border-radius: 8px;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature_wrapper .feature_frame .feature_box p span {
  color: #e9569b;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .feature_wrapper {
    width: 1080px;
    margin: 50px auto 0;
    padding: 28px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .feature_wrapper h2.top {
    background-color: #cde5ac;
  }
  .feature_wrapper h2.top span {
    color: #639d11;
  }
  .feature_wrapper .feature_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 0 0;
  }
  .feature_wrapper .feature_frame .feature_box {
    width: 314px;
  }
  .feature_wrapper .feature_frame .feature_box figure {
    text-align: center;
  }
  .feature_wrapper .feature_frame .feature_box p {
    font-size: 1.6rem;
    margin: 16px 0 0 0;
  }
  .feature_wrapper .feature_frame .feature_box p.point {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #e285b1;
    width: 100%;
    height: 76px;
    border-radius: 8px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature_wrapper .feature_frame .feature_box p span {
    color: #e9569b;
    font-weight: bold;
  }
}
/* -----------------------------------------------------------
　ひよこ病児保育室
----------------------------------------------------------- */
.childcare_wrapper {
  width: 100%;
  margin: 2rem auto 0;
  padding: 1rem 1.6rem;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px #fbd8e7 solid;
  display: block;
}
.childcare_wrapper figure {
  margin: 0;
  padding: 0;
}
.childcare_wrapper figure img {
  width: 100%;
}
.childcare_wrapper p {
  font-size: 1.1rem;
  color: #1b1b1b;
  border-left: 2px #eba7c7 solid;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 0.8rem;
  line-height: 1.5;
}
.childcare_wrapper a {
  text-decoration: none;
}
.childcare_wrapper a .pink_circle {
  width: 100%;
  height: auto;
  background: #e285b1;
  padding: 1rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.childcare_wrapper a .pink_circle::after {
  font-family: fontello;
  content: "\e80e";
  font-weight: normal;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media print, screen and (min-width: 768px) {
  .childcare_wrapper {
    width: 1080px;
    margin: 101px auto 0;
    padding: 25px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .childcare_wrapper figure img {
    width: 511px;
  }
  .childcare_wrapper p {
    font-size: 1.6rem;
    height: 70px;
    padding: 0 0 0 10px;
  }
  .childcare_wrapper a .pink_circle {
    width: 97px;
    height: 97px;
    padding: 24px 0 0 0;
    font-size: 1.6rem;
    border-radius: 50%;
    line-height: 1.3;
  }
  .childcare_wrapper a .pink_circle::after {
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .childcare_wrapper a .pink_circle:hover {
    background: #ef8fb9;
  }
}
/* -----------------------------------------------------------
　カレンダー
----------------------------------------------------------- */
.calendar_wrapper {
  width: 100%;
  padding: 2rem 1rem;
  margin: 2rem auto 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.calendar_wrapper .calendar_frame {
  margin: 0;
  padding: 40px 0 0 0;
}
.calendar_wrapper .calendar_frame .calender_box {
  width: 100%;
  margin: 0 auto;
}
.calendar_wrapper .calendar_frame .calender_box .swiper-slide {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.calendar_wrapper .calendar_frame .calender_box .swiper-slide div {
  width: 100%;
  margin: 0 0 2rem 0;
}
.calendar_wrapper .calendar_frame .calender_box .swiper-slide div table {
  width: 100%;
  margin: 0;
}
.calendar_wrapper .calendar_frame .calender_box p {
  margin: 0 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  .calendar_wrapper {
    width: 1080px;
    margin: 50px auto 0;
    padding: 28px 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calendar_wrapper .calendar_frame {
    margin: 0;
    padding: 40px 0 0 0;
  }
  .calendar_wrapper .calendar_frame .calender_box {
    width: 1014px;
    margin: 0 auto;
  }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 890px;
    margin: 0 auto;
  }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide div {
    width: 48%;
    margin: 0;
  }
  .calendar_wrapper .calendar_frame .calender_box .swiper-slide div table {
    width: 100%;
    margin: 0;
  }
  .calendar_wrapper .calendar_frame .calender_box p {
    margin: 0 15px 0 0;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFFFFF url("../images/bg_overview.jpg") center;
}
.overview_bg::before {
  content: "";
  background: #fdf7aa url("../images/mountain.png") repeat-x;
  height: 12px;
  display: block;
}
.overview_bg .overview {
  padding: 0;
  margin: 3rem auto 0;
  width: 95%;
}
.overview_bg .overview:before {
  content: url("../images/img_piyopiyo.png");
  display: block;
  text-align: center;
}
.overview_bg .overview h2.top::before, .overview_bg .overview h2.top::after {
  content: "";
}
.overview_bg .overview .overview_frame {
  display: block;
  width: 100%;
  margin: 2rem auto 0;
}
.overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right {
  margin: 0;
  width: 100%;
}
.overview_bg .overview .overview_frame .overview_frame_left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  background: #FFFFFF;
  padding: 0;
}
.overview_bg .overview .overview_frame .overview_frame_left dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dt {
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #7ac962;
  text-align: center;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd {
  font-size: 1.4rem;
  color: #434343;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem 0;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel {
  font-size: 2rem;
  font-weight: bold;
  color: #2693df;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
  font-weight: bold;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access span {
  color: #e9569b;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access span.black {
  color: #000000;
}
.overview_bg .overview .overview_frame .overview_frame_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.overview_bg .overview p.timetable, .overview_bg .overview p.order {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.overview_bg .overview p.timetable::before, .overview_bg .overview p.timetable::after, .overview_bg .overview p.order::before, .overview_bg .overview p.order::after {
  content: "●";
  display: inline-block;
}
.overview_bg .overview p.timetable {
  color: #54a43b;
}
.overview_bg .overview p.timetable::before, .overview_bg .overview p.timetable::after {
  color: #c1dfb8;
}
.overview_bg .overview p.order {
  color: #2693df;
  margin: 1.8rem 0 0 0;
}
.overview_bg .overview p.order::before, .overview_bg .overview p.order::after {
  color: #a7cfeb;
}
.overview_bg .overview iframe {
  width: 100%;
  height: 35rem;
  margin: 3rem 0 0 0;
  border: 1px #f9c0d9 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview_bg .overview a {
  text-decoration: none;
}
.overview_bg .overview a p {
  color: #e9569b;
  font-size: 1.4rem;
  text-align: center;
  width: 80%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px #e9569b solid;
  border-radius: 20px;
  margin: 1rem auto 2rem;
}
.overview_bg .overview a p::after {
  font-family: "fontello";
  content: "\e808";
  margin: 0 0 0 8px;
}

@media print, screen and (min-width: 768px) {
  .overview_bg {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF url("../images/bg_overview.jpg") center;
  }
  .overview_bg::before {
    content: "";
    background: #fdf7aa url("../images/mountain.png") repeat-x;
    height: 12px;
    display: block;
  }
  .overview_bg .overview {
    padding: 34px 0 0 0;
    margin: 0 auto;
    width: 1080px;
  }
  .overview_bg .overview:before {
    content: url("../images/img_piyopiyo.png");
    display: block;
    text-align: center;
  }
  .overview_bg .overview h2.top::before, .overview_bg .overview h2.top::after {
    content: "";
  }
  .overview_bg .overview .overview_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1080px;
    margin: 34px auto 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left, .overview_bg .overview .overview_frame .overview_frame_right {
    margin: 0;
    width: 540px;
  }
  .overview_bg .overview .overview_frame .overview_frame_left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    background: #FFFFFF;
    padding: 0 25px 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt {
    font-size: 1.8rem;
    color: #FFFFFF;
    margin: 0;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #7ac962;
    text-align: center;
    border-bottom: 1px #FFFFFF solid;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:first-of-type {
    border-top: 1px #FFFFFF solid;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd {
    font-size: 1.8rem;
    color: #434343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 385px;
    height: auto;
    padding: 16px 0 16px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px #bfbfbf solid;
    line-height: 1.6;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd:first-of-type {
    border-top: 1px #bfbfbf solid;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span.tel {
    font-size: 2.6rem;
    font-weight: bold;
    color: #2693df;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
    font-weight: bold;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access span {
    color: #e9569b;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access span.black {
    color: #000000;
  }
  .overview_bg .overview .overview_frame .overview_frame_right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 0 25px;
    margin: 0;
  }
  .overview_bg .overview p.timetable, .overview_bg .overview p.order {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
  .overview_bg .overview p.timetable::before, .overview_bg .overview p.timetable::after, .overview_bg .overview p.order::before, .overview_bg .overview p.order::after {
    content: "●";
    display: inline-block;
  }
  .overview_bg .overview p.timetable {
    color: #54a43b;
  }
  .overview_bg .overview p.timetable::before, .overview_bg .overview p.timetable::after {
    color: #c1dfb8;
  }
  .overview_bg .overview p.order {
    color: #2693df;
    margin: 20px 0 0 0;
  }
  .overview_bg .overview p.order::before, .overview_bg .overview p.order::after {
    color: #a7cfeb;
  }
  .overview_bg .overview .orderwrapper {
    margin: 5rem 0 0 0;
  }
  .overview_bg .overview .orderwrapper .order .timetable td p {
    margin: 1rem;
  }
  .overview_bg .overview iframe {
    width: 100%;
    height: 386px;
    margin: 34px 0 0 0;
    border: 1px #f9c0d9 solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .overview_bg .overview a {
    text-decoration: none;
  }
  .overview_bg .overview a p {
    color: #e9569b;
    font-size: 1.6rem;
    text-align: center;
    width: 322px;
    height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px #e9569b solid;
    border-radius: 20px;
    margin: 16px auto 0;
  }
  .overview_bg .overview a p::after {
    font-family: "fontello";
    content: "\e808";
    margin: 0 0 0 8px;
  }
  .overview_bg .overview a p:hover {
    opacity: 0.8;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  margin-bottom: 3.2rem;
  background-color: #FFFFFF;
}
footer .footer_frame {
  display: none;
}
footer figure {
  width: 60%;
  margin: 0 auto;
  padding: 2rem 0;
}
footer figure img {
  width: 100%;
}
footer a.town {
  text-decoration: none;
}
footer a.town .copyright {
  padding: 1rem 0;
  font-size: 1rem;
  color: #313131;
  background-color: #fbd8e7;
  text-align: center;
  margin: 0;
}
footer a.town::before {
  content: "";
  background: url("../images/town.jpg") repeat-x;
  height: 35px;
  display: block;
}

.global-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.nav-list {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #2693df;
}

.nav-item {
  display: table-cell;
  border-left: 0.1rem #FFFFFF solid;
  padding: 1rem 0;
  white-space: nowrap;
}
.nav-item a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
}
.nav-item:first-child {
  border-left: 0;
  background-color: #ff8341;
}
.nav-item:last-child {
  background-color: #e8569b;
}

@media print, screen and (min-width: 768px) {
  footer {
    margin: 0;
    padding: 65px 0 0 0;
    background-color: #FFFFFF;
  }
  footer figure {
    width: 349px;
    margin: 0 auto;
    padding: 0;
  }
  footer figure img {
    width: 100%;
  }
  footer .footer_frame {
    display: block;
    padding: 30px 0;
    margin: 0;
  }
  footer .footer_frame ul {
    text-align: center;
    margin: 0;
  }
  footer .footer_frame ul li {
    display: inline-block;
    padding: 0 14px;
    border-right: 0.1rem #313131 solid;
    margin: 1rem 0 0 0;
  }
  footer .footer_frame ul li:last-child {
    border-right: 0;
  }
  footer .footer_frame ul li a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #313131;
  }
  footer .footer_frame ul li a:hover {
    opacity: 0.8;
  }
  footer .footer_frame ul li.dermatology {
    display: none;
  }
  footer a.town {
    text-decoration: none;
  }
  footer a.town .copyright {
    padding: 14px 0;
    font-size: 1.2rem;
    color: #313131;
    background-color: #fbd8e7;
  }
  footer a.town::before {
    content: "";
    background: url("../images/town.jpg") repeat-x;
    height: 35px;
    display: block;
  }
  .global-nav {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}

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

#pagetop {
  position: fixed;
  bottom: 6vw;
  right: 0px;
  height: 12vw;
  text-align: right;
  margin: 0 2% 0 0;
}

#pagetop a {
  display: block;
}

#pagetop_position {
  display: none;
  float: right;
  margin: 0px;
  padding: 0px;
}

@media print, screen and (min-width: 768px) {
  #linkpagetop {
    float: left;
  }
  #linkpagetop img {
    width: 90px;
    width: 90px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 12px;
    left: 50%;
    margin: 0 0 0 560px;
    height: 80px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop_position {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 92%;
    margin: 0 0 0 0;
    height: 60px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 23vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #fece5a;
}
.drawr ul.hbg {
  list-style: none;
}
.drawr ul.hbg li {
  text-align: center;
  width: 100% !important;
  border-bottom: #ffffff 1px dashed;
}
.drawr ul.hbg li a {
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1.6rem 0;
  display: block;
  color: chocolate;
}
.drawr ul.hbg li:last-child {
  border-bottom: 0;
}
.drawr ul.hbg li.tit {
  color: #313131;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.8rem 0;
  background-color: #FFF579;
  margin: 0;
}
.drawr ul.hbg li.dermatology {
  display: none;
}

.openNav {
  display: block;
}

/*ハンバーガーナビ*/
.main_nav_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.main_nav_sp ul.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.main_nav_sp ul.gnav li {
  width: 100%;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-bottom: #ffffff 1px solid;
  text-align: center;
}
.main_nav_sp ul.gnav li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem 0;
  text-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.toggle {
  display: none;
}

.toggle-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 3.6rem;
  background: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 0.8rem);
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  cursor: pointer;
  top: 1.4rem;
  right: 0.5rem;
  padding: 0 0 0.6rem 0;
  background-color: #e8569b;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .main_nav_sp {
    display: none;
  }
}
/*アサイド
@import "aside";
*/
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_doctor {
  margin: 0 0 2rem 0;
  text-align: center;
}
.img_doctor img {
  width: 80%;
  height: auto;
}

.img_center {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}
.img_center figcaption {
  font-size: 1.2rem;
  margin: 0 0 0.8rem 0;
  text-align: center;
}

/*画像右*/
.img_right_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 1rem 0;
}
.img_right_frame div.right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame div.right img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_right_frame div.left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

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

/*二つ*/
.img_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img_two figure {
  margin: 0 0 2rem 0;
}
.img_two figure img {
  width: 90%;
  margin: 0 auto 1.2rem auto;
  display: block;
}
.img_two figure figcaption {
  text-align: center;
  font-size: 1.4rem;
}

.top_doctor_name {
  font-size: 1.5rem;
  text-align: right;
}
.top_doctor_name span {
  font-size: 1.8rem;
}

.doctor_name2 {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 350px;
    height: auto;
  }
  .img_doctor {
    float: right;
    margin: 0 0 1rem 5rem;
  }
  .img_doctor img {
    width: 100%;
    max-width: 27.2rem;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  .img_center figcaption {
    font-size: 1.6rem;
  }
  .img_eighty img {
    width: 65%;
  }
  /*画像右*/
  .img_right_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
    text-align: left;
  }
  .img_left_frame div.left img {
    width: 350px;
    height: auto;
    margin: 10px 0;
  }
  .img_left_frame div.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .img_two figure {
    margin: 0 0 2.4rem 0;
  }
  .img_two figure img {
    width: 50rem;
    margin: 0 auto 1.2rem auto;
    display: block;
  }
  .img_two figure figcaption {
    text-align: center;
    font-size: 1.6rem;
  }
  .top_doctor_name {
    font-size: 1.8rem;
    text-align: right;
  }
  .top_doctor_name span {
    font-size: 2.2rem;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 2;
  font-size: 1.2rem;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  list-style: none;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 0 0.8rem;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
ul.list_normal li::before {
  color: #60b3ed;
  content: "●";
  font-size: 1rem;
  margin: 0 0.8rem 0 0;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.png) no-repeat;
  background-position: left top 0.3rem;
  background-size: inherit;
  padding: 0 0 0 1.8rem;
  line-height: 1.4;
}
ul.list_maru li ul {
  margin: 0.8rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: disc;
  margin: 0 0 10px 2rem;
  padding: 0 0 0 0;
}

ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 0.8rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}

/*なし*/
ul.list_none {
  line-height: 160%;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 1.8rem 0;
}
ul.list_none li {
  margin: 0 0 2rem 0;
  padding-left: 1em;
  text-indent: -1em;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}

/*数値*/
ul.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*概要*/
ul.list_overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.2rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/*2列*/
ul.list_normal_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2rem 0;
}
ul.list_normal_two li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0 0 1rem 1rem;
}

@media print, screen and (min-width: 768px) {
  /*標準*/
  ul.list_normal {
    line-height: 2;
    font-size: 1.8rem;
    margin: 1.8rem 0 2.8rem 0;
  }
  ul.list_normal li {
    margin: 0;
    padding-left: 1.6em;
    text-indent: -1.6em;
  }
  ul.list_normal li::before {
    margin: 0 1.4rem 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 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.png) no-repeat;
    background-position: left top 0.5rem;
    background-size: 0.9rem;
    padding: 0 0 0 2.5rem;
    line-height: 1.4;
  }
  ul.list_maru li ul {
    margin: 0.8rem 0 0 0;
  }
  ul.list_maru li ul li {
    background: none;
    margin: 0 0 1rem 2.6rem;
    padding: 0;
  }
  ul.list_maru_two {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/maru.gif) no-repeat;
    background-position: left top 3px;
    background-size: 0.9rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 2.4rem 0;
  }
  ul.list_none li {
    margin: 0 0 2rem 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  /*数値*/
  ul.list_num {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 1.6;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 4rem 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_normal_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 3rem 0;
  }
  ul.list_normal_two li {
    width: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 120%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 20px 0;
}

dl.book_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 20px 0;
  line-height: 120%;
}
dl.book_list dt {
  width: 100%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
dl.book_list dd {
  width: 100%;
  margin: 0 0 2rem 0;
}

@media print, screen and (min-width: 768px) {
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
    width: 100%;
    margin: 0 0 4rem 0;
  }
  dl.bio_list dt {
    width: 10%;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 90%;
    margin: 0 0 20px 0;
  }
  dl.book_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 0 20px 0;
    line-height: 120%;
  }
  dl.book_list dt {
    width: 100%;
    margin: 0 0 1rem 0;
    font-weight: bold;
  }
  dl.book_list dd {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}
/*見出し*/
h1, h2, h3, h4, h5 {
  clear: both;
}

h2.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #fbd8e7;
  text-align: center;
  border-radius: 6px;
  padding: 0.8rem 0 0.4rem;
}
h2.top span {
  color: #e9569b;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
}
h2.top::before, h2.top::after {
  content: "";
  display: inline-block;
}
h2.top::before {
  margin: 0 1rem 0 0;
  content: url("../images/h2_right.png");
}
h2.top::after {
  margin: 0 0 0 1rem;
  content: url("../images/h2_left.png");
}
h3 {
  width: 100%;
  background-color: #84c570;
  text-align: center;
  border-radius: 6px;
  padding: 0.8rem 0 0.4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 0 0;
  padding: 0.4rem 0 0.3rem;
  display: block;
}
h3.childcare {
  margin: 3rem 0 2rem;
}

h4 {
  color: #e9569b;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 20px 0 8px 0;
}
h4::before {
  content: "■";
  color: #e8569b;
  display: inline-block;
  margin: 0 0.4rem 0 0;
}

h5 {
  color: #e8569b;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 0.4rem 0;
}

p {
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  h2.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #fbd8e7;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0 8px;
  }
  h2.top span {
    color: #e9569b;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: block;
  }
  h2.top::before, h2.top::after {
    content: "";
    display: inline-block;
  }
  h2.top::before {
    margin: 0 1rem 0 0;
    content: url("../images/h2_right.png");
  }
  h2.top::after {
    margin: 0 0 0 1rem;
    content: url("../images/h2_left.png");
  }
  h3 {
    width: 100%;
    background-color: #84c570;
    text-align: center;
    border-radius: 6px;
    padding: 0.8rem 0 0.4rem;
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 7px;
    display: block;
  }
  h4 {
    color: #e9569b;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 2rem 0 0.8rem 0;
  }
  h4::before {
    content: "■";
    color: #e8569b;
    display: inline-block;
    margin: 0 0.4rem 0 0;
  }
  h5 {
    color: #e8569b;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1.8rem 0 0.8rem 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 1.8;
  }
}
/*下層*/
/*common*/
.low .wrapper {
  width: 92%;
  margin: 3rem auto;
}
.low .wrapper .main section {
  background-color: #FFFFFF;
  padding: 1rem 1.4rem 1rem 1.4rem;
  margin: 0;
}
.low .wrapper .main section::before {
  content: url(../images/img_piyopiyo.png);
  display: block;
  text-align: center;
}
.low .wrapper .main section::after {
  content: "";
  display: inline-block;
  background-image: url("../images/line_bar.png");
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 5px;
  margin: 1.4rem 0 0 0;
}
.low .wrapper .main section.last {
  border-radius: 0 0 2rem 2rem;
}
.low h2.top {
  margin: 0 0 1.4rem 0;
}
.low .center {
  text-align: center;
}
.low .txt_r {
  text-align: right;
}
.low .mg0 {
  margin: 0 !important;
}
.low img.image_r {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}
.low p.txt {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 1rem 0 2rem;
}
.low .bar {
  background-color: #2693df;
  color: #FFFFFF;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.2rem 1rem;
  margin: 1.8rem 0 1.2rem 0;
  clear: both;
}
.low .red {
  color: #fc8e77;
}
.low .txt_right {
  text-align: right;
}
.low .brown_text {
  width: 100%;
  background-color: #bae3f9;
  border: 0.1rem #737373 solid;
  border: 0.1rem #737373 solid;
  padding: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.8rem 0 1.8rem 0;
}
.low .brown_text p {
  margin: 0;
  font-size: 1.2rem;
  color: #3f2d0c;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}
.low dl.list_company {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2rem 0;
}
.low dl.list_company dt, .low dl.list_company dd {
  font-size: 1.2rem;
  padding: 1.2rem 0;
  border-top: 0.1rem #2693df solid;
  border-right: 0.1rem #2693df solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.low dl.list_company dt {
  width: 30%;
  text-align: center;
  border-left: 0.1rem #2693df solid;
  font-weight: normal;
  border-top: 0.1rem #fff solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2693df;
}
.low dl.list_company dt:first-of-type {
  border-top: 0.1rem #2693df solid;
}
.low dl.list_company dd {
  width: 70%;
  padding: 1.2rem 0 1.2rem 1rem;
  line-height: 1.6;
  border-top: 0.1rem #EEEEEE solid;
  border-right: 0.1rem #EEEEEE solid;
}
.low dl.list_company dd:last-of-type {
  border-bottom: 0.1rem #EEEEEE solid;
}
.low dl.list_company dd.tel a {
  text-decoration: none;
}
.low dl.faq dt {
  width: 60%;
}
.low dl.faq dd {
  width: 40%;
  text-align: right;
  padding: 1.2rem 1rem 1.2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.low a.btn {
  text-decoration: none;
  width: 80%;
  height: 3rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  background: #fc8e77;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.low a.reserve {
  text-decoration: none;
  width: 70%;
  height: auto;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e8569b;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  padding: 1rem 0;
}
.low .arrow_bellow {
  margin: 2rem 0;
  display: block;
  text-align: center;
}
.low .arrow_bellow img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.low .box_wrapper {
  width: 95%;
  margin: 0 auto;
}
.low .box_wrapper .box {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  width: 100%;
  border: 0.1rem #e8569b solid;
  padding: 1.2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.low .flex_map {
  display: block;
  margin: 2rem 0;
}
.low .flex_map .box {
  width: 100%;
}
.low .flex_map .box p {
  font-size: 1.2rem;
  margin: 0;
}
.low .flex_map .box p span {
  color: #5dad44;
  font-weight: bold;
  font-size: 1.6rem;
}
.low .flex_map .box figure {
  margin: 0 0 2rem 0;
}
.low .flex_map .box figure img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .low .wrapper {
    width: 1080px;
    margin: 3rem auto 0;
  }
  .low .wrapper .main section {
    background-color: #FFFFFF;
    padding: 12px 30px 30px 30px;
    margin: 0;
  }
  .low .wrapper .main section::before {
    content: url(../images/img_piyopiyo.png);
    display: block;
    text-align: center;
  }
  .low .wrapper .main section::after {
    content: "";
    display: inline-block;
    background-image: url("../images/line_bar.png");
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    margin: 20px 0 0 0;
  }
  .low .wrapper .main section.last {
    border-radius: 0 0 20px 20px;
  }
  .low h2.top {
    margin: 0 0 20px 0;
  }
  .low img.image_r {
    float: right;
    width: 30%;
    margin: 0 0 3rem 3rem;
  }
  .low p.txt {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 1rem 0 2rem;
  }
  .low .bar {
    background-color: #2693df;
    color: #FFFFFF;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0.2rem 1rem 0.2rem;
    margin: 0 0 1.2rem 0;
    clear: both;
  }
  .low .brown_text {
    padding: 2.4rem 1.8rem;
    margin: 1.2rem 0 2rem 0;
  }
  .low .brown_text p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .low dl.list_company {
    margin: 0 0 3rem 0;
  }
  .low dl.list_company dt, .low dl.list_company dd {
    font-size: 1.6rem;
    padding: 2rem 0;
  }
  .low dl.list_company dd {
    padding: 2rem 0 2rem 2rem;
  }
  .low dl.faq dt {
    width: 60%;
  }
  .low dl.faq dd {
    width: 40%;
    text-align: right;
    padding: 2rem 1rem 2rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .low a.btn {
    text-decoration: none;
    width: 30%;
    height: auto;
    color: #FFFFFF;
    font-size: 1.8rem;
    background: #fc8e77;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 auto;
    padding: 1rem 0 0.8rem;
  }
  .low a.btn:hover {
    opacity: 0.8;
  }
  .low a.reserve {
    text-decoration: none;
    width: 300px;
    height: auto;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    background: #e8569b;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
    padding: 10px 0;
  }
  .low a.reserve:hover {
    opacity: 0.8;
  }
  .low .box_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .low .box_wrapper .box {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
    width: 100%;
    border: 0.1rem #e8569b solid;
    padding: 1.8rem 0;
    text-align: center;
  }
  .low .flex_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 20px 0;
  }
  .low .flex_map .box {
    width: 50%;
  }
  .low .flex_map .box p {
    font-size: 2rem;
    margin: 0;
  }
  .low .flex_map .box p span {
    color: #5dad44;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .low .flex_map .box figure img {
    width: auto;
  }
  .low .notice_wrapper {
    width: 100% !important;
    padding: 28px 0 !important;
  }
}
/*医師・クリニック紹介*/
.doctor p.greeting, .doctor p.doctor_name {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.doctor p.greeting {
  margin: 1.8rem 0 0 0;
}
.doctor p.doctor_name {
  text-align: right;
  margin: 1.6rem 0 0 0;
}
.doctor ul.device {
  display: block;
}
.doctor ul.device li {
  width: 100%;
  list-style: none;
}
.doctor ul.device li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.6rem;
}

@media print, screen and (min-width: 768px) {
  .doctor p.greeting, .doctor p.doctor_name {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "メイリオ", Meiryo, Tahoma, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .doctor p.greeting {
    margin: 4.6rem 0 0 0;
  }
  .doctor p.doctor_name {
    text-align: right;
    margin: 1.8rem 0 0 0;
  }
  .doctor ul.device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .doctor ul.device li {
    width: 48%;
    margin: 0 0 3rem 0;
  }
}
/*よくある質問*/
.ac_box {
  margin: 0 0 10px 0;
}

.ac_title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 160%;
  color: #313131;
  font-size: 1.5rem;
  padding: 10px 45px 10px 20px;
  cursor: pointer;
  background-color: #2693df;
}

.ac_title::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 1em #e8569b;
  border-left: solid 0.6em transparent;
  border-right: solid 0.6em transparent;
  margin: auto;
  right: 1em;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ac_title.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ac_title span {
  margin: 0 5px 0 0;
}

.answer {
  display: none;
  padding: 20px;
  background-color: #fce9e3;
}

.answer p {
  line-height: 160%;
  color: #e9569b;
  font-size: 1.6rem;
}

.answer span {
  color: #e8569b;
  margin: 0 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  .ac_title {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 180%;
    color: #313131;
    font-size: 1.6rem;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    background-color: #2693df;
  }
  .ac_title::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 0.7em #e8569b;
    border-left: solid 0.4em transparent;
    border-right: solid 0.4em transparent;
    margin: auto;
    right: 0.5em;
    top: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .answer {
    display: none;
    padding: 20px;
    background-color: #fce9e3;
  }
  .answer p {
    font-size: 1.8rem;
    color: #e9569b;
  }
}
/*初診の方へ*/
.first ul.notice {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 1.6rem;
}
.first ul.notice li p {
  font-size: 1.2rem;
  margin: 0 auto 1.8rem;
  text-align: left;
  width: 96%;
}

@media print, screen and (min-width: 768px) {
  .first ul.notice li p {
    font-size: 1.6rem;
    margin: 0 0 0 1rem;
    width: 100%;
  }
}
/*診療時間・アクセス*/
.access .wrapper .table_wrapper {
  width: 100%;
}
.access iframe {
  width: 100%;
  height: 35rem;
  margin: 0 auto;
  display: block;
}
.access ul.list_access {
  list-style: none;
  font-size: 1.2rem;
  margin: 0 0 3rem 0;
}
.access ul.list_access li {
  line-height: 1.5;
}
.access ul.list_access li span {
  color: #5dad44;
  font-weight: bold;
}
.access .img_right_bicycle img {
  width: 80%;
  max-width: 162px;
  margin: 0 auto 2rem;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .access iframe {
    width: 100%;
    height: 500px;
    margin: 0 0 40px 0;
  }
  .access ul.list_access {
    list-style: none;
    font-size: 2.2rem;
    margin: 0 0 30px 0;
  }
  .access ul.list_access li {
    line-height: 1.6;
  }
  .access ul.list_access li span {
    color: #5dad44;
    font-weight: bold;
  }
  .access .img_right_bicycle {
    float: right;
  }
  .access .img_right_bicycle img {
    width: auto;
    margin: 0 20px 0 0;
  }
}
.childcare .childcare_none {
  display: none !important;
}
.childcare .childcare_block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.childcare h1 img {
  width: 95%;
  margin: 0 auto;
}
.childcare .sns {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.childcare .sns a {
  margin-bottom: 2rem;
  display: block;
}
.childcare .sns .btn_twitter, .childcare .sns .btn_blog {
  text-decoration: none;
  width: 100%;
  height: 5.5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem;
}
.childcare .sns .btn_twitter span, .childcare .sns .btn_blog span {
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.childcare .sns .btn_twitter span::before, .childcare .sns .btn_blog span::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1rem 0 0;
}
.childcare .sns .btn_twitter {
  background: #231815;
  margin-right: 10px;
}
.childcare .sns .btn_twitter span {
  color: #fff;
}
.childcare .sns .btn_twitter span::before {
  content: "";
  background: url("../images/icon_x.svg") no-repeat center center/contain;
}
.childcare .sns .btn_blog {
  background: #fff67e;
}
.childcare .sns .btn_blog span {
  color: #ff8341;
}
.childcare .sns .btn_blog span::before {
  background: url("../images/icon_blog.png") no-repeat center center/contain;
}

@media print, screen and (min-width: 768px) {
  .childcare h1 img {
    width: auto;
    margin: 0 auto;
  }
  .childcare .sns {
    /*display: flex;
    justify-content: center;*/
    width: 874px;
    text-align: center;
  }
  .childcare .sns .btn_twitter, .childcare .sns .btn_blog {
    width: 432px;
    height: 75px;
    padding: 0;
    margin: 0 auto 10px;
  }
  .childcare .sns .btn_twitter:hover, .childcare .sns .btn_blog:hover {
    opacity: 0.8;
  }
  .childcare .sns .btn_twitter span, .childcare .sns .btn_blog span {
    font-size: 2.2rem;
  }
  .childcare .sns .btn_twitter span::before, .childcare .sns .btn_blog span::before {
    width: 52px;
    height: 52px;
    margin: 0 1.6rem 0 0;
  }
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/* -----------------------------------------------------------
  リンク
----------------------------------------------------------- */
[class^=-href] {
  color: #e8569b;
  text-decoration: none !important;
}

[class^=-href]:hover {
  text-decoration: none !important;
}

.button_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  font-size: 18px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  font-weight: bold;
  background: #fff;
  border: solid 4px #cde5ac;
  border-radius: 2rem;
  margin: 1em 0;
}
@media print, screen and (min-width: 768px) {
  .button_recruit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    font-size: 22px;
  }
}
.button_recruit p {
  margin-bottom: initial;
}
.button_recruit .icon_01, .button_recruit.-light_pink .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  background: #fdf7aa;
  aspect-ratio: 1;
  padding: 0.4rem;
  border-radius: 50%;
}
.button_recruit .icon_01 img, .button_recruit.-light_pink .circle img {
  width: 100%;
}
.button_recruit.-light_green {
  color: #cde5ac;
}
.button_recruit.-light_pink {
  padding: 0 2em 2em 2em;
  color: #f8c325;
  border: solid 4px #f8c325;
}
@media print, screen and (min-width: 768px) {
  .button_recruit.-light_pink {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding: 0.5em 4em;
  }
}
.button_recruit.-light_pink .btn_text {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .button_recruit.-light_pink .btn_text {
    font-size: 4.8rem;
    font-weight: initial;
  }
}
.button_recruit.-light_pink .icon_01, .button_recruit.-light_pink .circle {
  background: none;
}
.button_recruit.-light_pink .icon_01 img, .button_recruit.-light_pink .circle img {
  width: 130px;
}
.button_recruit.-light_pink .circle {
  aspect-ratio: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: initial;
  background: #f8c325;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  border-radius: 2rem;
  width: 100%;
  padding: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .button_recruit.-light_pink .circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50%;
    gap: 0.3em;
    width: auto;
    padding: 1em;
  }
}
.button_recruit.-light_pink .circle span {
  color: #f8c325;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_recruit.-light_pink .circle span .icon-icon12 {
  font-size: 0.8rem;
  padding: 0.3em;
}
.button_recruit.-light_pink .circle span .icon-icon12::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .button_recruit.-light_pink .circle span {
    aspect-ratio: 1;
    border-radius: 50%;
  }
}/*# sourceMappingURL=style.css.map */