select,option,input,textarea,
button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:0;
    background:white;
    }
.che {
	height: 0;
	visibility: hidden;
}
.formarea .numbering{
    margin: 0 auto 30px;
		text-align: left;
		font-size: clamp(16px,2.5vw,22px);
}

.formarea .form-cover{
	margin: 30px auto;
	max-width:800px;
}
.formarea .ng{
  margin:15px 0;
	padding:0;
	position: relative;

}
.formarea .ng select{
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
    box-sizing: border-box!important;
    display: block!important;
		padding:0;
}
.cover{
    position: relative;
		border:3px solid white;
		animation: .8s linear .5s infinite alternate flash;
}
.cover.stop{
	animation: paused;
	border-color:#80C9CB;
}
@keyframes flash {
	0%{
		border-color:white;
	}
	100%{
		border-color:red;
	}

}


.cover:after{
	content:"";
	border:3px solid #ccc ;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
}


.customSelectInner{
    background: #fff;
    width: 100%!important;
    padding: 12px 10px 12px 60px;
    /* border: 3px solid #ccc!important; */
}
.ng:before{
    position: absolute;
    top: 22%;
    right: 1em;
    line-height: 0;
    content:"";
		display: block;
		background: url(../img/arrow_down.png) no-repeat center center;
		background-size:contain;
    width: min(8vw,35px);
    height: min(8vw,35px);
}
.ok:before{
    background: url(../img/ok.png) no-repeat center center;
		background-size:contain;
}

input[type="text"],input[type="email"],input[type="tel"]{
    padding: 16px 12px 16px 60px;
		font-size: clamp(16px,2.5vw,22px);
    width: 100%;
  	  /* border: 3px solid #ccc!important; */
}

label{
    vertical-align: baseline;
}

label.inputText{
    margin-left: 6px;
}

 .cover3,.cover4{
     padding: 13px 13px 13px 60px;
     /* border: 3px solid #ccc ; */
}

input[type="radio"]{
    margin-left: 8px;
		background: #ffffdf;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		border: 2px solid #ffbc28;
		position: relative;
}
input[type="radio"]:checked:after{
	content:"";
	display: block;
	background:red;
	border-radius: 20px;
	width:10px;
	height: 10px;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	box-sizing: border-box;
}

[class*="section"]{
	display: none;
	opacity:0;
}
[class*="section"].open{
	display: block;
	animation: slideDown .5s linear .3s forwards;
}
.section01.open{
	opacity:1;
}
button.active{
	cursor:pointer;
}
button.active img{
	animation: .8s linear .5s infinite alternate flashBtn;
}
@keyframes flashBtn {
	0%{
		filter:brightness(1);
	}
	50%{
		filter:brightness(1.15);
	}

	100%{
		filter:brightness(1);
	}

}
@keyframes slideDown {
	0%{
		opacity:0;
		transform:translateY(-15%);
	}
	50%{
		opacity:.3;
		transform:translateY(-10%);
	}
	60%{
		opacity:.5;
	}
	100%{
		transform:translateY(0%);
		opacity:1;
	}

}
/* button img{
	filter:grayscale();
}
button.active img{
	filter: none;
} */
.motivation-message{
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 10px 0px 16px;
    border: 2px solid #ffbc28;
    border-radius: 5px;
    background: #ffffdf;
    line-height: 1.4;
    font-size: clamp(15px,2.2vw,20px);
    width: 100%;
}

.motivation-message:after{
    bottom: 0px;
    left: 50%;
    right: 50%;
    transform: translate(500%,10px);
    display: block;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 10px 7px 0 7px;
    border-style: solid;
    border-color: #ffbc28 transparent transparent transparent;
    content: "";
    }


.numbering{
   margin: 0;
   counter-reset: number;
 }
 .numbering .cover::before {
	 counter-increment: number!important;
	 content: counter(number)!important;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 100%;
	 width: 40px;
	 position: absolute;
	 top:0;
	 left:0;
   background: #006ea0;
   font-size: 20px;
   color: #fff;
	 z-index: 20;
 }


#ttp {
  position: absolute;
  top: 0;
  right: -230px;
  z-index: 9999;
  padding: 10px;
  width: 220px;
  border-radius: 6px;
  background: #ffc52b;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4em;
}

#ttp:before {
  display: none;
}

#ttp:after {
  position: absolute;
  top: 15px;
  left: -9px;
  border-top: 5px solid transparent;
  border-right: 10px solid #ffc52b;
  border-bottom: 5px solid transparent;
  content: "";
}

.btn-submit-container{
    text-align: center;
    margin: 45px 0 20px;
}

.formBtn{
    margin: 0 auto;
}

small{
    display: block;
    text-align: center;
        font-size: 14px;
    margin: 8px 0;
}
.error{
color:red;
}
/*---- thanks --------*/
#thanks {
	margin:10% auto 15%;
}
#thanks h2{
	font-size:clamp(20px,3.5vw,35px);
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
#thanks p{
	text-align: center;
}
/*---- mail_error --------*/
#mail_error{
		margin:10% auto 15%;
}
#mail_error h2{
	font-size:clamp(20px,3.5vw,35px);
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	color:var(--mainColor);
}
#mail_error p{
	text-align: center;
}
#mail_error .btn,
#thanks .btn{
	margin:4% auto;
	text-align: center;
}
#mail_error .btn a,
#thanks .btn a{
	display: block;
	width:fit-content;
	margin:auto;
	padding:.5em 1.5em;
	border-radius:10px;
	background:var(--mainColor);
	color:white;
	font-weight: bold;
}
/*------------------------------------------------------------*/
@media screen and (max-width: 835px) {

#ttp {
    display: none!important;
}


.formarea .form-cover{
    width: 100%;
    padding-bottom: 0;
    background: #fff;
    background-size: 100%;
    margin: 0 auto;
}


.customSelectInner{
    padding: 14px 20px 14px 50px;
}


.ok:after{
    position: absolute;
    top: 30%;
    right: 0.3em;
    font-size: 3em;
    color: #ac917c;
    line-height: 0;
    content: url(./images/ok.svg);
    width: 20px;
    height: 20px;
}

/* .cover.cover6::before{
    top: 68%!important;
    left: 2px!important;
}

.cover.cover7::before{
    top: 68%!important;
    left: 2px!important;
} */

.btnbox{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.formBtn{
    width: 100%;
}
.btn-submit-container{
	margin:min(5%,40px) 0;
}
}
@media screen and (max-width: 480px) {

}
