/* ==========================================================================
	z-index
========================================================================== */
.lvinfo {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 28px 0 25px;
}

.lvinfo__ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.lvinfo__ttl .-accent {
  color: #ca003d;
  display: block;
}

.lvinfo__note {
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: 8px;
}

@media (min-width: 769px) {
  .lvinfo {
    padding: 45px 0 60px;
  }
  .lvinfo__ttl .-accent {
    display: inline;
  }
  .lvinfo__ttl {
    font-size: 2.625rem;
  }
  .lvinfo__note {
    font-size: 0.75rem;
    margin-top: 16px;
  }
}
