@charset "UTF-8";
/* ------------------------------------------------------------
topbox
------------------------------------------------------------ */
.contact-border-box {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px dashed #cccccc;
}

@media only screen and (max-width: 991px) {
  .contact-border-box {
    padding: 15px;
  }
}

.contact-tel-table {
  width: 100%;
  margin-bottom: 5px;
}

.contact-tel-table th,
.contact-tel-table td {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 15px;
  border: 1px solid #cccccc;
}

.contact-tel-table th {
  width: 100%;
  background: #f5f5f5;
}

.contact-tel-table td div {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 15px;
  background: #333333;
}

@media only screen and (max-width: 991px) {
  .contact-tel-table {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
  .contact-tel-table th,
  .contact-tel-table td {
    display: block;
    font-size: 21px;
    width: 100%;
    border-bottom: none;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.contact-table {
  width: 100%;
  margin-bottom: 30px;
}

.contact-table tr th,
.contact-table tr td {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px -3px 5px 1px #eee inset;
          box-shadow: 0px -3px 5px 1px #eee inset;
}

.contact-table tr th {
  width: 260px;
  background: #f5f5f5;
}

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

@media only screen and (max-width: 768px) {
  .contact-table {
    border-bottom: 1px solid #999999;
  }
  .contact-table tr th,
  .contact-table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

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

span.required,
span.any {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin: 2px 4px 0;
  padding: 3px 6px 2px;
  border-radius: 3px;
}

span.required {
  background: #c3003a;
}

span.any {
  background: #cccccc;
}

/* ------------------------------------------------------------
form area
------------------------------------------------------------ */
.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;
}

/* IE不具合用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .contact-table ul {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table .radio {
    display: block;
  }
  *::-ms-backdrop,
  .contact-table form label {
    display: block;
  }
}

@media only screen and (min-width: 991px) {
  .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;
  }
}

/* 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;
}

/* ------------------------------------------------------------
privacy
------------------------------------------------------------ */
.privacy-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 30px auto;
}

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

.privacy-box .title {
  font-weight: bold;
  margin: 30px 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: 30px 0;
}

@media only screen and (max-width: 768px) {
  .privacy-box {
    padding: 15px;
  }
}
/*# sourceMappingURL=contact.css.map */