#form_wrap{
	margin-bottom: 100px;
}
#gform dl {
  margin-bottom: 40px;
}

#gform dt {
  text-align: center;
  padding: 25px 0 15px;
  font-size: 16px;
}

#gform dt span {
  background: #e40000;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}

#gform dd {
  text-align: center;
}

#gform dd input#num_of_p {
  max-width: 100px;
  margin-right: 5px;
}

#gform input,
#gform textarea,
#gform select {
  border: 1px solid #999;
  background: #fff;
  border-radius: 5px;
}

#gform input.input_txt {
  max-width: 490px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #323232;
}
#gform input.input_txt#year {
	max-width: 163px;
}

#gform select.select_box {
  width: 163px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #323232;
}

#gform textarea {
  max-width: 800px;
	width: 100%;
  height: 150px;
  padding: 15px 30px;
  color: #323232;
}

/*----ラジオボタン----*/
#gform .radios li{position:relative; border:none; min-height:auto; display:inline-block; margin: 1% 0; }
#gform .radios input[type="radio"]{position:absolute; opacity:0; width:100%; height:100%; margin:0; cursor:pointer; border-radius:0;}
#gform .radios label{display:flex; justify-content:center; align-items:center; cursor:pointer; text-align:center; line-height:1; box-sizing:border-box; width:100%; padding:0; margin:0 10px 0 0; min-height:auto; font-size: 16px;}
#gform .radios label:before{content:""; display:inline-block; width:20px; height:20px; border-radius:50%; border:1px solid #bbb; padding:5px; margin-right:5px; background:#fff; vertical-align:top;}
#gform .radios input[type="radio"]:checked + label:after{content:""; display:inline-block; position:absolute; top:50%; margin-top:-5px; left:10px; width:10px; height:10px; border-radius:50%; background:#111;}

#gform .caution {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
}

#gform .bl_btn {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#gform .bl_btn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  font-weight: normal;
  color: #fff;
}

#gform .bl_btn .btn_submit {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #ff6600;
  border-radius: 8px;
  text-decoration: none;
  font-size: 20px;
  border: solid 2px #fff;
  width: 100%;
  margin: 0 auto;
  padding: 12px 18px 10px;
  white-space: pre-line;
  word-break: break-all;
  -webkit-appearance: none;
}

#form_wrap .send_after_txt {
  display: none;
}

#form_wrap .send_after_txt p {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width:640px) {
	#form_wrap{
		padding: 0 5% ;
	}
	#form_wrap .send_after_txt p {
		font-size: 1.6rem;
		text-align: center;
	}
}