
/* CSS style */

html, body{height: 100%;}
body{font-size: 26px; color: #000;}

.bg-area {position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden;}
.bg-area .text_01 {position: absolute; top: 0; left: calc(50% + 470px); width: 835px; height: 818px; background: url('./bg_text.png') no-repeat right; background-size: cover; opacity: 0.1; animation: text-roll 5s infinite linear;}
.bg-area .text_02 {position: absolute; top: 0; right: calc(50% + 470px); width: 835px; height: 818px; background: url('./bg_text.png') no-repeat right; background-size: cover; opacity: 0.1; animation: text-roll 5s infinite linear;}
.bg-area .text:nth-of-type(2) {top: 100%;}
@keyframes text-roll {
    0% {transform: translateY(0)}

	100% {transform: translateY(-100%)}
}
.bg-area .arrow-area {position: relative; width: 100%; height: 100%; justify-content: center; align-items: center;}
.bg-area .arrow-area img {position: absolute; top: 50%; left: 50%; transform: translateY(0); animation: arrow-up ease-in-out infinite;}
@keyframes arrow-up {
    0% {opacity:0; transform: translateY(0%);}
    
    30% {opacity:0; transform: translateY(0%);}

    50% {opacity: 1; transform: translateY(-30%);}

    100% {opacity:0; transform: translateY(-200%);}
}
.bg-area .arrow-area .arrow1 {margin: -270px 0 0 600px; animation-duration: 5.2s;}
.bg-area .arrow-area .arrow2 {margin: -130px 0 0 500px; animation-duration: 4.4s;}
.bg-area .arrow-area .arrow3 {margin: -50px 0 0 -336px; animation-duration: 3.7s;}
.bg-area .arrow-area .arrow4 {margin: -80px 0 0 700px; animation-duration: 4s;}
.bg-area .arrow-area .arrow5 {margin: 0 0 0 -700px; animation-duration: 3.1s;}




.wrapper {position: relative; max-width:1000px;margin: 0 auto; text-align: center; overflow: hidden; 
max-width: none; margin: 0 auto; background: url("./bak.png") top center no-repeat; background-size: cover;}

.header{margin: 0 auto;}

.db_list{margin: auto; color: #FFF; text-align: center; margin-bottom: 20px; font-size: 1.1em;}
.loader { border: 13px solid rgba(0, 0, 0, 0.5); /* Light grey */ border-top: 13px solid #fff; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: spin 1s linear infinite; }


@keyframes spin {
    0%{ transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.step-list { position: relative; width: 10000px; margin-left: 0; transition: margin-left 0.2s; width: 300%; z-index: 999; }
.step-list:after { content: ''; display: table; clear: both; }


.step-list .step { float: left;/* width: 100%; max-width: 800px; */width: 33.333%; min-height: 1px; }
.step-list .step > .inner { width: 100%; max-width: 850px; margin: 0 auto; }

.step0 {margin-top:3%;}
.step0 .loader-box { width: 146px; margin: 30px auto; background: url(./loading_icon.png) no-repeat 50% 50%; background-size: 35%; }
.step0 .inputClass { font-size: 15px; width: 40%; height: 48px; margin-left: 10%; margin-right: 10%; text-align: center; margin-top: 10px; border-radius: 10px; }
.step0 .button_start { width: 30%; height: 50px; margin-left: 35%; margin-right: 35%; color: white; background-color: #05b1ba; border-radius: 20px; text-align: center; font-size: 16px; font-weight: bold; letter-spacing: 1px;padding-top: 10px;border-style: solid;border-color: white;cursor: pointer;margin-top: 20px; }








@media all and (max-width:1000px) {
.imgbox img{display: block; margin:auto; width:100%;}


}

@media all and (max-width:999px) {
	.imgbox img{display: block; margin:auto; width:100%;}
}

@media all and (max-width:767px) {

    html, body { font-size: 22px; }
	.imgbox img{display: block; margin:auto; width:95%;}
	
    .pr-list { padding-bottom: 0; }
	.step0 {margin-top:5%;margin-bottom: 8%;}
	.step0 .inputClass { width: 80%;}
	.step0 .button_start { width: 50%;margin-left: 25%;margin-right: 25%;}
	.step1,.step2 {margin-top:2%;}
    .step0 .loader-box { width: 96px; }
    .step0 .loader { margin: 0 auto; border-width: 8px; width: 80px; height: 80px; }
   

    /* form */
    .step-list .step > .inner {width:93%;}
  
    .wrapper .robot {padding:10px 0 0 0 ;}
	
	.bg-area {display:none;}
    
	.wrapper {background: url(./bakm.png) top center no-repeat;}
}

@media all and (max-width:550px) { 

    .step-list.step-2 {height:auto;}
    .chart {margin:0 auto; padding:20px 0;}
}

@media all and (max-width:479px) {
    .chart2 .pr-list { height: 150px; }
    .chart2 .pr-list li:nth-child(1) .progress-bar-vertical { min-height: 98px; }
    .chart2 .pr-list li:nth-child(2) .progress-bar-vertical { min-height: 51.5px; }
    .chart2 .pr-list li:nth-child(3) .progress-bar-vertical { min-height: 34px; }
    .chart2 .pr-list li:nth-child(4) .progress-bar-vertical { min-height: 17.5px; }
	

	
}
@media all and (max-width:414px) {
    body { font-size: 18px; }

    /* form */
  
}
@media all and (max-width:359px) {
	
	.agree-label {font-size: 1.1rem;}
	.privacy-link {font-size: 1.1rem;}
}

@media screen and (max-width: 768px){
	.mid3 p {
		font-size: 120%;
	}
}


@media (max-width: 900px){
	.dbform .text, .dbform .textarea, .dbform .select {
		height: 40px;
		font-size: 15px;
		padding: 0 10px;
	}

}

