#form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.285rem;
}
@media screen and (max-width: 767px) {
  #form {
    padding: 15px;
      font-size: 1rem;
  }
}
.form-text_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  margin-bottom: 0;
}
.form-text_label .necessary {
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  background-color: #C71628;
  color: #fff;
  font-size: 1.1428571429rem;
}
.alert-text {
  color: #C71628;
  font-weight: bold;
  display: none;
}
.alert-text02 {
  color: #C71628;
  font-weight: bold;
}
.form-select {
  padding: 10px;
  width: 100%;
}
.form-text_input {
  width: 100%;
  padding: 10px;
}
.form-textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
}
.contact-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dashed 1px #000;
}
.policy-wrap {
  display: block;
  width: calc(100% -20px);
  height: 200px;
  margin: 10px;
  padding: 20px;
  overflow-y: scroll;
  border: solid 1px #000;
    font-size: 1rem;
}
.policy-text {
    font-size: 1rem;
    text-align: center;
}
.result-text01 {
}
.btn01 {
  display: inline-block;
  border: solid 1px #000;
  text-align: center;
  padding: 20px 0 20px 0.5em;
  min-width: 350px;
  color: #000;
  position: relative;
  background-color: #fff;
}
.btn01::after {
  display: inline-flex;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: right;
  padding: 0 20px;
}
.privacy-link {
  border-bottom: 1px #007bff dashed;
}

@media screen and (max-width: 767px) {
  .btn01 {
    min-width: 0;
    width: 100%;
  }
}
.btn01:hover {
  background-color: #777777;
  color: #fff;
  border-color: #777777;
  text-decoration: none;
}

.btn02 {
  display: block;
  text-align: center;
  padding: 20px 0.5em 20px 0;
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
  width: calc(100% - 20px);
}
.btn02.current, .btn02:hover {
  text-decoration: none;
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn02::before {
  display: inline-flex;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
    float: left;
  font-weight: bold;
  padding: 0 20px;
}