body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

.fs-l-main {
  padding-bottom: 12.8%;
  border-bottom: solid 1px #ccc;
}

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

.fs-c-inputInformation__message {
  width: 640px;
  margin-bottom: 40px;
}
.fs-c-inputInformation__message p, .fs-c-inputInformation__message span {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs-c-inputInformation__message p:first-of-type, .fs-c-inputInformation__message span:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.contact {
  width: 640px;
}
.contact__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;
}
.contact__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;
}
.contact__button span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.contact dl:not(:last-of-type) {
  margin-bottom: 32px;
}
.contact dl:last-of-type {
  margin-bottom: 48px;
}
.contact dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.contact dl dt span {
  margin-left: 8px;
  width: 29px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cb0a0a;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.contact dl dd.input-flex input:first-of-type {
  margin-right: 16px;
}
.contact input {
  width: 300px;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  padding: 14px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
.contact textarea {
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  padding: 14px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 180px;
}
.contact .select-label {
  position: relative;
  width: 300px;
  display: block;
}
.contact .select-label select {
  padding: 14px 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact .select-label option {
  font-size: 16px;
  font-size: 1.6rem;
}
.contact .select-label:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  padding: 0;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  content: "";
  background: unset;
  transform: rotate(135deg);
  border: unset;
  border-radius: unset;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.contact .select-label::before {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 8px;
}
.contact button[type=submit] {
  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;
}
.contact button[type=submit]::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;
}
.contact button[type=submit] span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}