input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

#contact {
  padding-bottom: 100px;
  background: #fff;
  font-size: 14px;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}

#contact .enTtl {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}

#contact .jpTtl {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

#contact .contactList dt {
  text-align: left;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 1.5;
}

#contact .contactList dt.address {
  margin-top: 20px;
}

#contact .contactList .required,
#contact .contactList .optional {
  font-size: 14px;
  padding: 3px 10px 2px;
  color: white;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.5;
}

#contact .contactList .required {
  background-color: #925762;
}

#contact .contactList .optional {
  background-color: #6D6D6F;
}

#contact .contactList .zipWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .contactList dd {
  width: 100%;
}

#contact .contactList dd .addressWrap--w50 {
  width: 50%;
}

#contact .contactList dd .addressWrap--w50 input {
  width: 100%;
}

#contact .contactList dd .is-load {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#contact .contactList dd .is-load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(161, 161, 161, 0.2);
}

#contact .contactList dd .is-load::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: url(../img/icon_load.gif) no-repeat center;
  background-size: contain;
}

#contact .contactList dd input,
#contact .contactList dd textarea,
#contact .contactList dd select {
  width: 100%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
}

#contact .contactList dd input::-webkit-input-placeholder,
#contact .contactList dd textarea::-webkit-input-placeholder,
#contact .contactList dd select::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

#contact .contactList dd input:-ms-input-placeholder,
#contact .contactList dd textarea:-ms-input-placeholder,
#contact .contactList dd select:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

#contact .contactList dd input::-ms-input-placeholder,
#contact .contactList dd textarea::-ms-input-placeholder,
#contact .contactList dd select::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

#contact .contactList dd input::placeholder,
#contact .contactList dd textarea::placeholder,
#contact .contactList dd select::placeholder {
  color: #999;
  opacity: 1;
}

#contact .contactList dd input:focus {
  -webkit-box-shadow: 0 0 0 1px #222;
          box-shadow: 0 0 0 1px #222;
}

#contact .contactList dd input[type="button"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#contact .contactList dd .w50 {
  width: 50%;
}

#contact .contactList dd .searchAddressBtn {
  width: 200px;
  -webkit-box-shadow: inset 0 0 0 2px #925762 !important;
          box-shadow: inset 0 0 0 2px #925762 !important;
  color: #925762;
  background-color: #fff;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact .contactList dd select {
  cursor: pointer;
}

#contact .contactList dd textarea {
  line-height: 1.5;
}

#contact .contactList .selectWrap {
  position: relative;
  width: 100%;
}

#contact .contactList .selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  background: url(../img/icon_down.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

#contact .submitWrap {
  margin-top: 40px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#contact .submitWrap .note {
  display: block;
  color: #925762;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

#contact .submitWrap .note br {
  display: none;
}

#contact .submitWrap button {
  font-size: 18px;
  width: 100%;
  padding: 28px 20px;
  background-color: #925762;
  color: #fff;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

#contact .submitWrap button.is-disabled {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #ccc;
}

#contact .agreeWrap {
  text-align: center;
}

#contact .agreeInner {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 20px;
}

#contact .agreeInner input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

#contact .agreeInner input[type="checkbox"] + label {
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#contact .agreeInner input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-box-shadow: 0 0 0 1px #666666;
          box-shadow: 0 0 0 1px #666666;
  background-color: #fff;
  width: 25px;
  height: 25px;
}

#contact .agreeInner input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 25px;
  height: 25px;
  background: url(../img/icon_check.svg) no-repeat center;
  background-size: contain;
}

#contact .agreeInner input[type="checkbox"]:checked + label:before {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}

#contact .agreeInner input[type="checkbox"] + label:empty:before {
  margin-right: 0;
}

.check .intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.check .error_messe {
  color: red;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.check .formTable {
  margin-top: 50px;
  width: 100%;
}

.check .formTable th,
.check .formTable td {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.check .formTable th {
  background-color: #f5f5f5;
  width: 35%;
}

.check .messageWrap {
  margin: 40px;
}

.check .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.check .submitBtn {
  width: 40%;
  margin-right: 5%;
}

.check .submitBtn input {
  font-size: 18px;
  width: 100%;
  padding: 28px 20px;
  background-color: #925762;
  color: #fff;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.check .backBtn {
  width: 40%;
  margin-left: 5%;
}

.check .backBtn--center {
  margin-left: auto;
  margin-right: auto;
}

.check .backBtn--mt {
  margin-top: 40px;
}

.check .backBtn input,
.check .backBtn .backLink {
  display: block;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 28px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  color: #222;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 100px;
    font-size: 14px;
    max-width: inherit;
    padding: 0 5%;
    margin: 0 auto;
  }
  #contact .enTtl {
    font-size: 35px;
    line-height: 1.2;
  }
  #contact .jpTtl {
    margin-bottom: 15px;
    font-size: 11px;
  }
  #contact .contactList dt {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #contact .contactList dt.address {
    margin-top: 15px;
  }
  #contact .contactList .required,
  #contact .contactList .optional {
    font-size: 12px;
    padding: 2px 10px 2px;
  }
  #contact .contactList .zipWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #contact .contactList dd input,
  #contact .contactList dd textarea,
  #contact .contactList dd select {
    padding: 18px 10px;
    border: none;
    font-size: 16px;
  }
  #contact .contactList dd .w50 {
    width: 50%;
  }
  #contact .contactList dd .searchAddressBtn {
    width: 45%;
    margin-left: 5%;
    font-size: 13px;
  }
  #contact .contactList .selectWrap::after {
    right: 3%;
  }
  #contact .submitWrap {
    margin-top: 20px;
    width: 100%;
    margin-left: inherit;
    margin-right: inherit;
  }
  #contact .submitWrap .note {
    font-size: 14px;
  }
  #contact .submitWrap .note br {
    display: block;
  }
  #contact .submitWrap button {
    font-size: 14px;
    width: 100%;
    padding: 14px 20px;
  }
  #contact .agreeInner {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  #contact .agreeInner label {
    font-size: 14px !important;
  }
  #contact .privacyLink {
    margin: 20px 0 20px;
    font-size: 14px;
  }
  .check .intro {
    font-size: 12px;
  }
  .check .error_messe {
    font-size: 12px;
  }
  .check .formTable {
    margin-top: 30px;
  }
  .check .formTable th,
  .check .formTable td {
    padding: 16px 10px;
    font-size: 12px;
    display: block;
    width: 100%;
  }
  .check .formTable th {
    background-color: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  .check .formTable tr:last-of-type td {
    border-bottom: 1px solid #ccc;
  }
  .check .formTable td {
    border-top: none;
    border-bottom: none;
    min-height: 53px;
  }
  .check .messageWrap {
    margin: 30px 0;
  }
  .check .btnWrap {
    display: block;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    margin-top: 20px;
  }
  .check .submitBtn {
    width: 100%;
    margin-right: 0;
  }
  .check .submitBtn input {
    font-size: 14px;
    width: 100%;
    padding: 14px 20px;
  }
  .check .backBtn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .check .backBtn--center {
    margin-left: auto;
    margin-right: auto;
  }
  .check .backBtn--mt {
    margin-top: 40px;
  }
  .check .backBtn input,
  .check .backBtn .backLink {
    font-size: 14px;
    width: 100%;
    padding: 14px 20px;
  }
}
