.form_wrap {
	margin-top: 0.80rem;
	padding-bottom: 1.10rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	.form_wrap {
		margin-top: 0.50rem;
		padding-bottom: 0.50rem;
	}
}

.form_wrap  .in {
  max-width: 10.80rem;
}

.form_wrap .lead {
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.91;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .form_wrap .lead {
    font-size: 0.14rem;
    text-align: justify;
    padding-bottom: 0.30rem;
  }
}

.form_wrap .privacy_doui_wrap {
  background-color: #F1F1F1;
  padding: 0.20rem;
  margin-bottom: 0.30rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .form_wrap .privacy_doui_wrap {
    padding: 0.15rem;
    margin-bottom: 0.20rem;
    font-size: 0.14rem;
  }
}

.form_wrap .privacy_doui_wrap a {
  color: #111;
  text-decoration: underline;
}

.form_wrap table {
  width: 100%;
  border-collapse:collapse;
  font-size: 0.16rem;
  line-height: 1.91;
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .form_wrap table {
    font-size: 0.14rem;
    border-top: 0;
  }
}

.form_wrap table th {
  width: 2.70rem;
  padding: 0.20rem 0;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #CCC;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .form_wrap table th {
    width: 100%;
    padding: 0.10rem;
    line-height: 1.3;
    display: block;
    border-bottom: 0;
    background-color: #F1F1F1;
    box-sizing: border-box;
  }
}

.form_wrap table th.req::after {
  content: "必須";
  background-color: #E6231E;
  padding: 0.03rem;
  color: #FFF;
  font-size: 0.11rem;
  position: absolute;
  top: 0.28rem;
  right: 0.20rem;
  line-height: 1;
  border-radius: 0.03rem;
}
@media screen and (max-width: 640px) {
  .form_wrap table th.req::after {
    top: 50%;
    right: 0.10rem;
    transform: translateY(-50%);
  }
}

.form_wrap table td {
  padding: 0.20rem 0;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 640px) {
  .form_wrap table td {
    width: 100%;
    padding: 0.10rem 0 0.30rem;
    display: block;
    border-bottom: 0;
  }
}

.form_wrap table td input[type='text'],
.form_wrap table td input[type='email'],
.form_wrap table td input[type='tel']
{
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0.08rem;
  border-radius: 0.04rem;
  background-color: #FFF;
  font-size: 0.16rem;
}

.form_wrap table td input.w50 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .form_wrap table td input.w50 {
    width: 100%;
  }
}

.form_wrap table td textarea {
  width: 100%;
  min-height: 3.00rem;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0.08rem;
  border-radius: 0.04rem;
  background-color: #FFF;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .form_wrap table td textarea {
    min-height: 2.00rem;
  }
}

.form_wrap table td .small_txt {
  font-size: 0.13rem;
  display: inline-block;
  padding-left: 0.10rem;
}
@media screen and (max-width: 640px) {
  .form_wrap table td .small_txt {
    font-size: 0.12rem;
    display: block;
    padding-left: 0;
    padding-top: 0.10rem;
  }
}

.form_wrap table td .caption {
  font-size: 0.13rem;
  line-height: 1.75;
  padding-top: 0.10rem;
}

.submit_wrap {
  padding-top: 0.30rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .submit_wrap {
    padding-top: 0;
    gap: 0.20rem 0;
    padding-bottom: 0.30rem;
  }
}

.submit_wrap .btn {
  width: 100%;
  max-width: 3.50rem;
  display: block;
  text-align: center;
  border: 0;
  font-size: 0.18rem;
  font-weight: 700;
  color: #FFF;
  padding: 0.20rem 0;
  border-radius: 0.06rem;
  box-shadow: 0 0.03rem rgba(0,0,0,0.3);
  margin: 0 0.15rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .submit_wrap .btn {
    font-size: 0.16rem;
  }
}

.submit_wrap .btn:hover {
  opacity: 0.7;
}

.submit_wrap .btn.-submit {
  background-color: #00A0E2;
}

.submit_wrap .btn.-back {
  background-color: #999;
}


/*============================
完了画面
============================*/
.completion_box {
	margin: 0.30rem 0;
}

.completion_box .form_end {
	text-align: center;
	font-size: 0.16rem;
	margin-bottom: 0.30rem;
	line-height: 1.65;
}

.completion_box .btn_common a {
	margin: 0 auto;
	margin-top: 0.50rem;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  background-color: #ffb900;
}

.submit_wrap p {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}