@charset "UTF-8";
html body {
  /* ▼ 脱毛の教科書 ▼ */
  /* ▲ 脱毛の教科書 ▲ */
  /* ▼ レーザー出力 ▼ */
  /* ▲ レーザー出力 ▲ */
  /* ▼ レーザーの進捗・経過 ▼ */
  /* ▲ レーザーの進捗・経過 ▲ */
}
html body main .subvisual {
  background-color: #F2F9FC;
  padding: 50px 1rem 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
@media screen and (max-width: 1023px) {
  html body main .subvisual {
    padding-top: 50px;
    padding-top: 4.8828125vw;
    padding-bottom: 60px;
    padding-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .subvisual {
    padding: 25px 1rem 30px;
  }
}
html body main .subvisual::before, html body main .subvisual::after {
  content: none;
}
html body main .subvisual .inner {
  width: 1000px;
  max-width: 100%;
  height: 327px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 30px;
  margin: auto;
  background-image: url("../../images/page/guide/sv-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  html body main .subvisual .inner {
    height: 327px;
    height: 31.93359375vw;
    padding-bottom: 30px;
    padding-bottom: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .subvisual .inner {
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .subvisual .inner {
    background-image: url("../../images/page/guide/sv-bg-sp.png");
    height: 248px;
    height: 248px;
    height: 63.5897435897vw;
    padding-bottom: 4vw;
  }
}
html body main .subvisual .inner::after {
  content: "";
  position: absolute;
  background-image: url("../../images/page/guide/sv-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 279px;
  height: 314px;
  top: 0;
  bottom: -60px;
  left: 0;
  right: -75px;
  margin: auto 0 0 auto;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  html body main .subvisual .inner::after {
    width: 279px;
    width: 27.24609375vw;
    height: 314px;
    height: 30.6640625vw;
    bottom: -60px;
    bottom: -5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .subvisual .inner::after {
    width: 139px;
    height: 161px;
    right: -54px;
    bottom: -34px;
  }
}
@media screen and (max-width: 575px) {
  html body main .subvisual .inner::after {
    bottom: -34px;
  }
}
html body main .subvisual .inner h1 span.t-underline {
  text-decoration: underline;
  text-decoration-color: #DEF032;
  text-decoration-thickness: 5px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 991px) {
  html body main .subvisual .inner h1 span.t-underline {
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
  }
}
html body main .sec-pagelink h2 {
  padding-left: 120px;
  text-align: left;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4347826087;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-pagelink h2 {
    font-size: 46px;
    font-size: 4.6370967742vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-pagelink h2 {
    padding-left: 60px;
    font-size: 22px;
  }
}
html body main .sec-pagelink h2::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 105px;
  height: 76px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-pagelink h2::before {
    width: 53px;
    height: 38px;
  }
}
html body main .sec-pagelink .pagelink {
  display: grid;
  gap: 30px;
  max-width: 700px;
  width: 100%;
  margin: auto;
}
html body main .sec-pagelink .pagelink a {
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 5px solid #5DA7C8;
  border-radius: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc(30px + 1.5em);
  padding-right: 70px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-pagelink .pagelink a {
    height: 65px;
    border-width: 2px;
    border-radius: 10px;
    padding-left: calc(10px + 1.5em);
    padding-right: 50px;
  }
}
html body main .sec-pagelink .pagelink a:hover {
  background-color: #FFE5E8;
}
html body main .sec-pagelink .pagelink a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/page/guide/arw-pagelink.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 23px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-pagelink .pagelink a::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
html body main .sec-pagelink .pagelink a p {
  font-size: 22px;
  line-height: 1.2727272727;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-pagelink .pagelink a p {
    font-size: 22px;
    font-size: 2.2177419355vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-pagelink .pagelink a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  html body main .sec-pagelink .pagelink a p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
html body main .sec-pagelink .pagelink a p span {
  margin-left: -1.5em;
}
@media screen and (max-width: 575px) {
  html body main .sec-pagelink .pagelink a p br {
    display: none;
  }
}
html body main .sec-guide .h3-ttl {
  background-image: url("../../images/page/guide/h3-bg.png");
  margin-bottom: 30px;
}
html body main .sec-guide .h3-ttl h3 {
  color: #5DA7C8;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4375;
  padding: 20px 20px 20px calc(20px + 1.5em);
}
@media screen and (max-width: 767px) {
  html body main .sec-guide .h3-ttl h3 {
    font-size: 18px;
    padding: 10px 10px 10px calc(10px + 1.5em);
  }
}
html body main .sec-guide .h3-ttl h3 span {
  font-size: inherit;
  margin-left: -1.2em;
}
html body main .sec-guide h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4230769231;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide h4 {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
}
html body main .sec-guide h4::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #5DA7C8;
  border-radius: 100%;
  margin-right: 0.4em;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide h4::before {
    width: 18px;
    height: 18px;
    top: 5.5px;
  }
}
html body main .sec-guide dl dt {
  color: #5DA7C8;
  font-size: 22px;
  margin-bottom: 1rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide dl dt {
    font-size: 18px;
  }
}
html body main .sec-guide dl dd:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
}
html body main .sec-guide p,
html body main .sec-guide dd {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7777777778;
}
html body main .sec-guide p:not(:last-child),
html body main .sec-guide dd:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide p,
  html body main .sec-guide dd {
    font-size: 16px;
  }
}
html body main .sec-guide p a,
html body main .sec-guide dd a {
  color: #009CE1;
}
html body main .sec-guide p a:hover,
html body main .sec-guide dd a:hover {
  text-decoration: underline;
}
html body main .sec-guide p.t-center {
  text-align: center;
  margin-top: 3em;
}
html body main .sec-guide figure {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide figure {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-guide figure.sp-w80 img {
    width: 80%;
  }
}
html body main .sec-guide figure:last-child {
  margin-bottom: 0;
}
html body main .sec-guide .contents-list-wrapper {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide .contents-list-wrapper {
    gap: 40px;
  }
}
html body main .sec-guide.faq h3 {
  background-color: #5DA7C8;
  color: #fff;
  text-align: center;
  padding: 1.5em 1em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq h3 {
    text-align: left;
    padding: 1em 15px 1em calc(15px + 1.5em);
  }
}
html body main .sec-guide.faq h3 span {
  display: inline;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq h3 span {
    margin-left: -1.5em;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-guide.faq h3 {
    font-size: 32px;
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-guide.faq h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body main .sec-guide.faq .contents-container {
  background-color: #FFE5E8;
  padding: 35px 1rem 45px;
}
html body main .sec-guide.faq .contents-container .contents-inner {
  max-width: 820px;
  width: 100%;
  margin: auto;
}
html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap {
  background-color: #fff;
  padding: 50px 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap {
    padding: 25px 1rem 50px;
  }
}
html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner {
  max-width: 760px;
  width: 100%;
  margin: auto;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner {
    gap: 50px;
  }
}
html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner dl dt {
  color: #DD8690;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4230769231;
  margin-bottom: 20px;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner dl dt {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner dl dt span {
  margin-left: -1.5em;
  margin-right: 0.5em;
}
html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner dl dd {
  max-width: 690px;
  width: 100%;
  margin: auto;
  border-top: 4px dotted #707070;
  font-weight: 400;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.faq .contents-container .contents-inner .faq-wrap .faq-inner dl dd {
    border-width: 2px;
  }
}
html body main .sec-guide.matome h3 {
  color: #5DA7C8;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4230769231;
  border: 3px solid #5DA7C8;
  padding: 30px 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  html body main .sec-guide.matome h3 {
    font-size: 26px;
    font-size: 2.6209677419vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.matome h3 {
    text-align: left;
    font-size: 20px;
    padding: 18px 8px 16px;
  }
}
@media screen and (max-width: 375px) {
  html body main .sec-guide.matome h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body main .sec-guide.matome .box-link {
  background-color: #F8F9FA;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.matome .box-link {
    padding: 1.5em;
  }
}
html body main .sec-guide.matome .box-link p:not(:last-child) {
  margin-bottom: 1em;
}
html body main .sec-guide.matome .box-link p span {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  html body main .sec-guide.matome .box-link p span {
    display: none !important;
  }
}
html body main .sec-guide.matome .matome-comment {
  position: relative;
  z-index: 0;
}
html body main .sec-guide.matome .matome-comment::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/guide/matome-comment-img-1-pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 216px;
  height: 196px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-guide.matome .matome-comment::before {
    background-image: url("../../images/page/guide/matome-comment-img-1-sp.png");
    width: 166px;
    height: 124px;
    bottom: 0;
    margin: auto auto 0 auto;
    z-index: 1;
  }
}
html body main .sec-guide.matome .matome-comment .matome-comment-inner {
  max-width: 660px;
  width: 100%;
  margin: auto 0 auto auto;
  background-color: #FDFFEB;
  border: 3px solid #333333;
  border-radius: 20px;
  padding: 2em;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-guide.matome .matome-comment .matome-comment-inner {
    max-width: 100%;
    margin-bottom: 100px;
    border-width: 2px;
    padding: 1.5em 1em;
  }
}
html body main .sec-guide.matome .matome-comment .matome-comment-inner::before {
  content: "";
  position: absolute;
  background-image: url("../../images/page/guide/matome-comment-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 65px;
  height: 56px;
  top: 0;
  bottom: 0;
  left: -44px;
  right: 0;
  margin: auto auto auto 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-guide.matome .matome-comment .matome-comment-inner::before {
    content: none;
  }
}
html body main .sec-guide_link .contents-list-wrapper {
  display: grid;
  gap: 30px;
}
html body main .sec-guide_link .btn {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  html body main .sec-guide_link .btn {
    max-width: 320px;
  }
}
html body.guide .subvisual .inner {
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  html body.guide .subvisual .inner {
    padding-top: 65px;
    padding-top: 6.34765625vw;
  }
}
@media screen and (max-width: 575px) {
  html body.guide .subvisual .inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  html body.guide .subvisual .inner {
    padding-top: 50px;
  }
}
html body.guide .subvisual .inner .inner-contents {
  max-width: 620px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  html body.guide .subvisual .inner .inner-contents {
    width: 620px;
    width: 60.546875vw;
  }
}
@media screen and (min-width: 401px) and (max-width: 575px) {
  html body.guide .subvisual .inner .inner-contents {
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 575px) {
  html body.guide .subvisual .inner .inner-contents {
    max-width: 280px;
    height: 100%;
    padding-bottom: 4vw;
  }
}
html body.guide .subvisual .inner h1 img {
  height: 105px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  html body.guide .subvisual .inner h1 img {
    height: 105px;
    height: 10.25390625vw;
  }
}
@media screen and (max-width: 575px) {
  html body.guide .subvisual .inner h1 img {
    height: 48px;
  }
}
html body.guide .subvisual .inner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  html body.guide .subvisual .inner p {
    font-size: 20px;
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 575px) {
  html body.guide .subvisual .inner p {
    font-size: 12px;
    padding-right: 30px;
  }
}
html body.guide .sec-1 .wrapper {
  max-width: 890px;
}
html body.guide .sec-1 .wrapper .box-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 395px));
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap {
    grid-template-columns: repeat(auto-fit, minmax(0, 260px));
    gap: 30px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box {
  width: 100%;
  height: 284px;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box {
    height: 188px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box.pre {
  background-image: url("../../images/page/guide/guide-link-bg-pre.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 40px;
  padding-right: 17px;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box.pre {
    padding-top: 35px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../images/page/guide/guide-link-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 40px;
  padding-right: 17px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box a {
    padding-top: 35px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box a:hover {
  background-image: url("../../images/page/guide/guide-link-bg-hover.png");
}
html body.guide .sec-1 .wrapper .box-wrap .box h4 {
  color: #5DA7C8;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #5DA7C8;
  padding-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box h4 {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 12px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box p {
  height: 75px;
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.4444444444;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box p {
    height: 50px;
    font-size: 20px;
  }
}
html body.guide .sec-1 .wrapper .box-wrap .box p.small {
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 991px) {
  html body.guide .sec-1 .wrapper .box-wrap .box p.small {
    font-size: 16px;
  }
}
html body.laser-power .subvisual .inner {
  display: grid;
  place-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
html body.laser-power .subvisual .inner h1 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: grid;
}
@media screen and (max-width: 1023px) {
  html body.laser-power .subvisual .inner h1 {
    font-size: 34px;
    font-size: 3.3203125vw;
  }
}
@media screen and (max-width: 575px) {
  html body.laser-power .subvisual .inner h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-power .subvisual .inner h1 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body.laser-power .subvisual .inner h1 span {
  font-size: inherit;
  display: inline;
  margin-top: 0;
}
html body.laser-power .subvisual .inner h1 span.small {
  font-size: 22px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  html body.laser-power .subvisual .inner h1 span.small {
    font-size: 22px;
    font-size: 2.1484375vw;
  }
}
@media screen and (max-width: 575px) {
  html body.laser-power .subvisual .inner h1 span.small {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-power .subvisual .inner h1 span.small {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 576px) {
  html body.laser-power .subvisual .inner h1 span.small br {
    display: none;
  }
}
html body.laser-power .subvisual .inner h1 span.pink {
  color: #C9747E;
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  html body.laser-power .subvisual .inner h1 span.pink {
    font-size: 44px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 575px) {
  html body.laser-power .subvisual .inner h1 span.pink {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-power .subvisual .inner h1 span.pink {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body.laser-power .subvisual .inner h1 span.pink-small {
  display: inline;
  font-size: 33px;
}
@media screen and (max-width: 1023px) {
  html body.laser-power .subvisual .inner h1 span.pink-small {
    font-size: 33px;
    font-size: 3.22265625vw;
  }
}
@media screen and (max-width: 575px) {
  html body.laser-power .subvisual .inner h1 span.pink-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-power .subvisual .inner h1 span.pink-small {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 450px) {
  html body.laser-power .subvisual .inner h1 span.t-underline {
    text-align: left;
    padding-right: 14vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 450px) {
  html body.laser-power .subvisual .inner h1 span.t-underline span.t-right {
    text-align: right;
  }
}
html body.laser-power .wrapper {
  max-width: calc(900px + 2rem);
}
html body.laser-power .sec-pagelink h2::before {
  background-image: url("../../images/page/guide/laser-power/h2-ttl.svg");
}
html body.laser-power #sec-3 .contents-list:has(.table-wrap) {
  overflow: hidden;
}
html body.laser-power #sec-3 .table-wrap p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body.laser-power #sec-3 .table-wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-power #sec-3 .table-wrap p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
html body.laser-power #sec-3 .table-wrap .table-scroll {
  overflow: scroll;
}
html body.laser-power #sec-3 .table-wrap .table-scroll table {
  white-space: nowrap;
}
html body.laser-power #sec-3 .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
html body.laser-power #sec-3 .table-wrap table thead th {
  background-color: #F7F7F7;
  text-align: center;
}
html body.laser-power #sec-3 .table-wrap table tbody td span {
  display: inline-block;
  width: 6.5em;
}
html body.laser-power #sec-3 .table-wrap table th,
html body.laser-power #sec-3 .table-wrap table td {
  padding: 11px 10px 12px;
  font-weight: 500;
  font-size: 18px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  html body.laser-power #sec-3 .table-wrap table th,
  html body.laser-power #sec-3 .table-wrap table td {
    font-size: 18px;
    font-size: 1.814516129vw;
  }
}
@media screen and (max-width: 767px) {
  html body.laser-power #sec-3 .table-wrap table th,
  html body.laser-power #sec-3 .table-wrap table td {
    font-size: 14px;
  }
}
html body.laser-progress .subvisual .inner {
  display: grid;
  place-content: center;
}
html body.laser-progress .subvisual .inner h1 {
  color: #fff;
  text-align: left;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  width: 625px;
}
@media screen and (max-width: 1023px) {
  html body.laser-progress .subvisual .inner h1 {
    font-size: 44px;
    font-size: 4.296875vw;
    width: 625px;
    width: 61.03515625vw;
  }
}
@media screen and (max-width: 767px) {
  html body.laser-progress .subvisual .inner h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  html body.laser-progress .subvisual .inner h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  html body.laser-progress .subvisual .inner h1 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
html body.laser-progress .subvisual .inner h1 span {
  font-size: inherit;
  display: inline;
}
html body.laser-progress .wrapper {
  max-width: calc(900px + 2rem);
}
html body.laser-progress .sec-pagelink h2::before {
  background-image: url("../../images/page/guide/laser-progress/h2-ttl.svg");
}/*# sourceMappingURL=guide.css.map */