@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : contact.css
 author     : Ability Consultant
 style info : お問い合わせ
=================================================================== */
.con_int, .con_form, .con_thanks {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_form, .con_thanks {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'bah';
  src: url(../css/font/bahnschrift.woff) format("woff"), url(../css/font/bahnschrift.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	slide矢印
----------------------------------------------------------- */
/* -----------------------------------------------------------
	contact__check__thanks
----------------------------------------------------------- */
.con_int .box_title {
  margin: 100px 0 90px;
  text-align: center;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title {
    margin: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title {
    margin: 10% 0 8%;
  }
}
.con_int .box_title span {
  font-size: 347%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  position: relative;
  letter-spacing: 6px;
  line-height: 1em;
  text-align: center;
  color: #b4b4b4;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title span {
    font-size: 334%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title span {
    font-size: 200%;
  }
}
.con_int .box_title span:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #004b9d;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_int .box_title span {
    letter-spacing: normal;
  }
}
.con_int .box_title em {
  font-size: 140%;
  padding-top: 40px;
  display: block;
  font-weight: normal;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_title em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_title em {
    font-size: 94%;
  }
}
.con_int .box_int {
  margin-bottom: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int {
    margin-bottom: 15%;
  }
}
.con_int .box_int .txt {
  float: left;
  line-height: 2em;
  width: 64.58333%;
}
.con_int .box_int .btn {
  float: right;
  margin-top: 0;
  padding: 0 45px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .btn {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn {
    padding: 0;
  }
}
.con_int .box_int .btn a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #090104;
  border: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn a {
    padding: 5% 0;
  }
}
.con_int .box_int .btn a span:after {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 20px;
  background: url(../images/common/ic_arr-right.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn a span:after {
    margin-left: 5%;
  }
}
.con_int .box_int .btn a:hover {
  background-color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_int .box_int {
    text-align: center;
  }
  .con_int .box_int .txt {
    float: none;
    width: 100%;
  }
  .con_int .box_int .btn {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .btn {
    text-align: center;
    width: 100%;
  }
}
.con_int .check_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_int .check_title {
    margin-bottom: 5%;
  }
}
.con_int > p {
  text-align: center;
}
.con_int hr {
  display: block;
  border-top: 1px solid #e0e0e0;
}

.con_form {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_form {
    margin-top: 10%;
  }
}
.con_form table {
  width: 100%;
  line-height: 1;
}
.con_form table td {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .con_form table td {
    padding: 1% 0;
  }
}
.con_form table td div.box_form {
  width: 100%;
}
.con_form table td.min_txt {
  padding: 5% 0 2%;
}
.con_form table td .st_check {
  display: block;
  color: #004b9d;
  margin-bottom: .2em;
  margin-top: 1.5em;
}
.con_form table td .err {
  font-size: 87%;
  display: block;
  color: #d94545;
}
.con_form table td .mdl-textfield__label:after {
  background-color: #004b9d;
}
.con_form table td .is-focused .mdl-textfield__label {
  color: #004b9d;
}

.check_form {
  margin-top: 30px;
}

.box_btn {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box_btn {
    margin-top: 5%;
  }
}
.box_btn .btn_blue {
  display: inline-block;
  -moz-box-shadow: 0px 3px 2px 0.5px rgba 180, 180, 180, 0.35;
  -webkit-box-shadow: 0px 3px 2px 0.5px rgba 180, 180, 180, 0.35;
  box-shadow: 0px 3px 2px 0.5px rgba 180, 180, 180, 0.35;
}
.box_btn .btn_blue a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px 110px;
  background-color: #004b9d;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #fff;
  border: 1px solid #004b9d;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_blue a {
    padding: 7% 0;
  }
}
.box_btn .btn_blue a:hover {
  background-color: #005cc1;
}
.box_btn .btn_blue a span:after {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 20px;
  background: url(../images/common/ic_arr-right-w.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_blue a span:after {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_blue {
    width: 100%;
  }
}
.box_btn .btn_re {
  display: inline-block;
}
.box_btn .btn_re a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px 110px;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #090104;
  border: 1px solid #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_re a {
    padding: 7% 0;
  }
}
.box_btn .btn_re a:hover {
  background-color: #fafafa;
}
.box_btn .btn_re a span:before {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  margin-right: 20px;
  background: url(../images/common/ic_arr-left.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_re a span:before {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_re {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_re {
    width: 49%;
  }
}
.box_btn .btn_ok {
  display: inline-block;
}
.box_btn .btn_ok a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px 110px;
  background-color: #004b9d;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #fff;
  border: 1px solid #004b9d;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_ok a {
    padding: 7% 0;
  }
}
.box_btn .btn_ok a:hover {
  background-color: #005cc1;
}
.box_btn .btn_ok a span:after {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 20px;
  background: url(../images/common/ic_arr-right-w.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_ok a span:after {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_ok {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_btn .btn_ok {
    width: 49%;
  }
}

.notice {
  font-size: 87%;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .notice {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .notice {
    font-size: 74%;
  }
}
@media only screen and (max-width: 767px) {
  .notice {
    margin-top: 5%;
  }
}

.con_thanks {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-top: 5%;
  }
}
.con_thanks .btn {
  display: inline-block;
  margin-top: 30px;
}
.con_thanks .btn a {
  -moz-transition: background-color, 0.15s;
  -o-transition: background-color, 0.15s;
  -webkit-transition: background-color, 0.15s;
  transition: background-color, 0.15s;
  padding: 21px 110px;
  background-color: #004b9d;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 1em;
  display: block;
  color: #fff;
  border: 1px solid #004b9d;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn a {
    padding: 7% 0;
  }
}
.con_thanks .btn a:hover {
  background-color: #005cc1;
}
.con_thanks .btn a span:after {
  content: "";
  width: 22px;
  height: 8px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin-left: 20px;
  background: url(../images/common/ic_arr-right-w.png) no-repeat center/100% auto;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn a span:after {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn {
    margin-top: 5%;
  }
}
