@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, iframe {
  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;
}

.indent1em {
  text-indent: 1em;
}

.indent_minus1em {
  text-indent: -1em;
  padding-left: 1em;
}

.clr_blue_03 {
  color: #55b1e4 !important;
}

.clr_pink_01 {
  color: #e45ba9 !important;
}

@media screen and (min-width: 48em), print {
  .txt_c_pc {
    text-align: center;
  }
  .txt_l_pc {
    text-align: left;
  }
  .txt_r_pc {
    text-align: right;
  }
}
.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 !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

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

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

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
}
.width_30percent {
  width: 30% !important;
}

.width_40percent {
  width: 40% !important;
}

.width_50percent {
  width: 50% !important;
}

.width_60percent {
  width: 60% !important;
}

.width_70percent {
  width: 70% !important;
}

.width_80percent {
  width: 80% !important;
}

.width_90percent {
  width: 90% !important;
}

.width_100percent {
  width: 100% !important;
}

.maw_50percent {
  max-width: 50% !important;
}

@media screen and (min-width: 48em), print {
  .width_50percent_pc {
    width: 50% !important;
  }
  .width_60percent_pc {
    width: 60% !important;
  }
  .width_65percent_pc {
    width: 65% !important;
  }
  .width_70percent_pc {
    width: 70% !important;
  }
  .width_80percent_pc {
    width: 80% !important;
  }
  .maw_250_pc {
    max-width: 25rem !important;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.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: #4a966e;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
  .tbl_time tr th.time {
    border-width: 2px;
  }
  .tbl_time tr td {
    padding: 1.5rem 0;
    border-width: 2px;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tit_01 {
  font-size: 2.4rem;
  color: #e19cc3;
  padding: 3rem 2rem;
  text-align: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#db9fc6), color-stop(50%, #fff), to(#c6e3f4));
  background: linear-gradient(to right, #db9fc6, #fff 50%, #c6e3f4);
}

.tit_02 {
  color: #55b1e4;
  font-size: 2rem;
  line-height: 1.3;
  margin: 5rem 0 2rem 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #ccc;
  position: relative;
}
.tit_02::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.8rem;
  background: url(../img/a_tit_02.svg) no-repeat center center/contain;
  position: absolute;
  left: -2.7rem;
  top: 0.1rem;
}

.tit_03 {
  color: #ef94bb;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 4rem 0 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-top: 0.2rem solid #ffe2f2;
  border-bottom: 0.2rem solid #ffe2f2;
  position: relative;
}
.tit_03::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/a_heart.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 1rem;
}

.tit_04 {
  color: #55b1e4;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 3.8rem 0 1.5rem;
  padding: 0.5rem;
  border-left: 0.5rem solid #c6e3f4;
  background: #e7f3fb;
}

.tit_05 {
  color: #55b1e4;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 3.5rem 0 1.5rem;
  padding-bottom: 0.15em;
  border-bottom: 0.2rem solid #c6e3f4;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 6rem 2rem;
    font-size: 3.2rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 10rem 0 3rem 4.5rem;
    padding-bottom: 1rem;
  }
  .tit_02::after {
    width: 3.6rem;
    height: 4.8rem;
    background: url(../img/a_tit_02.svg) no-repeat center center/contain;
    position: absolute;
    left: -4.5rem;
    top: 0.5rem;
  }
  .tit_03 {
    font-size: 3rem;
    line-height: 1.3;
    margin: 8.5rem 0 2rem;
    padding: 0.7rem 0.5rem 0.7rem 2.8rem;
    border-width: 0.3rem;
  }
  .tit_03::after {
    width: 2.2rem;
    height: 2.2rem;
    top: 1.9rem;
  }
  .tit_04 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin: 7.5rem 0 2rem;
    border-width: 0.8rem;
  }
  .tit_05 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin: 6.5rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

.tit_03 + .tit_04 {
  margin-top: 0;
}

.tit_04 + .tit_05 {
  margin-top: 0;
}

.text_general {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.text_link_general {
  color: #e45ba9;
  text-decoration: underline;
}

.lst_ul_01 {
  padding-left: 1.65rem;
  margin-bottom: 2rem;
}
.lst_ul_01 li {
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.lst_ul_01 li::before {
  content: "●";
  color: #414141;
  position: absolute;
  right: 100%;
  top: 0;
}
.lst_ul_01 li:first-child {
  margin-top: 0;
}

.lst_ol_01,
.lst_ol_counter_noreset_01 {
  counter-reset: number 0;
  margin: 0;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.lst_ol_01 li,
.lst_ol_counter_noreset_01 li {
  counter-increment: number 1;
  padding-left: 0.3rem;
  margin-top: 1rem;
  position: relative;
}
.lst_ol_01 li::before,
.lst_ol_counter_noreset_01 li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  right: 100%;
  top: 0;
}
.lst_ol_01 li:first-child,
.lst_ol_counter_noreset_01 li:first-child {
  margin-top: 0;
}

.lst_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.lst_ul_01 > li:nth-child(-n+2), .flex2.lst_ol_01 > li:nth-child(-n+2), .flex2.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.lst_ul_01 > li:nth-child(-n+3), .flex3.lst_ol_01 > li:nth-child(-n+3), .flex3.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.lst_dl_01 {
  margin: 0 0 2rem;
}
.lst_dl_01 dt {
  font-weight: bold;
  color: #414141;
}
.lst_dl_01 dd {
  margin: 0 0 1rem;
}
.lst_dl_01 dd:last-child {
  margin: 0;
}

.lst_dl_02 {
  margin: 0 0 2rem;
  border: 1px solid #414141;
}
.lst_dl_02 dt {
  padding: 1rem;
  background: #414141;
}
.lst_dl_02 dd {
  margin: 0;
  padding: 1rem;
}
.lst_dl_02 dd:not(:last-child) {
  border-bottom: 1px solid #414141;
}

.lst_dl_table_01 {
  margin: 0 0 2rem;
  border: 1px solid #414141;
  width: 100%;
  text-align: center;
}
.lst_dl_table_01 .lst_dl_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.lst_dl_table_01 .lst_dl_table_row dt {
  background: #414141;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row dd {
  margin: 0;
  padding: 1rem;
  width: 100%;
}
.lst_dl_table_01 .lst_dl_table_row:not(:last-child) {
  border-bottom: 1px solid #414141;
}

@media screen and (min-width: 48em), print {
  .lst_dl_01 {
    width: 100%;
    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;
  }
  .lst_dl_01 dt {
    width: 20%;
  }
  .lst_dl_01 dd {
    width: 80%;
    padding: 0 0 0 0.8rem;
  }
  .flex2_pc.lst_ul_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_01 > li:nth-child(-n+2), .flex2_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.lst_ul_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_01 > li:nth-child(-n+3), .flex3_pc.lst_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .lst_dl_02 {
    width: 100%;
    border-right: none;
    border-left: none;
    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;
  }
  .lst_dl_02 dt {
    width: 28%;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lst_dl_02 dt:not(:last-of-type) {
    border-bottom: 1px solid #414141;
  }
  .lst_dl_02 dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .lst_dl_table_01 {
    border-right: none;
    border-left: none;
  }
  .lst_dl_table_01 .lst_dl_table_row_bg_gray {
    background: #414141;
  }
  .lst_dl_table_01 .lst_dl_table_row dt,
  .lst_dl_table_01 .lst_dl_table_row dd {
    max-width: 25%;
  }
}
.table_01 {
  font-size: 80%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  margin-bottom: 1rem;
}
.table_01 tr td,
.table_01 tr th {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5rem;
}
.table_01 tr th {
  background: #dff3ff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    font-size: 100%;
  }
  .table_01 tr td,
  .table_01 tr th {
    padding: 1rem;
  }
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 75%;
  text-align: center;
}
.imgtxt .imgtxt_txt :last-child,
.imgtxt_reverse .imgtxt_txt :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 45rem;
  }
  .imgtxt .imgtxt_txt,
  .imgtxt_reverse .imgtxt_txt {
    font-size: 1.8rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex2 > * {
  width: 47%;
  margin-top: 2.5rem;
}
.flex2 > *:nth-child(-n+2) {
  margin-top: 0;
}
.flex2 > *:nth-child(2n) {
  margin-left: 6%;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > * {
  width: 31%;
  margin-top: 2.5rem;
  margin-left: 3.5%;
}
.flex3 > *:nth-child(-n+3) {
  margin-top: 0;
}
.flex3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.flex2_pc > * {
  margin-top: 2rem;
}
.flex2_pc > *:first-child {
  margin-top: 0;
}

.flex3_pc > * {
  margin-top: 2rem;
}
.flex3_pc > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .flex2_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2_pc > * {
    width: 47%;
    margin-top: 3rem;
  }
  .flex2_pc > *:nth-child(n) {
    margin-left: 0;
  }
  .flex2_pc > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex2_pc > *:nth-child(2n) {
    margin-left: 6%;
  }
  .column_count2_pc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .flex3_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex3_pc > * {
    width: 31%;
    margin-top: 3rem;
  }
  .flex3_pc > *:nth-child(n) {
    margin-left: 3.5%;
  }
  .flex3_pc > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex3_pc > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .column_count3_pc {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.box_general_01 {
  padding: 2rem 1.5rem;
  background: #fff4fa;
  margin-bottom: 2rem;
  position: relative;
}
.box_general_01 :last-child {
  margin-bottom: 0;
}

.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 6rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 6rem 0 6rem;
  border-color: #414141 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 3rem 2rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 8rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    border-width: 4rem 8rem 0 8rem;
    top: calc(100% + 1.5rem);
  }
}
.btn_general_01 {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  border-radius: 0.2rem;
  background: #414141;
  border: 3px solid #414141;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .btn_general_01:hover {
    color: #414141;
    background-color: #fff;
    opacity: 1;
  }
}
html {
  font-size: 3.125vw;
  font-family: "notoSansCJKjp", Meiryo, sans-serif;
}

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

p {
  margin-top: 0;
}

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

.wrap {
  padding: 2rem 1rem;
}

.main {
  font-size: 1.4rem;
  line-height: 1.4;
}
.main section.wrap > :first-child {
  margin-top: 0;
}
.main section.wrap > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1100px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1100px;
    margin: auto;
    padding: 5rem 0;
  }
  .main {
    font-size: 1.8rem;
  }
  .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 23%;
  }
}
@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");
}
@font-face {
  font-family: "notoSansCJKjp";
  src: url("notoSansCJKjp/font/NotoSansMonoCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "notoSansCJKjp";
  src: url("notoSansCJKjp/font/NotoSansMonoCJKjp-Bold.woff") format("woff");
  font-weight: bold;
}
.header .wrap {
  margin: 1rem;
  padding: 0;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR .dl_btn {
  display: inline-block;
  border: 3px solid #a4d5f3;
  background: #dff3ff;
  padding: 0.5rem;
  color: #105c89;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}
.header .wrap .headR .dl_btn > span {
  font-size: 1.3rem;
}
.header .wrap .headR .dl_btn::before {
  display: inline;
  font-family: "fontello";
  content: "\f02e";
  padding-right: 0.7rem;
  color: #e45ba9;
}
.header .wrap .headR .dl_btn::after {
  display: inline;
  font-family: "fontello";
  content: "\f006";
  padding-left: 0.5rem;
  color: #e45ba9;
}
.header .wrap .headR .tel {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}
.header .wrap .headR .tel .tel_num {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.header .wrap .headR .tel a {
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .header .wrap {
    margin: 2.5rem auto 2rem;
    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;
  }
  .header .wrap .logo {
    width: 37%;
    height: 12rem;
    margin: 0;
  }
  .header .wrap .headR {
    width: 60%;
    text-align: right;
  }
  .header .wrap .headR .dl_btn {
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .header .wrap .headR .dl_btn > span {
    font-size: 1.4rem;
  }
  .header .wrap .headR .dl_btn::before {
    padding-right: 1.5rem;
  }
  .header .wrap .headR .dl_btn::after {
    padding-left: 0.8rem;
  }
  .header .wrap .headR .tel {
    font-size: 2.4rem;
  }
  .header .wrap .headR .tel .tel_num {
    font-size: 3.8rem;
  }
  .header .wrap .headR .tel a {
    display: inline-block;
  }
}
.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: #fff;
  background: #105c89;
  text-shadow: none;
  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: "\e802";
  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: "\e803";
  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: rgba(198, 227, 244, 0.95);
  padding: 1.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
}
.slicknav_menu .slicknav_nav .gnav {
  border-top: 1px solid #414141;
  margin: 0;
}
.slicknav_menu .slicknav_nav .gnav li {
  border-bottom: 1px solid #414141;
}
.slicknav_menu .slicknav_nav .gnav li a {
  display: block;
  color: #105c89 !important;
  padding: 1rem 3rem 1rem 0;
  font-size: 1.6rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "\f006";
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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;
  top: 50%;
  font-family: "fontello";
  content: "\f004";
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: "\f005";
}
.slicknav_menu .slicknav_nav .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li {
  border-color: #888;
}
.slicknav_menu .slicknav_nav .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #414141;
}
.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: #c6e3f4;
  }
  #nav .gnav {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 1.7rem;
    color: #105c89;
  }
  #nav .gnav > li > a {
    display: inline-block;
    padding: 1.6rem 1.5rem;
    position: relative;
  }
  #nav .gnav > li > a.sub::after {
    color: #3f9bd2;
    display: inline-block;
    font-family: "fontello";
    content: "\e800";
    position: absolute;
    top: 50%;
    right: 0.2rem;
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
  }
  #nav .gnav > li > a.sub.open::after {
    content: "\e801";
  }
  #nav .gnav > li .subnav {
    width: 100%;
    min-width: 19rem;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 0.5rem));
            transform: translateX(calc(-50% + 0.5rem));
    z-index: 1;
    font-size: 1.7rem;
    border: #3f9bd2 solid 1px;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
    border-top: #3f9bd2 solid 1px;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 1.2rem 0.5rem;
    text-align: center;
    color: #105c89;
    font-size: 1.4rem;
  }
  #nav .gnav > li .subnav li a:hover {
    background: #3f9bd2;
    color: #fff;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child {
    border-top: none;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fef9d9;
}
.overview .overview_bg {
  background: url(../img/a_overview_bg.jpg) no-repeat center center/cover;
  padding: 4rem 1rem;
}
.overview .overview_bg > .wrap {
  padding: 2rem 1rem;
  background: #fff;
}
.overview .overview_bg > .wrap .overview_left {
  margin-bottom: 1.5rem;
}
.overview .overview_bg > .wrap .overview_left .clinic_name {
  text-align: center;
  margin: 0 0 1rem;
}
.overview .overview_bg > .wrap .overview_left .clinic_name img {
  max-width: 80%;
  height: auto;
}
.overview .overview_bg > .wrap .overview_left address {
  text-align: center;
  font-style: normal;
}
.overview .overview_bg > .wrap .overview_left address .tel {
  font-size: 1.4rem;
  font-weight: bold;
}
.overview .overview_bg > .wrap .overview_left address .tel .tel_num {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.overview .overview_bg > .wrap .overview_left address .address {
  font-size: 1.3rem;
  line-height: 1.2;
}
.overview .overview_bg > .wrap .overview_right .gaiyo {
  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: 0;
}
.overview .overview_bg > .wrap .overview_right .gaiyo > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px dashed #ccc;
}
.overview .overview_bg > .wrap .overview_right .gaiyo > div dt {
  width: 28%;
  padding: 0.4rem;
  color: #5788a9;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .overview_bg > .wrap .overview_right .gaiyo > div dd {
  width: 72%;
  padding: 0.4rem;
  margin: 0;
  font-size: 90%;
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview .gmap {
  height: 25rem;
}

@media screen and (min-width: 48em), print {
  .overview {
    font-size: 1.4rem;
  }
  .overview .overview_bg {
    padding: 8rem 0;
  }
  .overview .overview_bg > .wrap {
    padding: 3rem 6rem 3rem 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview .overview_bg > .wrap .overview_left {
    width: 38%;
    margin: 0;
  }
  .overview .overview_bg > .wrap .overview_left .clinic_name {
    margin: 0 0 2rem;
  }
  .overview .overview_bg > .wrap .overview_left .clinic_name img {
    max-width: 100%;
    height: auto;
  }
  .overview .overview_bg > .wrap .overview_left address .tel {
    font-size: 2.4rem;
  }
  .overview .overview_bg > .wrap .overview_left address .tel .tel_num {
    font-size: 3.6rem;
  }
  .overview .overview_bg > .wrap .overview_left address .address {
    font-size: 1.4rem;
  }
  .overview .overview_bg > .wrap .overview_right {
    width: 50%;
  }
  .overview .overview_bg > .wrap .overview_right .gaiyo > div {
    margin-bottom: 0.5rem;
  }
  .overview .overview_bg > .wrap .overview_right .gaiyo > div:last-child {
    margin-bottom: 0;
  }
  .overview .overview_bg > .wrap .overview_right .gaiyo > div dt {
    font-size: 1.6rem;
  }
  .overview .overview_bg > .wrap .overview_right .gaiyo > div dd {
    font-size: 1.6rem;
  }
  .overview .gmap {
    height: 40rem;
  }
}
/*
#pageup { // ページアップ単体
  display: none;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 1;
  a {
    display: block;
    width: 5.0rem;
    height: 5.0rem;
    font-size: 1.6rem;
    text-align: center;
    padding: .4rem;
    background: #e5bc53;
    border-radius: 50%;
    &::before {
      text-align: center;
      font-size: 3.6rem;
      font-family: 'fontello';
      content: '\e812';
      color: #fff;
    }
    span {
      display: none;
    }
  }
}
@include pc {
  #pageup {
    a {
      width: 6.4rem;
      height: 6.4rem;
      &::before {
        font-size: 5.0rem;
      }
    }
  }
}
*/
.tel_up {
  width: 100%;
  background: #ffe2f2;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 1rem 0;
}
.tel_up .tel {
  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%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #414141;
}
.tel_up .tel .tel_num {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.tel_up .pageup {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tel_up .pageup a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  margin: 0.5rem 1rem;
  background: #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tel_up .pageup a::before {
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  color: #e45ba9;
  font-family: "fontello";
  content: "\f005";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

@media screen and (min-width: 48em), print {
  .tel_up {
    display: block;
    width: 6rem;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    background: transparent;
    padding: 0;
  }
  .tel_up .tel {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
    opacity: 0.85;
  }
  .tel_up .pageup a::before {
    font-size: 3.5rem;
  }
  .tel_up .pageup a:hover {
    opacity: 0.55;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #fff;
}
.footer .copy {
  display: block;
  color: #414141;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 6rem 2rem 2.5rem;
  }
  .footer ul {
    color: #414141;
    display: block;
    text-align: center;
    margin: 0 0 0.8rem;
  }
  .footer ul.subnav {
    display: none;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 0 11rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 0.3rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 8rem 0;
  }
}
.index #keyvsl {
  width: 100%;
  height: 9.8rem;
  background-size: cover;
}
.index #keyvsl .catch {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

@media screen and (min-width: 48em), print {
  .index #keyvsl {
    height: 31.25vw;
    min-height: 34.3rem;
  }
}
main .wrapper_news {
  background: #fff4fa;
}
main .wrapper_news .wrap .box_news {
  margin-bottom: 2rem;
}
main .wrapper_news .wrap .box_news .tit_02 {
  margin-top: 0;
}
main .wrapper_news .wrap .box_news dl {
  margin: 0;
  overflow-y: scroll;
  max-height: 35rem;
}
main .wrapper_news .wrap .box_news dl dt {
  color: #e45ba9;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-block;
  padding-right: 0.5rem;
}
main .wrapper_news .wrap .box_news dl dd {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  word-wrap: break-word;
  padding-right: 0.5rem;
  border-bottom: #ccc dashed 0.1rem;
  padding-bottom: 1rem;
}
main .wrapper_news .wrap .box_news dl dd a {
  color: #e45ba9;
  text-decoration: underline;
}
main .wrapper_news .wrap .box_news dl dd:last-child {
  margin: 0;
  border-bottom: none;
}
main .wrapper_news .wrap .box_news dl dd .link_text {
  display: block;
}
main .wrapper_news .wrap .box_address {
  border: 3px solid #c6e3f4;
  background: #fff;
  padding: 1.5rem;
}
main .wrapper_news .wrap .box_address .news_address_txt_01 {
  font-size: 1.8rem;
  color: #55b1e4;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}
main .wrapper_news .wrap .box_address .news_address_txt_02 {
  line-height: 1.8;
}
main .wrapper_news .wrap .box_address .news_address_txt_02 .news_address_txt_dl {
  color: #e45ba9;
  text-decoration: underline;
}
main .wrapper_news .wrap .box_address .news_address_txt_02 .news_address_txt_dl::after {
  font-family: "fontello";
  content: "\f02e";
  padding: 0 0.3rem 0 0.2rem;
}
main .wrapper_news .wrap .box_address address {
  font-style: normal;
  text-align: center;
  margin-bottom: 0.5rem;
}
main .wrapper_news .wrap .box_address address .tel {
  font-weight: bold;
  font-size: 1.4rem;
}
main .wrapper_news .wrap .box_address address .tel .tel_num {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
main .wrapper_news .wrap .box_address address .fax {
  font-weight: bold;
  font-size: 1.2rem;
}
main .wrapper_news .wrap .box_address address .fax .fax_num {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
main .wrapper_news .wrap .box_address .news_address_txt_time {
  text-align: center;
  background: #c6e3f4;
  color: #105c89;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.4rem;
}
main .wrapper_news .wrap .box_greeting,
main .wrapper_news .wrap .box_newspaper {
  margin-top: 2rem;
  background: #fff;
  border: 3px solid #e45ba9;
  padding: 1.5rem;
}
main .wrapper_news .wrap .box_greeting .catch,
main .wrapper_news .wrap .box_newspaper .catch {
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  color: #e45ba9;
}
main .wrapper_news .wrap .box_greeting iframe,
main .wrapper_news .wrap .box_newspaper iframe {
  height: 14.5rem;
}
main .wrapper_news .wrap .box_newspaper {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap .flex_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_news .wrap .box_news {
    width: 47.7%;
    margin-bottom: 0;
  }
  main .wrapper_news .wrap .box_news dl {
    max-height: 33rem;
  }
  main .wrapper_news .wrap .box_news dl dt {
    font-size: 2rem;
  }
  main .wrapper_news .wrap .box_news dl dd {
    font-size: 1.6rem;
    margin: 0 0 2rem;
    padding-bottom: 2rem;
  }
  main .wrapper_news .wrap .box_address {
    padding: 7rem 4.5rem;
    width: 47.7%;
  }
  main .wrapper_news .wrap .box_address .news_address_txt_01 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  main .wrapper_news .wrap .box_address .news_address_txt_02 {
    margin-bottom: 3.5rem;
  }
  main .wrapper_news .wrap .box_address .news_address_txt_02 .news_address_txt_dl::after {
    font-family: "fontello";
    content: "\f02e";
    padding: 0 0.5rem 0 0.3rem;
  }
  main .wrapper_news .wrap .box_address address {
    margin-bottom: 1rem;
  }
  main .wrapper_news .wrap .box_address address .tel {
    font-weight: bold;
    font-size: 2.4rem;
  }
  main .wrapper_news .wrap .box_address address .tel .tel_num {
    font-size: 3.6rem;
    line-height: 1;
  }
  main .wrapper_news .wrap .box_address address .fax {
    font-weight: bold;
    font-size: 1.6rem;
  }
  main .wrapper_news .wrap .box_address address .fax .fax_num {
    font-size: 2.6rem;
    line-height: 1;
  }
  main .wrapper_news .wrap .box_address .news_address_txt_time {
    text-align: center;
    background: #c6e3f4;
    color: #105c89;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0.4rem;
  }
  main .wrapper_news .wrap .box_greeting,
  main .wrapper_news .wrap .box_newspaper {
    margin-top: 4rem;
    padding: 3rem;
  }
  main .wrapper_news .wrap .box_greeting iframe,
  main .wrapper_news .wrap .box_newspaper iframe {
    width: 75rem;
    height: 42rem;
  }
}
main .wrapper_guidance .wrap .guidance_list {
  margin-bottom: 3rem;
}
main .wrapper_guidance .wrap .guidance_list > li {
  background: #e9f4fb;
  margin-bottom: 2rem;
}
main .wrapper_guidance .wrap .guidance_list > li > a {
  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;
  position: relative;
  height: 10rem;
  padding: 1rem 1rem 1rem 7rem;
  color: #105c89;
  background: #c6e3f4 url(../img/index_guidance_image_01.jpg) no-repeat center left/auto 100%;
  position: relative;
}
main .wrapper_guidance .wrap .guidance_list > li > a > span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
}
main .wrapper_guidance .wrap .guidance_list > li > a > span::after {
  display: inline-block;
  font-family: "fontello";
  content: "\f006";
  color: #3f9bd2;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
main .wrapper_guidance .wrap .guidance_list > li .guidance_list_sub {
  padding: 1rem 1rem 1rem 3rem;
}
main .wrapper_guidance .wrap .guidance_list > li .guidance_list_sub > li {
  padding-left: 0.3rem;
  margin-bottom: 1rem;
  position: relative;
}
main .wrapper_guidance .wrap .guidance_list > li .guidance_list_sub > li::before {
  content: "●";
  color: #105c89;
  position: absolute;
  right: 100%;
  top: 0;
}
main .wrapper_guidance .wrap .guidance_list > li .guidance_list_sub > li:last-child {
  margin-bottom: 0;
}
main .wrapper_guidance .wrap .guidance_list > li:nth-child(even) {
  background: #fff4fa;
}
main .wrapper_guidance .wrap .guidance_list > li:nth-child(even) > a {
  background-color: #ffe2f2;
  color: #e45ba9;
}
main .wrapper_guidance .wrap .guidance_list > li:nth-child(even) > a > span::after {
  color: #e45ba9;
}
main .wrapper_guidance .wrap .guidance_list > li:nth-child(even) .guidance_list_sub > li::before {
  color: #e45ba9;
}
main .wrapper_guidance .wrap .guidance_list > li.guidance_about > a {
  background-image: url(../img/index_guidance_image_about.jpg);
}
main .wrapper_guidance .wrap .guidance_list > li.guidance_staff > a {
  background-image: url(../img/index_guidance_image_staff.jpg);
}
main .wrapper_guidance .wrap .guidance_list > li.guidance_style > a {
  background-image: url(../img/index_guidance_image_style.jpg);
}
main .wrapper_guidance .wrap .guidance_list > li.guidance_transfusion > a {
  background-image: url(../img/index_guidance_image_transfusion.jpg);
}
main .wrapper_guidance .wrap .guidance_list > li.guidance_achievement > a {
  background-image: url(../img/index_guidance_image_achievement.jpg);
}
main .wrapper_guidance .wrap .guidance_box_01_heart,
main .wrapper_guidance .wrap .guidance_box_01_pink {
  border: 0.5rem solid #c6e3f4;
  padding: 2rem;
  margin-bottom: 3rem;
}
main .wrapper_guidance .wrap .guidance_box_01_heart .guidance_tit,
main .wrapper_guidance .wrap .guidance_box_01_pink .guidance_tit {
  font-size: 1.8rem;
  color: #105c89;
  background: #c6e3f4;
  padding: 0.5rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
main .wrapper_guidance .wrap .guidance_box_01_heart:last-child,
main .wrapper_guidance .wrap .guidance_box_01_pink:last-child {
  margin-bottom: 0;
}
main .wrapper_guidance .wrap .guidance_box_01_heart::after {
  display: block;
  content: "";
  height: 2rem;
  background: url(../img/a_heart.svg) no-repeat center center/contain;
}
main .wrapper_guidance .wrap .guidance_box_01_pink {
  border-color: #ffe2f2;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .guidance_tit {
  background: #ffe2f2;
  color: #e857a7;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list {
  counter-reset: policy_list_number 0;
  margin: 0;
  margin-bottom: 2rem;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li {
  margin-top: 1rem;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li:first-child {
  margin-top: 0;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: policy_list_number 1;
  padding: 0.8rem 1.5rem 0.8rem 2.6rem;
  position: relative;
  border: 2px solid #ffe2f2;
  border-radius: 1rem;
  line-height: 1.2;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a::before {
  display: inline-block;
  content: counter(policy_list_number) ".";
  color: #e45ba9;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a::after {
  display: inline-block;
  font-family: "fontello";
  content: "\f006";
  color: #e45ba9;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a:last-child {
  margin-bottom: 0;
}
main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_guidance .wrap .tit_02:first-of-type {
    margin-top: 5rem;
  }
  main .wrapper_guidance .wrap .guidance_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7rem;
  }
  main .wrapper_guidance .wrap .guidance_list > li {
    margin: 0;
    width: 19%;
  }
  main .wrapper_guidance .wrap .guidance_list > li > a {
    min-height: auto;
    height: auto;
    padding: 36rem 0 1rem;
    background: #c6e3f4 url(../img/index_guidance_image_01.jpg) no-repeat center left/auto 100%;
    background-size: auto 35rem;
    background-position: top center;
  }
  main .wrapper_guidance .wrap .guidance_list > li > a > span {
    font-size: 2rem;
    height: 3em;
    text-align: center;
    padding: 0 2rem;
    position: relative;
    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;
  }
  main .wrapper_guidance .wrap .guidance_list > li > a > span::after {
    right: 0.7rem;
  }
  main .wrapper_guidance .wrap .guidance_list > li .guidance_list_sub {
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  }
  main .wrapper_guidance .wrap .guidance_box_01_heart,
  main .wrapper_guidance .wrap .guidance_box_01_pink {
    border-width: 1rem;
    padding: 5rem;
    margin-bottom: 5rem;
  }
  main .wrapper_guidance .wrap .guidance_box_01_heart .guidance_tit,
  main .wrapper_guidance .wrap .guidance_box_01_pink .guidance_tit {
    font-size: 3rem;
    padding: 1rem 1rem;
    margin-bottom: 3rem;
  }
  main .wrapper_guidance .wrap .guidance_box_01_heart::after {
    height: 3rem;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li {
    margin-top: 3rem;
    width: 47.4%;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li:first-child, main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li:nth-child(2) {
    margin-top: 0;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 3rem 1rem 5rem;
    font-size: 1.8rem;
    height: 100%;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a::before {
    font-size: 3rem;
    left: 1.4rem;
  }
  main .wrapper_guidance .wrap .guidance_box_01_pink .policy_list li a::after {
    font-size: 2rem;
    right: 1rem;
  }
}

body:not(.index) .main section.wrap:first-of-type {
  padding: 4rem 1rem 2rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main section.wrap:first-of-type {
    padding: 13rem 0rem 5rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

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

.sp-selected-thumbnail {
  border: 0.4rem 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 #ccc;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}
.transfusion .transfusion_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.transfusion .transfusion_flow .transfusion_flow_l {
  width: 70%;
}
.transfusion .transfusion_flow .transfusion_flow_r {
  width: 28%;
}
.transfusion .transfusion_flow .transfusion_flow_box {
  background: #fff4fa;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 0.7rem;
  position: relative;
}
.transfusion .transfusion_flow .transfusion_flow_box:last-child {
  margin-bottom: 0;
}
.transfusion .transfusion_flow .transfusion_flow_box .arrow_text {
  position: absolute;
  left: calc(50% + 2.1rem);
  top: calc(100% + 0.5rem);
  color: #e45ba9;
}
.transfusion .transfusion_flow .transfusion_flow_box.transfusion_flow_box_arrow {
  margin-bottom: 3rem;
}
.transfusion .transfusion_flow .transfusion_flow_box.transfusion_flow_box_arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 2rem 0 2rem;
  border-color: #ffe2f2 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 0.9rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 48em), print {
  .transfusion .transfusion_flow .transfusion_flow_box {
    margin-bottom: 1.4rem;
    padding: 1.5rem;
    border-radius: 1.4rem;
  }
  .transfusion .transfusion_flow .transfusion_flow_box:last-child {
    margin-bottom: 0;
  }
  .transfusion .transfusion_flow .transfusion_flow_box .arrow_text {
    left: calc(50% + 4rem);
    top: calc(100% + 1.2rem);
  }
  .transfusion .transfusion_flow .transfusion_flow_box.transfusion_flow_box_arrow {
    margin-bottom: 5rem;
  }
  .transfusion .transfusion_flow .transfusion_flow_box.transfusion_flow_box_arrow::after {
    border-width: 2.5rem 3rem 0 3rem;
    top: calc(100% + 1.4rem);
  }
}
#mailform input, #mailform textarea {
  border: 0.1rem solid #ccc;
  padding: 0.4rem;
}
#mailform input[type=text], #mailform input[type=tel], #mailform input[type=email] {
  width: 100% !important;
  border: 0.1rem solid #ccc;
  padding: 0.6rem;
}
#mailform label {
  display: inline-block;
  margin: 0 1rem 0 0;
}
#mailform textarea {
  width: 100% !important;
  height: 20rem !important;
  border: 0.1rem solid #ccc;
}
/*# sourceMappingURL=style.css.map */