@charset "UTF-8";
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* -----------------------------------------------

 パスワードリセット

------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media print, screen and (min-width: 769px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 8.5px;
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  color: #000;
  line-height: 1.75;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  z-index: 0;
}

body::before,
body::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: fixed;
  left: 0;
  z-index: -1;
}

body::before {
  top: 0;
  background-color: #05142e;
}

body::after {
  bottom: 0;
  background-color: #05142e;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

select {
  color: #000;
}

em, i {
  font-style: normal;
}

.passwdReset_header {
  background-color: #05142e;
  background-image: url(/img/user/bg_user1.webp);
  background-position: top;
  background-size: cover;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.passwdReset_header__logo img {
  height: 48px;
  width: auto;
}

.passwdReset_contents {
  padding: 2rem 0;
  min-height: calc(100vh - 15.6rem);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .passwdReset_contents {
    min-height: calc(100svh - 15.6rem);
  }
}

.passwdReset_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.passwdReset__title {
  position: relative;
  padding: 0 0 1.6rem;
  margin-bottom: 3.2rem;
}
.passwdReset__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0f7ceb;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.passwdReset__title_text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.passwdReset_error1 {
  max-width: 36rem;
  margin: -1rem auto 2.3rem;
  padding: 1.6rem 1.2rem 1.6rem;
  background: #ffe5e5;
  border: solid 2px #fa4641;
  border-radius: 8px;
}
.passwdReset_error1_text {
  color: #fa4641;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.passwdReset_error2 {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.passwdReset_error2_text {
  margin: 0 0 2.3rem;
  padding: 1rem 1.5rem 1rem;
  color: #fa4641;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  background: #ffe5e5;
  border: solid 2px #fa4641;
  border-radius: 8px;
  text-align: center;
}

.passwdReset_text {
  margin-bottom: 1.4rem;
  text-align: center;
  line-height: 1.5625;
}
.passwdReset_text em {
  font-style: normal;
  font-weight: 600;
}

.passwdReset_action {
  margin: 2.6rem -0.6rem 0;
  text-align: center;
}
.passwdReset_action_btn {
  background: #0f7ceb;
  color: #fff !important;
  display: block;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0.9em 1em;
  border-radius: 10rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .passwdReset_action_btn:hover {
    background: #3b96f2;
  }
}

.passwdReset_form {
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.passwdReset_form_field {
  position: relative;
  margin: 3rem 0;
}

.passwdReset_form_pass {
  position: relative;
}

.passwdReset_form_label {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.passwdReset_form_note {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
}
.passwdReset_form_note i {
  color: #fa4641;
}

.passwdReset_form_pass_input, .passwdReset_form_mail_input {
  padding: 0.3em 0.5em 0.3em 0.5em;
  border: solid 1px #333;
  border-radius: 0.5rem;
  width: 100%;
  outline-color: #333;
  font-size: 2.2rem;
  background: #ffffe5;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.passwdReset_form_pass_input::-moz-placeholder, .passwdReset_form_mail_input::-moz-placeholder {
  color: #8e8e8e;
}
.passwdReset_form_pass_input::placeholder, .passwdReset_form_mail_input::placeholder {
  color: #8e8e8e;
}

.passwdReset_form_pass_eye {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.passwdReset_form_pass_eye.ico-eye {
  background: url(/img/user/icon_eye.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.passwdReset_form_pass_eye.ico-eye-slash {
  background: url(/img/user/icon_eye-slash.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
}

.passwdReset_form_mail_input {
  font-size: 1.6rem;
  padding: 0.9em 0.5em 0.9em 0.8em;
}

.passwdReset_form_submit {
  margin: 3.2rem -0.6rem 0;
  text-align: center;
}

.passwdReset_form_submit_btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.9em 0.25em 0.9em 0.25em;
  border-radius: 10rem;
  background: #0f7ceb;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  transition: background-color 0.2s;
}
@media print, screen and (min-width: 769px) {
  .passwdReset_form_submit_btn {
    width: 100%;
  }
  .passwdReset_form_submit_btn:hover {
    background: #3b96f2;
  }
}

.passwdReset_form_back {
  margin: 2.6rem 0 0;
  text-align: center;
}
.passwdReset_form_back_btn {
  background: #808080;
  color: #fff !important;
  display: inline-block;
  padding: 0.9em 1.5em;
  border-radius: 10rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .passwdReset_form_back_btn:hover {
    background: #9a9a9a;
  }
}

.passwdReset_form_action {
  margin: 2.6rem -0.7rem 0;
  display: flex;
  gap: 1.4rem;
  justify-content: center;
}

.passwdReset_form_action_back {
  width: calc(32% - 0.7rem);
}
.passwdReset_form_action_back_btn {
  position: relative;
  background: #808080;
  color: #fff !important;
  display: block;
  padding: 0.9em 0.5em;
  border-radius: 10rem;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .passwdReset_form_action_back_btn:hover {
    background: #9a9a9a;
  }
}
.passwdReset_form_action_back_btn:has(i[data-icon=arrow-back]) {
  padding-left: 1em;
}

.passwdReset_form_action_submit {
  width: calc(68% - 0.7rem);
}
.passwdReset_form_action_submit_btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.9em 1em 0.9em 1em;
  border-radius: 10rem;
  background: #0f7ceb;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  transition: background-color 0.2s;
}
@media print, screen and (min-width: 769px) {
  .passwdReset_form_action_submit_btn {
    width: 100%;
  }
  .passwdReset_form_action_submit_btn:hover {
    background: #3b96f2;
  }
}
.passwdReset_form_action_submit_btn:has(i[data-icon=arrow-progress]) {
  padding-right: 1.6em;
}

i[data-icon=arrow-progress] {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 1.4em;
  margin: auto;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(45deg);
}
i[data-icon=arrow-progress]::before, i[data-icon=arrow-progress]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
@media print, screen and (min-width: 769px) {
  i[data-icon=arrow-progress]::before, i[data-icon=arrow-progress]::after {
    border-width: 4px;
  }
}
i[data-icon=arrow-progress]::before {
  right: -6.5px;
  top: -6.5px;
}
@media print, screen and (min-width: 769px) {
  i[data-icon=arrow-progress]::before {
    right: -8px;
    top: -8px;
  }
}

i[data-icon=arrow-back] {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0.75em;
  margin: auto;
  width: 0.75em;
  height: 0.75em;
  transform: rotate(-135deg);
}
i[data-icon=arrow-back]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
@media print, screen and (min-width: 769px) {
  i[data-icon=arrow-back]::before {
    border-width: 4px;
  }
}

.passwdReset_footer {
  display: flex;
  background: #05142e;
  padding: 0 1rem 0;
  height: 4.6rem;
  justify-content: center;
  align-items: center;
}

.passwdReset_footer__copyright {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
  font-family: "inter", sans-serif;
}

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