/* ----------------------------------------------------------------
nyuusatu
----------------------------------------------------------------- */
.nyuusatu_wrap {
  margin-top: 70px;
  overflow-x: auto;
  max-width: 1200px;
  margin-inline: auto;
}

.nyuusatu_table {
  width: 1200px;
}

.nyuusatu_table,
.nyuusatu_table td,
.nyuusatu_table th {
  border: 1px solid #ccdbd0;
  border-collapse: collapse;
  background-color: #fff;
}

.nyuusatu_table td,
.nyuusatu_table th {
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .nyuusatu_table td,
  .nyuusatu_table th {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.nyuusatu_table th {
  background: #dcede0;
  text-align: center !important;
}

.nyuusatu_table .center {
  text-align: center;
}

.nyuusatu_table .info-link {
  color: #009481;
  padding-left: 23px;
  position: relative;
  font-weight: 500;
}

.nyuusatu_table .info-link:before {
  position: absolute;
  content: "";
  background-image: url(../../assets/img/pdf-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 18px;
  height: 20px;
  top: 3px;
  left: 0;
}

.nyuusatu_table .apply {
  display: inline-block;
  background-color: #009481;
  border-radius: 2px;
  color: #fff;
  padding: 5%;
  width: 130px;
  text-align: center;
}

.nyuusatu_table .apply-no {
  display: inline-block;
  background-color: #e6e6e6;
  border-radius: 2px;
  color: #808080;
  padding: 5%;
  width: 130px;
  text-align: center;
  pointer-events: none;
}

.nyuusatu_table .apply-no:hover {
  opacity: 1;
}

.nyuusatu .block {
  width: fit-content;
  display: block;
  margin-bottom: 0.5rem;
}

.nyuusatu .block:not(:first-child) {
  margin-top: 2rem;
}

.nyuusatu .disabled,
.nyuusatu-single .expired {
  color: red;
}

.nyuusatu-single .expired-link {
  pointer-events: none;
  color: gray;
}

/* ----------------------------------------------------------------
nyuusatu form
----------------------------------------------------------------- */
.nyuusatu-single .cform7 {
  background-color: #FFFFFF;
  padding: 60px 95px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 15px -8px #777777;
}

.nyuusatu-single .required,
.nyuusatu-single .any {
  padding: 2px 10px;
  margin-left: 1rem;
}

.nyuusatu-single .w550 {
  width: 550px;
}

.nyuusatu-single .w600 {
  width: 600px;
}

.nyuusatu-single .w100p {
  width: 100%;
}

.nyuusatu-single .marginAuto {
  margin: auto;
}

.nyuusatu-single .padding-10 {
  padding: 10px;
}

.nyuusatu-single .margin-t10 {
  margin-top: 10px;
}

.nyuusatu-single .margin-t20 {
  margin-top: 20px;
}

.nyuusatu-single .margin-t40 {
  margin-top: 40px;
}

.nyuusatu-single .margin-t80 {
  margin-top: 80px;
}

.nyuusatu-single .margin-t110 {
  margin-top: 110px;
}

.nyuusatu-single .margin-b20 {
  margin-bottom: 20px;
}

.nyuusatu-single .margin-b30 {
  margin-bottom: 30px;
}

.nyuusatu-single .margin-b40 {
  margin-bottom: 40px;
}

.nyuusatu-single .margin-b80 {
  margin-bottom: 80px;
}

.nyuusatu-single .margin-l25 {
  margin-left: 25px;
}

.nyuusatu-single .align_center {
  text-align: center;
}

.nyuusatu-single .form1 {
  font-weight: bold;
}

.nyuusatu-single .annotation {
  margin: 0.3rem 0;
  font-size: 1.4rem;
  color: #cecece;
}

.nyuusatu-single input[type="text"],
.nyuusatu-single input[type="tel"],
.nyuusatu-single input[type="email"] {
  margin-top: 0.5rem;
  padding: 0.6rem 2rem;
  width: 100%;
  box-sizing: border-box;
}

.nyuusatu-single input[type="submit"] {
  padding: 3rem 6rem;
  cursor: pointer;
  background-color: #fff;
  transition: .2s;
}

.nyuusatu-single .form_submit,
.nyuusatu-single .form_prev {
  font-size: 2rem;
  font-weight: bold;
  color: #009481;
  background-color: #fff;
  border: 2px solid #009481 !important;
  width: initial;
  height: initial;
}

.nyuusatu-single .form_submit {
  padding: 3rem 6rem;
}

.nyuusatu-single .wpcf7-spinner {
  display: none;
  /* margin: auto;
  padding-top: 0.3rem;
  display: block; */
}

.nyuusatu-single .form_prev {
  padding: 3rem 9rem;
}

.nyuusatu-single .form_submit-wrap,
.nyuusatu-single .form_prev-wrap {
  margin: 0 auto;
  margin-top: 4.2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.nyuusatu-single .form_submit-wrap input,
.nyuusatu-single .form_prev-wrap input {
  cursor: pointer;
}

.nyuusatu-single .form_submit-wrap::before,
.nyuusatu-single .form_prev-wrap::before {
  content: "";
  width: 3.6rem;
  height: 1.4rem;
  position: absolute;
  top: 44%;
  background-image: url(../img/gijyutukensyu/gijyutsukensyu_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nyuusatu-single .form_submit-wrap::before {
  right: 0;
  transform: translate(50%);
}

.nyuusatu-single .form_prev-wrap::before {
  left: 0;
  transform: rotate(180deg) translate(50%);
}

.gijyutukensyu .apply-no {
  pointer-events: none;
}

.nyuusatu-single .wpcf7-form.invalid,
.nyuusatu-single .wpcf7 form.sent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nyuusatu-single .wpcf7 form.invalid .wpcf7-response-output,
.nyuusatu-single .wpcf7 form.sent .wpcf7-response-output {
  font-size: 2rem;
  width: fit-content;
  padding: 3rem 6rem;
} 