@charset "UTF-8";
html {
  scroll-behavior: smooth;
  background-color: #ffffff;
}
body {
  min-width: 360px;
  min-height: 100vh;
  background-color: #198754;
}
.main-header {
  height: 160px;
  background-image: url(../image/background-header.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.main-header .logo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .main-header {
    height: 120px;
    background-position: left bottom;
  }
  .main-header .logo {
    width: 160px;
  }
}
@media screen and (max-width: 576px) {
  .main-header {
    height: 80px;
  }
}
main {
  background-color: #fff;
  min-height: 30vh;
}
main .content-header {
  position: relative;
}
main .content-header:after {
  content: '';
  display: block;
  background: #e8e9d3;
  background-image: linear-gradient(90deg, #e8e9d3, #f2f3e6);
  width: 120px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: calc(50% - 60px);
}
footer {
  background-color: #eefce6;
}
.form-control::placeholder {
  color: #ccc;
}
/* パスワードフォーム項目 */
.form-overlay-ico {
  position: relative;
}
.form-overlay-ico i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 2.2rem;
  height: calc(100% - 2px);
  display: block;
  cursor: pointer;
  color: #8d99a2;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0;
  background-color: #ededed;
  border-radius: 0 3px 3px 0;
  margin: 1px;
  transition: 0.5s ease;
}
.form-overlay-ico i:hover {
  color: #49535a;
}
.form-overlay-ico input[type="text"],
.form-overlay-ico input[type="email"],
.form-overlay-ico input[type="password"] {
  padding-right: 2.875rem;
}
/* Validation Error */
.has-error input,
.has-error select,
.has-error textarea,
.has-error .input-group-text {
  border-color: #dc3545;
  background-color: #fff5f6;
}
.has-error .invalid-feedback {
  display: block;
}
iframe[src*="google.com/maps"] {
  width: 100%;
}
.list-cjk-ideographic {
  list-style-type: cjk-ideographic;
}
/*# sourceMappingURL=style.css.map */