@charset "UTF-8";
.p-comparison > h3 {
  border: none;
  display: flex;
  align-items: flex-end;
  color: #fa871a;
  margin-bottom: 0;
}
.p-comparison > h3 img {
  height: 40px;
  width: auto;
}
.p-comparison > h3 > span:nth-of-type(2) {
  color: #1b2131;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: end;
  flex: 1;
}
.p-comparison ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.p-comparison ul .p-comparison__table-au {
  color: #fa871a;
  font-weight: 600;
}
.p-comparison__btn {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 100%;
}

.p-comparison .l-table th {
  text-align: center;
  background-color: #fffbe7;
}
.p-comparison .l-table td:first-child {
  white-space: nowrap;
}
.p-comparison .l-table td ul li:not(:last-child)::after {
  content: "、";
}/*# sourceMappingURL=comparison.css.map */