@charset "UTF-8";
@media screen and (max-width: 767px) {
  html body main section.subvisual {
    padding-top: 60px;
  }
}
html body main section.subvisual img {
  width: 100%;
}
html body main section.law {
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  html body main section.law {
    padding: 5rem 0 2rem;
  }
}
html body main section.law .wrapper h2.basic-sub-title {
  font-weight: 800;
  font-size: 3rem;
  color: #00425A;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main section.law .wrapper h2.basic-sub-title {
    font-size: 1.8rem;
  }
}
html body main section.law .wrapper .contents .item {
  padding-bottom: 3rem;
}
html body main section.law .wrapper .contents .item h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #00425A;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main section.law .wrapper .contents .item h3 {
    font-size: 1.7rem;
  }
}
html body main section.law .wrapper .contents .item p {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  html body main section.law .wrapper .contents .item p {
    font-size: 1.7rem;
  }
}
html body main section.law .wrapper .contents .item p + ul {
  padding-top: 1rem;
}
html body main section.law .wrapper .contents .item ul li {
  font-size: 2rem;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
html body main section.law .wrapper .contents .item ul li:not(:last-child) {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main section.law .wrapper .contents .item ul li {
    font-size: 1.7rem;
  }
}
html body main section.law .wrapper .contents .item ul li::before {
  content: "・";
}

/*# sourceMappingURL=commercial.css.map */
