@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Kosugi+Maru&display=swap");
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 !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.marker_text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FFC7B3));
  background: linear-gradient(transparent 70%, #FFC7B3 0%);
  display: inline;
}

.fontsize80 {
  font-size: 80% !important;
}

.fontsize90 {
  font-size: 90% !important;
}

.fontsize110 {
  font-size: 110% !important;
}

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

.d_inline_block {
  display: inline-block !important;
}

@media screen and (min-width: 48em), print {
  .fontsize100_pc {
    font-size: 100% !important;
  }
}
.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 !important;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block !important;
  }
  .pc_n {
    display: none !important;
  }
}
.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;
  }
  .ml5_pc {
    margin-left: 1rem !important;
  }
  .mr5_pc {
    margin-right: 1rem !important;
  }
  .mt30_pc {
    margin-top: 6rem !important;
  }
  .mt0_pc {
    margin-top: 0 !important;
  }
  .mb0_pc {
    margin-bottom: 0 !important;
  }
}
.width20per {
  width: 20% !important;
}

.width25per {
  width: 25% !important;
}

.width30per {
  width: 30% !important;
}

.width35per {
  width: 35% !important;
}

.width40per {
  width: 40% !important;
}

.width45per {
  width: 45% !important;
}

.width50per {
  width: 50% !important;
}

.width60per {
  width: 60% !important;
}

.width70per {
  width: 70% !important;
}

.width75per {
  width: 75% !important;
}

.width80per {
  width: 80% !important;
}

@media screen and (min-width: 48em), print {
  .max_width50per_pc {
    max-width: 50% !important;
  }
}
.scrollx_sp_width180,
.scrollx_sp_width200 {
  overflow-x: scroll;
  width: 100%;
}
.scrollx_sp_width180 > *,
.scrollx_sp_width200 > * {
  width: 180% !important;
  margin-bottom: 0.5rem;
}

.scrollx_sp_width200 > * {
  width: 200% !important;
}

@media screen and (min-width: 48em), print {
  .scrollx_sp_width180,
  .scrollx_sp_width200 {
    overflow-x: visible;
  }
  .scrollx_sp_width180 > *,
  .scrollx_sp_width200 > * {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.ov_h {
  overflow: hidden;
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl_time caption {
  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.7em 0;
  background: #0A3486;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #cccccc;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.9em 0;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  line-height: 1;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 22%;
  }
}
.tit_01 {
  font-size: 2.2rem;
  color: #0A3486;
  padding: 3rem 1rem;
  text-align: center;
  width: 100%;
  background: #EFF0F6;
  letter-spacing: 0.1em;
}

.tit_02 {
  line-height: 1.38;
  letter-spacing: 0.1em;
  color: #0A3486;
  padding-top: 0.75em;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  margin: 5rem 0 2.5rem;
}
.tit_02::before {
  content: "";
  display: block;
  width: 2.25em;
  height: 0.15em;
  position: absolute;
  left: calc(50% - 1.125em);
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0A3486), to(#E95118));
  background: linear-gradient(to right, #0A3486 0%, #E95118 100%);
  border-radius: 1em;
}

.tit_03 {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  margin: 4rem 0 1.5rem;
  padding-left: 1.405em;
  position: relative;
}
.tit_03::before {
  content: "";
  display: block;
  width: 0.9375em;
  height: 0.9375em;
  position: absolute;
  top: 0.2em;
  left: 0;
  background: url(../img/tit_03_icon.svg) no-repeat center center/contain;
}

.tit_04 {
  color: #0A3486;
  font-size: 1.75rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  margin: 3.8rem 0 1.5rem;
  border-bottom: 0.1rem solid #0A3486;
  padding-bottom: 0.35em;
}

.tit_05 {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 3.5rem 0 1.5rem;
  padding: 0 0 0 0.59em;
  position: relative;
}
.tit_05::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.136em;
  height: 100%;
  border-radius: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A3486), to(#E95118));
  background: linear-gradient(to bottom, #0A3486 0%, #E95118 100%);
}

.tit_06 {
  color: #0A3486;
  font-size: 1.6rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  margin: 3rem 0 1.5rem;
  padding-left: 1em;
  position: relative;
}
.tit_06::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.05em;
  background: #0A3486;
  position: absolute;
  top: 0.45em;
  left: 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    padding: 8rem 1.5rem;
    font-size: 4rem;
    width: auto;
  }
  .tit_02 {
    font-size: 3.6rem;
    margin: 10rem 0 4.5rem;
  }
  .tit_03 {
    font-size: 3rem;
    margin: 7rem 0 2rem;
  }
  .tit_04 {
    font-size: 2.6rem;
    margin: 4rem 0 2rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 4rem 0 2rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 4rem 0 2rem;
  }
}
.tit_02 + .tit_03 {
  margin-top: 0;
}

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

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

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

.text_general {
  margin-bottom: 1.5rem;
}

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

@media screen and (min-width: 48em), print {
  .text_general {
    margin-bottom: 1.8rem;
  }
  .text_link_general:hover, .text_link_general:focus {
    text-decoration: none;
    opacity: 1;
  }
}
.imgtxt,
.imgtxt_reverse {
  margin-bottom: 1.5rem;
}
.imgtxt .imgtxt_image,
.imgtxt_reverse .imgtxt_image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  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_reverse {
    margin-bottom: 2rem;
  }
  .imgtxt .imgtxt_image,
  .imgtxt_reverse .imgtxt_image {
    float: right;
    margin: 0 0 2.5rem 5rem;
    max-width: 45rem;
  }
  .imgtxt::after,
  .imgtxt_reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .imgtxt_reverse .imgtxt_image {
    float: left;
    margin: 0 5rem 2.5rem 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;
}

.flex4_pc > * {
  margin-top: 2rem;
}
.flex4_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;
  }
  .flex4_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex4_pc > * {
    width: 23%;
    margin-top: 2.5rem;
  }
  .flex4_pc > *:nth-child(n) {
    margin-left: 2.6666%;
  }
  .flex4_pc > *:nth-child(-n+4) {
    margin-top: 0;
  }
  .flex4_pc > *:nth-child(4n+1) {
    margin-left: 0;
  }
  .column_count4_pc {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.list_ul_01 {
  margin-bottom: 2rem;
}
.list_ul_01 > li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1em;
}
.list_ul_01 > li::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}
.list_ul_01 > li:first-child {
  margin-top: 0;
}

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

.list_ol_counter_noreset_01 {
  counter-reset: none;
}

.flex2.list_ul_01 > li:nth-child(-n+2), .flex2.list_ol_01 > li:nth-child(-n+2), .flex2.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
  margin-top: 0;
}

.flex3.list_ul_01 > li:nth-child(-n+3), .flex3.list_ol_01 > li:nth-child(-n+3), .flex3.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
  margin-top: 0;
}

.list_dl_01,
.list_dl_01_50percent {
  margin: 0 0 2rem;
  border: 1px solid #cccccc;
}
.list_dl_01 dt,
.list_dl_01_50percent dt {
  padding: 1rem;
  background: #EFF0F6;
}
.list_dl_01 dt > *:last-child,
.list_dl_01_50percent dt > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd,
.list_dl_01_50percent dd {
  margin: 0;
  padding: 1rem;
  background: #fff;
}
.list_dl_01 dd > *:last-child,
.list_dl_01_50percent dd > *:last-child {
  margin-bottom: 0;
}
.list_dl_01 dd:not(:last-child),
.list_dl_01_50percent dd:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 48em), print {
  .list_ul_01 > li::before {
    top: 0.6em;
  }
  .flex2_pc.list_ul_01 > li:nth-child(-n+2), .flex2_pc.list_ol_01 > li:nth-child(-n+2), .flex2_pc.list_ol_counter_noreset_01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .flex3_pc.list_ul_01 > li:nth-child(-n+3), .flex3_pc.list_ol_01 > li:nth-child(-n+3), .flex3_pc.list_ol_counter_noreset_01 > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .flex4_pc.list_ul_01 > li:nth-child(-n+4), .flex4_pc.list_ol_01 > li:nth-child(-n+4), .flex4_pc.list_ol_counter_noreset_01 > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .list_dl_01,
  .list_dl_01_50percent {
    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;
  }
  .list_dl_01 dt,
  .list_dl_01_50percent 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;
  }
  .list_dl_01 dt:not(:last-of-type),
  .list_dl_01_50percent dt:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
  }
  .list_dl_01 dd,
  .list_dl_01_50percent dd {
    width: 72%;
    padding: 2rem 2.5rem;
  }
  .list_dl_01_50percent dt {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .list_dl_01_50percent dd {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.box_general_01 {
  padding: 1.2rem 1.2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #EFF0F6;
  border-radius: 1rem;
}
.box_general_01.pattern_02 {
  background: #F7EFF4;
}
.box_general_01 > :first-child {
  margin-top: 0;
}
.box_general_01 > :last-child {
  margin-bottom: 0;
}

.box_general_wrap {
  margin-bottom: 2rem;
}
.box_general_wrap .box_general_01 {
  position: relative;
  background: #fff;
  border: 0.2rem solid #C0C8E4;
}
.box_general_wrap .box_general_01:not(:last-child) {
  margin-bottom: 5rem;
}
.box_general_wrap .box_general_01:not(:last-child)::after {
  content: "";
  display: block;
  background: url(../img/box_arrow_down.svg) no-repeat center center/contain;
  width: 6rem;
  height: 1.5rem;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_general_wrap .box_general_01:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .box_general_01 {
    padding: 2rem 2.8rem;
    border-radius: 2.5rem;
  }
  .box_general_wrap .box_general_01 {
    border-width: 0.3rem;
  }
  .box_general_wrap .box_general_01:not(:last-child) {
    margin-bottom: 6rem;
  }
  .box_general_wrap .box_general_01:not(:last-child)::after {
    width: 8rem;
    height: 2rem;
    top: calc(100% + 2.1rem);
  }
}
.btn_general_01 {
  display: block;
  padding: 0.8em 2em;
  border-radius: 10rem;
  background: #0A3486;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn_general_01::after {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 110%;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .btn_general_01 {
    display: inline-block;
    padding: 1.05em 2.5em;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    min-width: 28.5rem;
  }
  .btn_general_01:hover, .btn_general_01:focus {
    background-image: -webkit-gradient(linear, left top, right top, from(#0A3486), to(#E95118));
    background-image: linear-gradient(to right, #0A3486 0%, #E95118 100%);
    opacity: 1;
  }
}
.table_01 {
  border-spacing: 0;
  border: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 1.4rem;
}
.table_01.pattern_02 th {
  background: #F7EFF4;
  color: #000;
}
.table_01 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.table_01 th {
  background: #EFF0F6;
  color: #0A3486;
}
.table_01 td {
  background: #fff;
}
.table_01 th, .table_01 td {
  font-weight: normal;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  padding: 0.6rem;
}
.table_01 th > *:last-child, .table_01 td > *:last-child {
  margin-bottom: 0;
}
.table_01.pattern_02 thead th,
.table_01 thead th {
  background: #0A3486;
  color: #fff;
}

@media screen and (min-width: 48em), print {
  .table_01 {
    margin-bottom: 1.8rem;
  }
  .table_01 th, .table_01 td {
    padding: 1.5rem 1.8rem;
  }
}
.list_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_anchor > li {
  width: 48%;
  margin-top: 1.6rem;
}
.list_anchor > li:nth-child(-n+2) {
  margin-top: 0;
}
.list_anchor > li:nth-child(2n+1) {
  margin-right: 4%;
}
.list_anchor > li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0A3486;
  position: relative;
  padding-left: 1.83em;
  border-bottom: 0.1rem solid #cccccc;
  padding-bottom: 0.7em;
  line-height: 1.3;
}
.list_anchor > li a::before {
  font-family: "fontello";
  content: "\e813";
  position: absolute;
  top: calc(50% - 0.7em);
  -webkit-transform: translateY(-7%);
          transform: translateY(-7%);
  left: 0.55em;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .list_anchor {
    font-size: 1.8rem;
  }
  .list_anchor > li {
    margin-top: 2.8rem;
  }
  .list_anchor > li:nth-child(n) {
    width: 28.5rem;
    margin-right: 2rem;
  }
  .list_anchor > li:nth-child(4n) {
    margin-right: 0;
  }
  .list_anchor > li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.list_qa > dt {
  background: #EFF0F6;
  color: #0A3486;
  padding: 1em 1em 1em 3.6rem;
  line-height: 1.3;
  margin-top: 2rem;
  position: relative;
  border: 0.1rem solid #cccccc;
  cursor: pointer;
}
.list_qa > dt::before {
  content: "Q.";
  position: absolute;
  line-height: 1;
  color: #0A3486;
  top: 1rem;
  left: 1.1rem;
  font-size: 2.2rem;
}
.list_qa > dt:first-child {
  margin-top: 0;
}
.list_qa > dd {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  padding: 0.9em 1em 0.9em 3.6rem;
  border: 0.1rem solid #cccccc;
  border-top: none;
  position: relative;
}
.list_qa > dd::before {
  content: "A.";
  position: absolute;
  line-height: 1;
  color: #E95118;
  top: 1rem;
  left: 1.1rem;
  font-size: 2.2rem;
}

@media screen and (min-width: 48em), print {
  .list_qa > dt {
    font-size: 2rem;
    padding-left: 4.6rem;
    margin-top: 2.5rem;
  }
  .list_qa > dt::before {
    font-size: 2.8rem;
    top: 1.7rem;
    left: 1.5rem;
  }
  .list_qa > dd {
    font-size: 1.8rem;
    padding-left: 4.6rem;
  }
  .list_qa > dd::before {
    font-size: 2.8rem;
    top: 1.5rem;
    left: 1.5rem;
  }
}
html {
  font-size: 3.125vw;
  font-family: "Kosugi Maru", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}

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

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p {
  margin-top: 0;
}

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

.wrap {
  padding: 3rem 1rem;
}

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, a:focus, button:hover, button:focus {
    opacity: 0.6;
  }
  .wrap {
    width: 1200px;
    margin: auto;
    padding: 4.5rem 0;
  }
  .main {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
@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: #fff;
}
.header .wrap {
  margin: 0;
  padding: 1rem;
}
.header .wrap .logo {
  height: 5rem;
  margin-bottom: 1rem;
}
.header .wrap .logo a {
  display: block;
  width: 78%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .head_right .telephone {
  font-size: 1.8rem;
  font-family: "Baloo 2", serif;
  color: #0A3486;
}
.header .wrap .head_right .telephone > span,
.header .wrap .head_right .telephone > a {
  display: block;
  border-radius: 10rem;
  border: 0.1rem solid #0A3486;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.4em;
  line-height: 1;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.header .wrap .head_right .telephone > span::before,
.header .wrap .head_right .telephone > a::before {
  content: "Tel.";
  font-size: 71%;
  padding-right: 0.2em;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
  }
  .header .wrap {
    margin: 0 auto;
    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;
    padding: 2rem 0 0;
  }
  .header .wrap .logo {
    width: 51rem;
    height: 7rem;
    margin: 0;
  }
  .header .wrap .logo a {
    width: 100%;
  }
  .header .wrap .head_right {
    width: calc(100% - 54rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .head_right .telephone > span,
  .header .wrap .head_right .telephone > a {
    width: 30rem;
    height: 5rem;
    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;
    font-size: 2.8rem;
  }
}
.slicknav_menu {
  position: fixed;
  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: #0A3486;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  margin: 0 1rem;
  padding: 0;
  border-radius: 0.5rem;
}
.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;
  letter-spacing: 0.1em;
}
.slicknav_menu .slicknav_btn.slicknav_open::before {
  display: block;
  font-family: "fontello";
  content: "\e806";
  line-height: 0.8;
}
.slicknav_menu .slicknav_btn.slicknav_open::after {
  display: block;
  content: "CLOSE";
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.slicknav_menu .slicknav_nav {
  width: 100vw;
  background: rgba(239, 240, 246, 0.96);
  padding: 0.6rem;
  position: absolute;
  top: 6rem;
  right: 0;
  margin: auto;
  height: 100vh;
  padding-bottom: 5rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper {
  padding: 1.4rem 1.4rem 10rem 0.9rem;
  max-height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav {
  border-top: 1px solid #000;
  margin: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li {
  border-bottom: 1px solid #000;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a {
  display: block;
  color: #000 !important;
  padding: 1rem 3rem 1rem 0.3rem;
  font-size: 1.4rem;
  position: relative;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:not(.sub)::after {
  position: absolute;
  right: 1rem;
  font-family: "fontello";
  content: "2";
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub {
  background: none;
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a.sub::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-family: "fontello";
  content: "4";
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:hover, .slicknav_menu .slicknav_nav .nav_wrapper .gnav li a:focus {
  color: inherit;
  background: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent a.slicknav_item {
  padding: 0;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_parent ul li:last-child {
  border: none;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li.slicknav_open > a.slicknav_item .sub::after {
  font-family: "fontello";
  content: "3";
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav {
  background: #fff;
  margin-bottom: 1rem;
}
.slicknav_menu .slicknav_nav .nav_wrapper .gnav li .subnav li a {
  padding: 1rem 3rem 1rem 0.5rem;
  color: #000;
}
.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;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    background: #fff;
  }
  #nav .gnav {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem 9.5rem;
  }
  #nav .gnav > li {
    position: relative;
    text-align: center;
    font-size: 2rem;
  }
  #nav .gnav > li.privacy_policy {
    display: none;
  }
  #nav .gnav > li > a {
    display: block;
    padding: 0;
    position: relative;
  }
  #nav .gnav > li > a::before {
    content: "";
    display: block;
    height: 1px;
    background: #0A3486;
    position: absolute;
    bottom: -0.3em;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 0;
  }
  #nav .gnav > li > a:hover, #nav .gnav > li > a:focus {
    opacity: 1;
    color: #0A3486;
  }
  #nav .gnav > li > a:hover::before, #nav .gnav > li > a:focus::before {
    width: 100%;
  }
  #nav .gnav > li .subnav {
    width: 30rem;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    font-size: 2rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    border-radius: 2.5rem;
    background: #fff;
  }
  #nav .gnav > li .subnav li {
    width: 100%;
  }
  #nav .gnav > li .subnav li a {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    color: #000;
    position: relative;
    line-height: 1.2;
    padding: 1.15em 1em;
  }
  #nav .gnav > li .subnav li a::before {
    content: "";
    display: block;
    width: calc(100% - 4rem);
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2rem;
    background: #cccccc;
  }
  #nav .gnav > li .subnav li a:hover, #nav .gnav > li .subnav li a:focus {
    color: #0A3486;
    opacity: 1;
  }
  #nav .gnav > li .subnav li:first-child::before {
    display: none;
  }
  .index #nav .home,
  .wish #nav .wish,
  .staff #nav .staff,
  .qa #nav .qa,
  .access #nav .access {
    color: #0A3486;
  }
  .index #nav .home::before,
  .wish #nav .wish::before,
  .staff #nav .staff::before,
  .qa #nav .qa::before,
  .access #nav .access::before {
    width: 100%;
  }
}
.overview {
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  border-top: 0.1rem solid #cccccc;
}
.overview .wrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.overview .wrap .clinic_name {
  text-align: center;
  margin: 0 0 2.5rem;
}
.overview .wrap .clinic_name img {
  max-width: 92%;
  height: auto;
}
.overview .wrap .list_overview {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2rem;
  padding: 0;
}
.overview .wrap .list_overview dt {
  color: #0A3486;
  margin: 0;
  padding: 0;
  width: 4.2em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
.overview .wrap .list_overview dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 5em);
}
.overview .wrap .list_overview dt,
.overview .wrap .list_overview dd {
  margin-top: 1.4rem;
}
.overview .wrap .list_overview dt:first-of-type,
.overview .wrap .list_overview dd:first-of-type {
  margin-top: 0;
}
.overview .wrap .telephone,
.overview .wrap .fax {
  font-size: 1.8rem;
  font-family: "Baloo 2", serif;
  color: #0A3486;
}
.overview .wrap .telephone > span,
.overview .wrap .telephone > a,
.overview .wrap .fax > span,
.overview .wrap .fax > a {
  display: block;
  border-radius: 10rem;
  border: 0.1rem solid #0A3486;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.4em;
  line-height: 1;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.overview .wrap .telephone > span::before,
.overview .wrap .telephone > a::before,
.overview .wrap .fax > span::before,
.overview .wrap .fax > a::before {
  content: "Tel.";
  font-size: 71%;
  padding-right: 0.2em;
}
.overview .wrap .fax {
  margin-top: 1rem;
}
.overview .wrap .fax > span,
.overview .wrap .fax > a {
  border-color: #E95118;
  color: #E95118;
}
.overview .wrap .fax > span::before,
.overview .wrap .fax > a::before {
  content: "Fax.";
}
.overview .wrap .mail_overview {
  text-align: center;
  margin-top: 1.2rem;
}
.overview .wrap .mail_overview a {
  display: block;
}
.overview .wrap .mail_overview a img {
  width: 76%;
}

@media screen and (min-width: 48em), print {
  body.index .overview,
  body.visit_area .overview,
  body.access .overview {
    display: block;
  }
  .overview {
    display: none;
    font-size: 1.8rem;
  }
  .overview .wrap {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
  .overview .wrap .clinic_name {
    margin: 0 0 8rem;
  }
  .overview .wrap .clinic_name img {
    max-width: none;
    width: 51rem;
    height: auto;
  }
  .overview .wrap .flex_overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12rem;
  }
  .overview .wrap .flex_overview > div {
    width: 46rem;
  }
  .overview .wrap .flex_overview > div:nth-child(2) {
    width: 51rem;
    margin-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .overview .wrap .list_overview {
    font-size: 1.8rem;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .overview .wrap .list_overview dt {
    width: 33.7%;
  }
  .overview .wrap .list_overview dd {
    width: 63.3%;
  }
  .overview .wrap .list_overview dt,
  .overview .wrap .list_overview dd {
    line-height: 1.6;
    margin-top: 2.2rem;
  }
  .overview .wrap .list_overview dt:first-of-type,
  .overview .wrap .list_overview dd:first-of-type {
    margin-top: 0;
  }
  .overview .wrap .telephone,
  .overview .wrap .fax {
    font-size: 3.2rem;
  }
  .overview .wrap .telephone > span,
  .overview .wrap .telephone > a,
  .overview .wrap .fax > span,
  .overview .wrap .fax > a {
    padding: 0.1em;
    width: 36rem;
    height: 6rem;
    margin: 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;
  }
  .overview .wrap .fax {
    margin-top: 2rem;
  }
  .overview .wrap .mail_overview {
    margin-top: 2.4rem;
    margin-left: 4rem;
  }
  .overview .wrap .mail_overview a img {
    width: 41rem;
  }
}
.tel_up {
  width: 100%;
  background: #EFF0F6;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 1.4rem;
  min-height: 4rem;
  padding: 0.3rem 4.2rem 0.3rem 0.7rem;
  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;
}
.tel_up .telephone {
  width: 85%;
}
.tel_up .telephone > span,
.tel_up .telephone > a {
  font-family: "Baloo 2", serif;
  font-weight: bold;
  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.6rem;
  line-height: 1;
  color: #0A3486;
  background: #fff;
  border-radius: 10rem;
  padding: 0.7rem;
  border: 0.1rem solid #0A3486;
}
.tel_up .telephone > span::before,
.tel_up .telephone > a::before {
  content: "Tel.";
  padding-right: 0.1em;
  font-size: 71%;
}
.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: 0.1rem solid #0A3486;
  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.3rem;
  color: #0A3486;
  font-family: "fontello";
  content: "\e805";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@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 .telephone {
    display: none;
  }
  .tel_up .pageup a {
    width: 6rem;
    height: 6rem;
    margin: 0;
  }
  .tel_up .pageup a::before {
    font-size: 2.6rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: #EFF0F6;
  letter-spacing: 0.05em;
}
.footer .copy {
  display: block;
  color: #0A3486;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc)) no-repeat top center/100rem 1px;
    background: #fff linear-gradient(#cccccc, #cccccc) no-repeat top center/100rem 1px;
  }
  .footer .copy {
    font-size: 1.8rem;
    padding: 0 0 6rem;
    letter-spacing: 0.05em;
    color: #0A3486;
    background: #fff;
  }
  .footer ul {
    color: #000;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100rem;
  }
  .footer ul.subnav:last-of-type {
    margin: 0 auto 6rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover, .footer ul li a:focus {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
}
.index main .wrap {
  padding: 4rem 1rem;
}

@media screen and (min-width: 48em), print {
  .index main .wrap {
    padding: 10rem 0;
  }
}
.tit_02_index {
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #0A3486;
  padding-top: 0.75em;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.tit_02_index::before {
  content: "";
  display: block;
  width: 2.25em;
  height: 0.15em;
  position: absolute;
  left: calc(50% - 1.125em);
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0A3486), to(#E95118));
  background: linear-gradient(to right, #0A3486 0%, #E95118 100%);
  border-radius: 1em;
}

@media screen and (min-width: 48em), print {
  .tit_02_index {
    margin-bottom: 6.5rem;
    font-size: 4rem;
  }
}
.index .wrapper_keyvsl {
  margin-top: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.index .wrapper_keyvsl > *:first-child {
  z-index: 0 !important;
}
.index .wrapper_keyvsl #keyvsl {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 27rem 1rem 0;
}
.index .wrapper_keyvsl .catch_keyvsl {
  color: #fff;
  position: absolute;
  top: 2.6rem;
  left: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl {
  margin-top: 1.1em;
  font-size: 1.1rem;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl .catch_en {
  font-family: "Baloo 2", serif;
  font-weight: bold;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl .catch_en .catch_en_large {
  font-size: 150%;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl .catch_jp {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  padding-left: 0.5em;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl:nth-child(1) {
  padding-left: 1.6em;
  margin-top: 0;
}
.index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl:nth-child(2) {
  padding-left: 0.8em;
}

@media screen and (min-width: 48em), print {
  .index .wrapper_keyvsl {
    padding: 0;
    position: relative;
    margin: 0 auto 0;
  }
  .index .wrapper_keyvsl #keyvsl {
    padding: 0;
    height: 79rem;
  }
  .index .wrapper_keyvsl .catch_keyvsl {
    top: 9.3rem;
    left: calc(50% - 60rem);
  }
  .index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl {
    font-size: 3.2rem;
  }
  .index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl .catch_jp {
    font-size: 4.8rem;
  }
  .index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl:nth-child(1) {
    padding-left: 2.8em;
  }
  .index .wrapper_keyvsl .catch_keyvsl .line_catch_keyvsl:nth-child(2) {
    padding-left: 1em;
  }
}
main .wrapper_news {
  position: relative;
  overflow: hidden;
  background: #EFF0F6;
}
main .wrapper_news .wrap dl {
  margin: 0 0 0;
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  position: relative;
  border-bottom: 0.1rem solid #cccccc;
}
main .wrapper_news .wrap dl::before {
  content: "";
  display: block;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
main .wrapper_news .wrap dl dt {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  letter-spacing: 0.1em;
  padding-top: 1.5rem;
  padding-left: 1.4em;
  padding-right: 0.5em;
  border-top: #cccccc solid 0.1rem;
}
main .wrapper_news .wrap dl dt::before {
  font-family: "fontello";
  content: "\e811";
  display: block;
  position: absolute;
  top: 1.8rem;
  left: 0;
  font-weight: normal;
  font-size: 109%;
  line-height: 1;
  color: #0A3486;
}
main .wrapper_news .wrap dl dt.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 1.6rem;
  left: -0.1em;
}
main .wrapper_news .wrap dl dt a {
  color: #0A3486;
}
main .wrapper_news .wrap dl dt a::before {
  content: "";
  display: block;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .wrapper_news .wrap dl dt:first-child {
  margin-top: 0;
}
main .wrapper_news .wrap dl dd {
  margin: 0.55em 0 0;
  font-size: 1.4rem;
  word-wrap: break-word;
  line-height: 1.8;
}
@media screen and (min-width: 48em), print {
  main .wrapper_news .wrap dl {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-bottom: 2.8rem;
    margin: 0 auto;
    width: 80rem;
  }
  main .wrapper_news .wrap dl dt {
    font-size: 2.2rem;
    margin-top: 2.6rem;
    padding-top: 2.8rem;
    padding-left: 3.5rem;
  }
  main .wrapper_news .wrap dl dt::before {
    top: 3.15rem;
    left: 0;
  }
  main .wrapper_news .wrap dl dt.open::before {
    top: 3.08rem;
    left: -0.1em;
  }
  main .wrapper_news .wrap dl dt a:hover, main .wrapper_news .wrap dl dt a:focus {
    opacity: 1;
    text-decoration: underline;
  }
  main .wrapper_news .wrap dl dd {
    font-size: 1.8rem;
    line-height: 1.77;
    margin-top: 0.6em;
    padding-left: 3.5rem;
    line-height: 2;
  }
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
  margin: 0 auto 1.5rem;
  width: 80%;
  text-align: center;
}
main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
  border-radius: 2.5rem;
}
main .wrapper_greeting .wrap .imgtxt_greeting .text {
  margin: 0 0 1.75em 0;
  line-height: 1.8;
}
main .wrapper_greeting .wrap .imgtxt_greeting .text_dr {
  position: relative;
  border-top: 0.1rem solid #cccccc;
  padding-top: 1.3em;
  color: #0A3486;
  line-height: 1;
  margin: 0;
}
main .wrapper_greeting .wrap .imgtxt_greeting .text_dr::before {
  content: "";
  display: block;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .wrapper_greeting .wrap .imgtxt_greeting .text_dr > span {
  font-size: 133%;
  display: inline-block;
  padding-left: 1em;
}
@media screen and (min-width: 48em), print {
  main .wrapper_greeting .wrap .imgtxt_greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image {
    margin: 0 0 0 5rem;
    width: 48rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .imgtxt_image img {
    border-radius: 5rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .text {
    line-height: 2;
    font-size: 2rem;
  }
  main .wrapper_greeting .wrap .imgtxt_greeting .text_dr {
    font-size: 2.4rem;
  }
}
main .wrapper_policy {
  background: #F7EFF4;
}
main .wrapper_policy .wrap .catch_policy {
  color: #0A3486;
  letter-spacing: 0.05em;
  line-height: 1.78;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.375em;
}
main .wrapper_policy .wrap .list_policy {
  margin: 0;
  padding: 0;
  width: 100%;
}
main .wrapper_policy .wrap .list_policy > li {
  background: #D9D6EA;
  border-radius: 10rem;
  line-height: 1.3;
  padding: 0.66em 0.8em;
  text-align: center;
  margin: 1.5rem 0 0 0;
  letter-spacing: 0.05em;
}
main .wrapper_policy .wrap .list_policy > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 48em), print {
  main .wrapper_policy .wrap .catch_policy {
    font-size: 3.2rem;
  }
  main .wrapper_policy .wrap .list_policy {
    font-size: 2.4rem;
    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;
    width: 100%;
  }
  main .wrapper_policy .wrap .list_policy > li {
    margin-top: 3rem;
    width: calc(33.3333% - 2rem);
  }
  main .wrapper_policy .wrap .list_policy > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
main .wrapper_treatment .wrap .list_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  padding: 0 1rem;
}
main .wrapper_treatment .wrap .list_treatment > li {
  letter-spacing: 0.05em;
  width: 46%;
  margin: 3rem 0 0 0;
  position: relative;
}
main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+2) {
  margin-top: 0;
}
main .wrapper_treatment .wrap .list_treatment > li::after {
  content: "";
  display: block;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
main .wrapper_treatment .wrap .list_treatment > li a {
  display: block;
  position: relative;
  text-align: center;
}
main .wrapper_treatment .wrap .list_treatment > li a::before {
  content: "";
  display: block;
  width: 3.57em;
  height: 3.57em;
  background: url(../img/treatment_home_visit_medical.svg) no-repeat center center/contain;
  margin: 0 auto 0.9em;
}
main .wrapper_treatment .wrap .list_treatment > li a::after {
  font-family: "fontello";
  content: "\e80a";
  color: #0A3486;
  text-align: center;
  line-height: 1;
  display: block;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 0.1rem solid #cccccc;
  font-size: 90%;
}
main .wrapper_treatment .wrap .list_treatment > li a.features::before {
  background-image: url(../img/treatment_features.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.treatment_flow::before {
  background-image: url(../img/treatment_treatment_flow.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.visit_area::before {
  background-image: url(../img/treatment_visit_area.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.price::before {
  background-image: url(../img/treatment_price.svg);
}
main .wrapper_treatment .wrap .list_treatment > li a.medical_personnel::before {
  background-image: url(../img/treatment_medical_personnel.svg);
}
@media screen and (min-width: 48em), print {
  main .wrapper_treatment .wrap .list_treatment {
    margin-top: 6rem;
    font-size: 2.8rem;
    padding: 0;
    width: 100%;
  }
  main .wrapper_treatment .wrap .list_treatment > li {
    margin-top: 6rem;
    width: calc(33.3333% - 2rem);
  }
  main .wrapper_treatment .wrap .list_treatment > li:nth-child(-n+3) {
    margin-top: 0;
  }
}

.wrapper_area {
  background: #EFF0F6;
}
.wrapper_area .wrap .imgtxt_area .imgtxt_image {
  margin: 0 auto 1.5rem;
  width: 80%;
  text-align: center;
}
.wrapper_area .wrap .imgtxt_area .text {
  margin: 0;
  line-height: 1.8;
}
.wrapper_area .wrap .imgtxt_area .text > span {
  font-size: 140%;
  color: #0A3486;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .wrapper_area .wrap .imgtxt_area {
    margin-left: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrapper_area .wrap .imgtxt_area .imgtxt_image {
    margin: 0 7.5rem 0 0;
    width: 37rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .wrapper_area .wrap .imgtxt_area .text {
    line-height: 2.1;
    font-size: 2rem;
  }
}
body:not(.index) .main > .wrap:first-child {
  padding-top: 3rem;
}

@media screen and (min-width: 48em), print {
  body:not(.index) .main > .wrap:first-child {
    padding-top: 7rem;
  }
  body:not(.index) .main > .wrap:last-child {
    padding-bottom: 6rem;
  }
  .cf .img_l, .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
.staff .imgtxt .imgtxt_image {
  width: 60%;
}
.staff .flex2_pc_staff > * {
  margin-top: 2rem;
}
.staff .flex2_pc_staff > *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 48em), print {
  .staff .imgtxt .imgtxt_image {
    width: 22rem;
  }
  .staff .flex2_pc_staff {
    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;
  }
  .staff .flex2_pc_staff > * {
    margin-top: 3rem;
  }
  .staff .flex2_pc_staff > *:nth-child(2n+1) {
    width: 43rem;
  }
  .staff .flex2_pc_staff > *:nth-child(2n) {
    width: calc(100% - 46rem);
  }
  .staff .flex2_pc_staff > *:nth-child(n) {
    margin-left: 0;
  }
  .staff .flex2_pc_staff > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
#clinicslide img, #clinicslide p {
  display: none;
}

.sp-layer.sp-black.sp-padding {
  text-align: center;
  font-size: 36px;
}

.sp-selected-thumbnail {
  border: 0.4rem solid #000;
}

.sp-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

@media screen and (min-width: 48em), print {
  .sp-layer.sp-black.sp-padding {
    font-size: 2.4rem;
  }
}
.home_visit_medical .list_ul_home_visit {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  margin-top: -1rem;
}
.home_visit_medical .list_ul_home_visit > li {
  margin-top: 0.8rem;
  position: relative;
  padding-left: 1em;
}
.home_visit_medical .list_ul_home_visit > li::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: #0A3486;
  border-radius: 50%;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(-n+8) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6/7;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7/8;
}
.home_visit_medical .list_ul_home_visit > li:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8/9;
}

@media screen and (min-width: 48em), print {
  .home_visit_medical .list_ul_home_visit > li {
    margin-top: 0.6rem;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(-n+11) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(-n+5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/7;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(9) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .home_visit_medical .list_ul_home_visit > li:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .home_visit_medical .list_ul_home_visit > li::before {
    top: 0.6em;
  }
}
.list_policy_number {
  margin-bottom: 1.5rem;
}
.list_policy_number.pattern_02 > li .num {
  right: calc(100% + 0.5em);
}
.list_policy_number > li {
  position: relative;
  margin-left: 1.4em;
}
.list_policy_number > li .num {
  position: absolute;
  right: 100%;
  top: 0;
}

@media screen and (min-width: 48em), print {
  .list_policy_number {
    margin-bottom: 2.2rem;
  }
}
.visit_area .wrapper_area {
  background: #fff;
}

body.index .bread_list {
  display: none !important;
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
  font-size: 1.2rem;
}
.bread_list > li {
  display: inline-block;
}
.bread_list > li:not(:first-child)::before {
  content: "＞";
  padding: 0 0.5em;
}
.bread_list > li br {
  display: none;
}

@media screen and (min-width: 48em), print {
  .bread_list {
    margin: 1.5rem auto 0;
    font-size: 1.6rem;
    width: 1200px;
  }
  .bread_list > li:not(:first-child)::before {
    content: "＞";
  }
}
/*# sourceMappingURL=style.css.map */