blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
}
li,
ol,
ul {
  list-style: none;
}
b,
dl,
em,
h1,
h2,
h3,
h4,
strong {
  line-height: 1;
  font-weight: 400;
  font-style: normal;
}
dt {
  font-style: normal;
}
.main p,
dd,
dt {
  line-height: 1.8;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
dt,
table td,
table th {
  font-weight: 400;
}
.border-radius {
  border-radius: 10px;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mr--20 {
  margin-right: 20px !important;
}
@media print, screen and (min-width: 576px) {
  .mr--20--sm__up {
    margin-right: 20px !important;
  }
}
.mb--10 {
  margin-bottom: 10px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
.d-inline {
  display: inline;
}
.btn--gray a,
.cf::after,
.d--block,
img.fl {
  display: block;
}
@media print, screen and (min-width: 576px) {
  .d--block--sm__up {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .d--block--md__up {
    display: block;
  }
}
@media print, screen and (min-width: 992px) {
  .d--block--lg__up {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .d--block--lg__up {
    display: block;
  }
}
@media print, screen and (max-width: 575px) {
  .d--block--sm__down {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .d--block--md__down {
    display: block;
  }
}
@media print, screen and (max-width: 991px) {
  .d--block--lg__down {
    display: block;
  }
}
@media print, screen and (max-width: 1199px) {
  .d--block--lg__down {
    display: block;
  }
}
.d--none {
  display: none !important;
}
@media print, screen and (max-width: 575px) {
  .d--none--sm__down {
    display: none !important;
  }
}
@media print, screen and (min-width: 576px) {
  .d--none--sm__up {
    display: none !important;
  }
}
.fl,
.fr {
  float: none;
}
@media print, screen and (min-width: 768px) {
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
}
img.fl {
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 768px) {
  img.fl,
  img.fr {
    margin: 0 1rem 1rem 0;
  }
}
img.fr {
  display: block;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 768px) {
  img.fr {
    margin: 0 0 1rem 1rem;
  }
  .w--50 {
    width: 50%;
  }
}
.pos__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cf::after {
  content: "";
  clear: both;
}
.img-fluid,
.img-fluid-100,
img,
video {
  max-width: 100%;
  height: auto;
}
.img-fluid-100 {
  width: 100%;
}
.hero-img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .hero-img {
    margin-bottom: 50px;
  }
}
.header .com__info .com__info--tools img,
.img--ta--center {
  margin: 0 auto;
  display: block;
}
.fw--bold {
  font-weight: 700 !important;
}
.ta--center {
  text-align: center;
}
.text-line-wide {
  line-height: 2.25 !important;
}
.fc--red {
  color: #d20052;
}
.fc--blue {
  color: #0860a8;
}
.fc--green {
  color: #59c47a;
}
.fs--s {
  font-size: 0.75rem;
}
.fs--l,
.fs--m {
  font-size: 1rem;
}
@media print, screen and (min-width: 576px) {
  .fs--l {
    font-size: 1.25rem;
  }
}
.link--arrow::before {
  content: "";
  width: 6px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
  background: url(../images/loop/arrow_link.svg) left center no-repeat;
}
.move-underline {
  position: relative;
  display: inline-block;
}
.move-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #323232;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.3s;
}
.move-underline:hover::before {
  transform: scale(1);
}
.btn {
  width: 35%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 2px;
  background: #e8aef3;
}
.btn a:hover,
.btn a:link,
.btn a:visited {
  color: #fff;
  display: block;
  background: url(../images/loop/arrow_btn.svg) left center no-repeat;
}
@media print, screen and (min-width: 768px) {
  .btn a:hover,
  .btn a:link,
  .btn a:visited {
    background-position: 4.3rem center;
  }
}
.btn--gray {
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(243, 243, 243, 0.4);
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(243, 243, 243, 0.6);
}
.btn--gray a {
  padding: 0.3rem 1rem;
  color: #fff !important;
}
.btn--gray a::before {
  content: "＞";
  margin-right: 0.5rem;
  font-size: 0.5rem;
  color: #fff;
  vertical-align: text-top;
  display: inline-block;
}
.btn__bt {
  padding: 4px 15px 4px 30px;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #3d62ad;
  border-radius: 20px;
  background: #fff url(../images/loop/arrow-btn.svg) 17px center no-repeat;
  display: inline-block;
}
.list--circle,
.list--decimal,
.list--square {
  line-height: 2;
  margin-left: 1rem;
}
.list--circle li {
  list-style-type: circle;
}
.list--square li {
  list-style-type: square;
}
.list--decimal li {
  list-style-type: decimal;
}
.table {
  width: 100%;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table .thead-light th,
.table th.thead-light {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group .flex-wrap {
  flex-direction: row;
  align-items: center;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #bebebe;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control--btn {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-top: 1rem;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  letter-spacing: 1rem;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: rgba(243, 243, 243, 0.5);
  user-select: none;
  transition: color 0.15s;
}
.form-control--btn:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.form-short-text {
  width: 5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.marker {
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #ffc;
}
#page-home .merit .merit__in a,
.underline {
  text-decoration: underline;
}
.circle-num {
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 5px 7px 0 0;
  text-align: center;
  font-size: 1rem;
  text-indent: 0;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  background-color: #09c;
  display: inline-block;
}
.bg100__blue,
.bg100__gray,
.bg100__pink {
  padding: 10px 0;
  background-color: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  .bg100__blue,
  .bg100__gray,
  .bg100__pink {
    padding: 30px 0;
  }
}
.bg100__blue {
  background-color: rgba(8, 96, 168, 0.05);
}
.bg100__pink {
  background-color: rgba(232, 174, 243, 0.1);
}
.title-border {
  display: flex;
  align-items: center;
}
.title-border::after,
.title-border::before {
  content: "";
  border-top: 1px solid #f3f3f3;
  flex-grow: 1;
  margin-right: 1rem;
}
.arrow_box {
  padding: 5px;
  position: relative;
  background: #fff;
  border: 2px solid #c22139;
  border-radius: 5px;
  display: table;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: #fff transparent transparent;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: #c22139 transparent transparent;
  border-width: 13px;
  margin-left: -13px;
}
.box,
.box--gray,
.box--green,
.box--white {
  padding: 10px !important;
  border-radius: 10px;
  box-shadow: 7.66px 6.428px 20px 0 rgba(213, 213, 213, 0.25);
}
@media print, screen and (min-width: 768px) {
  .box,
  .box--gray,
  .box--green,
  .box--white {
    padding: 20px !important;
  }
}
.box--white {
  background-color: #fff;
}
.box--gray {
  border: 1px solid #d7d7d7;
  background-color: rgba(243, 243, 243, 0.8);
}
.box--green {
  border: 2px solid #59c47a;
}
.list--flow li {
  padding-bottom: 50px;
  background: url(../images/loop/arrow_down.svg) no-repeat center bottom;
  background-size: 40px;
}
.list--flow li:last-child {
  padding-bottom: 0;
  background: 0 0;
}
.flex-wrap {
  display: flex;
  flex-direction: row;
}
.flex-wrap .flex-wrap__img {
  width: 35%;
  margin-bottom: 10px;
}
.flex-wrap .flex-wrap__text {
  width: 60%;
}
.flex-wrap__reverse {
  flex-direction: row-reverse;
}
.flex-wrap__between {
  justify-content: space-between;
}
.flex-wrap__evenly {
  justify-content: space-evenly;
}
.flex-wrap__align-center {
  align-items: center;
}
.flex-wrap__0Column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
@media print, screen and (min-width: 576px) {
  .flex-wrap__0Column {
    justify-content: flex-start;
  }
}
.flex-wrap__0Column > div,
.flex-wrap__0Column > li {
  margin: 2%;
  align-self: baseline;
}
.flex-wrap__2Column {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 576px) {
  .flex-wrap__2Column {
    justify-content: space-between;
  }
  .flex-wrap__2Column > div,
  .flex-wrap__2Column > li {
    flex-basis: 48%;
  }
}
.flex-wrap__3Column,
.flex-wrap__5Column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 576px) {
  .flex-wrap__3Column,
  .flex-wrap__5Column {
    justify-content: space-between;
  }
}
.flex-wrap__3Column > div,
.flex-wrap__3Column > li,
.flex-wrap__5Column > div,
.flex-wrap__5Column > li {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 576px) {
  .flex-wrap__3Column > div,
  .flex-wrap__3Column > li,
  .flex-wrap__5Column > div,
  .flex-wrap__5Column > li {
    flex-basis: 31%;
    margin-bottom: 20px;
  }
}
.flex-wrap__3Column > div:last-child,
.flex-wrap__3Column > li:last-child,
.flex-wrap__5Column > div:last-child,
.flex-wrap__5Column > li:last-child {
  margin-bottom: 0;
}
.flex-wrap__5Column > div,
.flex-wrap__5Column > li {
  flex-basis: 46%;
}
@media print, screen and (min-width: 576px) {
  .flex-wrap__5Column > div,
  .flex-wrap__5Column > li {
    flex-basis: 16%;
  }
}
.demerit,
.merit {
  padding: 15px;
  border-radius: 5px;
}
.demerit li,
.merit li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px dotted #ccc;
}
.demerit li:last-child,
.merit li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.demerit strong.d--block,
.merit strong.d--block {
  margin: 1rem 0;
  font-weight: 700;
}
.merit {
  border: 1px solid #e8aef3;
  background: rgba(232, 174, 243, 0.05);
}
.demerit {
  border: 1px solid ccc;
  background: #fafafa;
}
.price-list .table {
  margin-bottom: 1rem;
  border-collapse: separate;
  border-spacing: 1px;
}
.price-list .table thead th {
  vertical-align: top;
}
.price-list .table tbody th {
  width: 7rem;
}
.price-list .table td,
.price-list .table th {
  padding: 10px;
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
}
.price-list .table th {
  text-align: center;
  font-weight: 700;
  background: #f3f3f3;
}
.price-list .table td {
  background: #fcfcfc;
}
.faq-list {
  padding: 15px;
  background: #f2f9fb;
}
.faq-list > li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 5px solid #fff;
}
.faq-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq-list .faq-q {
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-list .faq-q .circle-num {
  background: #e8aef3;
}
.faq-list .faq-a,
.faq-list .faq-q {
  margin-left: 2.3rem;
  text-indent: -2.3rem;
}
#cboxOverlay {
  background: #000 !important;
}
#cboxContent {
  width: 100vw !important;
  background: 0 0;
}
#cboxContent #cboxLoadedContent {
  padding: 20px 0;
  overflow-x: hidden !important;
  background: #fff !important;
}
#cboxContent #cboxClose {
  padding: 20px;
  background: #ccc url(../js/colorbox/images/cbox-close-bt.svg) center center
    no-repeat !important;
  top: -20px;
  right: 60px;
}
body {
  font-size: 0.9375rem;
  font-feature-settings: "pkna";
  color: #323232;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 960px;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-bottom {
  margin-bottom: 50px;
  position: relative;
}
.container-bottom:last-child {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .container-bottom {
    margin-bottom: 80px;
  }
}
.container-bottom__in {
  margin-bottom: 25px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .container-bottom__in {
    margin-bottom: 30px;
  }
}
.container-bottom__in:last-child,
.container-bottom__in__in:last-child {
  margin-bottom: 0;
}
.container-bottom__in__in {
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .container-bottom__in__in {
    margin-bottom: 35px;
  }
}
.hero-low {
  padding-top: 60px;
  position: relative;
}
.hero-low .leadcopy-low {
  width: fit-content;
  padding: 8px 30px 10px;
  font-size: 1.187rem;
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #e8aef3;
  border-radius: 2px;
  background: rgba(232, 174, 243, 0.85);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 60%;
}
@media print, screen and (min-width: 768px) {
  .hero-low .leadcopy-low {
    padding: 15px 50px;
    font-size: 1.875rem;
    top: 55%;
  }
}
.hero-low .hero-low__ph {
  vertical-align: bottom;
  width: 100%;
}
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  z-index: 100;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header .com__logo {
  width: 144px;
  height: 41px;
  float: left;
  position: relative;
  top: 9px;
}
.header .com__info {
  justify-content: flex-end;
  position: relative;
  top: 12px;
}
@media print, screen and (min-width: 768px) {
  .header .com__info {
    right: 0;
  }
}
.header .com__info .com__info--tools {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
}
.header .com__info .com__info--tools:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
@media print, screen and (min-width: 768px) {
  .header .com__info .com__info--tools:nth-child(3) {
    display: none;
  }
}
.header .com__info .com__info--tools:nth-child(4),
.header .com__info .com__info--tools:nth-child(5) {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header .com__info .com__info--tools:nth-child(4) {
    display: block;
  }
  .header .com__info .com__info--tools:nth-child(5) {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    display: block;
  }
}
.header .com__info .com__info--tools .com__info--text {
  font-size: 0.625rem;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .header .com__info .com__info--tools .com__info--text {
    font-size: 0.9375rem;
  }
}
.header .com__info .com__info--tools .com__info--text .com__info--text__tel {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header .com__info .com__info--tools .com__info--text .com__info--text__tel {
    display: initial;
  }
}
.nav-current .current,
.nav-current a:hover {
  color: #f295be;
}
.gnav {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .gnav .nav-current {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .gnav .nav-current .nav-list-risk {
    padding-right: 0;
    border: 0 !important;
  }
  .gnav .nav-current .nav-list-doctor {
    padding-left: 0;
  }
  .gnav .nav-current .sp {
    display: none;
  }
}
.gnav .nav-current li {
  padding: 0 15px 5px;
}
@media print, screen and (min-width: 768px) {
  .gnav .nav-current li {
    margin: 0;
    background: 0 0 !important;
    border: 0 !important;
    border-right: 1px solid #e4e4e4 !important;
    padding: 0 0.65rem;
  }
}
.gnav .nav-current li:not(:last-child) {
  margin-bottom: 10px;
}
.gnav .nav-current li:nth-child(even) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
.gnav .nav-current a {
  line-height: 2.5;
  font-size: 1rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .gnav .nav-current a {
    line-height: inherit;
    font-size: 15px;
  }
}
.gnav .com__info,
.gnav .com__info .com__info--tel .com__info--no-yoyaku,
.t2::after {
  display: block;
}
.gnav .com__info .com__info--tel {
  margin-bottom: 0;
  padding: 5px 0;
  border-radius: 30px;
}
.gnav .com__info .com__info--tel img {
  margin: 0 5px 0 0;
  top: -5px;
}
.gnav .com__info .com__info--tel a {
  line-height: 1.5;
  font-size: 1.25rem;
  display: inline-block;
}
.pnav {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px 0;
  border: 1px solid #efefef;
  border-radius: 0 0 5px 5px;
  background: #f3f3f3;
}
.pnav a:hover,
.pnav a:link,
.pnav a:visited {
  margin: 5px;
  padding: 5px 10px 8px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #09c;
  border-radius: 2px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .pnav a:hover,
  .pnav a:link,
  .pnav a:visited {
    font-size: inherit;
  }
}
.footer {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 768px) {
  .footer {
    font-size: 1rem;
  }
}
.footer #pagetop {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0860a8;
}
.footer #pagetop::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: text-bottom;
  display: inline-block;
  background: url(../images/loop/bt-pagetop.svg) left center no-repeat;
}
.footer .ft-info {
  background: #f3f3f3;
}
.footer .ft-info > div {
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.footer .ft-info > div .ft-txt {
  line-height: 1.9;
}
.footer .ft-info > div .ft-map {
  padding: 5px 10px;
  background: #e8aef3;
}
.archive .blog-sections .flex-wrap__text .link--arrow a,
.error404 .blog-sections .flex-wrap__text .link--arrow a,
.footer .ft-info > div .ft-map a,
.single .blog-sections .flex-wrap__text .link--arrow a {
  color: #fff;
}
.footer .ft-info > div .ft-map::before {
  content: "";
  width: 6px;
  height: 8px;
  margin-right: 6px;
  display: inline-block;
  background: url(../images/loop/arrow_map.svg) left center no-repeat;
  position: relative;
  top: -1px;
}
.footer .copyright {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background: #0860a8;
}
.t2 {
  margin-bottom: 15px;
  padding: 0.2rem 0 0.7rem 0.9rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 4px dotted #d7d7d7;
  border-radius: 2px;
  position: relative;
}
.t2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5px;
  width: 4px;
  background: #e8aef3;
}
@media print, screen and (min-width: 768px) {
  .t2 {
    margin-bottom: 23px;
    font-size: 1.562rem;
  }
}
.t3 {
  margin-bottom: 10px;
  padding: 10px 0 5px 10px;
  font-size: 1.062rem;
  color: #fff;
  border-radius: 2px;
  background: #0860a8 url(../images/loop/bg_lattice.png);
}
.t3::before {
  content: "";
  width: 28px;
  height: 29px;
  margin-right: 0.4rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/loop/icon-t@2x.png) left center no-repeat;
  background-size: 28px;
  position: relative;
  top: -2px;
}
@media print, screen and (min-width: 768px) {
  .t3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
#page-home .hero h1 span,
.t4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.t4,
.t4::before {
  position: relative;
}
.t4 {
  padding: 0 0 15px 0.5rem;
  font-size: 1rem;
  color: #0860a8;
  border-bottom: 2px dotted #d7d7d7;
}
.t4::before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 10px;
  color: #e8aef3;
  display: inline-block;
  top: -2px;
}
@media print, screen and (min-width: 768px) {
  .t4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
#page-home .hero h1 strong,
.t5 {
  font-size: 0.9375rem;
  font-weight: 700;
}
.t5 {
  margin-bottom: 10px;
  padding: 5px 0 5px 7px;
  background: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
  .t5 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: #0860a8;
  outline: 0;
}
a:hover,
a:hover img {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.link--external::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 3px;
  display: inline-block;
  background: url(../images/loop/icon-external.svg) right center no-repeat;
}
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.offset-anker {
  margin-top: -60px;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .offset-anker {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  section {
    display: block;
    page-break-before: always;
  }
  pre code {
    page-break-after: always;
  }
  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  code,
  p a,
  pre {
    word-wrap: break-word;
  }
  pre .ir a:after,
  pre a [href^="#"]:after,
  pre a [href^="javascript:"]:after,
  pre a[href]:after,
  pre abbr[title]:after {
    content: "";
  }
  #cboxOverlay {
    width: 0;
    height: 0;
    position: inherit;
  }
  #cboxLoadedContent,
  #cboxWrapper,
  #overlay {
    display: none;
  }
  .header {
    padding: 10px 0;
    background-color: none;
    box-shadow: none;
    position: inherit;
  }
  .breadcrumbs {
    margin: 0;
  }
  .ftnav,
  .nav_wrap,
  .no-print,
  .zdo_drawer_button {
    display: none !important;
  }
  .wrap {
    padding: 0;
  }
  .footer {
    padding: 20px 0;
  }
}
.wf-SourceHanSansJapanese,
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
}
#page-home .t2--home {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#page-home .hero {
  padding: 60px 0 0;
  position: relative;
}
#page-home .hero .hero__info {
  padding: 2px 7px;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 60px;
  left: 15px;
}
#page-home .hero h1 {
  width: 15rem;
  padding: 5px 15px 8px;
  text-align: center;
  background: #f3f1ed;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  #page-home .hero h1 {
    width: 30rem;
    padding: 1rem;
  }
}
#page-home .hero h1 span {
  font-size: 0.75rem;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #page-home .hero h1 span {
    margin-bottom: 30px;
    font-size: 1.437rem;
    letter-spacing: 1px;
  }
}
#page-home .hero h1 strong {
  padding: 5px 20px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 15px;
  background: #e8aef3;
}
@media print, screen and (min-width: 768px) {
  #page-home .hero h1 strong {
    padding: 5px 30px;
    font-size: 1.437rem;
    letter-spacing: 5px;
  }
}
#page-home .hero img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
  #page-home .hero img {
    width: 100%;
  }
}
#page-home .merit {
  padding: 25px 0;
  border: 0;
  background: url(../images/home/merit-bg.jpg) top center no-repeat;
  background-size: cover;
}
#page-home .merit .t2--home {
  padding-bottom: 17px;
  color: #0860a8;
  background: url(../images/home/merit-title-line.png) center 12px no-repeat;
}
#page-home .merit .t2--home::before {
  content: "";
  width: 25px;
  height: 22px;
  margin-right: 7px;
  vertical-align: bottom;
  display: inline-block;
  background: url(../images/home/merit-icon.svg) left center no-repeat;
}
#page-home .merit .t2--home span {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
}
#page-home .merit .merit__in {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  border-bottom: 1px dashed #09c;
  position: relative;
}
#page-home .merit .merit__in:nth-child(even) {
  flex-direction: row-reverse;
}
#page-home .merit .merit__in:last-child {
  margin-bottom: 0;
  border: 0;
}
#page-home .merit .merit__in::after,
#page-home .merit .merit__in::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
}
#page-home .merit .merit__in::before {
  background: url(../images/home/merit-corner-l.svg) left top no-repeat;
  left: 0;
}
#page-home .merit .merit__in::after {
  background: url(../images/home/merit-corner-r.svg) right top no-repeat;
  right: 0;
}
#page-home .merit .merit__in .merit__txt {
  flex-basis: 75%;
}
@media print, screen and (min-width: 768px) {
  #page-home .merit .merit__in .merit__txt {
    flex-basis: 85%;
  }
}
#page-home .merit .merit__in .merit__txt p {
  line-height: 1.6;
}
#page-home .merit .merit__in .jos {
  padding: 2px;
  background: #ffc;
}
#page-home .concept .t2--home {
  padding-top: 35px;
  position: relative;
}
#page-home .concept .t2--home span {
  font-size: 45px;
  font-weight: 500;
  font-style: italic;
  color: #efefef;
  letter-spacing: 3px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  #page-home .concept .t2--home span {
    left: 230px;
  }
}
#page-home .concept .concept__in {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #page-home .concept .concept__in {
    left: 15%;
  }
}
#page-home .concept .concept__in h3 {
  position: static;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 15px 5px;
  font-size: 1rem;
  color: #fff;
  background: #09c;
  top: 30px;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #page-home .concept .concept__in h3 {
    position: absolute;
    margin-bottom: 0;
    width: 16rem;
    text-align: center;
    font-size: 1.25rem;
    top: 100px;
    left: 35%;
    z-index: 10;
  }
}
#page-home .concept .concept__in h3::after,
#page-home .concept .concept__in h3::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
}
#page-home .concept .concept__in h3::before {
  background: url(../images/home/concept-corner-l.svg) left top no-repeat;
  top: 3px;
  left: 3px;
}
#page-home .concept .concept__in h3::after {
  background: url(../images/home/concept-corner-r.svg) right bottom no-repeat;
  bottom: 3px;
  right: 3px;
}
#page-home .concept .concept__in img {
  width: 210px;
}
@media print, screen and (min-width: 768px) {
  #page-home .concept .concept__in img {
    width: auto;
    position: relative;
  }
}
#page-home .menu {
  padding: 25px 0;
  background: #0860a8 url(../images/home/menu-bg.jpg);
}
#page-home .menu .t2--home {
  margin-bottom: 1px;
  padding: 15px 0;
  color: #fff;
  background: #0860a8 url(../images/loop/bg_lattice.png);
}
#page-home .menu .menu__in {
  flex-wrap: wrap;
  justify-content: space-around;
}
#page-home .menu .menu__in > div {
  margin-top: 15px;
}
#page-home .access .t2--home {
  padding: 10px 10px 10px 40px;
  border: 1px solid #ffc;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 20px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #page-home .access .t2--home {
    width: 710px;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30%;
    font-size: 1.562rem;
    background: rgba(255, 255, 255, 0.85);
  }
}
#page-home .access .t2--home__bg {
  content: "";
  width: 192px;
  height: 42px;
  background: #ffc;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #page-home .access .t2--home__bg {
    width: 710px;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 30%;
    background-color: rgba(255, 255, 204, 0.7);
  }
  #page-home .access img {
    margin: 0 auto;
    display: block;
  }
}
#page-home .access .acces__in {
  margin-top: -34px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.07);
}
@media print, screen and (min-width: 768px) {
  #page-home .access .acces__in {
    width: 600px;
    margin: 0 auto -20px;
    text-align: center;
    position: relative;
    top: -40px;
  }
}
#page-home .reservation .t2--home {
  padding: 10px;
  color: #fff;
  background: url(../images/home/reservation-bg.png);
}
#page-home .reservation .t2--home::before {
  content: "";
  width: 40px;
  height: 27px;
  margin-right: 13px;
  vertical-align: text-bottom;
  display: inline-block;
  background: url(../images/home/reservation-icon.svg) left center no-repeat;
}
#page-home .reservation .slider-home {
  display: flex;
}
#page-home .reservation .slider-home .slider-caption {
  text-align: center;
}
#page-home .reservation .slider-home .slick-slide img {
  width: 90%;
  margin: 0 auto;
}
#page-home .bnr-recruit {
  padding: 20px;
  margin: 50px auto;
  text-align: center;
  border: 10px solid #fff;
  border-radius: 10px;
  background: #e8aef3;
}
@media print, screen and (min-width: 768px) {
  #page-home .bnr-recruit {
    width: 300px;
  }
}
#page-home .bnr-recruit .fs--l {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: 3px dotted #fff;
}
#page-home .bnr-recruit .fs--s {
  font-size: 0.875rem;
}
#page-home .bnr-recruit .bnr-recruit-phone {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #09c;
  background: #fff;
  position: relative;
}
#page-home .bnr-recruit .bnr-recruit-phone .fs--m {
  color: #0860a8;
}
#page-home .bnr-recruit .bnr-recruit-phone::after,
#page-home .bnr-recruit .bnr-recruit-phone::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
}
#page-home .bnr-recruit .bnr-recruit-phone::before {
  background: url(../images/home/merit-corner-l.svg) left top no-repeat;
  left: 0;
}
#page-home .bnr-recruit .bnr-recruit-phone::after {
  background: url(../images/home/merit-corner-r.svg) right top no-repeat;
  right: 0;
  bottom: 0;
}
#page-doctor .leadcopy-low {
  left: 15px;
  top: 60%;
  transform: translateY(-50%);
  padding: 8px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  #page-doctor .leadcopy-low {
    padding: 15px 50px;
    left: 60px;
  }
}
#page-doctor .table th {
  width: 4rem;
  padding-left: 0;
  padding-right: 0;
}
#page-doctor .table td,
#page-doctor .table th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
#page-doctor .update-system .flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #page-doctor .update-system .flex-wrap {
    flex-wrap: nowrap;
  }
  #page-treatment .Web-tel img {
    margin: 0 auto;
    display: block;
  }
  #page-treatment .Web-tel p {
    width: 305px;
    margin: 1rem auto 0;
  }
}
#page-treatment .table-box {
  padding: 5px;
  background: #0860a8;
  border-radius: 5px;
}
#page-treatment .table-box .table {
  font-size: 0.812rem;
  background: #fbfbfb;
  border-spacing: 2px;
  border-collapse: inherit;
}
@media print, screen and (min-width: 768px) {
  #page-treatment .table-box .table {
    font-size: inherit;
  }
}
#page-treatment .table-box .table td,
#page-treatment .table-box .table th {
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-color: #0860a8;
}
#page-treatment .table-box .table thead th {
  border-top: 0;
}
#page-treatment .table-box .table tbody td {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 768px) {
  #page-treatment .table-box .table tbody td {
    font-size: inherit;
  }
}
#page-treatment .table-box .table .timetable__ok {
  color: #e8aef3;
}
#page-treatment .list--flow {
  padding: 15px;
  border: 2px dotted #e2e2e2;
  border-radius: 5px;
  background: #fbfbfb;
}
@media print, screen and (min-width: 768px) {
  #page-treatment .list--flow {
    padding: 30px;
  }
}
#page-access .list--flow .container-bottom__in,
#page-treatment .list--flow .container-bottom__in {
  margin-bottom: 15px;
}
#page-lingual .hero-low {
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  #page-lingual .hero-low {
    padding-top: 100px;
  }
}
#page-access .hero-low,
.archive .hero-low,
.error404 .hero-low,
.single .hero-low {
  margin-bottom: 30px;
}
#page-access .gmap {
  width: 100vw;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  #page-access .gmap {
    width: 768px;
    height: 400px;
    margin: 0 auto;
    display: block;
  }
}
#page-access .list--flow {
  padding: 15px;
  border: 2px dotted #e2e2e2;
  border-radius: 5px;
  background: #fbfbfb;
}
@media print, screen and (min-width: 768px) {
  #page-access .list--flow {
    padding: 30px;
  }
}
#page-bracket .leadcopy-low {
  padding: 8px 8px 10px 10px;
  left: 15px;
  top: 60%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #page-bracket .leadcopy-low {
    padding: 15px 50px;
    left: 80px;
  }
}
#page-bracket .demerit li,
#page-bracket .merit li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#page-bracket .demerit li strong,
#page-bracket .merit li strong {
  line-height: 2;
  margin: 0;
}
#page-whitening .leadcopy-low {
  padding: 8px 8px 10px 10px;
  left: 15px;
  top: 60%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #page-whitening .leadcopy-low {
    padding: 15px 50px;
    left: 80px;
  }
}
#page-whitening .white-flow {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  border-radius: 5px;
}
#page-whitening .white-flow .t4 {
  margin: 0.5rem 0 1rem;
}
#page-whitening .white-flow:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #page-whitening .white-flow {
    padding: 1rem;
  }
}
#page-whitening .white-flow_clinic {
  border: 3px dotted #09c;
}
#page-whitening .white-flow_home {
  border: 3px dotted #bbbb91;
}
#page-risk .hero-low .leadcopy-low {
  margin-top: 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #page-risk .hero-low .leadcopy-low {
    margin-top: 105px;
  }
}
.archive .leadcopy-low,
.error404 .leadcopy-low,
.single .leadcopy-low {
  width: 100%;
  padding: 12px 30px 15px;
  text-align: center;
  color: #323232;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
}
.archive .blog-sections,
.error404 .blog-sections,
.single .blog-sections {
  margin-bottom: 30px;
}
.archive .blog-sections:nth-child(odd),
.error404 .blog-sections:nth-child(odd),
.single .blog-sections:nth-child(odd) {
  padding: 20px 15px;
  border-top: 1px solid #f3f3f3;
  background: #fafafa;
}
.archive .blog-sections .t2,
.error404 .blog-sections .t2,
.single .blog-sections .t2 {
  font-size: 1.125rem;
}
.archive .blog-sections .flex-wrap__text .link--arrow,
.error404 .blog-sections .flex-wrap__text .link--arrow,
.single .blog-sections .flex-wrap__text .link--arrow {
  margin-top: 1rem;
  padding: 5px 0;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 15px;
  background: #0860a8;
}
@media print, screen and (min-width: 768px) {
  .archive .blog-sections .flex-wrap__text .link--arrow,
  .error404 .blog-sections .flex-wrap__text .link--arrow,
  .single .blog-sections .flex-wrap__text .link--arrow {
    font-size: inherit;
  }
}
.archive .blog-sections .flex-wrap__text .link--arrow::before,
.error404 .blog-sections .flex-wrap__text .link--arrow::before,
.single .blog-sections .flex-wrap__text .link--arrow::before {
  background: url(../images/loop/arrow_btn.svg) left center no-repeat;
}
.archive .archive-dropdown,
.error404 .archive-dropdown,
.single .archive-dropdown {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
}
.archive .archive-dropdown select,
.error404 .archive-dropdown select,
.single .archive-dropdown select {
  width: 100%;
  font-size: inherit;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 0;
  outline: 0;
  background: 0 0;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666;
}
.archive .archive-dropdown select::-ms-expand,
.error404 .archive-dropdown select::-ms-expand,
.single .archive-dropdown select::-ms-expand {
  display: none;
}
.archive .archive-dropdown::before,
.error404 .archive-dropdown::before,
.single .archive-dropdown::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}
.archive .archive-dropdown:after,
.error404 .archive-dropdown:after,
.single .archive-dropdown:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #bbb;
}
.single .the--content img {
  margin: 1rem 0;
  display: block;
}
.single .post_link-box {
  justify-content: center;
}
.single .post_link-box a:first-child {
  margin-right: 20px;
}
#page-home .reservation .calendar {
  scroll-margin-top: 75px;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  box-shadow: 7.66px 6.428px 20px 0 rgba(213, 213, 213, 0.25);
}
#page-home .reservation .calendar__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #0860a8;
  border-bottom: 1px solid #09c;
}
#page-home .reservation .calendar__embed {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}
@media print, screen and (min-width: 768px) {
  #page-home .reservation .calendar {
    margin-bottom: 50px;
    padding: 20px;
  }
  #page-home .reservation .calendar__embed {
    height: 600px;
  }
}
