.main_visual {
  background-image: url("../img/recruit/main_img.jpg");
}

.entry_wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.c1,
.c2 {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.m-alert {
  font-size: 0.8em;
  font-weight: 800;
  color: #F48183;
}

.wpcf7-text,
.wpcf7-number {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 1em;
  max-width: 100%;
}

input[name=your-tel-one],
input[name=your-tel-two],
input[name=your-tel-three] {
  width: 30%;
  margin-right: 0;
}

.wpcf7-textarea {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  resize: none;
}

.wpcf7-submit {
  display: block;
  width: 10em;
  font-size: 2rem;
  padding: 0.8em;
  color: #fff;
  background-color: #F48183;
  margin: 50px auto 30px;
  border-radius: 10px;
}

.inner01 {
  font-weight: 400;
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 0 1em 0.5em;
  margin-top: 0.5em;
  border-radius: 8px;
}

.inner01 p {
  margin-bottom: 1em;
}

.wpcf7-list-item {
  width: fit-content;
  margin: 0 1.25em 0 0 !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.wpcf7-not-valid-tip {
  font-size: 0.6em;
  margin-top: 0.25em;
}

.m-alert {
  font-size: 0.7em;
  font-weight: 800;
  margin-left: 0.25em;
}

.entry_wrap input[type=radio] {
  border-color: #afafaf;
  width: 1.2em;
  height: 1.2em;
  transform: scale(1.2);
  margin-right: 0.5em;
}
.entry_wrap input[type=radio]:checked:after {
  content: "" !important;
  background-color: #F48183;
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.entry_wrap input[type=checkbox] {
  color: #F48183;
  width: 1.2em;
  height: 1.2em;
  transform: scale(1.2);
  margin-right: 0.5em;
}

[data-name=lastcheck] .wpcf7-list-item {
  margin-right: 0 !important;
}

@media screen and (max-width: 960px) {
  .entry_wrap {
    padding: 0 4%;
  }
  .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 !important;
  }
  input[name=your-name-mei],
  input[name=furigana-mei] {
    margin-top: 0.5em;
  }
}

/*# sourceMappingURL=entry.css.map */
