@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contact.css
 author     : Ability Consultant
 style info : お問い合わせ
=================================================================== */
.con_contact {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_contact {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_contact
----------------------------------------------------------- */
.con_contact {
  max-width: 1000px;
  padding: 60px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact {
    padding: 3em 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact {
    padding: 2em 0 1em;
  }
}
.con_contact .box_head {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_head {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_head {
    margin-bottom: 2em;
  }
}
.con_contact .box_head h3 {
  color: #ffa500;
  font-size: 172%;
  border-bottom: 3px solid #e5e5e5;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_head h3 {
    padding-bottom: 0.2em;
  }
}
.con_contact .box_head h3:before {
  position: absolute;
  bottom: -3px;
  width: 6em;
  height: 3px;
  background: #ffa500;
  display: block;
  content: "";
}
@media only screen and (max-width: 767px) {
  .con_contact .box_head h3 {
    font-size: 150%;
  }
}
.con_contact .box_head .des {
  padding-top: 5%;
}
.con_contact .box_content {
  padding-bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content {
    padding-bottom: 0%;
  }
}
.con_contact .box_content h4 {
  color: #006666;
  font-size: 143%;
  padding-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content h4 {
    font-size: 120%;
  }
}
.con_contact .box_content .txt {
  padding: 0 0 2%;
}
.con_contact .box_content .error {
  color: #c60000;
}
.con_contact .box_content .error + .error {
  display: none;
}
.con_contact .box_content table {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_content table {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_content table {
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table {
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table {
    background: #edf8ff;
    display: block;
    width: 100%;
  }
  .con_contact .box_content table thead, .con_contact .box_content table tbody, .con_contact .box_content table tfoot {
    display: block;
    width: 100%;
  }
}
.con_contact .box_content table th, .con_contact .box_content table td {
  padding: 1.2em 4em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_contact .box_content table th, .con_contact .box_content table td {
    padding: 0.8em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table th, .con_contact .box_content table td {
    padding: 0.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table th, .con_contact .box_content table td {
    display: block;
    width: 100%;
  }
}
.con_contact .box_content table th {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table th {
    padding: 1.5em 1em .2em;
  }
}
.con_contact .box_content table tr:nth-child(even) th, .con_contact .box_content table tr:nth-child(even) td {
  background: #edf8ff;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table tr:nth-child(even) th, .con_contact .box_content table tr:nth-child(even) td {
    background: none;
  }
}
.con_contact .box_content table tr:last-child th, .con_contact .box_content table tr:last-child td {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table tr {
    display: block;
    width: 100%;
  }
}
.con_contact .box_content table .require {
  float: right;
  background: #c60000;
  color: #fff;
  display: inline-block;
  padding: .1em .6em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content table .require {
    float: none;
  }
}
.con_contact .box_content table .wrap_input {
  margin-bottom: 20px;
}
.con_contact .box_content table .wrap_select {
  float: left;
  margin-right: 20px;
}
.con_contact .box_content table .wrap_checkbox {
  float: left;
  margin-right: 30px;
}
.con_contact .box_content table .full {
  width: 100%;
}
.con_contact .box_content table input[type="text"], .con_contact .box_content table input[type="email"], .con_contact .box_content table select, .con_contact .box_content table textarea {
  border: 1px solid #cccccc;
  padding: .0em 1em;
  height: 40px;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.con_contact .box_content table input[type="text"]::-webkit-input-placeholder, .con_contact .box_content table input[type="text"]::-moz-placeholder, .con_contact .box_content table input[type="text"]:-ms-input-placeholder, .con_contact .box_content table input[type="text"]:-moz-placeholder, .con_contact .box_content table input[type="email"]::-webkit-input-placeholder, .con_contact .box_content table input[type="email"]::-moz-placeholder, .con_contact .box_content table input[type="email"]:-ms-input-placeholder, .con_contact .box_content table input[type="email"]:-moz-placeholder, .con_contact .box_content table select::-webkit-input-placeholder, .con_contact .box_content table select::-moz-placeholder, .con_contact .box_content table select:-ms-input-placeholder, .con_contact .box_content table select:-moz-placeholder, .con_contact .box_content table textarea::-webkit-input-placeholder, .con_contact .box_content table textarea::-moz-placeholder, .con_contact .box_content table textarea:-ms-input-placeholder, .con_contact .box_content table textarea:-moz-placeholder {
  color: #c6c6c6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_contact .box_content table input[type="text"].input_short {
  width: 145px;
}
.con_contact .box_content table input[type="email"].input_short {
  width: 145px;
}
.con_contact .box_content table input[type="text"].input_half {
  width: 90%;
}
.con_contact .box_content table input[type="email"].input_half {
  width: 90%;
}
.con_contact .box_content table input::-webkit-input-placeholder, .con_contact .box_content table textarea::-webkit-input-placeholder {
  color: #d6d6d6;
}
.con_contact .box_content table select.inquiry {
  max-width: 500px;
}
.con_contact .box_content table select.district {
  max-width: 200px;
}
.con_contact .box_content table textarea {
  resize: vertical;
  min-height: 100px;
}
.con_contact .box_content .box_action {
  text-align: center;
}
.con_contact .box_content .box_action .btn {
  margin: 0 3%;
  display: inline-block;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  background: #FBFBFB;
}
.con_contact .box_content .box_action .btn > * {
  cursor: pointer;
  background: none;
  padding: 1.3em 2em;
  display: block;
  margin: auto;
  width: 100%;
  border: 1px solid #cccccc;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: .1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.con_contact .box_content .box_action .btn > *:before, .con_contact .box_content .box_action .btn > *:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_contact .box_content .box_action .btn > * > * {
  vertical-align: middle;
  display: inline;
}
.con_contact .box_content .box_action .btn > *:after {
  content: "";
  margin-left: .5em;
  vertical-align: baseline;
  border: 1px solid #333;
  padding: 0em .2em 0 .3em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  margin-left: 10%;
}
.con_contact .box_content .box_action .btn button {
  -moz-transition: linear 1s;
  -o-transition: linear 1s;
  -webkit-transition: linear 1s;
  transition: linear 1s;
}
.mouse .con_contact .box_content .box_action .btn button:hover, .touch .con_contact .box_content .box_action .btn button.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
.touch .con_contact .box_content .box_action .btn button {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_contact .box_content .box_action .btn button.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_contact .box_content .box_action .btn.btn_back, .con_contact .box_content .box_action .btn.btn_confirm {
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content .box_action .btn.btn_back, .con_contact .box_content .box_action .btn.btn_confirm {
    max-width: none;
  }
}
.con_contact .box_content .box_action .btn.btn_back a {
  padding: 1.1em 2em;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_content .box_action .btn {
    max-width: none;
    width: 95%;
    display: block;
    margin: 2% auto;
  }
}

.con_thank {
  text-align: center;
  padding: 60px 0;
}
.con_thank .btn_action {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .con_contact .box_content table th {
    font-weight: normal;
    width: 30%;
    padding-right: 0;
  }
  .con_contact .box_content table td {
    font-weight: normal;
  }
  .con_contact .box_content table .wrap_input {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
  }
  .con_contact .box_content table input[type="text"].input_half {
    width: 50%;
  }
  .con_contact .box_content table input[type="email"].input_half {
    width: 50%;
  }
  .con_contact .box_content table textarea {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact_form .box_content table th {
    width: 100%;
    display: inline-block;
  }
  .con_contact_form .box_content table td {
    width: 100%;
    display: inline-block;
  }
  .con_contact_form .box_content table input[type="text"].input_short {
    width: 80%;
  }
  .con_contact_form .box_content table input[type="email"].input_short {
    width: 80%;
  }
  .con_contact_form .box_content table input[type="text"].input_short.input_tel {
    width: 40%;
  }
  .con_contact_form .box_content table input[type="email"].input_short.input_tel {
    width: 40%;
  }

  .con_thank {
    padding: 8% 0;
  }
}
