@charset "UTF-8";
/* CSS Document */

#contact .main-u-v {
  background: url("../img/contact/main-v.jpg") no-repeat center;
  background-size: cover;
}

#contact h2::after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 17px;
	background-image: url("/img/contact/icon_h2.png");
	background-size: cover;
	margin-left: 15px;
}

#contact .thanks-sec {
  text-align: center;
}

#contact .thanks-sec h3 {
  font-size: 26px;
}

#contact .thanks-sec h3 + p {
  margin: 20px 0;
}

#contact .form-type-1 .input-area {
  width: 800px;
  margin: 0 auto;
}

#contact .form-type-1 .input-area dl {
  margin-bottom: 35px;
}

#contact .form-type-1 .input-area dl:last-child {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#contact .form-type-1 .input-area dl dt {
  line-height: 1.5em;
  margin-bottom: 13px;
  font-weight: 600;
}

#contact .form-type-1 .input-area dl dt .required {
  color: #fff;
  width: 60px;
  background: #be001f;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 100;
  padding: 4px 5px 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
#contact h2::after {
	width: 16px;
	height: 11px;
	margin-left: 10px;
}
	
  #contact .form-type-1 .input-area {
    width: 100%;
  }
  #contact .form-type-1 .input-area dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contact .form-type-1 .input-area dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  #contact .form-type-1 .input-area dl dt span {
    width: auto;
    margin-right: 10px;
  }
  #contact .form-type-1 .input-area dl dt .required {
    width: auto;
    padding: 3px 4px 1px;
  }
  #contact .form-type-1 .input-area dl dd {
    width: 100%;
  }
}

#contact .form-type-1 .cp_ipselect {
  width: 50%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 767px) {
  #contact .form-type-1 .cp_ipselect {
    width: 100%;
  }
}

#contact .form-type-1 .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 60px;
}

#contact .form-type-1 .cp_ipselect select::-ms-expand {
  display: none;
}

#contact .form-type-1 .cp_ipselect.cp_sl01 {
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
}

#contact .form-type-1 .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.8em;
  right: 1.2em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
}

#contact .form-type-1 .cp_ipselect.cp_sl01 select {
  padding: 0 1em;
}

#contact .form-type-1 .cp_ipselect .error {
  text-align: left;
  margin-top: -15px;
}

#contact .form-type-1 input[type="text"], #contact .form-type-1 input[type="email"], #contact .form-type-1 input[type="tel"], #contact .form-type-1 input[type="number"], #contact .form-type-1 input[name="zip"] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #f4f4f4;
  border-radius: 5px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1em;
  outline: none;
  font-size: 16px;
}

#contact .form-type-1 input::-webkit-input-placeholder {
  color: #bbb;
}

#contact .form-type-1 input:-ms-input-placeholder {
  color: #bbb;
}

#contact .form-type-1 input::-ms-input-placeholder {
  color: #bbb;
}

#contact .form-type-1 input::placeholder {
  color: #bbb;
}

#contact .form-type-1 .address {
  width: 68% !important;
}

#contact .form-type-1 textarea {
  width: 100%;
  height: 160px;
  background: #f4f4f4;
  line-height: 1.4em;
  border: none;
  padding: 1em;
  outline: none;
}

#contact .form-type-1 textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

#contact .form-type-1 textarea:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

#contact .form-type-1 textarea::-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}

#contact .form-type-1 textarea::placeholder {
  color: #bbb;
  font-size: 16px;
}

#contact .form-type-1 .agreeCheck {
  text-align: center;
}

#contact .form-type-1 .agreeCheck a {
  display: inline-block;
  text-decoration: underline;
}