@charset "utf-8";

.main_title {
  margin-bottom: 20px;
}
/*----------------------------------------
    .contact
----------------------------------------*/
#contents .contact {
  margin-top: 25px;
  padding: 45px 10px 65px 10px;
  background: #f6f6f6;
}
#contents .contact .inner {
  max-width: 1000px;
  background: #FFFFFF;
  -moz-box-shadow:0px 0px 15px #cdcdcd;
  -webkit-box-shadow: 0px 0px 15px #cdcdcd;
  box-shadow: 0px 0px 15px #cdcdcd;
  padding: 50px 50px 35px 50px;
  box-sizing: border-box;
}
#contents .contact .top_text {
  font-size: 125%;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}
#contents .contact .top_text span {
  color: #e60012;
}
#contents .contact dl {
  width: 100%;
  display: table;
  font-size: 125%;
  border-bottom: 1px solid #d2d2d2;
}
#contents .contact dl:first-child {
  border-top: 1px solid #d2d2d2;
}
#contents .contact dl dt {
  width: 30%;
  display: table-cell;
  padding: 19px 0 13px 35px;
  border-right: 1px solid #d2d2d2;
  vertical-align: top;
}
#contents .contact dl dt span {
  color: #e60012;
  margin-right: 5px;
}
#contents .contact dl dd {
  width: auto;
  display: table-cell;
  padding: 13px 0 13px 30px;
}
#contents .contact dl dd input {
  max-width: 453px;
  height: 34px;
  line-height: 34px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  background: #f9f9f9;
  outline: none;
  width: 90%;
}
#contents .contact dl dd .control-input {
  width: 38%;
  float: left;
}
#contents .contact dl dd .control-input:first-child {
    margin-right: 3.8%;
}
#contents .contact dl dd .control-input .your_firstname,
#contents .contact dl dd .control-input .your_lastname {
  width: 78%;
  display: inline-block;
}
#contents .contact dl dd .control-input .title {
    width: 10%;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}
#contents .contact dl dd .control-input input {
    width: 100%;
}
#contents .contact dl dd textarea {
  max-width: 453px;
  height: 280px;
  padding: 5px;
  border: 1px solid #d2d2d2;
  background: #f9f9f9;
  outline: none;
  resize: none;
  width: 90%;
}
#contents .contact .submit {
  width: 250px;
  margin: 30px auto 0 auto;
  background: #ffcb17;
  font-size: 159%;
  border: none;
  outline: none;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 30px;
  cursor: pointer;
}
#contents .contact dl .error {
  display: inline-block;
  color: #e60012;
}

#contents .contact .btn_link {
  width: 250px;
  margin: 30px auto 0 auto;
  border: none;
  outline: none;
  display: block;
  font-weight: bold;
  text-align: center;
}
#contents .contact .btn_link:hover {
  opacity: 0.7;
}
#contents .contact .btn_link span {
  display: block;
  background: #ffcb17;
  font-size: 159%;
  padding: 10px 0;
  border-radius: 30px;
  cursor: pointer;
}
#contents .contact .btn_list {
  overflow: hidden;
  text-align: center;
}
#contents .contact .btn_list li {
  display: inline-block;
}
#contents .contact .btn_list li:first-child {
  margin-right: 20px;
}
#contents .contact .complete {
  font-size: 150%;
  text-align: center;
}
