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


     contact


============================================================================= */
.contact {
  text-align: center;
}

.contact-contaier {
  margin: auto;
  margin-top: 40px;
  max-width: 1080px;
  text-align: justify;
}

.contact-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.contact-item-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  min-width: 12em;
  padding-top: calc((50px - 1em) / 2);
  width: 12em;
}

.contact-item-ttl span {
  border: 1px solid #f00;
  color: #f00;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0.5em;
}

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

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

.your-zip span {
  display: inline-block;
  font-size: 3rem;
}

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

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

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

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

.privacy-head {
  font-size: 2rem;
  text-align: center;
}

.privacy-ttl {
  font-size: 2rem;
  margin-top: 40px;
  text-align: center;
}

.parivacy-txt {
  border: 1px solid #534741;
  height: 400px;
  line-height: 2;
  margin: 32px auto 0;
  overflow-y: auto;
  padding: 1em;
  text-align: left;
  width: 100%;
}

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

#form-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9cd4cc;
  border-radius: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 24px;
  text-align: center;
  -webkit-transition: 0.2s;
  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);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0.5em;
  z-index: 1;
}

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

.your-radio > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 50px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 0 0 1.25em;
  position: relative;
}

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #534741;
  border-radius: 0px;
  border-radius: 0%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #534741;
  border-left: 3px solid #534741;
  border-radius: 0%;
  content: "";
  display: block;
  height: 0.75em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /*   background: transparent url(../images/contact/arrow-icon.svg) no-repeat center right 8px/16px 16px; */
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.6;
  /*   font-size: 1.6rem; */
  padding: 8px;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* **************************************


     common


***************************************/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

input[type="checkbox"]:checked + span::before {
  background: #000;
}

@media (max-width: 767px) {
  .contact-item + .contact-item {
    margin-top: 24px;
  }
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-item-ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
    padding-top: 0;
  }
  .contact-item-ttl span {
    font-size: 1.4rem;
  }
  .contact-input-box input {
    min-width: 200px;
  }
  .your-zip span {
    font-size: 2rem;
  }
  .privacy {
    margin-top: 60px;
  }
  .privacy-head {
    font-size: 1.6rem;
    margin: auto;
    max-width: 400px;
    text-align: left;
  }
  .privacy-ttl {
    font-size: 1.8rem;
    margin-top: 24px;
  }
  .contact-btn {
    margin-top: 60px;
  }
  .your-radio > span {
    font-size: 2rem;
  }
  select {
    padding: 0.5em;
  }
  input[type="checkbox"] + span {
    display: block;
  }
}


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