.page-title {
  background-image: url("../img/contact/mv.jpg");
}
@media only screen and (max-width: 767px) {
  .page-title {
    background-image: url("../img/contact/sp/mv.jpg");
    margin-bottom: 15.5rem;
  }
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.contact {
  margin-bottom: 10rem;
}
.contact .inner {
  width: min(100rem, 84.746%);
  margin: auto;
}
.contact .title {
  margin-bottom: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .contact .title {
    margin-bottom: 6.2rem;
  }
}
.contact--flow {
  width: 35rem;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact--flow {
    width: 55.5rem;
  }
}
.contact--flow li {
  width: 5rem;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact--flow li {
    width: 8rem;
    font-size: 2.54rem;
  }
}
.contact--flow li:not(:last-of-type)::after {
  content: "";
  width: 8.6rem;
  height: 1px;
  background: #999;
  position: absolute;
  top: 2.5rem;
  left: calc(100% + 0.7rem);
}
@media only screen and (max-width: 767px) {
  .contact--flow li:not(:last-of-type)::after {
    width: 13.6rem;
    top: 4.2rem;
    left: calc(100% + 1.1rem);
  }
}
.contact--flow li .num {
  width: 5rem;
  line-height: 5rem;
  height: 5rem;
  border-radius: 5rem;
  display: block;
  background: #fff;
  border: 1px solid #999;
  color: #003399;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow li .num {
    width: 8rem;
    line-height: 8rem;
    height: 8rem;
    font-size: 2.54rem;
  }
}
.contact--flow li.active {
  color: #003399;
}
.contact--flow li.active .num {
  background: #003399;
  color: #fff;
}
.contact .read {
  margin-bottom: 9.5rem;
}
@media print, screen and (min-width: 768px) {
  .contact .read {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact .read {
    margin-bottom: 15rem;
  }
}
.contact .read p {
  line-height: 2.125;
}
.contact--form .form-item.last {
  border-bottom: 1px solid #ccc;
}
.contact--form .form-item dl {
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .contact--form .form-item dl {
    display: flex;
    align-items: stretch;
  }
}
.contact--form .form-item dl dt {
  background: #f2f2f2;
  padding: 4rem 3rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .contact--form .form-item dl dt {
    width: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dt {
    font-size: 2.8rem;
    padding: 3rem 3rem 2.8rem;
  }
}
.contact--form .form-item dl dt .required {
  margin-left: auto;
  display: block;
  width: 6rem;
  line-height: 2.3rem;
  background: #dc4f51;
  color: #fff;
  border-radius: 2.3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dt .required {
    width: 10.4rem;
    line-height: 4rem;
    font-size: 2.2rem;
  }
}
.contact--form .form-item dl dd {
  padding: 3rem 0 3rem 3rem;
}
@media print, screen and (min-width: 768px) {
  .contact--form .form-item dl dd {
    width: calc(100% - 34rem);
  }
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd {
    padding: 3rem 3rem 2.8rem;
  }
}
.contact--form .form-item dl dd select,
.contact--form .form-item dl dd input,
.contact--form .form-item dl dd textarea {
  width: 100%;
  padding: 1rem 1.3rem 1.1rem;
  font-size: 1.6rem;
  font-weight: 600;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd select,
.contact--form .form-item dl dd input,
.contact--form .form-item dl dd textarea {
    font-size: 2.8rem;
    padding: 2rem 2rem 2.1rem;
  }
}
.contact--form .form-item dl dd .select-box {
  border: 1px solid #ccc;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .contact--form .form-item dl dd .select-box {
    width: 45rem;
  }
}
.contact--form .form-item dl dd .select-box::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd .select-box::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 3rem;
    right: 3rem;
  }
}
.contact--form .form-item dl dd input {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .contact--form .form-item dl dd input {
    width: 45rem;
  }
}
.contact--form .form-item dl dd input::-moz-placeholder {
  color: #808080;
}
.contact--form .form-item dl dd input::placeholder {
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd input::-moz-placeholder {
    font-size: 2.8rem;
    letter-spacing: -0.4rem;
  }
  .contact--form .form-item dl dd input::placeholder {
    font-size: 2.8rem;
    letter-spacing: -0.4rem;
  }
}
.contact--form .form-item dl dd input.w100 {
  width: 100%;
}
.contact--form .form-item dl dd .note-txt {
  margin-top: 0.8rem;
  color: #dc4f51;
}
.contact--form .form-item dl dd.zip-field {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd.zip-field {
    gap: 0 1.4rem;
  }
  .contact--form .form-item dl dd.zip-field .wpcf7-form-control-wrap,
.contact--form .form-item dl dd.zip-field .zip-search {
    width: calc(50% - 0.7rem);
  }
  .contact--form .form-item dl dd.zip-field .wpcf7-form-control-wrap input,
.contact--form .form-item dl dd.zip-field .zip-search input {
    width: 100%;
  }
}
.contact--form .form-item dl dd.zip-field input {
  width: 17.7rem;
}
.contact--form .form-item dl dd.zip-field .zip-search a {
  display: block;
  text-align: center;
  background: #003399;
  color: #fff;
  line-height: 4.9rem;
  width: 17.7rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd.zip-field .zip-search a {
    width: 100%;
    height: 100%;
    font-size: 2.842rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact--form .form-item dl dd textarea {
  border: 1px solid #ccc;
  height: 26rem;
}
.contact--form .form-item dl dd textarea::-moz-placeholder {
  color: #808080;
}
.contact--form .form-item dl dd textarea::placeholder {
  color: #808080;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item dl dd textarea::-moz-placeholder {
    font-size: 2.2rem;
  }
  .contact--form .form-item dl dd textarea::placeholder {
    font-size: 2.2rem;
  }
}
.contact--form .form-item.agree-box {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item.agree-box {
    margin-bottom: 4rem;
  }
}
.contact--form .form-item.agree-box input {
  display: none;
}
.contact--form .form-item.agree-box input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.contact--form .form-item.agree-box .wpcf7-list-item {
  margin: 0;
}
.contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 2.8rem;
  }
}
.contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #ccc;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 3rem;
  }
}
.contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  width: 2rem;
  height: 1rem;
  border-bottom: 2px solid #003399;
  border-left: 2px solid #003399;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0.8rem;
  bottom: 0;
  margin: auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .form-item.agree-box .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 5rem;
    height: 3rem;
    left: 1.2rem;
    bottom: 1rem;
  }
}
.contact--form .privacy-txt {
  margin: 10rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt {
    margin: 8rem auto 5rem;
  }
}
.contact--form .privacy-txt .privacy-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.contact--form .privacy-txt .privacy-title a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .privacy-title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.contact--form .privacy-txt .txt-inner {
  height: 25.5rem;
  overflow: auto;
  padding: 3rem;
  border: 1px solid #ccc;
}
.contact--form .privacy-txt .txt-inner p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.125;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .txt-inner p {
    font-size: 2.8rem;
    line-height: 1.4285;
  }
}
.contact .form-actions {
  width: 23.5rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions {
    width: 53rem;
  }
}
.contact .form-actions #to-confirm,
.contact .form-actions #to-back,
.contact .form-actions #to-thanks {
  display: block;
  width: 100%;
  border: 1px solid #333;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-confirm,
.contact .form-actions #to-back,
.contact .form-actions #to-thanks {
    line-height: 8.8rem;
    font-size: 3.1rem;
  }
}
.contact .form-actions #to-confirm i,
.contact .form-actions #to-back i,
.contact .form-actions #to-thanks i {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #333;
  border-radius: 2.8rem;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-confirm i,
.contact .form-actions #to-back i,
.contact .form-actions #to-thanks i {
    width: 2.8rem;
    height: 2.8rem;
    right: 3.5rem;
  }
}
.contact .form-actions #to-confirm i::before,
.contact .form-actions #to-back i::before,
.contact .form-actions #to-thanks i::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-confirm i::before,
.contact .form-actions #to-back i::before,
.contact .form-actions #to-thanks i::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.contact .form-actions #to-confirm:hover,
.contact .form-actions #to-back:hover,
.contact .form-actions #to-thanks:hover {
  background: #333;
  color: #fff;
}
.contact .form-actions #to-confirm:hover i,
.contact .form-actions #to-back:hover i,
.contact .form-actions #to-thanks:hover i {
  border-color: #fff;
}
.contact .form-actions #to-confirm:hover i::before,
.contact .form-actions #to-back:hover i::before,
.contact .form-actions #to-thanks:hover i::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.contact .form-actions #to-back {
  background: #ddd;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-back {
    margin-bottom: 5rem;
  }
}
.contact .form-actions #to-back:hover {
  background: #888;
}
.contact .form-actions #to-back i {
  left: 2rem;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-back i {
    left: 3.5rem;
  }
}
.contact .form-actions #to-back i::before {
  transform: rotate(-135deg);
  right: auto;
  left: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-back i::before {
    left: 0.9rem;
  }
}
.contact .form-actions #to-thanks-box {
  position: relative;
  transition: 0.3s;
  border-radius: 5rem;
}
.contact .form-actions #to-thanks-box i {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #333;
  border-radius: 1.6rem;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-thanks-box i {
    width: 2.8rem;
    height: 2.8rem;
    right: 3.5rem;
  }
}
.contact .form-actions #to-thanks-box i::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact .form-actions #to-thanks-box i::before {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.4rem;
  }
}
.contact .form-actions #to-thanks-box:hover {
  background: #333;
  color: #fff;
}
.contact .form-actions #to-thanks-box:hover i {
  border-color: #fff;
}
.contact .form-actions #to-thanks-box:hover i::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

#confirm-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 6rem;
}
#confirm-list dl {
  margin: 0;
}
#confirm-list dl dt {
  margin: 0;
}
#confirm-list dl dd {
  margin-left: 0;
  padding-top: 3rem;
}
/*# sourceMappingURL=contact.css.map */