@media only screen and (max-width: 899px) {
  .l-footer {
    margin-top: 0vw;
  }
}
@media print, screen and (min-width: 900px) {
  .l-footer {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 1400px) {
  .l-footer {
    margin-top: 0px;
  }
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  line-height: 1.4;
}

input[type=text],
select,
textarea {
  width: 100%;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.5em 1em 0.6em;
  color: #777;
}

textarea {
  height: 12em;
  resize: vertical;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  padding-left: 1.2em;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 4px;
  border: 1px solid #c12c39;
  background: #eee;
  position: absolute;
  top: 0.9em;
  left: 0;
  translate: 0 -55%;
  transition: background 0.4s;
}
input[type=checkbox] + label:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.3em;
  border-left: 2px solid #c12c39;
  border-bottom: 2px solid #c12c39;
  position: absolute;
  top: 0.75em;
  left: 0.4em;
  translate: -50% -50%;
  rotate: -45deg;
  opacity: 0;
  transition: opacity 0.4s;
}
input[type=checkbox]:checked + label:before {
  background: #fff;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

input[type=button],
input[type=reset],
input[type=submit] {
  background: linear-gradient(to right, #fff, #fff 50%, #c12c39 50%, #c12c39) 75% 0/300% 100% repeat-x;
  color: #fff;
  cursor: pointer;
  border: 1px solid #c12c39;
  transition: background 0.4s, color 0.4s;
}
@media only screen and (max-width: 899px) {
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 140px;
    height: 35px;
  }
}
@media print, screen and (min-width: 900px) {
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 180px;
    height: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 12.8571428571vw;
    height: 3.2142857143vw;
  }
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-position: 25% 0;
  color: #c12c39;
}

.p-privacy {
  overflow: auto;
  background: #f2f2f2;
}
@media only screen and (max-width: 899px) {
  .p-privacy {
    height: 250px;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-privacy {
    height: 320px;
    padding: 50px 30px;
    margin-bottom: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-privacy {
    height: 22.8571428571vw;
    padding: 3.5714285714vw 2.1428571429vw;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-form {
    max-width: 630px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form {
    max-width: 45vw;
  }
}

@media print, screen and (min-width: 900px) {
  .p-form-head {
    text-align: center;
  }
}
.p-form-require {
  background: #d9ff00;
  border-radius: 100px;
  display: inline-block;
  text-indent: 0;
  line-height: 1.2;
  font-weight: bold;
  padding: 0.2em 0.5em;
  position: relative;
  top: -1px;
  margin-left: 1em;
}
@media only screen and (max-width: 899px) {
  .p-form-require {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-form-require {
    font-size: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-require {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-form-item {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-form-item {
    margin-top: 1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-item {
    margin-top: 25px;
  }
}
.p-form-item dt {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-form-item dt {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-form-item dt {
    margin-bottom: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-item dt {
    margin-bottom: 8px;
  }
}

.p-form-error {
  color: #f55;
}
@media only screen and (max-width: 899px) {
  .p-form-error {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-form-error {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-error {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-form-select {
  position: relative;
}
.p-form-select:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #c12c39;
  border-bottom: 1px solid #c12c39;
  position: absolute;
  top: 50%;
  right: 1.2em;
  translate: 0 -55%;
  rotate: 45deg;
  pointer-events: none;
}
.p-form-privacy {
  text-align: center;
  margin-top: 1em;
}

.p-form-btns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-form-btns {
    gap: 5px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-form-btns {
    gap: 0.3571428571vw;
    margin-top: 4.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-form-btns {
    gap: 5px;
    margin-top: 60px;
  }
}

.is-confirm .p-form-item dd {
  color: #666;
  padding-left: 1em;
}
.is-confirm .p-form-select:after {
  content: none;
}

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