@charset "utf-8";

.main {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  overflow-y: scroll;
}

.container {
  position: relative;
  width: 304px;
  height: 270px;
  border: solid 1px #231815;
  margin: 0 auto 5px auto;
}

.center {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  box-sizing: content-box;
}

.center > p {
  font-size: 7.5px;
  font-weight: bold;
  color: #b3201b;
  padding: 10px 0;
}
.center > span {
  font-size: 14px;
  color: #b3201b;
}
/* データ入力 */
.first_title {
  margin: 34.4px 0 24px 0;
}

.form-area {
  margin: 16px auto 32px auto;
  width: 256px;
}

.age-options.reason {
  gap: 20px 16px;
}

.age-options.age,
.age-options.gender,
.age-options.address {
  grid-template-columns: repeat(2, 1fr);
}

.age-options.address label:nth-child(3),
.age-options.address label:nth-child(4) {
  grid-column: span 2;
}

.age-options.reason {
  grid-template-columns: repeat(2, auto);
}

.age-options.reason label:nth-child(3) {
  grid-column: span 2;
}

.age-option {
  display: flex;
  align-items: center;
  font-size: 1.1em;
}

.error-message {
  color: #b3201b;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.none {
  opacity: 0;
}
/* 利用規約 */
.policy {
  width: 304px;
  height: 390px;
}

.policy > p {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

.confirm {
  margin: 0 0 24px 0;
}

.main-text {
  font-size: 12px;
  padding: 0 10px;
}

.left {
  text-align: left;
}

.link {
  color: #1b6fb3 !important;
  font-weight: bold;
}
/* ID確認画面 */
.id_confirm {
  width: 304px;
}

.id_confirm > p {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 56px 0;
}

.id_confirm_innner {
  border: 1px solid #b3201b;
  margin: 0 auto 56px auto;
  padding: 24px 16px;
}

.id_confirm_innner > p {
  font-size: 14px;
}

.id_confirm_innner > p:nth-child(2) {
  color: #b3201b;
  font-weight: bold;
  margin: 0 0 32px 0;
  line-height: 170%;
}

.id_confirm_innner > p:nth-child(4) {
  text-align: left !important;
}

.id_confirm_innner > div {
  margin: 0 0 20px 0;
}

.id_confirm_innner > div > input {
  margin: 0 0 24px 0;
}

.btn_next,
.confirm {
  width: 100%;
}
