<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", serif;
}

body {
  color: #333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="10" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bg-illustration {
  content: "";
  position: absolute;
  background-image: url("../images/subtract.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -42px;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  max-width: 177px;
  max-width: 11.0625rem;
}
@media screen and (min-width: 768px) {
  .bg-illustration {
    top: -3.125rem;
    height: 3.75rem;
    max-width: 19.8125rem;
  }
}

.button-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.common-button {
  padding: 8px 22px;
  padding: 0.5rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 102px;
  min-width: 6.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #004898;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .common-button.common-button--wide {
    width: 8.4375rem;
  }
}

.common-title {
  text-align: center;
}

.common-title__main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004898;
}
@media screen and (min-width: 768px) {
  .common-title__main {
    font-size: 2rem;
  }
}

.common-title__sub {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #4F91D8;
}
@media screen and (min-width: 768px) {
  .common-title__sub {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .detail-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.detail-info__item + .detail-info__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .detail-info__item + .detail-info__item {
    margin-top: 0.5rem;
  }
}

.detail-info__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .detail-info__label {
    width: 100%;
    max-width: 6.6875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.detail-info__content {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .detail-info__content {
    margin-top: 0;
  }
}

.header {
  height: 70px;
  height: 4.375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 10.5625rem;
    padding-right: 10.5625rem;
  }
}

.header__logo {
  max-width: 126px;
  max-width: 7.875rem;
  width: 100%;
  height: inherit;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 10rem;
    min-width: 7.875rem;
  }
}

.header__logo a {
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item a {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.header__hamburger {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 20px;
  right: 1.25rem;
  width: 42px;
  width: 2.625rem;
  height: inherit;
  cursor: pointer;
}

.header__hamburger span {
  position: absolute;
  display: block;
  width: 32px;
  width: 2rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #333;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__hamburger span:nth-of-type(1) {
  top: 25px;
  top: 1.5625rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 34px;
  top: 2.125rem;
}

.header__hamburger span:nth-of-type(3) {
  top: 43px;
  top: 2.6875rem;
}

.header__hamburger.is-open span {
  width: 39px;
  width: 2.4375rem;
}

.header__hamburger.is-open span:nth-child(1) {
  top: 36px;
  top: 2.25rem;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  background-color: #fff;
}

.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
  top: 36px;
  top: 2.25rem;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  background-color: #fff;
}

.header__drawer {
  display: none;
  padding-top: 104px;
  padding-top: 6.5rem;
  padding-bottom: 104px;
  padding-bottom: 6.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #466EA9;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-item a {
  padding: 30px 0;
  padding: 1.875rem 0;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.how-to-use {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  position: relative;
  background-color: #EDF6FF;
}
@media screen and (min-width: 768px) {
  .how-to-use {
    padding-bottom: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use__inner.inner {
    margin: auto;
    padding: 0 1.5625rem;
    max-width: 61.875rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use__title {
    padding-top: 1.25rem;
  }
}

.how-to-use__steps {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .how-to-use__steps {
    margin-top: 5.1875rem;
  }
}

.how-to-use__info {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .how-to-use__info {
    margin-top: 2.9375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.mv {
  margin-top: 70px;
  margin-top: 4.375rem;
  position: relative;
  min-height: 292px;
  min-height: 18.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 5rem;
    min-height: 29.375rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__img {
    margin-left: auto;
    width: 100%;
    max-width: 60.7638889%;
  }
}

.mv__title-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__title-wrap {
    position: absolute;
    top: 45%;
    left: 29%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    max-width: 39%;
  }
}

.mv__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: clamp(1.125rem, 2.5vw, 2rem);
  }
}

.mv__title .dashed {
  letter-spacing: 0.07em;
  border-bottom: 3px dashed #004898;
  border-bottom: 0.1875rem dashed #004898;
}

.mv__title span {
  display: inline-block;
}

.mv__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .mv__text {
    margin-top: 1rem;
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 2;
  }
}

.product-age__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .product-age__inner {
    padding-top: 5rem;
  }
}

.product-age__content {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .product-age__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 3.75rem;
  }
}

.product-age__text {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .product-age__text {
    padding-bottom: 0;
    margin-left: 2rem;
    width: 100%;
    max-width: 49.8181818%;
  }
}

.product-age__img {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 16px);
  margin-left: calc((100% - 100vw + 16px) / 2);
}
@media screen and (min-width: 768px) {
  .product-age__img {
    margin: 0;
    margin: initial;
    width: 100%;
    max-width: 47.2727273%;
  }
}

.product-age__img img {
  width: 100%;
  aspect-ratio: 390/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .product-age__img img {
    aspect-ratio: 520/294;
    border-radius: 0.5rem;
  }
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
  background-color: #fff;
}

.product-card__img {
  width: 100%;
  background-color: #fff;
  border: solid 1px #E0D8D8;
  border-radius: 0.5rem;
}

.product-card__img img {
  width: 100%;
  aspect-ratio: 348/230;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__content {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.product-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.product-card__type {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  min-width: 3.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  aspect-ratio: 54/23;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-card__type::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F91D8), to(#004898)) border-box;
  background: linear-gradient(to bottom, #4F91D8, #004898) border-box;
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  -webkit-mask-composite: exclude;
          mask-composite: exclude;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}

.product-card__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .product-card__text {
    margin-top: 0.9375rem;
  }
}

.product-card__sub-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.product-card__button {
  margin-top: 16px;
  margin-top: 1rem;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 59px;
  row-gap: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .product-detail__item {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .product-detail__item-card {
    width: 100%;
    max-width: 40.6363636%;
  }
}

.product-detail__item-img {
  width: 100%;
  border: solid 1px #E0D8D8;
  border-radius: 0.5rem;
}

.product-detail__item-img img {
  width: 100%;
  aspect-ratio: 348/230;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .product-detail__item-img img {
    aspect-ratio: 447/264;
  }
}

.product-detail__item-buttons {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.product-detail__info {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product-detail__info {
    margin-top: 0;
    margin-left: 2rem;
    width: 100%;
    max-width: 56.8181818%;
  }
}

.product-features {
  background-color: #EDF6FF;
}

.product-features__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .product-features__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.product-features__content {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .product-features__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.75rem;
  }
}

.product-features__text {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .product-features__text {
    padding-bottom: 0;
    width: 100%;
    max-width: 49.8181818%;
  }
}

.product-features__img {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 16px);
  margin-left: calc((100% - 100vw + 16px) / 2);
}
@media screen and (min-width: 768px) {
  .product-features__img {
    margin-left: 2rem;
    width: 100%;
    max-width: 47.2727273%;
  }
}

.product-features__img img {
  width: 100%;
  aspect-ratio: 390/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .product-features__img img {
    aspect-ratio: 520/294;
    border-radius: 0.5rem;
  }
}

.product-information__items:first-of-type {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.product-information__items + .product-information__items {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.product-information__text {
  margin-top: 47px;
  margin-top: 2.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .use-info__content {
    max-width: 53.125rem;
    width: 100%;
    margin: 0 auto;
  }
}

.use-info__instructions {
  margin-top: 25px;
  margin-top: 1.5625rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .use-info__instructions {
    margin-top: 3.125rem;
  }
}

.use-info__title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #004898;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .use-info__title {
    font-size: 1.25rem;
    padding-bottom: 0.25rem;
  }
}

.use-info__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .use-info__text {
    font-size: 1rem;
  }
}

.use-instructions {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-left: calc((100% - 94vw + 16px) / 2);
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .use-instructions {
    margin-left: 0;
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 2.4375rem;
  }
}

.use-instructions__inner {
  margin: auto;
  padding: 0 8px;
  padding: 0 0.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .use-instructions__inner {
    padding: 0 1.25rem;
    max-width: 53.3125rem;
  }
}

.use-instructions__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #004898;
}

.use-instructions__items {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .use-instructions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.use-instructions__item + .use-instructions__item {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .use-instructions__item + .use-instructions__item {
    margin-top: 0.5rem;
  }
}

.use-instructions__sub-title {
  min-width: 114px;
  min-width: 7.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.use-instructions__text {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.use-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.use-steps__item + .use-steps__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .use-steps__item + .use-steps__item {
    margin-top: 1.875rem;
  }
}

.use-step__icon {
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .use-step__icon {
    width: 6.875rem;
    height: 6.875rem;
  }
}

.use-step__number {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F91D8), to(#004898));
  background: linear-gradient(180deg, #4F91D8, #004898);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .use-step__number {
    font-size: 1.25rem;
  }
}

.use-step__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .use-step__text {
    font-size: 1rem;
  }
}

.header-layout {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.how-to-use-layout {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .how-to-use-layout {
    margin-top: 7.5rem;
  }
}

.product-features-layout {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .product-features-layout {
    margin-top: 5rem;
  }
}

.product-information-layout {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .product-information-layout {
    margin-top: 5rem;
  }
}

.product-introduction-layout {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .product-introduction-layout {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=styles.css.map */



.button__item{
	width: 100%;
}
.common-button{
	width: 95%;
	margin: 0 auto;
	padding: 1.2rem 1.375rem;
}
.common-button.common-button--wide{
	width: 95%;
}
.bottom_container img{
	width: 40%;
	max-width: 260px;
	margin: 0 auto;
	margin-bottom: 40px;
}
footer #footer_container .footer_area.bottom{
	margin-top: 0!important;
}
.bottom_copyright{
	margin-top: 60px;
	text-align: center;
}
.how-to-use__flow{
	margin-top: 70px;
	@media screen and (max-width: 768px) {
		margin-top: 40px;
	}
}
.how-to-use__steps{
	margin-top: 3.1875rem!important;
}


@media screen and (max-width: 1100px) {
	footer{
		padding: 50px 0px!important;
	}
    footer #footer_container .footer_area.bottom {
        display: block!important;
    }
	footer #footer_container .footer_area.bottom .bottom_container .bottom_block ul{
		gap: 15px!important;
	}
}




section#nasaline-company{
	margin-top: 170px;
	@media screen and (max-width: 767px) {
		margin-top: 120px;
	}
}

section#company {
	margin-top: 50px; }
	section#company #company_container.section_container {
	  width: 100%;
	  max-width: none; }
	  section#company #company_container.section_container .company_area {
		/* overview */ }
		section#company #company_container.section_container .company_area.overview {
		  margin-top: 50px; }
		  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table {
			width: 900px;
			margin: 0 auto; }
			section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr {
			  display: inline-block;
			  width: calc(100% - 30px);
			  border-bottom: 1px solid #ddd;
			  padding: 30px 0 30px 30px;
			  display: flex;
			  display: -ms-flex;
			  display: -webkit-flex;
			  flex-wrap: wrap;
			  -ms-flex-wrap: wrap;
			  -webkit-flex-wrap: wrap;
			  -webkit-box-pack: justify;
			  -ms-flex-pack: justify;
			  justify-content: space-between; }
			  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr th {
				width: 220px;
				text-align: left; }
			  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr td {
				width: calc(100% - 230px);
				margin-bottom: 0;
				line-height: 2; }
  
  @media screen and (max-width: 767px) {
	section#company {
	  margin-top: 40px; }
	  section#company #company_container.section_container .company_area {
		/* overview */ }
		section#company #company_container.section_container .company_area.overview {
		  width: 90%;
		  margin: 30px auto 0;
		  max-width: 1440px; }
		  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table {
			width: 100%; }
			section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr {
			  width: calc(100% - 10px);
			  padding: 20px 0 20px 10px; }
			  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr th {
				width: 100%;
				margin-bottom: 10px; }
			  section#company #company_container.section_container .company_area.overview .overview_container .overview_block table tr td {
				width: 100%; } }
  section.privacy .privacy_ttl h3 {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 600; }
  section.privacy .privacy_text .privacy_block p.ttl {
	color: #004898;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding-bottom: 5px; }


section.privacy{
	width: 900px;
	margin: 0 auto;
	margin-top: 80px;
	@media screen and (max-width: 767px) {
		width: 90%;
		margin-top: 50px;
	}
}
section.privacy p.ttl{
    padding-bottom: 10px;
    margin-top: 30px;
}




/*============================
#contact
============================*/
section#contact {
	margin-top: 70px; }
	.wpcf7-form-control-wrap{
		margin-top: 5px;
		display: block;
	}
	section#contact #contact_container .contact_area {
	  /* desc */ }
	  section#contact #contact_container .contact_area.desc .desc_container .desc_block p {
		text-align: center; }
	  section#contact #contact_container .contact_area.contents {
		margin: 60px auto 0;
		max-width: 850px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form label {
			display: block;
			margin-top: 20px;
		  position: relative; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input, section#contact #contact_container .contact_area.contents .contents_container .contents_block form textarea, section#contact #contact_container .contact_area.contents .contents_container .contents_block form select {
		  width: calc(100% - 20px);
		  height: auto;
		  padding: 10px 0 10px 20px;
		  margin-top: 5px;
		  border: 2px solid #F0F1F3;
		  background: #F0F1F3;
		  font-size: inherit;
		  font-weight: inherit;
		  -webkit-transition: border ease-out 0.4s;
		  transition: border ease-out 0.4s; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form span.must {
		  background-color: #004898;
		  color: #fff;
		  font-size: 0.8rem;
		  font-weight: 600;
		  padding: 3px 7px;
		  letter-spacing: 2px;
		  margin: 0 0 0 5px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="tel"] {
		  width: 270px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="number"] {
		  width: 70px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="file"] {
		  width: auto; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form .wpcf7-list-item {
		  margin: 0 0 0 42px; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form .wpcf7-list-item.first {
			margin-left: 25px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="radio"] {
		  -webkit-appearance: none;
		  margin: 0;
		  padding: 0;
		  border-radius: 0;
		  width: 20px;
		  height: 20px;
		  position: absolute;
		  top: 0;
		  left: -30px; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="radio"]::before, section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="radio"]::after {
			content: '';
			width: 20px;
			height: 20px;
			background: #F0F1F3;
			position: absolute;
			top: 0;
			left: 0;
			transition: all ease-out .4s; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="radio"]::after {
			width: 17px;
			height: 17px;
			border: none;
			background: url(../images/compress/common/icon_check-blk.svg) center no-repeat;
			background-size: auto 100%;
			top: 0px;
			left: 0px;
			opacity: 0; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="radio"]:checked::after {
			opacity: 1; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="submit"] {
		  -webkit-appearance: none;
		  border-radius: 0;
		  border: 1px solid #999;
		  background-color: #fff;
		  color: #333;
		  width: auto;
		  padding: 15px 70px;
		  font-size: 1.1rem;
		  letter-spacing: 12px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form textarea {
		  height: 200px; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form select {
		  margin-bottom: 10px;
		  width: 300px;
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		  background: url(../images/contact/icon_select.svg) right 19px center no-repeat;
		  background-color: #F0F1F3; }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form .contact_block_child {
		  margin-top: 30px; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form .contact_block_child p {
			margin-bottom: 5px;
			font-size: 1.05rem; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form .contact_block_child.radio input {
			width: auto; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form .contact_block_child.btn {
			width: 100%; }
			section#contact #contact_container .contact_area.contents .contents_container .contents_block form .contact_block_child.btn input {
			  -webkit-appearance: none;
			  -moz-appearance: none;
			  appearance: none;
			  padding: 15px 0;
			  width: 150px;
			  background-color: #333;
			  position: relative;
			  display: inline-block;
			  padding: 10px 30px;
			  border: 1px solid #333;
			  color: #fff;
			  font-size: 1.1rem;
			  letter-spacing: 2.5px;
			  font-weight: 100;
			  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  
  @media screen and (max-width: 767px) {
	section#contact {
		width: 90%;
		margin: 0 auto;
	  margin-top: 40px; }
	  section#contact #contact_container .contact_area {
		/* desc */ }
		section#contact #contact_container .contact_area.contents .contents_container .contents_block form input, section#contact #contact_container .contact_area.contents .contents_container .contents_block form textarea, section#contact #contact_container .contact_area.contents .contents_container .contents_block form select{
			width: 100%;
		}
		section#contact #contact_container .contact_area.desc .desc_container .desc_block p {
		  text-align: left; }
		section#contact #contact_container .contact_area.contents {
		  margin-top: 40px; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form input[type="file"] {
			max-width: 80vw; }
		  section#contact #contact_container .contact_area.contents .contents_container .contents_block form .wpcf7-list-item {
			display: block;
			margin: 10px 0 0 26px; }
			section#contact #contact_container .contact_area.contents .contents_container .contents_block form .wpcf7-list-item.first {
			  margin-left: 26px; } }</pre></body></html>