@charset 'utf-8';

.premiumInfoFirstImage {
  position: relative;
  width: 100%;
  min-width: 1020px;
  height: 560px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.premiumInfoContents {
  font-size: 16px;
  line-height: 28px;
  margin: 1.2em 0;
  text-align: center;
}

.premiumRegisterButton {
  display: block;
  width: 404px;
  height: 92px;
  margin-left: calc((100% - 404px) / 2);
  background-image: url('/common/images/v3/premium/register.png');
  background-position: center center;
  background-size: contain;
}

.qs {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0 10px;
  padding: 10px;
  border-bottom: #C1272D 4px solid;
}

.ans {
  font-size: 18px;
  line-height: 30px;
  margin: 22px 2px 12px;
  padding: 0 10px;
}