@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cf::before, .cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 82%;
}

.txt_blue {
  color: #1b5fa4;
}

.txt_red {
  color: #f00;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #1b5fa4;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  color: #1b5fa4;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1.6rem 0;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
  font-size: 2.2rem;
  text-align: center;
  color: #1b5fa4;
  font-weight: bold;
  text-shadow: 0.1rem 0.1rem 0.1rem white, -0.1rem 0.1rem 0.1rem white, 0.1rem -0.1rem 0.1rem white, -0.1rem -0.1rem 0.1rem white;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
}

.tit_02 {
  color: #1b5fa4;
  font-size: 2rem;
  margin: 0 0 2rem;
  text-align: center;
  line-height: 1.2;
  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;
}
.tit_02 .sub {
  display: block;
  font-size: 50%;
}
.tit_02::before, .tit_02::after {
  display: inline-block;
  content: "";
  min-width: 2rem;
  height: 0.1rem;
  background: #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tit_02::before {
  margin: 0 1rem 0 0;
}
.tit_02::after {
  margin: 0 0 0 1rem;
}

.tit_03 {
  background: #1b5fa4;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

.tit_04 {
  color: #1b5fa4;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 0.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #1b5fa4;
  margin: 0 0 2rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
    font-size: 4rem;
    text-shadow: 0.2rem 0.2rem 0.2rem white, -0.2rem 0.2rem 0.2rem white, 0.2rem -0.2rem 0.2rem white, -0.2rem -0.2rem 0.2rem white;
    padding: 9rem 4rem;
    margin: 0;
  }
  .tit_02 {
    font-size: 3.8rem;
    margin: 0 0 4rem;
  }
  .tit_02::before {
    margin: 0 3rem 0 0;
  }
  .tit_02::after {
    margin: 0 0 0 3rem;
  }
  .tit_03 {
    padding: 0.8rem 2rem;
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul01 li {
  text-indent: -1.8rem;
  padding-left: 2.2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.lst_ul01 li::before {
  content: "●";
  margin-right: 0.4rem;
  color: #a0cdef;
}

.lst_ol01 {
  margin: 1rem 0 1rem 2.6rem;
}
.lst_ol01 li {
  line-height: 1.4;
  counter-increment: number 1;
  text-indent: -1rem;
  padding: 0 0 1rem 0;
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  margin-right: 0.8rem;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: bold;
}

.lst_dl01 dt {
  color: #1b5fa4;
  font-weight: bold;
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_ul01 li {
    text-indent: -2.2rem;
    padding-left: 2.4rem;
  }
  .lst_ol01 {
    margin: 1rem 0 1rem 3rem;
  }
  .lst_ol01 li {
    text-indent: -1.2rem;
    padding: 0 0 1.4rem 0;
  }
  .lst_dl01 dt {
    float: left;
    width: 10rem;
    font-weight: bold;
    clear: left;
  }
  .lst_dl01 dd {
    padding-left: 10rem;
  }
}
.flex3 {
  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;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    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;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  font-family: "Crimson Text", serif;
}
.tel::before {
  font-family: "fontello";
  content: "\e84c";
  font-size: 75%;
  color: #1b5fa4;
  margin-right: 0.6rem;
}

.box_blue {
  background: #ebf4fb;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    padding: 2rem;
  }
}

html {
  font-size: 3.125vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

body {
  background: #fff;
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 6rem;
}
.main a:not([href^=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1180px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1180px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    padding: 0 0 8rem;
  }
}
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.header {
  background: #ebf4fb;
  padding: 1rem 0 0;
}
.header .wrap {
  margin: 0 1rem;
  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;
}
.header .wrap .headL {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 1rem 0;
}
.header .wrap .headL ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .wrap .headL ul li {
  font-size: 1.2rem;
  text-align: center;
}
.header .wrap .headL ul li.acs {
  color: #1b5fa4;
  border: 1px solid #1b5fa4;
  padding: 0.6rem 0.4rem;
  font-size: 1rem;
  margin: 0 0.8rem 0 0;
}
.header .wrap .headL ul li.acs span {
  font-weight: bold;
}
.header .wrap .headL ul li.telno .tel {
  font-size: 2.1rem;
}
.header .wrap .headL ul li.add {
  display: none;
}
.header .wrap .logo {
  width: 80%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 48em), print {
  .header {
    margin: 0 0 8rem;
    padding: 2.6rem 0 0;
  }
  .header .wrap {
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .wrap .headL {
    width: 20%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .wrap .headL ul {
    display: block;
  }
  .header .wrap .headL ul li {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
  }
  .header .wrap .headL ul li.acs {
    font-size: 1.4rem;
    margin: 0;
  }
  .header .wrap .headL ul li.telno {
    margin: 0.6rem 0;
  }
  .header .wrap .headL ul li.telno .tel {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
  .header .wrap .headL ul li.add {
    display: block;
    text-align: left;
  }
  .header .wrap .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    height: 10rem;
  }
  .header .wrap .logo a {
    background: url(../img/logo.svg) no-repeat center center/contain;
  }
  .header .wrap .headR {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 32%;
  }
  .header .wrap .headR .tbl_time caption {
    -webkit-text-size-adjust: none;
  }
  .header .wrap .headR .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .header .wrap .headR .tbl_time tr td {
    padding: 0.6rem 0;
  }
}
.slicknav_menu {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 4.4rem;
  display: inline-block;
  background: none;
  padding: 0;
  z-index: 100;
}
.slicknav_menu .slicknav_btn {
  width: 5rem;
  height: 5rem;
  color: #1b5fa4;
  background: #fff;
  text-shadow: none;
  border: 1px solid #1b5fa4;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_collapsed::after {
  display: block;
  content: "MENU";
  font-size: 1rem;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: #1b5fa4;
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px dotted #fff;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px dotted #fff;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\e878";
}
.slicknav_menu .slicknav_nav .gnav li a:hover {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "\e848";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #ebf4fb;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  color: #1b5fa4;
  padding: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a::before {
  font-family: "fontello";
  content: "\e821";
  margin: 0 0.6rem 0 0;
}
.slicknav_menu .slicknav_icon, .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_arrow, .slicknav_menu .slicknav_row:after {
  display: none !important;
}

#nav {
  display: none;
}

@media screen and (min-width: 48em), print {
  .slicknav_menu {
    display: none;
  }
  #nav {
    display: block;
    background: #1b5fa4;
    padding: 2rem 0;
    position: relative;
    z-index: 2;
  }
  #nav .gnav {
    width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav .gnav li {
    width: 100%;
    border-left: 1px dotted #fff;
    position: relative;
  }
  #nav .gnav li:last-child {
    border-right: 1px dotted #fff;
  }
  #nav .gnav li a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding: 0.6rem;
  }
  #nav .gnav li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  #nav .gnav li .sub::after {
    font-family: "fontello";
    content: "\e878";
    font-size: 60%;
    margin-left: 0.6rem;
  }
  #nav .gnav li .sub.close::after {
    content: "\e848";
  }
  #nav .gnav li .subnav {
    display: none;
    position: absolute;
    top: 5rem;
    left: -4rem;
    background: #ebf4fb;
    width: 28rem;
    padding: 2rem;
    border: 2px solid #1b5fa4;
  }
  #nav .gnav li .subnav li a {
    color: #1b5fa4;
    padding: 1rem;
    font-weight: normal;
    text-align: left;
  }
  #nav .gnav li .subnav li a::before {
    font-family: "fontello";
    content: "\e821";
    font-size: 60%;
    margin: 0 0.6rem 0 0;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #ebf4fb;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 65%;
  height: auto;
}
.overview > .wrap .overviewL .gaiyo dt {
  padding: 0.2rem 1rem;
  background: #1b5fa4;
  color: #fff;
}
.overview > .wrap .overviewL .gaiyo dd {
  padding: 1rem;
  margin: 0;
  background: #fff;
}
.overview > .wrap .overviewL .gaiyo dd.tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview > .wrap .overviewL .gaiyo dd.tel_fax .tel {
  font-size: 130%;
  margin: 0 0.6rem 0 0;
}
.overview > .wrap .overviewL .gaiyo dd.tel_fax .fax {
  font-family: "Crimson Text", serif;
  font-size: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 0.6rem;
}
.overview > .wrap .overviewL .gaiyo dd.tel_fax .fax::before {
  display: inline-block;
  content: "FAX";
  color: #fff;
  background: #1b5fa4;
  margin: 0 0.4rem 0 0;
  padding: 0 0.6rem;
  border-radius: 3rem;
  font-size: 50%;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 1.6rem 0;
}
.overview > .wrap .overviewR {
  margin: 2rem 0;
}
.overview > .wrap .gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 6rem 0;
    font-size: 1.6rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    max-width: 52rem;
  }
  .overview > .wrap {
    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;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewL .gaiyo {
    width: 100%;
    margin: 0;
    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;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    width: 30%;
    padding: 2rem 1rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview > .wrap .overviewL .gaiyo dt:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 70%;
    padding: 2rem;
    margin: 0;
  }
  .overview > .wrap .overviewL .gaiyo dd:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .overview > .wrap .overviewL .tbl_time {
    margin: 3rem 0 0;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .gmap {
    width: 100%;
    margin: 4rem auto 0;
    height: 50rem;
  }
}
.tel_up {
  width: 100%;
  padding: 0.2rem 1rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  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;
}
.tel_up .tel {
  display: block;
  text-align: center;
  width: 80%;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.tel_up .pageup {
  cursor: pointer;
}
.tel_up .pageup a {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  font-size: 1rem;
  text-align: center;
  padding: 0.8rem 0.4rem 0;
  line-height: 1;
  color: #1b5fa4;
  background: #fff;
  border: 1px solid #1b5fa4;
  border-radius: 50%;
}
.tel_up .pageup a::before {
  display: block;
  font-family: "fontello";
  content: "\e848";
  font-size: 130%;
  margin: 0 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 8rem;
    bottom: 4rem;
    right: 2rem;
    left: auto;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 6.4rem;
    height: 6.4rem;
    padding: 1.2rem 0.4rem 0;
    font-size: 1.4rem;
  }
}
.footer {
  background: #1b5fa4;
  color: #fff;
  text-align: center;
  padding: 0 0 5rem;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0;
  }
  .footer ul {
    width: 74rem;
    display: block;
    text-align: center;
    margin: 1rem auto 2rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1.6rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.subnav li {
    margin-bottom: 1rem;
  }
  .footer ul.subnav li:nth-child(5)::after {
    content: none;
  }
}
#keyvsl {
  margin: 1rem 0 0;
  max-width: 100%;
  background: url(../img/index_keyvsl01.jpg) no-repeat #fff;
  background-position: center top;
  background-size: 150% auto;
  padding: 13rem 1rem 0;
  position: relative;
  z-index: 1;
}
#keyvsl .catch {
  color: #1b5fa4;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 1rem 0 0.6rem;
}
#keyvsl .catch span {
  display: block;
  font-size: 120%;
}
#keyvsl ul li {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.6rem 0;
  font-weight: bold;
}
#keyvsl ul li span {
  font-size: 80%;
}
#keyvsl ul li.open {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 95, 164, 0)), color-stop(20%, #1b5fa4), color-stop(50%, #1b5fa4), color-stop(80%, #1b5fa4), to(rgba(27, 95, 164, 0)));
  background: linear-gradient(to right, rgba(27, 95, 164, 0) 0%, #1b5fa4 20%, #1b5fa4 50%, #1b5fa4 80%, rgba(27, 95, 164, 0) 100%);
}

@media screen and (min-width: 48em), print {
  #keyvsl {
    padding: 6rem 0 0;
    height: 56rem;
    background-size: auto;
  }
  #keyvsl .catch {
    font-size: 2.4rem;
    text-shadow: #fff 0.1rem 0.1rem 1rem, #fff -0.1rem 0.1rem 1rem, #fff 0.1rem -0.1rem 1rem, #fff -0.1rem -0.1rem 1rem;
  }
  #keyvsl .catch span {
    font-size: 200%;
  }
  #keyvsl ul {
    width: 1180px;
    margin: 12rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #keyvsl ul li {
    font-size: 2.8rem;
    padding: 7.8rem 0;
  }
  #keyvsl ul li.open {
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    color: #fff;
    background: #1b5fa4;
  }
}
.covid {
  margin: 4rem 1rem;
  background: url("../img/bnr_covid.png") no-repeat center bottom 2rem/85% auto #448aca;
  color: #fff;
  padding: 0.4rem;
}
.covid .inner {
  padding: 1rem 1rem 11rem;
  border: 1px solid #fff;
}
.covid .inner .midashi {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  border-bottom: 3px solid #0068b7;
  padding: 0 0 0.4rem;
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .covid {
    width: 100rem;
    margin: 8rem auto;
    background: url("../img/bnr_covid.png") no-repeat right 3rem center/auto 75% #448aca;
  }
  .covid .inner {
    font-size: 1.8rem;
    padding: 2rem 50rem 2rem 2rem;
  }
  .covid .inner .midashi {
    font-size: 180%;
    border-bottom: 4px solid #0068b7;
  }
}
.interview {
  margin: 4rem 1rem;
  background: url("../img/bnr_interview.png") no-repeat center bottom 2rem/85% auto #1fb7c7;
  color: #fff;
  padding: 0.4rem;
}
.interview a {
  text-decoration: none !important;
}
.interview .inner {
  padding: 1rem 1rem 11rem;
  border: 1px solid #fff;
}
.interview .inner .midashi {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  border-bottom: 3px solid #0391bd;
  padding: 0 0 0.4rem;
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .interview {
    width: 100rem;
    margin: 8rem auto;
    background: url("../img/bnr_interview.png") no-repeat left 50rem center/auto 75% #1fb7c7;
  }
  .interview .inner {
    font-size: 1.8rem;
    padding: 2rem 50rem 2rem 2rem;
  }
  .interview .inner .midashi {
    font-size: 180%;
    border-bottom: 4px solid #0391bd;
  }
}
.recruit {
  margin: 4rem 1rem;
  background: linear-gradient(135deg, #ffa500 0%, #ffb800 100%);
  color: #fff;
  padding: 0.4rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.recruit .inner {
  padding: 2rem 1rem;
  border: 2px solid #fff;
  gap: 2rem;
}
.recruit .recruit_title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.recruit .recruit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 130%;
  border-bottom: 4px solid #fa8e09;
}
.recruit .icon {
  padding-bottom: 0.5em;
}
.recruit .title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.recruit .content {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.recruit .description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  padding: 2rem 2rem;
}
.recruit .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.recruit .buttons a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-decoration: none !important;
}
.recruit .button {
  background: #fff;
  color: #ff8c00;
  padding: 1.2rem 2rem;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.recruit .button:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: initial;
}
.recruit .button .arrow {
  font-size: 2rem;
  color: #ff8c00;
}
.recruit .button .arrow i {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: small;
}
@media screen and (min-width: 48em), print {
  .recruit {
    max-width: 1000px;
    margin: 8rem auto;
  }
  .recruit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem 2rem;
  }
  .recruit .recruit_inner {
    font-size: 180%;
  }
  .recruit .title {
    line-height: 2;
    font-size: 3.2rem;
  }
  .recruit .description {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
  .recruit .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: calc(50% - 0.5rem);
    font-size: 1.8rem;
  }
}

.info {
  margin: 4rem 1rem;
}
.info dl {
  height: auto;
  margin: 0;
  line-height: 1.4;
  background: url("../img/index_info_bg.png") no-repeat right bottom/40% auto;
}
.info dl dt {
  margin-bottom: 0.4rem;
  color: #1b5fa4;
  font-weight: bold;
  font-size: 110%;
}
.info dl dt::before {
  content: "▼";
}
.info dl dt.close::before {
  content: "▲";
}
.info dl dd {
  /*display: none;*/
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  word-wrap: break-word;
}
.info dl dd:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.info .btn_recruit {
  display: block;
  padding: 1rem 8rem 1rem 1rem;
  background: url("../img/bnr_recruit.jpg") no-repeat right center/auto 100%;
  text-align: center;
  border: 1px solid #226dba;
}
.info .btn_recruit span {
  display: block;
}
.info .btn_recruit span.midashi {
  width: 85%;
  margin: 0 auto 0.6rem;
  font-size: 110%;
  color: #fff;
  background: #1b5fa4;
  font-weight: bold;
  padding: 0.2rem 2rem;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info .btn_recruit span.midashi::after {
  font-family: "fontello";
  content: "\e800";
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0 0.6rem;
}
.info .btn_recruit span.txt {
  color: #1b5fa4;
  font-size: 90%;
  line-height: 1.4;
  text-shadow: 0.1rem 0.1rem 0 white, -0.1rem 0.1rem 0 white, 0.1rem -0.1rem 0 white, -0.1rem -0.1rem 0 white;
}

@media screen and (min-width: 48em), print {
  .info {
    width: 1180px;
    margin: 8rem auto;
  }
  .info dl {
    background: url("../img/index_info_bg.png") no-repeat right bottom/30rem auto;
  }
  .info dl dt {
    margin-bottom: 1.6rem;
    cursor: pointer;
  }
  .info dl dd {
    margin: 0 0 3rem;
    padding-bottom: 3rem;
  }
  .info .btn_recruit {
    width: 100rem;
    margin: 3rem auto;
    padding: 3rem;
    background: url("../img/bnr_recruit.jpg") no-repeat right center/100% auto;
  }
  .info .btn_recruit span {
    display: block;
  }
  .info .btn_recruit span.midashi {
    width: 36rem;
    margin: 0 auto 1.4rem;
    font-size: 3.6rem;
    padding: 0.2rem 3rem;
  }
  .info .btn_recruit span.midashi::after {
    margin: 0 0 0 1rem;
  }
  .info .btn_recruit span.txt {
    font-size: 2.6rem;
  }
}
.tre {
  padding: 4rem 1rem;
  background: url("../img/index_tre_bg.jpg") no-repeat center top 5rem/auto 100%;
}
.tre .subnav {
  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;
}
.tre .subnav li {
  width: 48%;
  margin: 0 0 1rem;
}
.tre .subnav li a {
  display: block;
  text-align: center;
  padding: 0.6rem 0 1rem;
  color: #fff;
  background: #1b5fa4;
  text-decoration: none !important;
  border: 2px solid #1b5fa4;
  border-radius: 0.6rem;
}
.tre .subnav li a::before {
  display: block;
  font-family: "fontello";
  font-size: 3rem;
}
.tre .subnav li a.orthopedics::before {
  content: "\e8c2";
}
.tre .subnav li a.rehabilitation::before {
  content: "\e8c1";
}
.tre .subnav li a.osteoporosis::before {
  content: "\e8b7";
}
.tre .subnav li a.joint::before {
  content: "\e8b9";
}
.tre .subnav li a.pain::before {
  content: "\e90e";
}
.tre .subnav li a.pediatric::before {
  content: "\e8b2";
}
.tre .subnav li a.sports::before {
  content: "\e8b3";
}
.tre .subnav li a.rheumatism::before {
  content: "\e90d";
}
.tre .subnav li a.accident::before {
  content: "\e8bd";
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 4rem 0 8rem;
    background: url("../img/index_tre_bg.jpg") no-repeat center bottom/auto;
  }
  .tre .tit_02 {
    width: 1180px;
    margin: 0 auto 4rem;
  }
  .tre .subnav {
    width: 90rem;
    margin: auto;
  }
  .tre .subnav li {
    width: 28%;
    margin: 0 0 6rem;
  }
  .tre .subnav li:not(:nth-child(3n)) {
    margin: 0 6rem 6rem 0;
  }
  .tre .subnav li a {
    display: block;
    width: 24rem;
    height: 24rem;
    margin: auto;
    font-size: 2.2rem;
    padding: 1rem 2rem;
    border-radius: 50%;
  }
  .tre .subnav li a::before {
    display: block;
    font-family: "fontello";
    font-size: 8rem;
  }
  .tre .subnav li a:hover {
    background: #fff;
    color: #1b5fa4;
    opacity: 1;
  }
}
.rinen {
  padding: 4rem 1rem;
  background: url("../img/index_rinen_bg.png") no-repeat right -3rem top 2rem/auto 35% #f0f9ff;
}
.rinen .wrap .catch {
  color: #1b5fa4;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  text-shadow: #fff 0.1rem 0.1rem 0.2rem, rgba(255, 255, 255, 0.6) -0.1rem 0.1rem 0.2rem, rgba(255, 255, 255, 0.6) 0.1rem -0.1rem 0.2rem, rgba(255, 255, 255, 0.6) -0.1rem -0.1rem 0.2rem;
}
.rinen .wrap ol {
  counter-reset: number 0;
}
.rinen .wrap ol li {
  counter-increment: number 1;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rinen .wrap ol li::before {
  width: 3rem;
  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;
  content: counter(number) ". ";
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  color: #fff;
  background: #1b5fa4;
}
.rinen .wrap ol li span {
  display: block;
  padding: 0.6rem 1rem 0.6rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em), print {
  .rinen {
    padding: 8rem 0;
    background: url("../img/index_rinen_bg.png") no-repeat center top/auto #f0f9ff;
  }
  .rinen .wrap .catch {
    font-size: 4.8rem;
  }
  .rinen .wrap ol li {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2rem;
  }
  .rinen .wrap ol li::before {
    width: 7rem;
    height: 7rem;
    font-size: 3rem;
  }
  .rinen .wrap ol li span {
    padding: 1rem 1rem 1rem 5rem;
  }
}
.feature {
  margin: 4rem 1rem;
  counter-reset: number 0;
}
.feature > div {
  margin: 0 0 3rem;
}
.feature > div .num {
  margin: 0 0 1.6rem;
  padding: 14.6rem 0 0;
  font-family: "Crimson Text", serif;
  font-style: italic;
  color: #1b5fa4;
  font-size: 180%;
  line-height: 0;
  text-shadow: #fff 0.1rem 0.1rem 0.2rem, rgba(255, 255, 255, 0.6) -0.1rem 0.1rem 0.2rem, rgba(255, 255, 255, 0.6) 0.1rem -0.1rem 0.2rem, rgba(255, 255, 255, 0.6) -0.1rem -0.1rem 0.2rem;
  counter-increment: number 1;
  position: relative;
}
.feature > div .num::after {
  content: "0" counter(number);
  font-size: 200%;
  letter-spacing: 0.6rem;
  position: absolute;
  left: 7.6rem;
  bottom: 0.2rem;
}
.feature > div section .tit {
  font-size: 1.8rem;
  text-align: center;
}
.feature > div.feature01 {
  background: url("../img/index_feature01.jpg") no-repeat center top/contain;
}
.feature > div.feature02 {
  background: url("../img/index_feature02.jpg") no-repeat center top/contain;
}
.feature > div.feature03 {
  background: url("../img/index_feature03.jpg") no-repeat center top/contain;
}
.feature > div.feature04 {
  background: url("../img/index_feature04.jpg") no-repeat center top/contain;
}
.feature > div.feature05 {
  background: url("../img/index_feature05.jpg") no-repeat center top/contain;
}
.feature > div.feature06 {
  background: url("../img/index_feature06.jpg") no-repeat center top/contain;
}

_::-webkit-full-page-media, _:future, :root .num::after {
  bottom: 0.8rem !important;
}

@media screen and (min-width: 48em), print {
  .feature {
    width: 1180px;
    margin: 8rem auto;
  }
  .feature div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 29rem;
  }
  .feature div .num {
    width: 47.4%;
    font-size: 4.6rem;
    letter-spacing: 0.2rem;
    padding: 28rem 0 0;
  }
  .feature div .num::after {
    font-size: 10rem;
    left: 15rem;
    bottom: 1.4rem;
    letter-spacing: 0.8rem;
  }
  .feature div .num::after _::-webkit-full-page-media, .feature div .num::after _:future, .feature div .num::after :root .sub {
    bottom: 2.4rem !important;
  }
  .feature div section {
    width: 50%;
  }
  .feature div section .tit {
    font-size: 3.6rem;
  }
  .feature div:nth-child(even) .num {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature div:nth-child(even) section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature div.feature01 {
    background: url("../img/index_feature01.jpg") no-repeat right top/contain;
  }
  .feature div.feature02 {
    background: url("../img/index_feature02.jpg") no-repeat left top/contain;
  }
  .feature div.feature03 {
    background: url("../img/index_feature03.jpg") no-repeat right top/contain;
  }
  .feature div.feature04 {
    background: url("../img/index_feature04.jpg") no-repeat left top/contain;
  }
  .feature div.feature05 {
    background: url("../img/index_feature05.jpg") no-repeat right top/contain;
  }
  .feature div.feature06 {
    background: url("../img/index_feature06.jpg") no-repeat left top/contain;
  }
  _::-webkit-full-page-media, _:future, :root .num::after {
    bottom: 2.4rem !important;
  }
}
body:not(.index) .header .wrap .headR {
  display: none;
}
body:not(.index) .main {
  margin: 0 1rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .header .wrap .headR {
    display: block;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.doctor .main .name {
  text-align: right;
}
.doctor .main .name img {
  width: 15rem;
  height: auto;
}
@media screen and (min-width: 48em), print {
  .doctor .main .name img {
    width: 20rem;
  }
}
.doctor .main dl.media_ttl {
  position: relative;
}
.doctor .main dl.media_ttl dt {
  margin: 0 0 0.5rem 0;
  color: #1b5fa4;
  font-size: 110%;
  font-weight: bold;
  padding: 0.8rem 0 0 3.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.doctor .main dl.media_ttl dt::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 0.6em #aad5d0;
  border-left: solid 0.4em transparent;
  border-right: solid 0.4em transparent;
  margin: auto;
  left: 0.5rem;
  top: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor .main dl.media_ttl dt .active::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor .main dl.media_ttl dd {
  /* display: none; */
}
.doctor .main dl.media_ttl dd .q {
  color: #1b5fa4;
  font-weight: bold;
}
.doctor .main dl.media_ttl dd .a {
  color: #ff0000;
  font-weight: bold;
}

/* お知らせ記事内からアンカーリンクで推移先の開閉式を開く */
.media_ttl dd {
  display: none;
}

.in dd:first-of-type {
  display: block;
}

#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 2.4rem;
}

.sp-selected-thumbnail {
  border: 4px solid #000;
}

.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}

@media screen and (min-width: 48em), print {
  .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;
  }
  .device li {
    width: 48%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow dd {
  margin: 0 0 6rem;
  position: relative;
}
@media screen and (min-width: 48em), print {
  .flow dd {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #ebf4fb;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .tel {
  font-size: 150%;
}
.access .main .map div.gmap {
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 1.8rem;
  }
  .access .main .lst_ul01 li br {
    display: none;
  }
  .access .main .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access .main .map div {
    width: 48%;
  }
  .access .main .map div.gmap {
    height: auto;
  }
}
.zukai {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
}
.zukai img {
  max-width: 100%;
  display: block;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 48em), print {
  .zukai {
    width: 60%;
    margin: 4rem auto;
    padding: 2rem;
  }
  .zukai img {
    margin: 0 auto 2rem;
  }
}
/*-------------------------------------------------
署名
-------------------------------------------------*/
.doctorN_area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  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;
}
.doctorN_area .flexbox_L, .doctorN_area .flexbox_R {
  width: 100%;
  text-align: right;
}
.doctorN_area .flexbox_R img {
  width: 50%;
}

@media all and (min-width: 48em), print {
  .doctorN_area {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .doctorN_area .flexbox_L {
    width: 80%;
    margin: 0 1rem;
    text-align: left;
  }
  .doctorN_area .flexbox_L span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 25rem 0 0;
  }
  .doctorN_area .flexbox_R {
    width: 20%;
    text-align: center;
  }
  .doctorN_area .flexbox_R img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */