@charset "UTF-8";
#main {
  margin-bottom: 0;
}

.contact {
  text-align: center;
  width: 85%;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.contact .contact__txt {
  font-size: 2.2rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  margin-bottom: 10px;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .contact .contact__txt {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .contact__txt {
    font-size: 3.3898305085vh;
    margin-bottom: 1em;
  }
}
.contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: white;
  font-size: 2rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .contact .contact-btn {
    font-size: 5rem;
    height: 120px;
    margin-bottom: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .contact .contact-btn {
    font-size: 4.8828125vw;
    height: 11.71875vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .contact-btn {
    font-size: 6.518904824vh;
    height: 15.6453715776vh;
    margin-bottom: 0.8em;
  }
}
.contact .contact-btn span {
  z-index: 2;
}
.contact .contact-btn:hover {
  color: #DE4040;
}
.contact .contact-btn:hover:before {
  opacity: 0;
}
.contact .contact-btn:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #de6c4a 0%, #de4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.contact .contact-btn:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 5px #DE4040;
  box-sizing: border-box;
  border-radius: 90px;
}
.contact .btn-list {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .contact .btn-list li {
    width: 100%;
    margin: 0 auto 12px;
  }
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list li {
    width: calc(50% - 12px);
  }
}
.contact .btn-list .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.2rem;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list .button {
    font-size: 2.5rem;
    height: 80px;
    border-radius: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .contact .btn-list .button {
    font-size: 2.9296875vw;
    height: 7.8125vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .btn-list .button {
    font-size: 3.9113428944vh;
    height: 10.4302477184vh;
  }
}
.contact .btn-list .button span {
  z-index: 2;
}
@media (max-width: 751px) {
  .contact .btn-list .button span {
    font-size: 1.8rem;
  }
}
.contact .btn-list .button:hover {
  color: #c73435;
}
.contact .btn-list .button:hover:before {
  opacity: 0;
}
.contact .btn-list .button:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to bottom, #c73435 70%, #892425);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.contact .btn-list .button:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #c73435;
  box-sizing: border-box;
  border-radius: 90px;
}
.contact .btn-list2 {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list2 {
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .contact .btn-list2 li {
    width: 80%;
  }
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list2 li {
    width: 30%;
  }
}
.contact .btn-list2 .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 2rem;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .contact .btn-list2 .button {
    font-size: 2.5rem;
    height: 80px;
    border-radius: 40px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .contact .btn-list2 .button {
    font-size: 2.9296875vw;
    height: 7.8125vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .contact .btn-list2 .button {
    font-size: 3.9113428944vh;
    height: 10.4302477184vh;
  }
}
.contact .btn-list2 .button span {
  z-index: 2;
}
.contact .btn-list2 .button:hover {
  color: #f3bb1b;
}
.contact .btn-list2 .button:hover:before {
  opacity: 0;
}
.contact .btn-list2 .button:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to bottom, #f3bb1b 70%, #ce9d18);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.contact .btn-list2 .button:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #f3bb1b;
  box-sizing: border-box;
  border-radius: 90px;
}

.kv {
  background: url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
.kv .kv__pic {
  text-align: right;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 751px) {
  .kv {
    padding-bottom: 60px;
  }
}
@media print and (max-height: 900px), screen and (min-width: 751px) and (max-height: 900px) {
  .kv {
    padding-top: 6vh;
  }
}
.kv .kv__img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__inner {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .kv .kv__top {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__top {
    padding-left: 46%;
    margin-bottom: 150px;
  }
}
.kv .kv__ttl {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #174146;
  text-shadow: 0px 3px 6px rgba(46, 104, 123, 0.35);
  font-size: 2rem;
  line-height: 1.4;
}
@media print, screen and (max-width: 751px) {
  .kv .kv__ttl {
    margin-bottom: 45vh;
  }
}
.kv .kv__ttl small {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  font-weight: bold;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__ttl {
    bottom: 22.3214285714%;
    left: 12.6201923077%;
    font-size: 5rem;
    line-height: 1;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .kv__ttl {
    font-size: 6.518904824vh;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__ttl small {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
.kv .loan-info {
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .kv .loan-info {
    display: flex;
    justify-content: center;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info {
    display: flex;
    margin-bottom: 40px;
  }
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-right: 20px;
  }
}
.kv .loan-info .loan-info__row {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-right: 7px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .loan-info .loan-info__row {
    font-size: 2.5rem;
  }
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row {
    font-size: 3.259452412vh;
  }
}
.kv .loan-info .loan-info__row .loan-info__ttl {
  width: 38px;
  height: 38px;
  background: white;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1875;
  margin-right: 5px;
}
@media print, screen and (min-width: 751px) {
  .kv .loan-info .loan-info__row .loan-info__ttl {
    width: 73px;
    height: 73px;
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .kv .loan-info .loan-info__row .loan-info__ttl {
    width: 9.517601043vh;
    height: 9.517601043vh;
    font-size: 2.0860495437vh;
  }
}
.kv .kv__step-list {
  display: flex;
  justify-content: space-between;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list {
    font-size: 1.9rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .kv .kv__step-list {
    font-size: 1.85546875vw;
  }
}
.kv .kv__step-list .kv__step {
  width: calc(50% - 7px);
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list .kv__step:nth-child(n+3) {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step {
    width: 23.5%;
  }
}
.kv .kv__step-list .kv__step a {
  width: 100%;
  height: 90px;
  background: white url(../img/products/letterlink-after.svg) no-repeat center bottom 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s ease;
  border: solid #D8E2E6;
}
@media only screen and (max-width: 750px) {
  .kv .kv__step-list .kv__step a {
    background-size: 12px;
    background: white url(../img/products/letterlink-after@sp.svg) no-repeat center bottom 10px;
  }
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a {
    height: 150px;
  }
}
.kv .kv__step-list .kv__step a:hover {
  transform: scale(1.05);
  background-position: center bottom 6px;
}
.kv .kv__step-list .kv__step a .step__num {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #c73435;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  line-height: 18px;
  border-radius: 100%;
  padding-left: 2px;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .step__num {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 2rem;
    padding-left: 2px;
  }
}
.kv .kv__step-list .kv__step a .kv__step__txt {
  line-height: 1.4166666667;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .kv__step__txt {
    line-height: 1.6842105263;
  }
}
.kv .kv__step-list .kv__step a .kv__step__txt.three-lines {
  margin-top: 8px;
  line-height: 1.0833333333;
}
@media print, screen and (min-width: 751px) {
  .kv .kv__step-list .kv__step a .kv__step__txt.three-lines {
    margin-top: 0;
    line-height: 1.3157894737;
  }
}
.kv .kv__step-list .kv__step:nth-child(4) a .step__num {
  padding-left: 1px;
}

.point-list {
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .point-list .point .point__info {
    margin-bottom: 12px;
  }
  .point-list .point .point__pic {
    text-align: center;
  }
  .point-list .point:not(:last-child) {
    margin-bottom: 40px;
  }
  .point-list .point.point3 .point__pic img {
    width: 257px;
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point {
    display: flex;
    justify-content: space-between;
  }
  .point-list .point:not(:last-child) {
    margin-bottom: 40px;
  }
  .point-list .point .point__info {
    width: 65.8333333333%;
  }
  .point-list .point .point__pic {
    width: 26.8333333333%;
    text-align: center;
    background-color: #fff5d8;
    padding: 3% 5%;
    border-radius: 20px;
  }
  .point-list .point .point__demerit {
    width: 100%;
  }
}
.point-list .point__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  display: flex;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .point-list .point__ttl {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point__ttl {
    font-size: 3rem;
    margin-bottom: 24px;
    align-items: center;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__ttl {
    font-size: 2.34375vw;
    margin-bottom: 1.875vw;
  }
}
.point-list .point__circle {
  min-width: 34px;
  min-height: 34px;
  color: white;
  background: #c73435;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: 0.6rem;
  margin-right: 8px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.point-list .point__circle .point__num {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .point-list .point__circle {
    line-height: 1;
    transform: translateY(-5%);
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .point__circle {
    width: 78px;
    height: 78px;
    font-size: 1.2rem;
    margin-right: 24px;
    padding-top: 4px;
  }
  .point-list .point__circle .point__num {
    font-size: 2.7rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__circle {
    width: 6.09375vw;
    height: 6.09375vw;
    margin-right: 1.875vw;
    font-size: 0.9375vw;
  }
  .point-list .point__circle .point__num {
    font-size: 2.109375vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .point-list .point__circle {
    width: 64px;
    height: 64px;
    margin-right: 14px;
  }
}
.point-list .demepoint__circle {
  min-width: 34px;
  min-height: 34px;
  color: white;
  background: #CEC8B5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: 0.6rem;
  margin-right: 8px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.point-list .demepoint__circle .demepoint__num {
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .point-list .demepoint__circle {
    line-height: 1;
    transform: translateY(-5%);
  }
}
@media print, screen and (min-width: 751px) {
  .point-list .demepoint__circle {
    width: 78px;
    height: 78px;
    font-size: 1.2rem;
    margin-right: 24px;
    padding-top: 4px;
  }
  .point-list .demepoint__circle .demepoint__num {
    font-size: 2.7rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .demepoint__circle {
    width: 6.09375vw;
    height: 6.09375vw;
    margin-right: 1.875vw;
    font-size: 0.9375vw;
  }
  .point-list .demepoint__circle .demepoint__num {
    font-size: 2.109375vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .point-list .demepoint__circle {
    width: 64px;
    height: 64px;
    margin-right: 14px;
  }
}
.point-list .point__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
.point-list .point__txt small {
  display: block;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 751px) {
  .point-list .point__txt {
    font-size: 1.9rem;
    padding-left: 102px;
  }
  .point-list .point__txt small {
    font-size: 1.5rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .point-list .point__txt {
    padding-left: 7.96875vw;
    font-size: 1.484375vw;
  }
  .point-list .point__txt small {
    font-size: 1.171875vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .point-list .point__txt {
    padding-left: 78px;
  }
}

.asl-page {
  /*-----------------------------------------
  LP
  -------------------------------------------*/
}
@media print and (max-width: 3920px), screen and (min-width: 751px) and (max-width: 3920px) {
  .asl-page .kv {
    padding-top: 170px;
  }
}
.asl-page .kv .scroll-btn {
  color: #c73435;
  display: flex;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-size: 1.6rem;
  width: 100px;
  position: absolute;
  left: 32px;
  top: 750px;
}
@media (max-width: 1023px) {
  .asl-page .kv .scroll-btn {
    font-size: 1.5625vw;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
}
.asl-page .kv .scroll-btn:before {
  content: "";
  display: block;
  width: 4px;
  height: 86px;
  background: url(../img/top/scroll-line.svg) repeat-y center bottom;
  margin-right: 9px;
  animation: scrollLoop 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
.asl-page .kv .scroll-btn .scroll-btn__txt {
  display: inline-block;
  padding-top: 24px;
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  .asl-page .dispensing-page .kv {
    background: url(../img/products/dispensing-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .asl-page .dispensing-page .kv {
    background-size: 86.6666666667%;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .welfare-page .kv {
    background: url(../img/products/welfare-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .asl-page .welfare-page .kv {
    background-size: 86.6666666667%;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .nursingcare-page .kv {
    background: url(../img/products/nursingcare-kv.png) no-repeat center top 20px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .asl-page .nursingcare-page .kv {
    background-size: 86.6666666667%;
  }
}
.asl-page .bk-color {
  background-color: #fffdf7;
  padding-top: 80px;
}
.asl-page .bk-color:not(:last-child) {
  margin-bottom: 80px;
}
.asl-page .section .page__ttl:after {
  border-color: #c73435;
  width: 160px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .page__ttl:after {
    width: 160px;
  }
}
@media print, screen and (max-width: 750px) {
  .asl-page .section .page__ttl:after {
    width: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .section {
    width: 93%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .section {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}
.asl-page .section .section__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .section__txt {
    font-size: 1.9rem;
  }
}
.asl-page .section:not(:last-child) {
  margin-bottom: 44px;
}
.asl-page .section .page__ttl {
  margin-bottom: 40px;
  text-align: left;
  color: black;
  font-size: 3rem;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .page__ttl {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .asl-page .section .page__ttl {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }
}
.asl-page .section .page__ttl:after {
  margin: 10px 0 0 0;
}
@media print, screen and (max-width: 600px) {
  .asl-page .section .page__ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .asl-page .section .page__ttl::after {
    border-bottom: solid 3px #c73435;
    margin: 5px 0 0 0;
  }
}
.asl-page .section .sub-section:not(:last-child) {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .post_content {
    max-width: 1200px;
    margin: 4em auto 2rem;
    padding: 0 var(--swl-pad_post_content, 0);
    line-height: 1.8;
  }
}
.asl-page .section .sub-section .post_content .pb-iconbox {
  max-width: 100%;
  margin: 2em auto;
  padding: 0;
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body {
  background-color: #fffdf7;
  padding: 2em;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body {
    display: flex;
  }
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__innerIcon {
  margin: 0 auto;
  width: 200px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__innerIcon {
    flex-basis: 30%;
    align-self: flex-end;
    max-width: 250px;
  }
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__innerIcon img {
  width: 50%;
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__content {
  flex: 1 1 auto;
  font-size: 1.6rem;
  margin: auto 0 auto 20px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__content {
    font-size: 1.9rem;
    margin-left: 50px;
    width: 70%;
    margin: auto 0;
  }
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__content ul {
  list-style: disc;
}
.asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__content ul li {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .post_content .pb-iconbox .pb-iconbox__inner .pb-iconbox__body .pb-iconbox__content ul li {
    margin-bottom: 1rem;
  }
}
.asl-page .section .sub-section .sub-section__ttl {
  display: flex;
  font-size: 2rem;
  margin-bottom: 1em;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media only screen and (max-width: 750px) {
  .asl-page .section .sub-section .sub-section__ttl {
    line-height: 1.6875;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .sub-section__ttl {
    font-size: 2.8rem;
    margin-bottom: 44px;
    margin-top: 44px;
    align-items: center;
  }
}
.asl-page .section .sub-section .sub-section__ttl:before {
  content: "";
  display: block;
  background: #d02830;
  border-radius: 10px;
  margin-right: 8px;
}
@media only screen and (max-width: 750px) {
  .asl-page .section .sub-section .sub-section__ttl:before {
    width: 10px;
    height: 30px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .sub-section__ttl:before {
    width: 10px;
    height: 30px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .section .sub-section.sub-section2 .sub-section__ttl {
    margin-bottom: 40px;
  }
}
.asl-page .section .sub-section .sub-section__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .asl-page .section .sub-section .sub-section__txt small {
    font-size: 1.3rem;
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .section .sub-section .sub-section__txt {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}
.asl-page .section .sub-section .sub-section__txt span.marker {
  background: linear-gradient(transparent 60%, #FFEBAF 0%);
}
.asl-page .section figure {
  text-align: center;
}
.asl-page .section figure .triangle {
  width: 75px;
  margin-bottom: 2rem;
}
.asl-page .flow-list {
  padding-left: 14px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list {
    padding-left: 40px;
  }
}
.asl-page .flow-list .flow {
  padding-left: 20px;
  padding-bottom: 48px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow {
    padding-left: 60px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .flow-list .flow {
    padding-left: 5.859375vw;
  }
}
.asl-page .flow-list .flow:not(:last-child) {
  border-left: solid 6px #EBF0F0;
}
.asl-page .flow-list .flow .flow__ttl {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .flow__ttl {
    font-size: 3rem;
    margin-bottom: 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .flow-list .flow .flow__ttl {
    font-size: 2.34375vw;
    margin-bottom: 24px;
  }
}
.asl-page .flow-list .flow .flow__ttl .flow__num {
  position: absolute;
  left: -39px;
  top: 0;
  width: 33px;
  height: 33px;
  color: white;
  background: #c73435;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: translateY(-25%);
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .flow__ttl .flow__num {
    font-size: 2.7rem;
    width: 78px;
    height: 78px;
    left: -102px;
    transform: translateY(-25%);
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .flow-list .flow .flow__ttl .flow__num {
    width: 7.6171875vw;
    height: 7.6171875vw;
    font-size: 2.63671875vw;
    left: -9.9609375vw;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .flow-list .flow .flow__row .flow__pic {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .flow__row {
    display: flex;
    justify-content: space-between;
  }
  .asl-page .flow-list .flow .flow__row .flow__pic {
    width: 35.1005484461%;
  }
}
.asl-page .flow-list .flow .flow__info {
  line-height: 1.7894736842;
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .asl-page .flow-list .flow .flow__info small {
    font-size: 1.2rem;
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .flow__info {
    width: 63.071297989%;
    font-size: 1.9rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .flow-list .flow .flow__info {
    font-size: 1.484375vw;
  }
}
.asl-page .flow-list .flow .contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  color: white;
  border-radius: 90px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  font-size: 1.4rem;
  margin-top: 1em;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .contact-btn {
    font-size: 2.4rem;
    width: 306px;
    height: 60px;
    border-radius: 90px;
    margin-top: 1em;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .flow-list .flow .contact-btn {
    height: 5.859375vw;
    font-size: 1.3671875vw;
  }
}
.asl-page .flow-list .flow .contact-btn:hover {
  color: #c73435;
}
.asl-page .flow-list .flow .contact-btn:hover:before {
  opacity: 0;
}
.asl-page .flow-list .flow .contact-btn:before {
  content: "";
  display: block;
  z-index: -1;
  background: linear-gradient(to right, #4dc7c2 0%, #00a7c6 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.asl-page .flow-list .flow .contact-btn:after {
  z-index: -2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 4px #c73435;
  box-sizing: border-box;
  border-radius: 90px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .flow-list .flow .contact-btn2 {
    width: 486px;
    max-width: 100%;
  }
}
.asl-page .panel-list {
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 751px) {
  .asl-page .panel-list {
    display: flex;
    justify-content: space-between;
  }
}
.asl-page .panel-list .panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print {
  .asl-page .panel-list .panel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .panel-list .panel {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .asl-page .panel-list .panel {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .panel-list .panel {
    width: calc(50% - 6px);
  }
}
.asl-page .panel-list .panel .panel__ttl {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #afc1ce;
  border: 2px solid #afc1ce;
  font-size: 2rem;
  color: white;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel-list .panel .panel__ttl {
    border-radius: 30px 30px 0 0;
    font-size: 3.2rem;
    height: 88px;
    font-size: 3.2rem;
    border: 4px solid #afc1ce;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .panel-list .panel .panel__ttl {
    font-size: 2.5vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .panel-list .panel .panel__ttl {
    font-size: 2.2vw;
  }
}
.asl-page .panel-list .panel .panel__info {
  border: 2px solid #afc1ce;
  border-top: none;
  padding: 30px 20px 30px;
  border-radius: 0 0 15px 15px;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel-list .panel .panel__info {
    padding: 40px 24px 24px;
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .panel-list .panel .panel__pic {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel-list .panel .panel__pic {
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.asl-page .panel-list .panel .panel__txt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.6842105263;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel-list .panel .panel__txt {
    margin-bottom: 24px;
    font-size: 1.9rem;
    min-height: 5.0526315789em;
  }
}
.asl-page .panel-list .panel .supplement {
  display: flex;
  line-height: 1.6666666667;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .asl-page .panel-list .panel .supplement {
    font-size: 1.4rem;
  }
}
.asl-page .panel-list .panel .supplement:before {
  content: "●";
  width: 1em;
}
.asl-page .panel-list .panel .unit {
  text-align: right;
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .asl-page .panel-list .panel .unit {
    font-size: 1.4rem;
  }
}
.asl-page .panel__table {
  width: 100%;
  border-collapse: separate;
  border-radius: 15px;
  margin-top: 10px;
  /*
  	th:not(:first-child)
  	{
  		border-left-width: 1.5px;	
  	}
  */
}
@media only screen and (max-width: 750px) {
  .asl-page .panel__table {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel__table {
    margin-top: 24px;
    border-radius: 30px;
  }
}
.asl-page .panel__table th, .asl-page .panel__table td {
  padding: 27px 5px;
}
.asl-page .panel__table th {
  text-align: center;
  background: #F0F4F7;
  border: solid 3px #DFE8EF;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media only screen and (max-width: 750px) {
  .asl-page .panel__table th {
    font-size: 1.1rem;
  }
}
.asl-page .panel__table th:not(:last-child) {
  border-right: none;
}
.asl-page .panel__table td {
  line-height: 1.3333333333;
}
.asl-page .panel__table thead th {
  border-bottom: none;
  line-height: 1.2;
}
.asl-page .panel__table thead th small {
  font-size: 1.1rem;
}
.asl-page .panel__table thead th:first-child {
  border-radius: 15px 0 0 0;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel__table thead th:first-child {
    border-radius: 30px 0 0 0;
  }
}
.asl-page .panel__table thead th:last-child {
  border-radius: 0 15px 0 0;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel__table thead th:last-child {
    border-radius: 0 30px 0 0;
  }
}
.asl-page .panel__table tbody th {
  border-right: none;
}
.asl-page .panel__table tbody td {
  font-size: 1.2rem;
  text-align: right;
  border: solid 3px #DFE8EF;
}
.asl-page .panel__table tbody td:not(:last-child) {
  border-right: none;
}
.asl-page .panel__table tbody tr:not(:last-child) * {
  border-bottom: none;
}
.asl-page .panel__table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 15px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel__table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 30px;
  }
}
.asl-page .panel__table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}
@media print, screen and (min-width: 751px) {
  .asl-page .panel__table tbody tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
  }
}
.asl-page .case-section .panel__bottom-txt {
  line-height: 1.6666666667;
}
.asl-page .case-section .panel__bottom-txt-list li {
  display: flex;
  line-height: 1.6923076923;
}
.asl-page .case-section .panel__bottom-txt-list li:before {
  content: "※";
  margin-right: 0.5em;
}
.asl-page .case-section .sub-section__txt {
  padding-left: 24px;
}
.asl-page .case-section .panel__table {
  min-width: 530px;
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .panel__table {
    min-width: 500px;
  }
}
.asl-page .case-section .panel__table td {
  text-align: center;
}
.asl-page .case-section .sub-section .sub-section__txt {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .sub-section .sub-section__txt {
    font-size: 1.5rem;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .case-section .sub-section .sub-section__txt {
    font-size: 1.46484375vw;
  }
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .case-info .case__pic {
    text-align: center;
  }
  .asl-page .case-section .case-info .case__pic img {
    width: 120px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .case-info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.asl-page .case-section .case-info img {
  vertical-align: bottom;
}
.asl-page .case-section .case-info .case__comment {
  border-radius: 15px;
  background: #D2F1EF;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .case-info .case__comment {
    padding: 32px 0;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .case-info .case__comment {
    width: 384px;
    height: 169px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
}
.asl-page .case-section .case-info .case__comment:before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background: url(../img/products/comment-bg@sp.svg) no-repeat center bottom;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .case-info .case__comment:before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(100%);
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .case-info .case__comment:before {
    width: 23px;
    height: 20px;
    background: url(../img/products/comment-bg.png) no-repeat center bottom;
    background-size: contain;
    right: -20px;
    top: 50%;
  }
}
.asl-page .case-section .panel-list {
  margin-bottom: 16px;
}
.asl-page .case-section .panel {
  border: solid 2px #DFE8EF;
  border-radius: 15px;
  padding: 20px 20px 32px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .panel {
    border: solid 4px #DFE8EF;
    border-radius: 30px;
    padding: 34px 24px 24px;
  }
}
.asl-page .case-section .panel .panel__ttl {
  color: inherit;
  background: inherit;
  border: none;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .panel .panel__ttl {
    line-height: 1.4;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .panel .panel__ttl {
    height: 64px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .case-section .panel .panel__ttl {
    height: 6.25vw;
  }
}
.asl-page .case-section .panel .panel__ttl small {
  font-size: 1.5rem;
  margin-top: 8px;
  display: inline-block;
}
.asl-page .case-section .panel--ag {
  border-color: #F4CBCB;
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .panel--ag {
    margin-top: 26px;
  }
}
.asl-page .case-section .panel--ag .panel__ttl {
  color: #DE4040;
}
.asl-page .case-section .panel--ag .panel__ttl small {
  color: black;
}
.asl-page .case-section .use-list {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .use-list {
    padding-left: 40px;
  }
}
.asl-page .case-section .use-list .use:not(:last-child) {
  margin-bottom: 24px;
}
.asl-page .case-section .use-list .use .use__ttl {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 14px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .use-list .use .use__ttl {
    align-items: center;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.asl-page .case-section .use-list .use .use__ttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: linear-gradient(#4dc7c2 0%, #00a7c6 100%);
  border-radius: 100%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 750px) {
  .asl-page .case-section .use-list .use .use__ttl:before {
    transform: translateY(75%);
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .use-list .use .use__ttl:before {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
}
.asl-page .case-section .use-list .use .use__txt {
  font-size: 1.6rem;
  line-height: 1.6842105263;
}
@media print, screen and (min-width: 751px) {
  .asl-page .case-section .use-list .use .use__txt {
    font-size: 1.9rem;
    padding-left: 36px;
  }
}
.asl-page .case-section .panel__table {
  white-space: nowrap;
  margin-bottom: 30px;
}
.asl-page .howto-section .table-container .panel__table {
  margin-bottom: 30px;
}
.asl-page .howto-section .panel__table {
  min-width: 500px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .howto-section .table-container .panel__table {
    margin-bottom: 30px;
  }
  .asl-page .howto-section .panel__table {
    min-width: 532px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .howto-section .supplement br {
    display: none;
  }
}
.asl-page .about-section .panel__table tbody {
  white-space: normal;
}
.asl-page .about-section .panel__table tbody th {
  font-size: 1.1rem;
  line-height: 1.6842105263;
  width: 32.8358208955%;
}
@media only screen and (max-width: 750px) {
  .asl-page .about-section .panel__table tbody th {
    padding: 13px 0;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel__table tbody th {
    font-size: 1.9rem;
    width: 32%;
    padding-left: 34px;
    text-align: left;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .about-section .panel__table tbody th {
    font-size: 1.484375vw;
    padding: 2.109375vw 2.65625vw;
  }
}
.asl-page .about-section .panel__table tbody td {
  font-size: 1.1rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .asl-page .about-section .panel__table tbody td {
    padding: 13px;
    line-height: 1.6363636364;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel__table tbody td {
    font-size: 1.9rem;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .about-section .panel__table tbody td {
    font-size: 1.484375vw;
    padding: 2.109375vw 1.875vw;
  }
}
.asl-page .about-section .panel__table tbody tr:first-child th {
  border-radius: 15px 0 0 0;
}
.asl-page .about-section .panel__table tbody tr:first-child td {
  border-radius: 0 15px 0 0;
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel__table tbody tr:first-child th {
    border-radius: 30px 0 0 0;
  }
  .asl-page .about-section .panel__table tbody tr:first-child td {
    border-radius: 0 30px 0 0;
  }
}
.asl-page .about-section .panel__table tbody tr:last-child th {
  border-radius: 0 0 0 15px;
}
.asl-page .about-section .panel__table tbody tr:last-child td {
  border-radius: 0 0 15px 0;
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel__table tbody tr:last-child th {
    border-radius: 0 0 0 30px;
  }
  .asl-page .about-section .panel__table tbody tr:last-child td {
    border-radius: 0 0 30px 0;
  }
}
.asl-page .about-section .panel__table tbody .tabel__supplement-txt {
  display: flex;
}
.asl-page .about-section .panel__table tbody .tabel__supplement-txt:before {
  content: "※";
}
.asl-page .about-section .document {
  line-height: 1.6842105263;
}
.asl-page .about-section .document .document__ttl {
  display: flex;
}
.asl-page .about-section .document .document__ttl:before {
  content: "●";
}
.asl-page .about-section .document .document__txt {
  padding-left: 1em;
}
.asl-page .about-section .section__bottom-txt {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .asl-page .about-section .section__bottom-txt {
    line-height: 1.6875;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .section__bottom-txt {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 80px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .about-section .section__bottom-txt {
    font-size: 2.34375vw;
  }
}
.asl-page .about-section .panel .panel__ttl {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .asl-page .about-section .panel .panel__ttl {
    font-size: 1.6rem;
  }
}
.asl-page .about-section .panel-list .panel__info {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel-list .panel__info {
    font-size: 1.9rem;
    padding: 28px 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .about-section .panel-list .panel__info {
    font-size: 1.484375vw;
    padding: 2.1875vw 1vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page .about-section .panel-list .panel__info {
    padding: 2.1875vw 0;
  }
}
.asl-page .about-section .panel-list .panel__info .tell {
  font-size: 1.6rem;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .asl-page .about-section .panel-list .panel__info .tell {
    font-size: 2.8rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page .about-section .panel-list .panel__info .tell {
    font-size: 2.1875vw;
  }
}
.asl-page .panel__table td {
  transform: rotate(0.05deg);
}
.asl-page _:-ms-lang(x)::backdrop, .asl-page .panel__table td {
  transform: rotate(0.05deg);
}
.asl-page _:lang(x)::-ms-, .asl-page .panel__table td {
  transform: rotate(0.05deg);
}
.asl-page #wrapper.lp {
  padding-top: 0;
}
.asl-page #wrapper.lp .kv {
  padding-top: 107px;
}
@media print, screen and (min-width: 751px) {
  .asl-page #wrapper.lp .kv {
    padding-top: 236px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .asl-page #wrapper.lp .kv {
    padding-top: calc(136px + 7.8125vw);
  }
}
@media print and (max-height: 900px), screen and (min-width: 751px) and (max-height: 900px) {
  .asl-page #wrapper.lp .kv {
    padding-top: calc(6vh + 100px);
  }
}
@media print and (max-height: 900px) and (max-width: 1279px), screen and (min-width: 751px) and (max-height: 900px) and (max-width: 1279px) {
  .asl-page #wrapper.lp .kv {
    padding-top: calc(6vh + 7.8125vw);
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page #wrapper.lp .medical-page .kv {
    background: url(../img/products/medical-kv.png) no-repeat center top 120px, url(../img/products/kv-bg.png) repeat-x left bottom, linear-gradient(#d2f1ef 0%, #bee9f0 100%);
  }
}
@media print and (max-width: 1920px), screen and (min-width: 751px) and (max-width: 1920px) {
  .asl-page #wrapper.lp .medical-page .kv {
    background-size: 86.6666666667%;
  }
}
.asl-page #wrapper.lp .lp-botttom {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 750px) {
  .asl-page #wrapper.lp .lp-botttom {
    left: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 751px) {
  .asl-page #wrapper.lp .lp-botttom {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: auto;
  }
}
.asl-page #wrapper.lp .contact-btn--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: white;
  font-size: 2rem;
  font-family: "UDTypos515", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
  width: 100%;
  max-width: 996px;
  position: relative;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .asl-page #wrapper.lp .contact-btn--bottom {
    font-size: 5rem;
    height: 120px;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .asl-page #wrapper.lp .contact-btn--bottom {
    font-size: 4.8828125vw;
    height: 11.71875vw;
  }
}
@media print and (max-height: 767px), screen and (min-width: 751px) and (max-height: 767px) {
  .asl-page #wrapper.lp .contact-btn--bottom {
    font-size: 6.518904824vh;
    height: 15.6453715776vh;
  }
}
.asl-page #wrapper.lp .contact-btn--bottom span {
  z-index: 2;
}
.asl-page #wrapper.lp .contact-btn--bottom:hover {
  color: #DE4040;
}
.asl-page #wrapper.lp .contact-btn--bottom:hover:before {
  opacity: 0;
}
.asl-page #wrapper.lp .contact-btn--bottom:before {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(to right, #de6c4a 0%, #de4040 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 90px;
}
.asl-page #wrapper.lp .contact-btn--bottom:after {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  border: solid 5px #DE4040;
  box-sizing: border-box;
  border-radius: 90px;
}

@media print, screen and (min-width: 751px) {
  .contact__tel {
    font-size: 3.4rem;
    color: #c73435;
  }
  .contact__tel small {
    font-size: 2.2rem;
  }
  .contact {
    padding-bottom: 30px;
  }
  .contact .btn-list {
    padding-bottom: 0;
    margin-bottom: 26px;
  }
}/*# sourceMappingURL=product.css.map */