@charset "UTF-8";
[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email],
[type=password], [type=datetime], [type=date], [type=month], [type=week],
[type=time], [type=datetime-local], [type=number], select, textarea,
.fs-c-dropdown__menu {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .fs-l-page .fs-c-inputInformation__field {
    max-width: 1100px;
  }
}
.fs-body-register .fs-l-page .fs-c-inputTable {
  color: #333;
}
.fs-body-register .fs-l-page .fs-c-inputTable>tbody th {
  display: table;
  font-weight: 700;
}
.fs-body-register .fs-l-page .fs-c-inputTable>tbody th label,
.fs-body-register .fs-l-page .fs-c-inputTable>tbody th .fs-c-inputTable__label {
  display: table-cell;
  font-weight: 700;
  vertical-align: middle;
  padding: 15px;
}
.fs-body-register .fs-l-page .fs-c-requiredMark {
  color: #fff4ea;
}

@media screen and (max-width: 768px) {
  .fs-body-register .fs-l-page .fs-c-inputTable>tbody th label,
  .fs-body-register .fs-l-page .fs-c-inputTable>tbody th .fs-c-inputTable__label {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .fs-body-register .fs-l-page .fs-c-requiredMark:before {
    font-size: 1.2rem;
    padding: 2px;
    line-height: 1.6;
  }
  .fs-body-register .fs-l-page .fs-c-requiredMark {
    height: 1.4em;
    color: #fff;
  }
}

.fs-body-register .fs-c-inputField__explanation {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.fs-body-register .fs-c-inputField__explanation p {
  margin-bottom: 5px;
}

.fs-body-register .fs-c-inputField__explanation p:last-child {
  margin-bottom: 0;
}

.fs-body-register .fs-c-inputField__explanation p span {
  color: #e60012;
}

.fs-body-register .fs-c-inputField__explanation a {
  text-decoration: underline;
}

.fs-body-register .fs-c-button--primary {
  font-size: 1.6rem;
  padding: 1em 1.6em;
  min-width: 340px;
  letter-spacing: .1em;
}

.fs-body-register .list_notice {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.fs-body-register .list_notice li {
  position: relative;
  margin-bottom: 3px;
  line-height: 1.4;
  margin-left: 1rem;
}

.fs-body-register .list_notice li:before {
  display: inline-block;
  content: "※";
  margin-left: -1rem;
  padding-right: 1px;
}
.fs-body-register .list_notice li.point {
  color: #e60012;
}

.fs-body-register .fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  margin-top: 40px;
  text-align: center;
}

.fs-body-register .fs-c-inputField a {
  text-decoration: underline;
}

.fs-body-register-success .fs-c-registerSuccessMessage {
  text-align: left;
}



