@charset "UTF-8";
@font-face {
  font-family: 'aller';
  font-style: normal;
  font-weight: 100;
  src: url("../media/files/aller.light.ttf") format("truetype");
}
@font-face {
  font-family: 'aller';
  font-style: normal;
  font-weight: 100;
  src: url("../media/files/aller.light.ttf") format("truetype");
}
.inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

h2.title {
  margin-bottom: 35px;
}

.visual {
  background-image: url(../media/images/contact/visual.jpg);
  margin-bottom: 20px;
}

ul.bnr {
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
ul.bnr > li {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  ul.bnr > li {
    min-width: 0;
    width: 100%;
  }
}
ul.bnr > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  ul.bnr > li + li {
    margin: 15px auto 0;
  }
}
ul.bnr > li.active, ul.bnr > li:hover {
  border-color: #333;
}
ul.bnr > li.active a, ul.bnr > li:hover a {
  text-decoration: none;
}
ul.bnr > li.active a::after, ul.bnr > li:hover a::after {
  content: '\f107';
}
ul.bnr a {
  box-sizing: border-box;
  color: #333;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  ul.bnr a {
    padding: 10px 0;
  }
}
ul.bnr a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  display: block;
  font-size: 16px;
  text-align: center;
}

div.alert {
  margin-bottom: 35px;
}
div.alert .preset {
  display: none;
}
div.alert .additional {
  text-align: center;
}
div.alert .additional span {
  color: #f00;
}
div.alert .additional strong {
  display: block;
  font-weight: normal;
}

span.required {
  color: #f00;
}

form.table {
  margin: 30px auto;
  /*****
  *	table
  */
  /*****
  *	ラベル
  */
}
@media screen and (max-width: 767px) {
  form.table table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  form.table table tbody,
  form.table table tr,
  form.table table td,
  form.table table th {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  form.table table tr {
    box-sizing: border-box;
    margin: 0 auto 15px;
  }
}
form.table table td,
form.table table th {
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  form.table table td {
    box-sizing: border-box;
    padding-bottom: 15px;
  }
}
form.table label.checkbox {
  float: none;
  margin: 7px auto;
  width: 100%;
}
form.table textarea {
  min-height: 5em;
}
@media screen and (max-width: 767px) {
  form.table textarea {
    border: 1px solid #ededed;
    width: 100%;
  }
}
form.table input {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  form.table input.size, form.table input.sizeSS, form.table input.sizeS, form.table input.sizeM, form.table input.sizeL, form.table input.sizeLL {
    border: 1px solid #ccc;
    width: 100%;
  }
}
form.table input[type="submit"], form.table input[type="reset"] {
  background-color: #000;
  color: #fff;
  height: 50px;
  width: 200px;
}
form.table div.submit {
  margin: 30px auto;
}

/*# sourceMappingURL=contact.css.map */
