@charset "UTF-8";
@import url(../../../../../../../../pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	特定商取引法に基づく表記
-------------------------------*/
.Law__text {
  margin-bottom: 5rem;
  text-align: center;
}
.Law-table {
  width: 100%;
}
.Law-table__list {
  width: 100%;
  padding: 2.5rem 1.5rem;
  border-bottom: 0.1rem solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.Law-table__list:first-child {
  border-top: 0.1rem solid #ddd;
}
.Law-table__list__title {
  width: 25rem;
}
.Law-table__list__body {
  width: calc(100% - 25rem);
}
.Law-table__list__list li {
  padding-left: 1em;
  position: relative;
}
.Law-table__list__list li:not(:last-child) {
  margin-bottom: 0.75em;
}
.Law-table__list__list li::before {
  left: 0;
  top: 0;
  position: absolute;
  content: "・";
}

@media screen and (max-width: 768px) {
  /*-------------------------------
      特定商取引法に基づく表記
  -------------------------------*/
  .Law__text {
    margin-bottom: 2.5rem;
  }
  .Law-table__list {
    padding: 1.5rem 0.75rem;
  }
  .Law-table__list__title {
    width: 100%;
  }
  .Law-table__list__body {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */