/* =============================================================================


     pallet


============================================================================= */
/* =============================================================================


     color


============================================================================= */
/* $header-width: 216px; */
/* =============================================================================


     contact


============================================================================= */
.contact-list {
  margin-top: 120px;
}

.contact-item {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.contact-item + .contact-item {
  margin-top: 40px;
}

.contact-item-ttl {
  color: #4a81d8;
  font-size: 2.2rem;
  line-height: 1;
  min-width: 10em;
  padding-top: calc((50px - 1em) / 2);
  width: 10em;
}

.contact-input-box {
  width: 100%;
}

.contact-input-box input {
  border: 1px solid #000;
  border-radius: 0;
  height: 50px;
  width: 80%;
}

.your-zip input {
  max-width: 300px;
}

.your-address input,
textarea {
  width: 100%;
}

textarea {
  border: 1px solid #000;
  border-radius: 0;
  height: 365px;
}

.privacy {
  margin-top: 120px;
  text-align: center;
}

.privacy-txt {
  font-size: 2rem;
}

.parivacy-txt {
  border: 1px solid #000;
  height: 328px;
  margin: 32px auto 0;
  max-width: 728px;
  overflow-y: auto;
  padding: 1em;
  text-align: left;
  width: 100%;
}

.contact-btn {
  height: 45px;
  margin: 80px auto 0;
  position: relative;
  width: 180px;
}

#form-submit {
  align-items: center;
  background: #4a81d8;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  justify-content: center;
  padding-right: 24px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}

#form-submit:hover {
  opacity: 0.7;
}

.btn-arrow {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 0.5em;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
  width: 0.5em;
  z-index: 1;
}

.contact-btn:hover .btn-arrow {
  opacity: 0.7;
}


/*# sourceMappingURL=contact.css.map*/