@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body.inquiry .contents {
  width: 830px;
}
body.inquiry .color-red {
  color: #f33;
}
body.inquiry .contact-inr {
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
}
body.inquiry .contact-step {
  padding-top: 60px;
  margin-bottom: 40px;
}
body.inquiry .contact-step img {
  width: 100%;
}
body.inquiry .contact-desc {
  width: 700px;
  margin: 0 auto 80px;
}
body.inquiry .contact-desc ul {
  margin-bottom: 30px;
}
body.inquiry .contact-desc ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1;
  list-style: disc outside;
  margin-left: 1em;
}
body.inquiry .contact-desc p {
  font-size: 14px;
  font-size: 1.4rem;
}
body.inquiry .contact-form dl dt {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 28px;
  padding: 8px 40px;
  background: #00237d url(../img/inquiry/bg_contact_tit.png) no-repeat right top;
  background-size: contain;
  box-sizing: border-box;
}
body.inquiry .contact-form dl dd .txt-personal {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 50px;
}
body.inquiry .contact-form dl dd .txt-personal span {
  display: inline-block;
  text-align: left;
}
body.inquiry .contact-form table {
  width: 660px;
  margin: 0 auto 50px;
}
body.inquiry .contact-form table tr {
  width: 100%;
}
body.inquiry .contact-form table tr th {
  text-align: right;
  width: 35%;
  padding-right: 26px;
  border-right: 1px dashed #00237d;
}
body.inquiry .contact-form table tr td {
  width: 65%;
  padding: 13px 26px;
}
body.inquiry .contact-form table tr td input {
  width: 100%;
  padding: 5px;
}
body.inquiry .contact-form table tr td input[type="radio"] {
  width: auto;
}
body.inquiry .contact-form table tr td input.input-address {
  float: left;
  width: 60%;
}
body.inquiry .contact-form table tr td p {
  margin-top: 5px;
}
body.inquiry .contact-form table tr td #searchAdress {
  float: left;
  color: #fff;
  text-align: center;
  margin-left: 2%;
  padding: 4.5px 4%;
  background-color: #4d4d4d;
}
body.inquiry .contact-form table tr td .select-design {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: none;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  position: relative;
  width: 80%;
  padding: 10px 20px 10px 5px;
  border: 1px solid #808080;
  position: relative;
  background: url(../img/inquiry/bg_select.png) no-repeat right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
body.inquiry .contact-form table tr td textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
}
body.inquiry .contact-form table tr td label {
  margin-left: 20px;
}
body.inquiry .contact-form table tr td label:first-child {
  margin-left: 0;
}
body.inquiry .contact-form .control-personal {
  width: 100%;
  max-width: 800px;
  height: 260px;
  margin: 0 auto 50px;
  padding: 45px;
  box-sizing: border-box;
  border: 1px solid #00237d;
  overflow: auto;
}
body.inquiry .contact-form .control-personal::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}
body.inquiry .contact-form .control-personal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 35, 125, 0.8);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
body.inquiry .contact-form .control-personal::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}
body.inquiry .contact-form .control-personal::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
body.inquiry .contact-form .control-personal::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}
body.inquiry .contact-form .control-personal .tit-control-personal {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
body.inquiry .contact-form .control-personal p {
  line-height: 2;
}
body.inquiry .contact-form .submit-contact {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-align: center;
  background-color: #0e1955;
  position: relative;
  top: 0;
  -webkit-transition: .2s ease 0s;
  -moz-transition: .2s ease 0s;
  -ms-transition: .2s ease 0s;
  -o-transition: .2s ease 0s;
  transition: .2s ease 0s;
}
body.inquiry .contact-form .submit-contact:hover {
  padding-bottom: 0;
  margin-bottom: 8px;
  position: relative;
  top: 8px;
  -webkit-transition: .2s ease 0s;
  -moz-transition: .2s ease 0s;
  -ms-transition: .2s ease 0s;
  -o-transition: .2s ease 0s;
  transition: .2s ease 0s;
}
body.inquiry .contact-form .submit-contact:hover input {
  background: #0e1955;
  -webkit-transition: .2s ease 0s;
  -moz-transition: .2s ease 0s;
  -ms-transition: .2s ease 0s;
  -o-transition: .2s ease 0s;
  transition: .2s ease 0s;
}
body.inquiry .contact-form .submit-contact input {
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  padding: 30px 0;
  background: none;
  background: #00237d;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .2s ease 0s;
  -moz-transition: .2s ease 0s;
  -ms-transition: .2s ease 0s;
  -o-transition: .2s ease 0s;
  transition: .2s ease 0s;
}

@media only screen and (max-width: 768px) {
  body.inquiry .contents {
    width: auto;
  }
  body.inquiry .contact-desc {
    width: auto;
  }
  body.inquiry .contact-desc ul li {
    line-height: 1.8;
  }
  body.inquiry .contact-form dl dd .txt-personal {
    margin-bottom: 25px;
  }
  body.inquiry .contact-form table {
    width: 100%;
  }
  body.inquiry .contact-form table tr {
    display: block;
    margin-bottom: 20px;
  }
  body.inquiry .contact-form table tr th {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    border: none;
  }
  body.inquiry .contact-form table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
  body.inquiry .contact-form table tr td input {
    margin-bottom: 0;
    border: 1px solid #ccc;
  }
  body.inquiry .contact-form table tr td .select-design {
    width: 100%;
    white-space: pre-wrap;
    padding: 10px 10% 10px 5px;
    box-sizing: border-box;
  }
  body.inquiry .contact-form table tr td textarea {
    border: 1px solid #ccc;
  }
  body.inquiry .contact-form .control-personal {
    padding: 20px;
    margin: 0 auto 25px;
  }
  body.inquiry .contact-form .submit-contact {
    width: 100%;
  }
}
