@charset "utf-8";
/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

select.custom-select {
  position: relative;
  z-index: 1;
  height: 50px;
}

.customSelect {
  border: 2px solid #505050;
  background: #fff;
  padding: 11px 30px 11px 20px;
  position: relative;
  height: 50px;
}

.customSelect:before {
  background: url(../img/common/arrow-down.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 8px;
  transition: 0.2s;
}

.customSelectInner {
  display: block;
  width: 100%!important;
}

input:not([type="radio"]):focus,
.customSelectFocus,
textarea:focus {
  background: #fff;
  border-color: #505050;
}

input[name="postal-code01"] { width: 100px; }
input[name="postal-code02"] { width: 125px; }

.contact .confirm-area{
  display: none;
}

.contact .validate-text{
  color: #da2626;
  font-weight:bold;
}

.radio-list li + li {
  margin-top: 15px;
}

.form-table {
  width: 100%;
}
