/*募集要項*/
table.corp {
  border-collapse: collapse;
  border: 0px !important;
}
.corp {
  width: 100%;
  margin: 0 auto;
}
.corp td {
  padding: 20px;
  line-height: 180%;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .corp td {
    display: block;
    width: 88%;
  }
}

/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry {
  border-collapse: collapse;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
  background-color: #020823;
  box-shadow: none;
  color: #fff !important;
  font-size: 1em;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
input[type="tel"] {
  width: 300px;
  display: inline-block;
}

@media (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
}
.haveto {
  font-size: 12px;
  padding: 5px;
  background: #fff;
  color: #000 !important;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 12px;
  padding: 5px;
  color: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
#formbtn {
  display: block;
  padding: 16px;
  width: 350px;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: solid 1px #fff;
  margin: 0 auto;
}
#formbtn:hover {
  background: #fff;
  border: solid 1px #fff;
  color: #000;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  padding: 12px;
}
input,
select,
textarea {
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

.single-post {
  line-height: 30px;
}
.post-nav .arrow {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}
.wpcf7 input:is([type=radio],[type=checkbox]), .wpcf7 input:read-only, .wpcf7 input:read-write, .wpcf7 select, .wpcf7 textarea {
  padding: 0;
}
.wpcf7-list-item {
  display: flex;
  margin-left: 0;
}
.wpcf7-list-item-label {
  font-size: 15px;
  text-align: center;
}
.wpcf7 input[type="checkbox"] {
  border: solid #fff 1px;
}
.wpcf7 input:is([type="radio"]),
.wpcf7 input:read-write,
.wpcf7 select,
.wpcf7 textarea {
  background-color: #020823;
}
.wpcf7 input:is([type=radio],[type=checkbox]) {
  margin: 0 8px 0 0;
}
.wpcf7 .inquiry tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wpcf7 .inquiry tr {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 16px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding-right: 5px;
}
.wpcf7 .inquiry tr p {
  margin-bottom: 0;
}
.wpcf7 .inquiry tr td {
  font-size: 13px;
}
.wpcf7 input.wpcf7-text, .wpcf7 input.wpcf7-tel, .wpcf7 input.wpcf7-email, .wpcf7 input.wpcf7-file, .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  border-bottom: solid #fff 1px;
}
.wpcf7 input.wpcf7-file {
  border-radius: initial;
  padding-bottom: 4px;
  background: transparent;
}
.wpcf7 input[type=checkbox]:checked, .wpcf7 input[type=checkbox]:focus {
  border: solid #fff 1px;
}
.wpcf7 input[type=checkbox]:checked:before {
  color: #fff;
}
.audition-entry-contact .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.audition-entry-contact .contact-notice {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .wpcf7 .inquiry tr {
    display: flex;
    flex-direction: column;
  }
}