#bg_pgttle {
  background-image: url(../../../img/page/contact/bg_pgttle.jpg);
}

#contact_contents {
  padding: 72px 0 65px;
}
#contact_contents p {
  text-align: center;
  font-size: 16px;
  margin: 0 0 28px;
}

#contact-form {
  padding: 25px 0 0;
}
#contact-form table {
  width: 100%;
  border: 1px solid #e1e1e1;
  font-size: 16px;
}
#contact-form th {
  font-weight: normal;
  width: 270px;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background: rgba(0, 172, 82, 0.05);
}
#contact-form th span {
  float: right;
  padding: 0 5px;
  line-height: 1.6;
  background: #00ac52;
  color: #fff;
}
#contact-form th span.opt {
  background: #666;
}
#contact-form td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #e1e1e1;
}
#contact-form .top th, #contact-form .top td {
  vertical-align: top;
}
#contact-form input[type=text], #contact-form input[type=email], #contact-form textarea {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #aaa;
  outline: none;
  resize: none;
}
#contact-form input[type=text].short, #contact-form input[type=email].short, #contact-form textarea.short {
  width: 35%;
}
#contact-form input[type=text].default, #contact-form input[type=email].default, #contact-form textarea.default {
  width: 60%;
}
#contact-form input[type=text]:focus, #contact-form input[type=email]:focus, #contact-form textarea:focus {
  border: 1px solid #00ac52;
}
#contact-form .submit {
  text-align: center;
  margin: 70px 0 0;
}
#contact-form .submit li {
  display: inline-block;
}
#contact-form .submit a, #contact-form .submit input[type=submit], #contact-form .submit button {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 24px;
  color: #00ac52;
  width: 300px;
  height: 60px;
  line-height: 50px;
  text-decoration: none;
  border: 2px solid #00ac52;
  transition: 0.15s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#contact-form .submit a:hover, #contact-form .submit input[type=submit]:hover, #contact-form .submit button:hover {
  background: #00ac52;
  color: #fff;
}
#contact-form .error {
  color: #ff3000;
  background: rgba(255, 48, 0, 0.1);
  padding: 20px 0;
  text-align: center;
  margin-bottom: 70px;
}
#contact-form .error h3 {
  font-size: 26px;
  background: url(../../../img/page/contact/icon_error_alert.png) no-repeat left bottom;
  padding: 18px 0 0 63px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}
#contact-form .error span {
  display: block;
  font-size: 15px;
  margin: 3px 0;
  font-weight: bold;
}
#contact-form.confirm_page .submit li {
  margin: 0 10px;
}
#contact-form.confirm_page .submit input {
  border: 2px solid #ff6e00;
  background: #ff6e00;
  color: #fff;
}
#contact-form.confirm_page .submit input:hover {
  color: #ff6e00;
  background: #fff;
}
#contact-form.result_page {
  padding-bottom: 100px;
}
#contact-form.result_page h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
}
#contact-form.result_page p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
#contact-form.result_page .submit {
  text-align: right;
}
#contact-form.result_page .submit a {
  text-align: center;
  line-height: 60px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
}

@media screen and (max-width: 640px) {
  #contact_contents {
    padding: 15px 10px 30px;
  }
  #contact_contents p {
    font-size: 14px;
    margin: 0 0 15px;
    text-align: left;
  }

  #contact-form {
    padding: 0;
  }
  #contact-form table, #contact-form tbody, #contact-form tr, #contact-form th, #contact-form td {
    display: block;
    font-size: 14px;
    box-sizing: border-box;
  }
  #contact-form th {
    width: 100%;
    padding: 12px;
    border-right: none;
    font-size: 14px;
  }
  #contact-form th span {
    padding: 0 5px;
    line-height: 1.6;
    font-size: 11px;
  }
  #contact-form th span.opt {
    background: #666;
  }
  #contact-form td {
    font-size: 14px;
    padding: 12px;
  }
  #contact-form td.short_input {
    padding-left: 30px;
    text-align: right;
  }
  #contact-form td.short_input input {
    margin-bottom: 5px;
  }
  #contact-form .top th, #contact-form .top td {
    vertical-align: top;
  }
  #contact-form input[type=text], #contact-form input[type=email], #contact-form textarea {
    font-size: 14px;
    padding: 8px;
  }
  #contact-form input[type=text].short, #contact-form input[type=email].short, #contact-form textarea.short {
    width: 87%;
  }
  #contact-form input[type=text].default, #contact-form input[type=email].default, #contact-form textarea.default {
    width: 100%;
  }
  #contact-form .submit {
    margin: 25px 0 0;
  }
  #contact-form .submit li {
    display: block;
  }
  #contact-form .submit a, #contact-form .submit input[type=submit], #contact-form .submit button {
    display: block;
    width: 100%;
  }
  #contact-form .error {
    padding: 10px;
    margin-bottom: 20px;
  }
  #contact-form .error h3 {
    font-size: 19px;
    padding: 7px 0 0 40px;
    background-size: 34px;
    margin-bottom: 8px;
  }
  #contact-form .error span {
    text-align: left;
    font-size: 14px;
    margin: 2px 0;
  }
  #contact-form.confirm_page .submit li {
    margin: 8px 0;
  }
  #contact-form.result_page {
    padding: 10px 0 25px;
  }
  #contact-form.result_page h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #contact-form.result_page p {
    font-size: 14px;
    line-height: 2;
  }
  #contact-form.result_page .submit {
    text-align: right;
  }
  #contact-form.result_page .submit a {
    text-align: center;
  }
}

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