/* line 6, sass/partial/_form.scss */
.fc-red {
  color: #FF0000;
}

/* line 11, sass/partial/_form.scss */
table.basic-table {
  width: 100%;
  margin-bottom: 0;
}

/* line 14, sass/partial/_form.scss */
table.basic-table th {
  width: 25%;
  border: 1px solid #bfbfbf;
  text-align: left;
  padding: 10px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  color: #000000;
}

/* line 28, sass/partial/_form.scss */
table.basic-table td {
  width: 75%;
  border: 1px solid #bfbfbf;
  padding: 10px;
  line-height: 18px;
  color: #000000;
  vertical-align: middle;
  background-color: #FFF;
}

/* line 38, sass/partial/_form.scss */
table.basic-table .note {
  font-size: 10px !important;
  line-height: 20px !important;
  padding: 0 !important;
  color: #111;
}

/* line 45, sass/partial/_form.scss */
table.basic-table input[type=text],
table.basic-table input[type=email],
table.basic-table input[type=tel],
table.basic-table textarea {
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px solid #999;
}

/* line 55, sass/partial/_form.scss */
table.basic-table select {
  font-size: 18px;
  padding: 10px 15px;
}

/* line 61, sass/partial/_form.scss */
table.basic-table textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #999;
}

/* line 67, sass/partial/_form.scss */
table.basic-table .short {
  width: 30%;
}

/* line 71, sass/partial/_form.scss */
table.basic-table .middle {
  width: 50%;
}

/* line 75, sass/partial/_form.scss */
table.basic-table .long {
  width: 70%;
}

/* line 79, sass/partial/_form.scss */
table.basic-table .max {
  width: 100%;
}

/* line 84, sass/partial/_form.scss */
.submit-box {
  padding: 10px;
  text-align: center;
  margin: 20px auto;
}

/* line 89, sass/partial/_form.scss */
.submit-box input {
  font-size: 12px;
  padding: 10px 40px;
}

/* line 95, sass/partial/_form.scss */
.required {
  display: inline-block;
  color: #FFFFFF;
  background-color: #FF0000;
  border-radius: 4px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
}

/* line 106, sass/partial/_form.scss */
.notice {
  font-size: 20px;
  color: #ee0000;
}

/* line 111, sass/partial/_form.scss */
.example {
  display: inline-block;
}

/* line 116, sass/partial/_form.scss */
.wpcf7-not-valid {
  background-color: #ffeeee;
  border: #FF0000 1px solid;
}

/* line 121, sass/partial/_form.scss */
.actions {
  margin-top: 20px !important;
  text-align: center;
}

/* line 125, sass/partial/_form.scss */
.actions input[type=submit] {
  width: 200px;
  height: 40px;
}

/* line 131, sass/partial/_form.scss */
table.form {
  border: 1px solid #ededed;
}

/* line 134, sass/partial/_form.scss */
table.form th {
  border: 1px solid #d7d6c9;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 19px 15px;
  width: 25%;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
}

/* line 47, sass/partial/_functions.scss */
table.form th:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 147, sass/partial/_form.scss */
table.form th .require {
  display: block;
  float: left;
  color: #FFFFFF;
  background-color: #ff7b0c;
  text-align: center;
  font-size: 11px;
  width: 35px;
}

/* line 157, sass/partial/_form.scss */
table.form th .name {
  display: block;
  float: right;
}

/* line 163, sass/partial/_form.scss */
table.form td {
  border: 1px solid #d7d6c9;
  background: #fff;
  vertical-align: middle;
  padding: 19px 20px;
  width: 75%;
}

/* line 177, sass/partial/_form.scss */
table.form td input[type=radio] {
  vertical-align: middle;
}

/* line 181, sass/partial/_form.scss */
table.form td .short {
  width: 30%;
}

/* line 185, sass/partial/_form.scss */
table.form td .middle {
  width: 50%;
}

/* line 189, sass/partial/_form.scss */
table.form td .long {
  width: 70%;
}

/* line 193, sass/partial/_form.scss */
table.form td .max {
  width: 100%;
}

/* line 200, sass/partial/_form.scss */
#submit-btn {
  background-image: none;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  padding: 10px 40px;
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 214, sass/partial/_form.scss */
.form-error {
  color: #f00;
  padding: 5px 0 0;
}

/* line 219, sass/partial/_form.scss */
#error-message-count {
  border: #d00000 2px solid;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  color: #d00000;
}

/* line 227, sass/partial/_form.scss */
#error-message-count span {
  font-size: 24px;
}

@media (max-width: 550px) {
  /* line 233, sass/partial/_form.scss */
  #submit-btn {
    width: 200px;
  }
}

/* line 7, sass/page-contact.scss */
#form1 .row {
  margin-bottom: 10px;
}

/* line 11, sass/page-contact.scss */
#form1 #address {
  width: 70%;
}

/* line 16, sass/page-contact.scss */
#form1 .radio-list li:first-child {
  margin-bottom: 10px;
}

/* line 22, sass/page-contact.scss */
#frame-container {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  border: gray 1px solid;
  border-radius: 5px;
  background-color: #eceaea;
}

/* line 34, sass/page-contact.scss */
.wpcf7 .define-list {
  margin-top: 0;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 40, sass/page-contact.scss */
.wpcf7 .define-list dt, .wpcf7 .define-list dd {
  float: none;
  width: auto;
  text-align: left;
}

/* line 46, sass/page-contact.scss */
.wpcf7 .define-list dt {
  font-weight: bold;
}

@media all and (max-width: 620px) {
  /* line 59, sass/page-contact.scss */
  #form1 table.basic-table th {
    width: 100%;
    display: block;
  }
  /* line 64, sass/page-contact.scss */
  #form1 table.basic-table td {
    width: 100%;
    display: block;
  }
  /* line 69, sass/page-contact.scss */
  #form1 table.basic-table input[type=text],
  #form1 table.basic-table input[type=email],
  #form1 table.basic-table input[type=tel],
  #form1 table.basic-table select {
    padding: 10px;
  }
  /* line 76, sass/page-contact.scss */
  #form1 table.basic-table .middle,
  #form1 table.basic-table .long {
    width: 100%;
  }
  /* line 81, sass/page-contact.scss */
  #form1 table.basic-table #address {
    width: 100%;
  }
  /* line 86, sass/page-contact.scss */
  #form1 textarea {
    padding: 10px;
    width: 100% !important;
  }
  /* line 92, sass/page-contact.scss */
  #form1 .radio-list-vertical .wpcf7-list-item {
    margin-bottom: 5px;
  }
}
