<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.sec-01 {
  margin-top: 180px;
}

.support-nav {
  transition: 0.1s;
  float: left;
  width: 32%;
  position: sticky;
  top: 20px;
}
@media only screen and (min-width: 1001px) and (max-width: 1790px) {
.support-nav {
  top: 170px;
}
}

.nd {
  border-radius: 18px;
  background-color: #FFF;
  padding: 30px;
  box-sizing: border-box;
}

.nn-hd {
  padding-left: 1.5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.17222222222;
  border-bottom: 2px solid #000;
  position: relative;
}

.nn-hd::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #B88B68;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nnl {
  margin-top: 10px;
}

.nnl li a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.17222222222;
}

.nnl li.current a {
  color: #B88B68;
}

.support-lst {
  float: right;
  width: 68%;
  padding-left: 32px;
  box-sizing: border-box;
}

.support-unit {
  margin-bottom: 240px;
}

.support-lst .support {
  margin-bottom: 80px;
}

.support-lst-hd {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  position: relative;
  margin-bottom: 140px;
}

.support-lst-hd span {
  display: inline-block;
  width: 66.596px;
  height: 73px;
  vertical-align: middle;
  margin-right: 25px;
}

.support-lst-hd::after {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
}

.support-hd {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.21666666667;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}

.support-cont {
  display: table;
  width: 100%;
  margin-bottom: 32px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;

}

.support-cont dt {
  display: table-cell;
  width: 205px;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.62222222222;
  letter-spacing: -0.36px;
  background-color: #F2EDE9;
  padding: 20px;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}

.support-cont dd {
  display: table-cell;
  width: calc(100% - 205px);
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56875;
  letter-spacing: -0.32px;
}
.support-cont .suport-ol {
  list-style-type: none;
  counter-reset: item;
  list-style-type: none;
}
.support-cont .suport-ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.support-cont .suport-ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .2em;
}
.support-lnk {
  width: 100%;
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 1.5848rem;
  font-weight: 400;
  letter-spacing: -0.317px;
  border: 2px solid #000;
  border-radius: 28px;
}

.medical-top-lnk {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1000px) {
  .sec-01 {
    margin-top: 41px;
  }

  .support-nav {
    float: none;
    width: 100%;
    position: static;
    margin-bottom: 140px;
  }

  .support-lst {
    float: none;
    width: 100%;
    padding-left: 0px;
  }

  .support-cont dt {
    width: 70px;
    padding: 20px;
  }
}</pre></body></html>