@charset "UTF-8";
/* メイン */
#reminder_body {
  max-width: 540px;
  margin: auto;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
}

#reminder_body #wrapper {
  position: relative;
  width: 100%;
}

form * {
  color: unset;
}

.reminder {
  /* 上部説明分 */
  /* 入力項目 メール */
  /* 入力項目 確認用メール */
  /* 入力欄下部説明文 */
  /* 必須 表示 */
  /* 入力テキスト */
  /* 送信ボタン */
  /* 返信不要 */
  /* 返信不要（見出し）*/
  /* 入力エラーメッセージ */
  /* ヘッダタイトル帯 */
  /* ヘッダ矢印リンクエリア */
  /* ヘッダ矢印リンク書式 */
  /* 入力完了 */
  /* 入力完了（見出し）*/
}

.reminder--input_area {
  padding-left: 16px;
  padding-right: 16px;
}

.reminder--note {
  margin: 24px 16px;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

.reminder--input_mail {
  display: inline-block;
  margin: 16px 0;
  padding: 0;
  position: relative;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.reminder--input_mail_confirm {
  display: inline-block;
  margin: 32px 0 16px 0;
  padding: 0;
  position: relative;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.reminder--input_area_note {
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

.reminder--required {
  position: relative;
  left: 8px;
  line-height: 1.43;
  font-size: 14px;
  color: #f00;
}

.reminder--input {
  width: 100%;
  height: 70px;
  margin-bottom: 4px;
  padding: 13px 14px;
  border: solid 1px #b2b2b2;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.64px;
  /* 入力メールアドレス */
  /* エラー時 入力エリア */
}

.reminder--input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.reminder--input::-moz-placeholder {
  color: #bbbbbb;
}

.reminder--input:-ms-input-placeholder {
  color: #bbbbbb;
}

.reminder--input::placeholder {
  color: #bbbbbb;
}

.reminder--input.mail {
  width: 100%;
  height: 48px;
}

.reminder--input.error {
  border: solid 2px #f44121;
}

.reminder--submit_button {
  width: 100%;
  height: 48px;
  margin: 155px 0 16px 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: none;
  /* 送信ボタン（非活性）*/
  /* 送信ボタン （活性）*/
}

.reminder--submit_button:disabled {
  color: #9d9d9d;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.reminder--submit_button:enabled {
  color: #fff;
  background-color: #fa628a;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.reminder--notice_nores {
  width: 100%;
  height: 95px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #f5f6f8;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
}

.reminder--notice_nores_bold {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 3;
}

.reminder--error_message {
  display: block;
  position: relative;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  color: #f44121;
  padding-left: 3px;
  left: 8px;
}

.reminder--header {
  font-weight: 600;
  width: 100%;
  height: 55px;
  max-height: 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border-bottom: #e5e5e5 solid 1px;
}

.reminder--header_title {
  position: relative;
  left: 8px;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.47px;
}

.reminder--header_link {
  height: 100%;
  padding: 0 16px;
}

.reminder--header_link a {
  display: block;
  height: 100%;
}

.reminder--header_link img {
  position: relative;
  width: 32px;
  height: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}

.reminder--header_left_arrow {
  font-family: icon;
  font-size: 32px;
  font-style: normal;
  color: white;
  display: block;
  margin-left: 10px;
  margin-top: 7px;
  /* ヘッダ矢印文字 */
}

.reminder--header_left_arrow::before {
  content: "\EA4B";
}

.reminder--confirm_text_title {
  width: 311px;
  font-size: 14px;
  padding: 0px;
  font-weight: 300;
  color: #212121;
}

.reminder--confirm_back_button {
  font-size: 15px;
  font-weight: 600;
  border: 0px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}

.reminder--confirm_back_button_position {
  text-align: center;
  margin-bottom: 60px;
}

.reminder--notice_complete {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
}

.reminder--notice_complete_bold {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
  line-height: 3;
}

.reminder--complete_icon {
  height: 145px;
  background-repeat: no-repeat;
  background-position: center 65px;
  -moz-background-size: 63px auto;
    -o-background-size: 63px auto;
       background-size: 63px auto;
  background-image: url("/img/renewal/ui_enquete_complete.svg");
}

/* 完了画面 */
.complete {
  /* タイトル */
  /* 上説明分 */
}

.complete--title {
  margin: 48px 16px 24px 16px;
  font-size: 14px;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  color: #000;
}

.complete--note {
  margin: 24px 16px;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

/* パスワードを忘れた方 画面 */
.inquiry--button {
  display: block;
  width: 100%;
  margin: 16px auto 64px 0;
  padding: 0;
  text-align: center;
  background-color: #fa3296;
  color: white;
  line-height: 3;
  font-size: 1.6rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* 期限切れ画面 */
.userinfo_expired {
  /* 上部説明分 */
}

.userinfo_expired--note {
  margin: 24px 16px;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

.userinfo_expired--button {
  display: block;
  height: 48px;
  margin: 60px 16px;
  padding: 12px 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fa628a;
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.12px;
}

/*# sourceMappingURL=reminder.css.map */
