.page__custom-made p {
  font-size: 1.6rem;
  line-height: 2.2;
}
.page__custom-made .gazou {
  transition: all 0.3s;
}
.page__custom-made .gazou:hover {
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(175, 175, 175, 0.5);
}
.page__custom-made h3 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #cebaab;
  border-bottom: 1px solid #e5e5e5;
}
.page__custom-made dt,
.page__custom-made dd {
  line-height: 2.2;
}
.page__custom-made dt {
  font-weight: 500;
}
.page__custom-made dt::before {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  background: #cebaab;
}
.page__custom-made dd {
  margin: 0 0 1rem 1rem;
}
.page__custom-made .txt-rgt {
  text-align: right;
}
.page__custom-made .bg-gry {
  background: #f4efec;
}
.page__custom-made #price .table-content .ttl,
.page__custom-made .about .table-content .ttl {
  width: 32%;
  color: #fff;
  vertical-align: middle;
  background: #e17f7e;
}
@media only screen and (max-width: 47.9375em) {
  .page__custom-made #price .table-content .ttl,
  .page__custom-made .about .table-content .ttl {
    width: 50%;
  }
}
.page__custom-made #price .table-content th,
.page__custom-made .about .table-content th {
  text-align: left;
}
.page__custom-made #price .table-content td .u-ta-r,
.page__custom-made .about .table-content td .u-ta-r {
  font-size: 1rem;
}
.page__custom-made #price .table-content .c_ylw,
.page__custom-made .about .table-content .c_ylw {
  color: #c1970d;
  font-family: "Noto Serif JP", sans-serif;
}/*# sourceMappingURL=custom-made.css.map */