@charset "utf-8";

.main-copy {
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-text {
  font-size: 24px;
  font-weight: 600;
  color: #484747;
  margin-top: -20px;
  margin-bottom: 7px;
  line-height: 1.2;
}

.main-text .accent {
  font-size: 30px;
  color: #aa0315; /* 赤：強調部分用 */
}

.sub-text {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 8px;
}
