@charset "UTF-8";

[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:block;
}

@media screen and (min-width: 750px) {
    .stpform .inner {
        padding: 10px 16px;
    }
}
.pn {animation-delay: 0;animation:none;padding:0.8em;}
.stpform .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:normal;
  padding: 5px;
  margin-left: 8px;
  border-radius:2px;
  position:relative;
  top:-2px;
}
.rlink {
    text-align: right;
    font-size: 0.8em;
    line-height: 1.4em;
}
.pbtn,a.pbtn {
    font-size: 1em;
	padding-top:1.5em;
    text-align:left;
    color:#555;
    text-decoration:underline;
}
.skbtn {
    float: right;
    font-size: 0.8em;
}
.steplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color:#555;
  font-weight: bold;
  margin: 0 auto 5px;
}
.steplist li:before {
content:"";
display:none;
}
.steplist li:after {
  content: ">";
  margin-left: 6px;
	color:#555;
}
.steplist li:last-child:after {
  content: "";
  margin-left: 6px;
	color:#555;
}
.steplist li {
  padding: 0 3px;
}

.steplist li.active {
  color: #e68080;
}
.pn {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  max-width:100%;;
  display: none;
}
.chatform label, .skipbtn {font-size:0.9em;}
#pn1 {
  display: block;
}

.stpform h3 {border:none;text-align:center;padding-top:15px;margin-bottom:0;}
.stpform h3:before,
.stpform h3:after {
display:none;

}
.stpform h3 big{
	color:red;
	
}
.stpform .wpcf7 {
margin-top:10px !important;
}
.stpform h3 div{
	position:relative;
	padding:5px 25px 5px;
    font-size: 15px;
    display:inline-block;
}
.stpform h3 {
	color:#3c455c;
	line-height:1.4;
}
.stpform h3 div::before{
	content:"";
	width:1px;
	height:100%;
	background:#3c455c;
	position:absolute;
	left:5px;
	top:0;
	font-weight:100;
	transform: rotate(-20deg);
}
.stpform h3 div::after{
	content:"";
	width:1px;
	height:100%;
	font-weight:100;
	background:#3c455c;
	position:absolute;
	right:5px;
	top:0;
	transform: rotate(20deg);
}

html{
-webkit-font-smoothing: antialiased;
}
.nextbtn {
  cursor:pointer;
}

.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 */
.stpform input[type="radio"]{
	display: none;
}

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

.stpform input[type="num"] {
	width:50%;
	max-width:50%;
}
.stpform textarea{
  width: 100%;
  line-height: 1.7em;
  height: 80px;
  margin-bottom: 8px;
}
.stpform select{
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 10px;
width:100%;
box-sizing:border-box;
border:solid 1px rgba(0,0,0,0.2);
padding:5px 10px;
font-size:16px;
background: #fff url(../images/step/arrow2.png) no-repeat 98% center;
background-size: 24px;
}
.pn dl {
margin-bottom:15px;
}
.pn dt {
color:#3c455c;
font-size:16px;
}
.pn dd {
padding-bottom:0;
margin-bottom:0;
}
.pn dd .er {
width:100%;
}

.stpform .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {padding:5px;}
.stpform .wpcf7 .wpcf7-form p {border:none;}


::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #ccc;
}
.flexbox {
      display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    align-items: stretch;
}
	.flexbox li {width:49%;min-height:100%;margin-bottom:0.5em;}
	
.flexbox .date,
.flexbox .time {
width:49%;
}
@media(max-width:414px){
	.pn.flexbox {
    align-items: stretch;
	}
	

	.skipbtn{
    padding: 13px 10px;
  margin: 0 0 2%;
  font-size: 16px;
		line-height:1.1;
		
  }

	.skipbtn.big{
		font-size:15px;
	}
	.stpform .inner {
		padding:10px;
	}
}
.stpform label:last-of-type,
.stpform label:nth-of-type(even){ margin-right:0;}


.skipbtn.on,.skipbtn:hover{
background: #4286f5;
color:#fff !important;
font-weight: bold;
}

.esbtn {
	margin-right:0;
}
.skipbtn:before,.skipbtn:after {
	display:none;
}

/* btn */
.nextbtn {
  -webkit-appearance: none;
  border: none;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration:none !important;
  background: #e68080 url(../images/step/arrow_white.png) no-repeat 90% center;
  background-size: 10px auto;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  border:none;
}
@media(max-width:414px){
  .nextbtn{
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .stpform .submit{
    width: 100%;
    padding: 12px;
    font-size: 18px;
  }
}
.dateflex {
display:flex;
}

.er {
display:none;
color:#b9233e;
font-size:10px;
}

.wpcf7-radio{
	display:block;
	text-align:left;
}
.wpcf7-checkbox .wpcf7-list-item{
	display:block;
	width:30%;
	margin:0 0 0.7rem;
}
.wpcf7-radio .wpcf7-list-item{
	display:block;
	width:49%;
	margin:0 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;
}
body {
background:#eee;
}
.stpform {
width: 736px;
max-width: 100%;
margin:auto;
}
    
.stpform .wpcf7-list-item-label {
background: #fff;
color:#3c455c ;
font-weight: bold;
display:block;
border:1px solid #4286f5;
text-align:center;
border-radius:30px;
padding: 10px 11px;
font-size: 15px;
width:100%;
 }
 .noticearela {font-size:0.9em;text-align:center;}
a.notice {text-decoration:underline;margin:0.5em;}
.stpform input[type="radio"]:checked + .wpcf7-list-item-label,
.stpform 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: #e68080 url(../images/step/arrow_white.png) no-repeat 90% center;
  background-size: 10px auto;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  border:none;
}

.custom-checkbox .custom-control-label:before, .custom-checkbox .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before, .custom-checkbox .wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .custom-checkbox .wpcf7-list-item-label:before, .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item>label .custom-control-label:before, .wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item>label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item .custom-checkbox .wpcf7-list-item-label:before {display:none;}

@media screen and (max-width: 750px) {
.wpcf7-checkbox .wpcf7-list-item{
	width:49%;
}
#pn5 .wpcf7-radio .wpcf7-list-item.last{
	width:100%;

}
}