/* =========================================================
entry
========================================================= */
.p-entry-main {
  position: relative;
}
.p-entry-main::before {
  content: "";
  background: url(../images/common/wing06.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 210px;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-entry-main::before {
    width: 700px;
    height: 700px;
    bottom: -100px;
    left: -350px;
    background-position: right;
  }
}
.p-entry--wrap {
  border-radius: 12px;
  background: #fff;
  display: grid;
  padding: 20px 18px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-entry--wrap {
    margin: 0 auto;
    padding: 45px 55px;
  }
}
.p-entry_item {
  display: block;
  position: relative;
  padding: 20px 15px 25px 15px;
  border-bottom: 1px solid #8AE1FF;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .p-entry_item {
    display: flex;
    font-size: 16px;
    gap: 20px;
  }
}
.p-entry_head {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-entry_head {
    width: 200px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
.p-entry_label {
  color: #007FCD;
  font-weight: bold;
}
.p-entry_required {
  background: #FF8100;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  position: absolute;
  top: 5px;
  right: 0;
}
.p-entry_body {
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 992px) {
  .p-entry_body {
    width: calc(100% - 200px);
  }
}
.p-entry_body input, .p-entry_body select {
  border-radius: 5px;
  border: 2px solid #007FCD;
  padding: 5px;
  max-width: 350px;
  width: 100%;
}
.p-entry_birthday {
  display: flex;
  align-items: center;
}
.p-entry_birthday .p-entry_select {
  max-width: 85px;
}
.p-entry_text {
  font-size: 16px;
}
.p-entry_date {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.p-entry_date span {
  padding-left: 5px;
}
.p-entry_radio-list {
  display: flex;
  align-items: baseline;
}
.p-entry .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.p-entry .wpcf7-list-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: 3px solid #0088e8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  margin-right: 5px;
}
.p-entry .wpcf7-list-item input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0088e8;
  transform: translate(-50%, -50%);
}
.p-entry .wpcf7-list-item input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(0, 136, 232, 0.3);
  outline-offset: 3px;
}
.p-entry .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.p-entry .wpcf7-list-item span {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  width: 80px;
}
.p-entry_address-item {
  margin-top: 10px;
}
.p-entry_address-item:first-of-type {
  margin-top: 0;
}
.p-entry_address-label {
  display: inline-block;
  width: 200px;
}
.p-entry_textarea {
  border-radius: 5px;
  border: 2px solid #007FCD;
  padding: 5px;
  max-width: 450px;
  width: 100%;
}
.p-entry_submit {
  display: grid;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
}
.p-entry_submit .c-button {
  display: flex;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 10px;
}
.p-entry .wpcf7-not-valid-tip {
  background: #dc3232;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 250px;
  margin-top: 5px;
}
.p-entry .wpcf7-form .wpcf7-response-output {
  background: #dc3232;
  border-color: #dc3232;
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
}
.p-entry-thanks .c-title-contents {
  max-width: 650px;
  margin: 0 auto;
}
.p-entry-thanks .c-title-contents::after {
  content: "";
  background: url(../images/common/wing07.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: -60%;
}
@media screen and (min-width: 992px) {
  .p-entry-thanks .c-title-contents::after {
    top: -30%;
    right: -670px;
    width: 200%;
    height: 150%;
  }
}
.p-entry-thanks--button {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
/*# sourceMappingURL=style-entry.css.map */