@charset "UTF-8";

.stepwrap {
	position:relative;
	margin: 0 auto;
	width: 200px;
}

.top-form {
padding:2em 1em;
background:#f8fbf1;
}
#form{
padding-top:0;
}

@media(min-width:768px){

#form{
width:760px;
margin:auto;
max-width:100%;
}
#sform{
width:560px;
margin:auto;
max-width:100%;
}
}
#form dl {display:block;}

#form{ }
#form .step{
	padding-bottom:3px;
	text-align: center;
	position:relative;
	counter-reset:number;
	margin-bottom:1em;
}
#form .step li{
	display: inline-block;
	background: #d3d3d3;
	color:#fff;
	width: auto;
	height: 18px;
	margin:0 5px;
	position:relative;
    font-size: 10px;
    line-height: 18px;
	border-radius:20px;
	padding:0 1em 0.2em;
}

#form .step li.active{
	background:#cc0000;
}
#form dl{
	color:#000;
	padding:0px 0 10px;
	border:none;
}
#form dl:last-of-type{
	border-bottom: none;
}
#form dl dt{
	font-size: 1.06rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

@media(min-width:768px){
#form dl dt{
	font-size: 1.4rem;
		margin: 8px 0;
}	
}

#form dl dt.hissu:after{
	content:"必須";
  font-size: 0.73rem;
  font-weight: normal;
  color: #fff;
  background: #cc0000;
  margin-left: 13px;
  display: inline-block;
  padding: 3px 4px;
  line-height: 1em;
  top: -1px;
  position: relative;
}
#form dl dt span{
  font-size: 0.73rem;
  font-weight: normal;
  color: #fff;
  background: #cc0000;
  margin-left: 0;
  display: inline-block;
  padding: 3px 4px;
  line-height: 1em;
  top: -1px;
  position: relative;
}


#form dl dd{
	width: 100%;
}
#form dl dd input[type="radio"]{
	display: none;
}
#form dl dd input[type="text"],#form dl dd input[type="email"],#form dl dd input[type="tel"],#form dl dd input[type="password"]{
	border-radius: 10px;
	box-sizing:border-box;
	border:solid 1px #ccc;
	font-size:16px;
	padding:16px;
	margin-left:15px;
	width:100%;
	max-width:100%;
}

#form dl dd ul {
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}

#form dl dd ul li {
width:49%;
margin-bottom:10px;
}


#form dl dd select{
	background: #fff;
	border-radius: 10px;
	border:solid 1px #9c233e;
	box-sizing:border-box;
	font-size: 1.0rem;
	line-height:1.5;
	margin-left: 15px;
	height: 60px;
}

#form dl dd input[type="radio"]:checked + label{
	border:solid 1px #5186ec;
	background: #5186ec;
	color:#fff;
}

#form dl dd input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #ccc
}
/* Edge */
#form dl dd input::-ms-input-placeholder {
  color: #999;
}

#form .btn{
	text-align: center;
	padding:5px 0 0;
}
#form .btn {
}
#form .btn .nxtbtn{
	display:block;
	background: #4286f5 url("../assets/img/arrow1.png") no-repeat 94% center;
	background-size: 8px auto;
	box-shadow:0px 5px 3px rgba(236,236,236,.6);
	border-radius: 50px;
	color:#fff;
	font-size: 1.0rem;
	font-weight: bold;
	padding:16px 0;
	text-align:center;
	text-decoration: none;
	width: 100%;
	margin: 20px auto 0;
}
#form .btn .pvbtn{
	display:inline-block;
	color:#555;
	border-bottom:solid 3px #eee;
	border-radius: 50px;
	font-size:0.8em;
	font-weight: normal;
	padding:8px;
	text-decoration: none;
	border:none;
	text-align:center;
	margin:10px auto 0;
}
/* btn */
.nextbtn {
  -webkit-appearance: none;
  border: none;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  color: #fff!important;
  background: #4286f5 url(top_btn_arrow.svg) no-repeat 90% center;
  background-size: 7px auto;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
}
.skipbtn {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  max-width: 500px;
  margin: 5px auto;
  display: block;
  text-align: center;
  color: #000;
  background: #eee;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  border-radius: 50px;
}
.pbtn {
  font-size: 13px;
  color:#333;
}



@media(max-width:414px){
  .nextbtn{
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}
#success{
	padding:60px 0;
}
.pn {
	background:#fff;
	border-radius: 0;
	padding: 40px 60px;
	box-sizing: border-box;
	display: none;
	box-shadow:0px 0px 5px rgba(000,000,000,.1);
}

.current {
	display:block;
}

.error_msg,.er {
	width:100%;
	display:none;
	color:red;
	font-size:12px;
	text-align:left;
}

.check-text{
	font-size: 0.8rem;
	text-align: center;
	margin: 10px 0 -15px;
}
.check-text a{
	text-decoration: underline;
}

@media(max-width:767px){
	#form dl{
		display: block;
		padding: 0 0 3px;
	}
	#form dl dt{
		font-size: 0.9rem;
		margin: 5px 0;
		padding-left: 0;
		width: 100%;
	}
	#form dl dt.hissu:after{
		font-size: 0.65rem;
		top: -1px;
		margin-left: 8px;
		padding: 2px 5px;
	}
	#form dl dd{
		font-size: 0.8rem;
		margin:0 5px 5px 0;
		width: 100%;
	}
	#form dl dd br {
		display:none;
	}

	#form dl dd select{
		font-size: 0.8rem;
		margin:0 5px 5px 0;
		width: 100%;
		height: 46px;
	}
	#form dl dd input[type="text"], #form dl dd input[type="email"], #form dl dd input[type="tel"]{
		border-radius: 4px;
		font-size:16px;
		padding: 12px 10px;
		margin-left: 0;
	}

	#form .btn .nxtbtn{
		background-size: 6px;
		border: none;
		box-sizing: border-box;
		margin: 6px 0;
		padding: 10px 0;
		width: 100%;
	}
	#form .btn .pvbtn{
		margin-top: 0;
	}

	.pn{
		border-radius: 10px;
		padding:10px 13px;
	}
	.error_msg{
		margin-left: 0;
	}
	.check-text{
		font-size: 0.73rem;
		text-align: center;
		margin: 10px 0 0;
		line-height: 1.25em;
	}
}

@media(max-width:376px){
	#form dl dd label,
	#form dl dd input[type="radio"]:checked + label,
	#form dl dd input[type="radio"] + label{
font-size: 14px;
letter-spacing: -1px;
	}
}



/*cf7*/


#form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block
}

.must {
    display: inline-block;
    background: #b9233e;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    padding: 5px;
    margin-left: 8px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.custom-radio .custom-control-label:before,.custom-radio .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,.custom-radio .wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .custom-radio .wpcf7-list-item-label:before,.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item .custom-radio .wpcf7-list-item-label:before,.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item>label .custom-control-label:before,.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item>label .wpcf7-list-item-label:before {
    display: none
}
/* radio */
#form input[type="radio"]{
	display: none;
}



#form input[type=text],#form input[type=email],#form input[type=tel],#form input[type=num],#form textarea {
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    padding: 5px;
    font-size: 16px;
    outline: 0
}


#form .wpcf7 .wpcf7-form p {
    border: none
}



.wpcf7-radio {
    display: block;
    text-align: left
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: 30%;
    margin: 0 0 .7rem
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
    width: 49%;
    margin: 0 0 .7rem
}

.wpcf7-form-control.wpcf7-radio,.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

#form .wpcf7-list-item-label {
    background: #fff;
    color: #3c455c;
    font-weight: 400;
    display: block;
    border: 1px solid #4286f5;
    text-align: center;
    border-radius: 30px;
    padding: 15px 11px;
    font-size: 15px;
    width: 100%;
    line-height:1.2;
}


#form input[type=radio]:checked+.wpcf7-list-item-label,
#form input[type=checkbox]:checked+.wpcf7-list-item-label {
    background: #4286f5;
    color: #fff;
    border: 1px solid #4286f5
}

.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item>label,.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item>label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.wpcf7 input[type=submit],.wpcf7 input[type=submit]:read-only {
    -webkit-appearance: none;
    border: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #4286f5 url(top_btn_arrow.svg) no-repeat 90% center;
    background-size: 10px auto;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    border: none
}

.pn h3{
	font-size:0.8em;
}
#form .wpcf7 .wpcf7-form p small{font-size:0.7em;}