.ghms-lite{
  --ghms-blue:#079bc6;
  --ghms-blue-dark:#073f67;
  --ghms-text:#172f40;
  --ghms-subtext:#425f72;
  --ghms-line:#9fd3e5;
  --ghms-yellow:#f9bd00;
  width:100%;
  max-width:760px;
  margin:24px auto;
  box-sizing:border-box;
  background:#fff;
  border:1px solid var(--ghms-line);
  border-top:3px solid var(--ghms-blue);
  border-radius:0 0 12px 12px;
  box-shadow:0 10px 24px rgba(17,73,105,.08);
  font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  color:var(--ghms-text)!important;
  opacity:1!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.ghms-lite *{
  box-sizing:border-box;
  opacity:1;
}
.ghms-lite__head{
  padding:22px 24px 12px;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.ghms-lite__badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 13px;
  border-radius:6px;
  background:var(--ghms-yellow)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.02em;
  text-shadow:0 1px 1px rgba(0,0,0,.12);
}
.ghms-lite__title{
  margin:12px 0 6px!important;
  padding:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
  color:var(--ghms-blue-dark)!important;
  -webkit-text-fill-color:var(--ghms-blue-dark)!important;
  font-size:24px!important;
  line-height:1.45!important;
  font-weight:900!important;
  letter-spacing:.01em;
  text-shadow:none!important;
  opacity:1!important;
}
.ghms-lite__title:before,
.ghms-lite__title:after{
  display:none!important;
  content:none!important;
}
.ghms-lite__lead{
  margin:0!important;
  color:var(--ghms-subtext)!important;
  -webkit-text-fill-color:var(--ghms-subtext)!important;
  font-size:13px!important;
  line-height:1.8!important;
  font-weight:600!important;
  opacity:1!important;
}
.ghms-lite__form{
  padding:12px 24px 24px;
}
.ghms-lite__grid{
  display:grid;
  gap:14px;
}
.ghms-lite__grid--two{
  grid-template-columns:1fr 1fr;
}
.ghms-lite__field{
  display:grid;
  gap:7px;
}
.ghms-lite__field--mansion{
  margin-top:14px;
}
.ghms-lite__label{
  color:#123f5d!important;
  -webkit-text-fill-color:#123f5d!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:900!important;
  opacity:1!important;
}
.ghms-lite__select{
  width:100%!important;
  min-height:48px!important;
  padding:0 42px 0 14px!important;
  border:1px solid #9dcbe0!important;
  border-radius:7px!important;
  background-color:#fff!important;
  color:#172f40!important;
  -webkit-text-fill-color:#172f40!important;
  font-family:inherit!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:800!important;
  letter-spacing:0!important;
  outline:none!important;
  box-shadow:0 3px 10px rgba(16,77,112,.04)!important;
  opacity:1!important;
}
.ghms-lite__select option{
  color:#172f40!important;
  background:#fff!important;
  font-weight:700!important;
}
.ghms-lite__select:focus{
  border-color:var(--ghms-blue)!important;
  box-shadow:0 0 0 3px rgba(7,155,198,.15)!important;
}
.ghms-lite__select:disabled{
  background:#f2f7fa!important;
  color:#597284!important;
  -webkit-text-fill-color:#597284!important;
  border-color:#c5dce7!important;
  font-weight:700!important;
  opacity:1!important;
  cursor:not-allowed;
}
.ghms-lite__status{
  min-height:24px;
  margin-top:8px;
  text-align:center;
  color:#526b7b!important;
  -webkit-text-fill-color:#526b7b!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:800!important;
  opacity:1!important;
}
.ghms-lite__status.is-loading{color:#416a83!important;-webkit-text-fill-color:#416a83!important}
.ghms-lite__status.is-success{color:#08754f!important;-webkit-text-fill-color:#08754f!important}
.ghms-lite__status.is-error{color:#a52720!important;-webkit-text-fill-color:#a52720!important}
.ghms-lite__status.is-empty{color:#566a78!important;-webkit-text-fill-color:#566a78!important}
.ghms-lite__actions{
  display:flex;
  justify-content:center;
  margin-top:2px;
}
.ghms-lite__button{
  min-width:230px!important;
  min-height:50px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#ffd32a 0%,#ffbd00 100%)!important;
  color:#17364a!important;
  -webkit-text-fill-color:#17364a!important;
  font-family:inherit!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(255,190,0,.20)!important;
  transition:.18s ease;
  opacity:1!important;
}
.ghms-lite__button:not(:disabled):hover{
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(255,190,0,.25)!important;
}
.ghms-lite__button:disabled{
  background:#dce6eb!important;
  color:#516b7c!important;
  -webkit-text-fill-color:#516b7c!important;
  box-shadow:none!important;
  opacity:1!important;
  cursor:not-allowed;
}
@media(max-width:640px){
  .ghms-lite{
    margin:18px auto;
    border-radius:0 0 10px 10px;
  }
  .ghms-lite__head{
    padding:18px 15px 10px;
  }
  .ghms-lite__form{
    padding:10px 15px 18px;
  }
  .ghms-lite__title{
    font-size:20px!important;
  }
  .ghms-lite__lead{
    font-size:12px!important;
    font-weight:600!important;
  }
  .ghms-lite__grid--two{
    grid-template-columns:1fr;
    gap:11px;
  }
  .ghms-lite__field--mansion{
    margin-top:11px;
  }
  .ghms-lite__select{
    min-height:46px!important;
    font-size:13px!important;
  }
  .ghms-lite__button{
    width:100%!important;
    min-width:0!important;
  }
}
