.fs-c-buttonContainer--topPage a {
  border: solid 1px #000;
  width: 311px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
}
.fs-c-buttonContainer--topPage a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.fs-c-buttonContainer--topPage a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

.fs-l-main {
  margin-bottom: 120px;
}

.letratokyo_headline {
  margin-top: 48px;
  margin-bottom: 48px;
}

tbody {
  display: block;
}
tbody tr {
  display: block;
}
tbody td {
  display: block;
}

.fs-p-emailDomainNotice P,
.fs-p-emailDomainNotice a,
.fs-p-emailDomainNotice strong,
.fs-p-emailDomainNotice u {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-c-inputInformation__message {
  margin-bottom: 32px;
}
.fs-c-inputInformation__message P,
.fs-c-inputInformation__message a,
.fs-c-inputInformation__message strong,
.fs-c-inputInformation__message u {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-inputInformation__message .fs-c-orderedList li {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-inputInformation__field {
  margin-bottom: 48px;
  width: 640px;
}
.fs-c-inputInformation__field tbody {
  display: block;
}
.fs-c-inputInformation__field tbody tr {
  display: block;
}
.fs-c-inputInformation__field tbody td {
  display: block;
}
.fs-c-inputInformation__field .fs-c-inputTable {
  display: block;
}
.fs-c-inputInformation__field .fs-c-inputTable tr:last-of-type {
  margin: 18px 0;
}
.fs-c-inputInformation__field .fs-c-inputTable__headerCell {
  padding: 0;
}
.fs-c-inputInformation__field .fs-c-inputTable__dataCell {
  padding: 0;
}
.fs-c-inputInformation__field .fs-c-inputTable__dataCell .fs-c-inputField__field input {
  width: 100%;
  border: #cccccc 1px solid;
  background-color: #f5f5f5;
  height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
}
.fs-c-inputInformation__field .fs-c-inputTable__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-inputInformation__field .fs-c-inputTable__label .fs-c-requiredMark {
  margin-left: 12px;
  display: block;
  overflow: unset;
  text-indent: unset;
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  font-size: 10px;
  font-size: 1rem;
  background-color: #cb0a0a;
  color: #fff;
  width: 29px;
  height: 16px;
}
.fs-c-inputInformation__field .fs-c-inputTable__label .fs-c-requiredMark::before {
  display: none;
}
.fs-c-inputInformation__field .fs-c-checkbox {
  margin: 0;
  width: 100%;
}
.fs-c-inputInformation__field .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #fff;
  border-color: #fff;
  border: solid 1px #000;
  transition: all 0.5s 0s ease;
}
.fs-c-inputInformation__field .fs-c-checkbox__label {
  width: 100%;
}
.fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  width: 20px;
  height: 20px;
  background-color: unset;
  border: solid 1px #000;
  margin: 0;
  margin-right: 2.6666666667%;
  border-radius: unset;
}
.fs-c-inputInformation__field .fs-c-checkbox__checkMark::before {
  color: #cb0a0a;
  font-size: 16px;
  font-size: 1.6rem;
  top: 1px;
}
.fs-c-inputInformation__field .fs-c-checkbox__labelText {
  font-size: 14px;
  font-size: 1.4rem;
}
.fs-c-inputInformation__field .fs-c-checkbox__labelText > a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.fs-c-inputInformation__button button {
  position: relative;
  background-color: #000;
  padding: 18px 0;
  width: 311px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: none;
  text-align: center;
  margin: unset;
}
.fs-c-inputInformation__button button::before {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fs-c-inputInformation__button button span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.fs-c-documentContent {
  margin-bottom: 48px;
}
.fs-c-documentContent p {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-documentContent p:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
}