.area-input {
  margin: 32px auto 64px;
  text-align: center;
  width: 90%;
}
.area-input div { margin-bottom: 30px; }
.area-input div > label {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 8px;
}
.area-input div > input {
  width: 100%;
  display: block;
  height: 30px;
}
.area-input div > select {
  width: 100%;
  display: block;
  height: 38px;
  font-size: 12px;
}
.area-input div > textarea {
  width: 100%;
  display: block;
  height: 150px;
}
#contactus_checkbox {
  margin-bottom: 24px;
}
div.error {
  text-align: left;
  color: var(--main-color);
  /* padding-left: 250px; */
  position: absolute;
  font-size: 14px;
}
.important { color: var(--main-color); }
.txt-privacy {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  margin: 20px auto;
}
.wrap-checkbox {
  text-align: center;
}
.margin-btn {
  margin: 56px auto;
  text-align: center;
}
#sendMassage { display: none; }
#send-message {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #fff;
  opacity: 0.9;
}
.wait-message {
  width: 300px;
  height: 120px;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%, -50%);
  background: #a0a0a0;
  border-radius: 10px;
}
.wait-message p {
  color: #fff;
  padding: 15px 0;
}
.loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #a0a0a0;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wrap-btn-storage {
  display: flex;
  padding: 24px;
  border-radius: 24px;
  margin-bottom: 40px;
}
.wrap-btn-storage > .area-btn {
  width: 50%;
  padding: 8px;
}
.wrap-btn-storage > .area-btn > .cmn-btn {
  width: 100%;
  padding: 16px 0;
  line-height: normal;
}
.wrap-btn-storage > .area-btn > .cmn-btn > .btn-txt span {
  font-size: 1.2rem;
  line-height: 2rem;
}
 /*=============================== ここからtab ===============================*/
 @media screen and (max-width: 1023px) {
  .btn-cancel {
    width: 80%;
    margin-bottom: 8px;
  }
  .wrap-btn-storage {
  flex-direction: column;
  }
  .wrap-btn-storage > .area-btn {
  width: 100%;
  }
}