/* [MIXIN] FONTSIZE */
/* [MIXIN] NAV */
/* [MIXIN] ANIMATION */
/* [MIXIN] KEYFRAMES */
/* [MIXIN] TRANSITION */
/* [MIXIN] WIDTH */
/* TITLE */
.title {
  background: url("../images/contact/contact_bg_01.png") no-repeat center top;
  background-size: 100% auto;
  padding: 65.625% 0px 7.03125%;
}

.item {
  background: #f1f1ef;
  margin-bottom: 3px;
  padding: 15px 5% 15px 5%;
}
.item .item_head {
  font-size: 11px;
  font-size: 5.625vw;
  margin-bottom: 15px;
}
.item .item_input {
  font-size: 7px;
  font-size: 4.375vw;
  box-sizing: border-box;
}
.item .item_input input[name="type"] {
  margin: 10px 10px 10px 3px;
}
.item .item_input input[type="text"] {
  font-size: 6px;
  font-size: 4.0625vw;
  width: 100%;
  height: 45px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  border-radius: 0px;
}
.item .item_input textarea {
  font-size: 6px;
  font-size: 4.0625vw;
  width: 100%;
  height: 80px;
  margin-top: 15px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  border-radius: 0px;
}
.item .remark {
  font-size: 4px;
  font-size: 3.4375vw;
  color: #d3145a;
  margin-left: 15px;
  vertical-align: middle;
}

.address .item_input input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
}

.zip .item_input input[name="zip1"] {
  width: 25%;
}
.zip .item_input input[name="zip2"] {
  width: 30%;
}
.zip .item_input .code_auto {
  width: 35%;
  line-height: 45px;
  text-align: center;
  margin-left: 3%;
  display: inline-block;
  background: linear-gradient(#e6e6e6, #c3c3c3);
}

.submit {
  display: block;
  width: 96%;
  margin: 15px 2% 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
  background: none;
}

/* CONFIRM */
.cItem {
  font-size: 9px;
  font-size: 5vw;
  width: 100%;
}
.cItem .item_head {
  background: #dcdddd;
  margin-top: 2px;
  padding: 15px 5%;
  line-height: 1.5;
}
.cItem .item_input {
  background: #f1f1ee;
  padding: 15px 5%;
  line-height: 1.5;
}

.cancel {
  font-size: 11px;
  font-size: 5.625vw;
  display: block;
  background: #7b7a7b;
  color: #fff;
  width: 91%;
  padding: 20px 0px;
  margin: 5px auto 30px;
  text-align: center;
  border: none;
}

.cT01 {
  font-size: 9px;
  font-size: 7.5vw;
  text-align: center;
  margin-top: 50px;
}

/* OVERWRITE */
.formError {
  left: 55% !important;
  right: 0 !important;
  width: 35%;
}
.formError .formErrorContent {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  background: #D50667 !important;
}
.formError .formErrorArrow div {
  background: #D50667 !important;
}

/*# sourceMappingURL=contact.css.map */
