/* Shutter In Horizontal */
/* ==========================================================================

new-patient

========================================================================== */
body.new-patient {
  /*--------------------------------
  flow
  --------------------------------*/
  /*--------------------------------
  bring
  --------------------------------*/
  /*--------------------------------
  precaution
  --------------------------------*/
}
body.new-patient #flow > div > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem 3rem;
}
body.new-patient #flow > div > ol li {
  width: 16.6666666667%;
  counter-increment: list;
}
body.new-patient #flow > div > ol li a, body.new-patient #flow > div > ol li span {
  display: block;
  width: 100%;
  color: var(--textAccentColor);
  font-size: 1.4rem;
  padding-top: 100%;
  border-radius: 50%;
  border: solid 1px var(--beigeColor);
  background-color: var(--lightBeigeColor);
  position: relative;
}
body.new-patient #flow > div > ol li a i, body.new-patient #flow > div > ol li span i {
  display: block;
  width: 100%;
  font-style: normal;
  text-align: center;
  letter-spacing: normal;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
body.new-patient #flow > div > ol li a:before, body.new-patient #flow > div > ol li span:before {
  display: block;
  content: counter(list);
  line-height: 1;
  color: var(--mainColor);
  font-family: var(--fontSerif);
  font-size: 2.8rem;
  position: absolute;
  top: 0;
  left: -0.5em;
}
body.new-patient #flow > div > ol li[data-arrow=right]:before, body.new-patient #flow > div > ol li[data-arrow=right]:after {
  right: -2.7rem;
}
body.new-patient #flow > div .flow_cnt > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6%;
  -moz-column-gap: 6%;
  column-gap: 6%;
  counter-increment: flow;
}
body.new-patient #flow > div .flow_cnt > * .flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
  line-height: 1;
  padding: 5% 1.5%;
  background-color: var(--subColor);
}
body.new-patient #flow > div .flow_cnt > * .flow_title span {
  display: block;
  width: 100%;
  color: var(--textAccentColor);
  font-size: 2rem;
  text-align: center;
}
body.new-patient #flow > div .flow_cnt > * .flow_title span:before {
  display: block;
  content: counter(flow);
  width: 100%;
  color: var(--mainColor);
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
body.new-patient #flow > div .flow_cnt > * > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 61%;
}
body.new-patient #flow > div .flow_cnt > * > div section {
  margin-top: 3rem;
}
body.new-patient #flow > div .flow_cnt > * > div .info_cnt {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
body.new-patient #flow > div .flow_cnt > * > div .info_cnt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.new-patient #flow > div .flow_cnt > * > div .info_cnt > div dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--textColor);
  margin-right: 0.5rem;
}
body.new-patient #flow > div .flow_cnt > * > div .info_cnt > div dd {
  font-size: 2.4rem;
}
body.new-patient #flow > div .flow_cnt > *[data-arrow=bottom]:before, body.new-patient #flow > div .flow_cnt > *[data-arrow=bottom]:after {
  bottom: calc((var(--pcMargin) / 2 + 1.2rem) * -1);
  left: calc(15% - 0.5px);
}
@media print, screen and (max-width: 812px) {
  body.new-patient #flow > div > ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
  body.new-patient #flow > div > ol li {
    width: calc((100% - 8rem) / 3);
  }
  body.new-patient #flow > div > ol li a, body.new-patient #flow > div > ol li span {
    font-size: 1.1rem;
  }
  body.new-patient #flow > div > ol li a:before, body.new-patient #flow > div > ol li span:before {
    font-size: 2.1rem;
  }
  body.new-patient #flow > div > ol li[data-arrow=right]:before, body.new-patient #flow > div > ol li[data-arrow=right]:after {
    right: -3.7rem;
  }
  body.new-patient #flow > div > ol li[data-arrow=right]:before {
    width: 3.4rem;
  }
  body.new-patient #flow > div > ol li[data-arrow=right]:nth-child(3n):before, body.new-patient #flow > div > ol li[data-arrow=right]:nth-child(3n):after {
    display: none;
  }
  body.new-patient #flow > div .flow_cnt > * {
    display: block;
  }
  body.new-patient #flow > div .flow_cnt > * .flow_title {
    display: block;
    width: 100%;
    padding: 6% 1.5%;
    margin-bottom: 2.4rem;
    line-height: 1;
  }
  body.new-patient #flow > div .flow_cnt > * .flow_title span {
    font-size: 1.8rem;
  }
  body.new-patient #flow > div .flow_cnt > * .flow_title span:before {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
  body.new-patient #flow > div .flow_cnt > * > div {
    display: block;
    width: 100%;
  }
  body.new-patient #flow > div .flow_cnt > * > div section {
    margin-top: 4rem;
  }
  body.new-patient #flow > div .flow_cnt > * > div .info_cnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 1rem;
  }
  body.new-patient #flow > div .flow_cnt > * > div .info_cnt > div dt {
    margin-bottom: 0.6rem;
  }
  body.new-patient #flow > div .flow_cnt > * > div .info_cnt > div dd span {
    display: inline;
    padding-top: 0;
  }
  body.new-patient #flow > div .flow_cnt > *[data-margin*=bottom] {
    margin-bottom: var(--pcMargin);
  }
  body.new-patient #flow > div .flow_cnt > *[data-arrow=bottom]:before, body.new-patient #flow > div .flow_cnt > *[data-arrow=bottom]:after {
    bottom: -6.2rem;
    left: calc(50% - 0.5px);
  }
}
@media print, screen and (min-width: 813px) {
  body.new-patient #flow > div > ol li a:hover, body.new-patient #flow > div > ol li a:active {
    color: var(--linkHoverColor);
  }
}
body.new-patient #bring section dl {
  margin-bottom: 0.5rem;
}