@charset "UTF-8";
.form.top-form {
    background: rgba(51, 51, 51, .1);
    padding-bottom:3em;
    padding-top:3em;
}
.form.top-form #form{
    width: 90%;
    max-width: 800px;
    margin:auto;
	
}
@media (max-width: 767px) {
    #form dl dd label {
        height: auto;
        min-height:40px;
        padding:0;
        line-height:1.1;
    }
}

.nextbtn,a.nextbtn {
  cursor:pointer;
  text-decoration:none;
}
.chatblc:not(:nth-of-type(1) ) {
  display: none;
}
.form__sample-text {
color:#222;
padding:0 5px 10px;
    display: block;
}
}
.chintaionly {
text-align:center;
padding:8px;
background:#fff;
border-radius:8px;
margin-top:10px;
font-size:14px;
}

/* 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(arrow.svg) no-repeat 90% center;
  background-size: 7px auto;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
}
.btn {width:100%;display:block;padding:10px 0;
    height: auto;}
@media(max-width:414px){
  .nextbtn{
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}
.formErrorContent {color:red;}

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

/* text */
.note {
  color:#999;
  font-size:13px;
  text-align:left;
  line-height:1.1;
  margin-top: 3px;
}
.note a{
  display: inline-block;
  color: #4286f5;
  text-decoration: underline;
}

.er {
  color:#cf5a5d;
  font-size:12px;
  display:block;
  min-height: 1.0em;
}

@media(max-width:414px){
  .note {
    font-size: 12px;
  }
  .er{
    font-size: 11px;
  }
}
.pn {
position:relative;}
.tel1formError,
.tel2formError,
.tel3formError {
position:absolute !important;
left:10px !important;
bottom:0 !important;
top:65px  !important;
width:100%  !important;
height:20px  !important;
background:#fff !important;
}
.tel1formError br,
.tel2formError br,
.tel3formError   br{
display:none;
font-size:10px;
}
.errorarea {
padding-top:20px;
}
/*パーツ*/

.top-form h3 {
	text-align:center;
}
.top-form h3 span {
	padding:0 1.5em;
	position:relative;
	display:inline-block;
}
.top-form h3 span:before {
	content:"＼";
	transform:scale(1,3);
	position:absolute;
	bottom:0px;
	left:0;
}
.top-form h3 span:after {
	content:"／";
	position:absolute;
	bottom:0px;
	transform:scale(1,3);
	right:0;
}
#form .step2 li {
    width: 5em !important;
    margin: 0 0.5em !important;
    padding: 0.2em 0.5em;
}
#form .step li span {
    font-size:12px;
    
}
@media(min-width:541px){
#form dl dt {
    font-size:16px;
}
#form dl dd select {
    font-size:16px;
}
#form dl dd input[type="text"], #form dl dd input[type="email"], #form dl dd input[type="tel"] {
    font-size:16px;
}
}

@media (max-width: 767px) {
    #form dl dt {
        font-size: 13px;
    }
    #form dl dd b {
        font-size: 13px;
    }
    .form__sample-text {
        font-size: 11px;
        
    }
}

.top-form h3 span{
        font-size: 1.45em;
        font-weight: 700;
        color: #2d985e;
        display: inline-block;
        padding-bottom: 0.2em;
    }
    .top-form h3 small{
        font-size: 1.1em;
        display: block;
        padding-bottom: 0.2em;
    }