@charset "utf-8";
/* contact */
.wideslider {
  display: none;
}
.introduction {
  width: 100%;
}
.introduction .imgR {
  display: none;
}
.introduction .textbox {
  margin-bottom: 20px;
}
.call {
  width: 95%;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  font-size: 1.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto 30px;
  text-align: center;
}
.call p:first-child {
  color: #0b85c4;
  margin-bottom: 5px;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .introduction {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 60px;
  }
  .introduction .imgR {
    display: block;
    float: right;
    width: 35%;
    margin-left: 30px;
  }
  .introduction .textbox {
    overflow: hidden;
    _zoom: 1;
  }
}
/* FORM */
.form-group {
  margin-bottom: 0!important;
}
span.label-required {
  display: inline-block;
  float: right;
  background: #dc143c;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
  letter-spacing: 1px;
  border-radius: 3px;
}
span.label-required:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
}
table.form-table {
  margin-bottom: 30px;
  width: 100%;
}
table.form-table > tbody > tr > th {
  text-align: left;
  font-weight: normal;
  background-color: #efefef;
  vertical-align: middle !important;
  display: block;
  padding: 5px;
  border: 1px solid #becccf;
  border-bottom: none;
  width: 100%;
  overflow: hidden;
  _zoom: 1;
}
table.form-table > tbody > tr > td {
  display: block;
  padding: 5px 5px 5px 8px;
  border: 1px solid #becccf;
  border-top: 1px dotted #becccf;
  width: 100%;
  overflow: hidden;
  _zoom: 1;
}
.form-button-control {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.form-button-control div {
  width: 47%;
  padding: 1%;
}
.form-button-control div .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  table.form-table {
    margin-bottom: 40px;
  }
  table.form-table > tbody > tr > th,
  table.form-table > tbody > tr > td {
    padding: 10px;
    display: table-cell;
  }
  table.form-table > tbody > tr > th {
    width: 12em;
    border-bottom: 1px solid #becccf;
  }
  table.form-table > tbody > tr > td {
    width: auto;
    border-top: 1px solid #becccf;
    background: #fff;
  }
  table.form-table > tbody > tr:first-child > th {
    border-top: 5px solid #77bb33;
  }
  table.form-table > tbody > tr:first-child > td {
    border-top: 5px solid #ccc;
  }
  .form-button-control {
    margin-bottom: 60px;
  }
  .form-button-control div {
    width: 38%;
  }
}
