@charset "UTF-8";
.alert {
  display: none;
}
.alert.is-active {
  display: inline-block;
  color: red;
}
.pl-l {
  padding-left: 8rem;
}
.pl-m {
  padding-left: 4rem;
}

.pl-ml {
  padding-left: 6rem;
}
.fz-ml {
  font-size: 1.8rem;
}
.lh-xl {
  line-height: 2.4;
}
main {
  min-height: 0;
}
input,
textarea {
  width: 100%;
  background: #ECECEC;
  border: 1px solid #C3C3C3;
}
input {
  height: 3vw;
  padding: 0 2rem;
}
input.radio,
input.check {
  width: 2%;
}
textarea {
  min-height: 12vw;
  padding: 1rem 2rem;
}
.contact dt {
  margin-bottom: 1.5rem;
}
.contact dd {
  margin-bottom: 3rem;
}
.confirm dt {
  margin-bottom: 1.5rem;
}
.confirm dd {
  margin-bottom: 4rem;
}
.radio-wrap {
  border: 1px solid #C3C3C3;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
.radio-wrap:hover {
  background: #ECECEC;
  cursor: pointer;
}
.radio-wrap .radio-txt {
  width: 96%;
}
.submit-confirm {
  border: 1px solid #444;
  transition: .3s;
}
.submit-confirm:hover {
  background: #444;
  color: #fff;
}
.submit-complete,
.contact-top {
  border: 1px solid #444;
  background: #444;
  color: #fff;
  transition: .3s;
}
.submit-complete:hover,
.contact-top:hover {
  background: #fff;
  color: #222;
}
.privacycheck-txt {
  transition: .3s;
}
.privacycheck-txt:hover {
  border-bottom: 0;
}
.arrow.arrow-contact01::before {
  transform: translate(-50%, -50%) rotate(135deg);
  background: #222;
}
.arrow.arrow-contact01::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  background: #222;
}
.arrow.arrow-contact01:hover::before,
.arrow.arrow-contact01:hover::after {
  background: #fff;
}
.arrow.arrow-contact02::before {
  transform: translate(-50%, -50%) rotate(135deg);
  background: #fff;
}
.arrow.arrow-contact02::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  background: #fff;
}
.arrow.arrow-contact02:hover::before,
.arrow.arrow-contact02:hover::after {
  background: #444;
}
.arrow.arrow-contact03::before {
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  left: 4%;
}
.arrow.arrow-contact03::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
   left: 4%;
}
.arrow.arrow-contact03:hover::before,
.arrow.arrow-contact03:hover::after {
  background: #444;
}


@media screen and (max-width: 599px) {
  input {
    height: 12vw;
    padding: 0 1rem;
  }
  input.radio,
input.check {
  width: 7%;
}
textarea {
  min-height: 12vw;
  padding: 1rem;
  min-height: 40vw;
}
.radio-wrap {
  padding: 0 1rem;
}
.radio-wrap .radio-txt {
  width: auto;
  padding-left: 1rem;
}
.sp-jc-fs {
  justify-content: flex-start;
}
.contact dt {
  margin-bottom: 1rem;
}
.contact dd {
  margin-bottom: 2rem;
}
.confirm dt {
  margin-bottom: 1rem;
}
.confirm dd {
  margin-bottom: 3rem;
}
.sp-py-l {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.sp-fz-sm {
  font-size: 1.4rem;
}
.sp-lh-l {
  line-height: 2;
}
}