@charset "utf-8";

/* added 2021-03-31 */
.price table tr th {
  width: 33%;
}
.price table tr td {
  padding: 3.75vw 3vw;
}
.price table td .fz-large {
  font-size: 1.33em;
}
[data-ruby] {
  display: inline-block;
  padding-right: .25em;
  padding-left: .25em;
  position: relative;
  top: -.33em;
}
[data-ruby]::before {
  color: #515151;
  content: attr(data-ruby);
  font-size: .5em;
  font-weight: normal;
  margin: auto -.75em;
  position: absolute;
  top: 3.5em;
  right: 0;
  left: 0;
}
rt {
  display: none;
}
/* added 2023-05-31 */
.sites-link {
  margin: 0 0 4vw;
}
.sites-link span,
.sites-link-inner a span {
  font-size: 24px;
}
.quotation-open {
  margin-left: -.8em;
}
.quotation-close {
  margin-right: -.4em;
}
@media screen and (max-width: 750px) {
  .sites-link-inner a span {
    font-size: 3.2vw;
  }
}
