<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* price style */
.lump_title {
  text-indent: -0.5em;
}
.installments_title {
  margin-top: 10px !important;
  text-indent: -0.5em;
}
.installments {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.installments p {
  margin-top: 0;
}
.times {
  display: inline-block;
  padding-top: 5px;
  padding-left: 3px;
}
.term_val {
  white-space: nowrap;
}
.term_val em {
  margin-right: 3px;
}
.term {
  display: block;
  text-align: right;
  font-size: 90%;
  margin-top: -5px;
}
.installments_total {
  margin-top: -5px;
}
.burden {
  margin-top: 3px !important;
}
.symbol {
  margin-right: 2px;
}
#bottomrightPrice .courseName {
  margin-top: 5px !important;
  line-height: 1.2;
}
.courseInfo p.note.flat {
  display: none;
}
.courseInfo p.compact {
  margin-top: 10px;
}
.courseInfo p.compact.noPrice {
  white-space: nowrap;
  margin-top: 0;
}
big {
  font-size: 140%;
}</pre></body></html>