html {
  height: 100vh;
  overflow: hidden;
}
label {
  margin: 0;
}
.login-box {
  margin: 0 auto;
  margin-top: 20px;
}

.signup-page .requied-field {
  color:rgb(255, 0, 0)
}

.sighin-button {
  /* width: 200px; */
  padding-bottom: 10px;
}

.login-page {
  background-color: #f3f3f3;
}

.card {
  box-shadow: none;
  border-radius: 15px;
}

.login-wrapper {
  width: 80% !important;
  max-width: 750px;
}

.login-card-body {
  padding: 85px 160px;
  border-radius: 15px;
  background-color: #FFFFFF;
}

.card-primary.card-outline {
  border-top: none;
}

.input-title-positon {
  display: block;
  background-color: #FFFFFF;
  padding-left: 2px;
  padding-right: 2px;
  top:-7px;
  left:7px;
  font-size:11px;
  font-weight: 100;
}

.btn-primary {
  background-color: #229ae6;
}
.btn-primary:hover {
  background-color: #229ae6;
}

.font-size-12 {
  font-size: 12px;
}

.must {
  font-size: 20px;
  color: #ba1a1a;
}

.form-error {
  color: #ba1a1a;
  font-size: 14px;
  margin-left: 15px;
}

.mb0-imp {
  margin-bottom: 0 !important;
}

a.forget {
  font-size: 14px;
  color: #229AE6;
  text-decoration: underline;
}

.swal2-confirm:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
}

.user-login {
  display: flex;
  background-image: url('/images/background/back-image01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

.circle10px {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.resize-none {
  resize: none;
}

.color-EEEEEE {
  color: #EEEEEE;
}
.color-white {
  color: #FFFFFF;
}
.color-cccccc {
  color: #cccccc;
}
.color-495057 {
  color: #495057;
}
.color-229AE6 {
  color: #229AE6;
}
.color-EF4444 {
  color: #EF4444;
}
.bc-white {
  background-color: #FFFFFF;
}
.bc-229AE6 {
  background-color: #229AE6;
}
.bc-e3f2fc {
  background-color: #e3f2fc;
}
.bc-d4d4d4 {
  background-color: #d4d4d4;
}
.bc-f2f3f7 {
  background-color: #f2f3f7;
}
.bc-F3F5F8 {
  background-color: #F3F5F8;
}

.border-229AE6 {
  border-color: #229AE6;
}
.border-5E5E5E {
  border-color: #5E5E5E;
}


/* レスポンシブ */
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }

  .sp-none {
    display: none !important;
  }

  .sp-flex-column {
    flex-direction: column !important;
  }

  .sp-block {
    display: block !important;
  }

  .sp-relative {
    position: relative !important;
  }
  .sp-position-chatarea {
    left: 50% !important;
    transform: translate(-50%, -50px);
    height: 45% !important;
  }
  .sp-position-robot {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 50% !important;
  }
  .sp-position-chat-text {
    position: relative !important;
  }
  .sp-chat-text-height {
    height: calc(100% - 10px) !important;
  }

  .ai_msgbox {
    max-width: 85% !important;
  }

  .sp-w40 {
    width: 40% !important;
  }
  .sp-w50 {
    width: 50% !important;
  }
  .sp-w90 {
    width: 90% !important;
  }
  .sp-w97 {
    width: 97% !important;
  }
  .sp-w100 {
    width: 100% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }

  .sp-h40 {
    height: 40% !important;
  }
  .sp-h200px {
    height: 200px !important;
  }
  .sp-h100vh {
    height: 100vh;
  }

  .sp-color-229AE6 {
    color: #229AE6;
  }

  .sp-bc-white {
    background-color: #FFFFFF;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f20 {
    font-size: 20px !important;
  }
  .sp-f25 {
    font-size: 25px !important;
  }
  .sp-f32 {
    font-size: 32px !important;
  }
  .sp-f40 {
    font-size: 40px !important;
  }
  .sp-f48 {
    font-size: 48px !important;
  }

  .sp-m0 {
    margin: 0px !important;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-ml15 {
    margin-left: 15px !important;
  }

  .sp-p0 {
    padding: 0px !important;
  }
  .sp-p15 {
    padding: 15px !important;
  }
  .sp-pt15 {
    padding-top: 15px !important;
  }

  .humburger {
    background-color: rgba(0,0,0,0.4);
    top: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .humburger.open {
    opacity: 1;
  }
  .humburger-body {
    width: 85%;
    background-color: #f2f3f7;
    padding: 10px;
    right: -150%;
    z-index: 6;
    transition: all 0.5s;
  }
  .humburger-body.open {
    right: 0;
  }
}