/* terms.css: 利用規約ページ専用 */

.termsContent{
  margin-top:6px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--softShadow);
  color:#263043;
  line-height:1.9;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:15px;
}
.termsStatus{
  color:var(--muted);
  line-height:1.8;
}
