@charset "UTF-8";
/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
:root {
  --green: #394B41;
}

/*-----------共通コンテンツ--------*/
p {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/*-------commerce------------*/
main {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 4rem;
  }
}

.commerce {
  position: relative;
  width: 100%;
  padding-block: 6rem 16rem;
}
@media screen and (max-width: 767px) {
  .commerce {
    padding-block: 4rem 8rem;
  }
}
.commerce .heading {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .commerce .heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.commerce .wrap table th, .commerce .wrap table td {
  padding-block: 1.8rem;
  border: solid 1px #e3e3e3;
}
@media screen and (max-width: 767px) {
  .commerce .wrap table th, .commerce .wrap table td {
    display: block;
    width: 100%;
  }
}
.commerce .wrap table th {
  padding-left: 1rem;
  width: 30rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .commerce .wrap table th {
    width: 100%;
    font-weight: 600;
  }
}
.commerce .wrap table td {
  padding-left: 1rem;
  line-height: 1.6;
}
/*# sourceMappingURL=style.css.map */