@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4d8ade;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, BlinkMacSystemFont, "游ゴシック体", "メイリオ", Meiryo,
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #aaa;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-c-main: #4c4743;
  --bs-c-sub: #f8f3f0;
  --bs-c-accent: #ea714e;
  --bs-c-main-rgb: 51, 51, 51;
  --bs-c-sub-rgb: 239, 239, 239;
  --bs-c-accent-rgb: 251, 176, 59;
  --bs-btn-disabled-bg: #ddd;
  --bs-link-color: #6a9fdb;
  --bs-link-color-rgb: 106, 159, 219;
  --bs-link-hover-color: rgb(53.6486486486, 125.2702702703, 206.3513513514);
  --bs-link-hover-color-rgb: 72, 139, 216;
}

/* mixin */

/* fontFamily */

/* アイコンフォント*/

/* bootstrap*/

/* fallback */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.woff2) format("woff2");
}

/* fallback */

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIconsOutlined-Regular.woff2) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

html {
  display: block;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: none !important;
  font-size: 14px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none !important;
  background: #fafafa;
  min-width: 0;
  color: #3c434a;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.4;
}

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

a {
  color: #2271b1;
  transition-property: border, background, color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
}

a {
  outline: 0;
}

a:active,
a:hover {
  color: #135e96;
}

a:focus {
  color: #043959;
  box-shadow: 0 0 0 2px #2271b1;
  outline: 2px solid transparent;
}

.btn-main {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #22aca4;
  --bs-btn-border-color: #22aca4;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgb(30.6, 154.8, 147.6);
  --bs-btn-hover-border-color: rgb(30.6, 154.8, 147.6);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgb(27.2, 137.6, 131.2);
  --bs-btn-active-border-color: rgb(27.2, 137.6, 131.2);
}

.btn-blue {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #4d8ade;
  --bs-btn-border-color: #4d8ade;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgb(51.7763033175, 121.4203791469, 217.3236966825);
  --bs-btn-hover-border-color: rgb(51.7763033175, 121.4203791469, 217.3236966825);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgb(37.4104265403, 106.5630331754, 201.7895734597);
  --bs-btn-active-border-color: rgb(37.4104265403, 106.5630331754, 201.7895734597);
}

.btn-white {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #22aca4;
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: #22aca4;
  --bs-btn-hover-color: rgb(30.6, 154.8, 147.6);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: rgb(30.6, 154.8, 147.6);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: rgb(27.2, 137.6, 131.2);
}

.btn.w-120 {
  min-width: 120px;
}

.btn-arrow {
  --bs-btn-padding-x: 1.5em;
  position: relative;
}

.btn-arrow::after {
  content: "\e409";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-arrow:hover::after {
  right: 0;
  transition: 0.2s;
}

p {
  line-height: 1.5;
}

.badge-required {
  transform: translateY(-0.2em);
  background-color: #f06a6a !important;
  color: #fff !important;
  margin-left: 0.5rem !important;
}

.sct-login form.card-login {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sct-login form.shake {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 3;
  transform: translateX(0);
}

@keyframes shake {
  25% {
    transform: translateX(-20px);
  }

  75% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

h1 {
  text-align: center;
  font-weight: bold;
}

.sct-login {
  max-width: 360px;
  padding: 5% 0;
  margin: auto;
}

.card-login {
  margin-bottom: 15px;
}

.card-login label {
  margin-bottom: 5px;
}

.card-login label .badge {
  transform: translateY(-0.2em);
}

.form-item {
  padding: 0.75rem 0.5rem;
  border-bottom: dashed 1px var(--bs-border-color);
}

.form-item label {
  padding-bottom: 0.25rem;
  font-weight: bold;
  display: block;
}

.form-item .form-check-label {
  font-weight: normal;
  padding: 0;
}

.list-account-login {
  list-style: none;
  padding-left: 0;
}

.list-account-login li {
  list-style: none;
  display: grid;
  margin-bottom: 10px;
}

.list-account-login .btn {
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.list-account-login .btn:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.list-account-login .btn:hover::after {
  right: 10px;
  transition: 0.2s;
}

.list-account-login .btn::after {
  content: "";
  height: 16px;
  width: 16px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.list-account-login .btn.btn-google {
  color: #333;
  background-color: #fff;
}

.list-account-login .btn.btn-google::after {
  border-right: solid 3px #333;
  border-bottom: solid 3px #333;
}

.list-account-login .btn.btn-fb {
  background-color: #0766ff;
}

.list-account-login .btn.btn-line {
  background-color: #06c755;
}

.list-account-login .icn {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  background: center/contain no-repeat;
}

.list-account-login .icn.icn-google {
  background-image: url(../images/icn/icn-google.svg);
}

.list-account-login .icn.icn-fb {
  background-image: url(../images/icn/icn-fb.svg);
}

.list-account-login .icn.icn-line {
  background-image: url(../images/icn/icn-line.svg);
}

.sct-registration form.card-registration {
  margin-top: 20px;
  margin-left: 0;
  padding: 26px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sct-registration form.shake {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 3;
  transform: translateX(0);
}

.sct-registration form.shake {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 3;
  transform: translateX(0);
}

@keyframes shake {
  25% {
    transform: translateX(-20px);
  }

  75% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.sct-registration h1 {
  text-align: center;
  font-weight: bold;
}

.sct-registration {
  max-width: 360px;
  padding: 5% 0;
  margin: auto;
}

.card-registration label {
  margin-bottom: 5px;
}

.card-registration label .badge {
  transform: translateY(-0.2em);
}

.card-registration .table-userdata {
  margin-bottom: 30px;
  border-top: solid 1px #aaa;
}

.card-registration .table-userdata th,
.card-registration .table-userdata td {
  display: block;
}

.card-registration .table-userdata th {
  border-bottom-width: 0;
  background-color: var(--bs-light);
}

.ttl-form {
  text-align: center;
  margin-bottom: 1.5rem;
}

.ttl-form .logo {
  display: block;
  text-align: center;
}

.ttl-form .logo img {
  max-height: 60px;
}

.step-indicator {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  color: #b0b0b0;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 3rem;
}

.step-indicator .step {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  flex: 0 1 50px;
}

.step-indicator .step .num {
  font-size: 30px;
  font-weight: bold;
  color: #b0b0b0;
  text-align: center;
  line-height: 42px;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
  border: #b0b0b0 solid 4px;
  border-radius: 50%;
  position: relative;
}

.step-indicator .line {
  flex: 0 1 100px;
  height: 4px;
  width: 100%;
  background-color: #b0b0b0;
  margin: 22px 10px 0;
}

.step-indicator.progress1 .step1 {
  color: #22aca4;
}

.step-indicator.progress1 .step1 .num {
  color: #22aca4;
  border-color: #22aca4;
}

.step-indicator.progress2 .step1 .num {
  border-color: #22aca4;
  background-color: #22aca4;
  text-indent: -9999px;
}

.step-indicator.progress2 .step1 .num::before {
  content: "\e876";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.step-indicator.progress2 .step2 {
  color: #22aca4;
}

.step-indicator.progress2 .step2 .num {
  color: #22aca4;
  border-color: #22aca4;
}

.step-indicator.progress2 .line2 {
  background-color: #22aca4;
}

.step-indicator.progress3 .step1 .num,
.step-indicator.progress3 .step2 .num {
  background: #22aca4 url(../images/common/icn-check.svg) center/60% auto no-repeat;
  border-color: #22aca4;
  text-indent: -9999px;
}

.step-indicator.progress3 .step1 .num::before,
.step-indicator.progress3 .step2 .num::before {
  content: "\e876";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.step-indicator.progress3 .line2,
.step-indicator.progress3 .line3 {
  background-color: #22aca4;
}

.step-indicator.progress3 .step3 {
  color: #22aca4;
}

.step-indicator.progress3 .step3 .num {
  color: #22aca4;
  border-color: #22aca4;
}

#inputBox {
  position: relative;
}

#inputBox #view {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#inputBox #view .icn {
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#inputBox #view .icn-eye-close {
  background-image: url(../images/common/icn-eye-close.svg);
}

#inputBox #view .icn-eye-open {
  background-image: url(../images/common/icn-eye-open.svg);
}

.text-orange {
  color: #f38200;
}

@media (min-width: 576px) {
  .sct-registration {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }

  .card-registration .table-userdata th,
  .card-registration .table-userdata td {
    display: table-cell;
  }

  .card-registration .table-userdata th {
    border-bottom-width: var(--bs-border-width);
  }

  .step-indicator .step {
    font-size: 14px;
    flex: 0 1 60px;
  }

  .step-indicator .step .num {
    line-height: 52px;
    width: 60px;
    height: 60px;
  }

  .step-indicator .line {
    margin: 30px 10px 0;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px;
  }

  .step-indicator {
    max-width: 400px;
  }

  .step-indicator .step {
    font-size: 16px;
    flex: 0 1 80px;
  }

  .step-indicator .step .num {
    font-size: 40px;
    line-height: 72px;
    width: 80px;
    height: 80px;
  }

  .step-indicator .line {
    margin: 40px 10px 0;
  }
}/*# sourceMappingURL=map/login.css.map */
