html, body {
  color: #EEE;
}

article {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  article {
    padding: 0 30px;
  }
}

.ib {
  display: inline-block;
}

.breadcrumb-list {
  margin-top: 100px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-list {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.breadcrumb-list ul {
  display: flex;
  gap: 0.4em;
}
.breadcrumb-list li::before {
  content: " > ";
}
.breadcrumb-list li:first-child::before {
  display: none;
}
.breadcrumb-list a {
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumb-list a:hover {
  text-decoration: none;
}

.agr-title {
  margin-bottom: 80px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .agr-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.agr-tokutei {
  padding-bottom: 50px;
}
.agr-tokutei a {
  font-weight: 400;
  text-decoration: underline;
}
.agr-tokutei a:hover {
  text-decoration: none;
}
.agr-tokutei dl {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.agr-tokutei dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .agr-tokutei dl {
    display: block;
  }
}
.agr-tokutei dt {
  width: 23.25%;
}
@media screen and (max-width: 767px) {
  .agr-tokutei dt {
    font-weight: 700;
    margin-bottom: 8px;
    width: 100%;
  }
}
.agr-tokutei dd {
  width: 66.75%;
}
@media screen and (max-width: 767px) {
  .agr-tokutei dd {
    width: 100%;
  }
}
.agr-tokutei .adr-box {
  display: flex;
  margin-top: 1em;
}
.agr-tokutei .adr-box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .agr-tokutei .adr-box {
    display: block;
  }
}
.agr-tokutei .adr-box p:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .agr-tokutei .adr-box p:last-child {
    margin-left: 0;
  }
}
.agr-tokutei .sales ul {
  margin-left: 1em;
}
.agr-tokutei .sales ul:first-child {
  margin-bottom: 16px;
}
.agr-tokutei .sales li {
  list-style: decimal;
}
.agr-tokutei .sales a {
  display: inline-block;
}
.agr-tokutei .sales p:last-child {
  margin-top: 16px;
}
.agr-tokutei .payment p:last-child,
.agr-tokutei .cancel p:last-child {
  margin-top: 16px;
}

.agr-terms {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.agr-terms dl {
  margin-top: 24px;
}
.agr-terms dl:first-child {
  margin-top: 0;
}
.agr-terms li,
.agr-terms p {
  margin-top: 16px;
}
.agr-terms li {
  list-style: decimal;
  margin-left: 1em;
}
.agr-terms .list-dots li {
  list-style: disc;
  margin-top: 4px;
}
.agr-terms .list-dnum {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.agr-terms .list-dnum li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  margin-left: 0;
  margin-top: 8px;
}
.agr-terms .list-dnum li::before {
  content: "(" counter(item) ")";
  position: absolute;
  left: 0;
}