@charset "utf-8";
/*==================================
フォーム
==================================*/
.is-required {
  background: #AA4242;
}
.is-optional {
  background: #A3A8AA;
}
::placeholder {
  color: #98AFBF;
}
main .detail-box {
  margin-bottom: 35px;
}
.table-form th {
  font-weight: normal;
  text-align: left;
  width: 24%;
}
.table-form tr th, .table-form td {
  margin-bottom: 0;
  padding: 25px 20px;
  border-bottom: solid 1px #dce4e4;
  background: none;
}
.table-form tr:first-child th, .table-form tr:first-child td {
  background: none;
  border-top: solid 1px #dbe4e4;
}
.table-form tr:last-child th, .table-form tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.table-form tr:last-child th {
  border: none;
}
.table-form td input {
  margin: 0;
  padding: 15px 10px;
  width: 100%;
  font-size: 0.9rem;
  background: #E5EBEE;
  border: solid 1px #023A63;
}
.table-form td textarea {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  background: #e5eaed;
  min-height: 200px;
  vertical-align: bottom;
  text-align: justify;
  border: solid 1px #023A63;
}
.label-badge {
  display: inline-block;
  padding: 5px 7px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}
[type=submit], [type=button] {
  -webkit-appearance: button;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
}
.wpcf7-spinner {
  display: none;
}
/*--チェックボックス--*/
.checkbox-privacy {
  margin: 50px 0 70px;
}
.checkbox-privacy p {
  display: flex;
  align-items: center;
}
.checkbox-privacy a {
  text-decoration: underline;
  color: inherit;
}
.wpcf7-list-item {
  display: block;
  line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
input[type="checkbox"] {
  display: none;
}
.wpcf7-list-item-label {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding-left: 36px;
  display: inline-block;
  cursor: pointer;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: #E5EBEE;
  border: solid 1px #023A63;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-top: 3px solid #20C7B0;
  border-right: 3px solid #20C7B0;
  transform: rotate(135deg);
  position: absolute;
  left: 7px;
  top: 7px;
}
.contact [type=submit] {
  position: relative;
  display: inline-block;
  background: #20C7B0;
  color: #ffff;
  padding: 25px 20px 25px 40px;
  max-width: 380px;
  width: 100%;
  font-size: 1.25rem;
  text-align: left;
}
.contact .link-btn {
  position: relative;
}
.contact .link-btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
.contact .detail-box p:first-child {
  margin-bottom: 70px;
}
.contact .table-form tr th, .contact .table-form td {
  padding-left: 0;
  border-right: none;
  border-bottom: none;
  background: none;
}
.contact .table-base tr th {
  border-top: none;
  border-left: none;
}
.contact .table-form tr:first-child td {
  border-top: none;
}
.contact .table-form td textarea {
  border-radius: 0;
}
.contact #page-top, .wpcf7-response-output {
  display: none;
}