@charset "UTF-8";
/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.contact-table {
  width: 100%;
}

.contact-table tr th,
.contact-table tr td {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  padding: 15px 10px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}

.contact-table tr th {
  font-weight: 400;
  width: 260px;
}

.contact-table tr td {
  width: calc(100% - 260px);
}

@media only screen and (max-width: 767px) {
  .contact-table {
    border-bottom: none;
  }
  .contact-table tr th,
  .contact-table tr td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: none;
  }
  .contact-table tr td {
    padding-bottom: 20px;
  }
}

/* 必須設定 */
.contact-table th span {
  float: right;
}

span.required,
span.any {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 4px;
  padding: 6px 10px 6px;
}

span.required {
  font-size: 13px;
  background: #dcdddd;
}

/* form tag */
.contact-table label {
  font-weight: normal;
}

.contact-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-table ul li {
  margin-right: 15px;
}

.contact-table input[type="text"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.contact-table .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-table .radio input {
  margin: 0 2px 1px 0;
}

.contact-table textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
}

/* checkbox（同意） */
.checkbox-area {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}

/* submit */
.button-area {
  text-align: center;
  margin: 30px auto 0;
}

.button-area input[type="submit"],
.button-area input[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 5px 60px;
  background: #ffffff;
  border: 2px solid #dcdddd;
  border-radius: 15px;
}

.button-area input[type="submit"]:hover,
.button-area input[type="button"]:hover {
  color: #ffffff;
  background: #231815;
  border: 2px solid #231815;
}

@media only screen and (max-width: 767px) {
  .button-area {
    margin: 0 auto;
  }
}

/* privacy */
.privacy-title {
  font-size: 19px;
  font-weight: bold;
  margin: 30px auto;
  padding: 15px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

.privacy-box {
  overflow: auto;
  font-size: 14px;
  height: 300px;
  margin-bottom: 30px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.privacy-box .title {
  font-weight: bold;
  margin: 45px 0 15px;
  padding: 6px 10px 4px;
  background: #f5f5f5;
}

.privacy-box ul li {
  list-style-type: decimal;
  margin: 0 0 1em 2em;
}

.privacy-box ul li:last-child {
  margin: 0 0 0 2em;
}

.privacy-box .name {
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .privacy-box {
    padding: 15px;
  }
}

#formWrap {
  margin: 5px 0 0;
}

#formWrap .error-top-txt {
  margin-bottom: 30px;
}

#formWrap input[type="submit"],
#formWrap input[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 5px;
  padding: 5px 60px;
  background: #ffffff;
  border: 2px solid #dcdddd;
  border-radius: 15px;
}

#formWrap input[type="submit"]:hover,
#formWrap input[type="button"]:hover {
  color: #ffffff;
  background: #231815;
  border: 2px solid #231815;
}

.thanks-box {
  text-align: center;
  margin: 0 15px 120px;
  padding: 60px 30px;
  border: 1px dashed #cccccc;
}
/*# sourceMappingURL=contact.css.map */