.errorMes {
  color: #D22D26;
  border: 1px solid #D22D26;
  border-radius: 15rem;
  padding: 20rem;
  margin-top: 40rem;
  margin-bottom: 20rem;
  position: relative;
}
.errorMes::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 42px;
  border: 12px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
  transform: translateY(100%);
}
.errorMes::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  border: 14px solid transparent;
  border-top: 14px solid #D22D26;
  z-index: 1;
  transform: translateY(100%);
}

.content_sec {
  margin-top: 0;
}
.content_sec .c_box {
  padding-bottom: 60rem;
}
.content_sec .c_box .lead .form_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 26rem;
}
.content_sec .c_box .lead .txt {
  margin-top: 35rem;
  line-height: 2;
  text-align: center;
}

.privacy_policy {
  margin-top: 50rem;
  text-align: center;
}
.privacy_policy .item {
  margin-top: 15rem;
}

.c_submit_btn {
  margin-top: 40rem;
}
.c_submit_btn input[type=submit],
.c_submit_btn button {
  background-color: #D22D26;
  color: #fff;
}
.c_submit_btn::after {
  border-color: #fff;
}

#contact_check .c_entry_cnt dl dd {
  display: flex;
  align-items: center;
}
#contact_check .c_entry_cnt dl dd .item {
  margin-top: 0;
}

#contact_completed .c_box .txt {
  margin-top: 40rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .content_sec .c_box .lead .form_ttl {
    font-size: 16rem;
  }
  .content_sec .c_box .lead .txt {
    margin-top: 20rem;
    line-height: 1.8;
  }
  .privacy_policy {
    margin-top: 20rem;
  }
  .c_submit_btn input[type=submit],
  .c_submit_btn button {
    width: 310rem;
    height: 80rem;
    font-size: 20rem;
  }
  #contact_check .c_entry_cnt dl dd .item {
    padding-left: 9rem;
  }
}/*# sourceMappingURL=contact.css.map */