/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
*{
	font-family: sans-serif;
	font-weight: 400;
}
body{
	background: #fff;
}
a{
	transition: all .3s;
}
a:hover{
	opacity: .7;
}
ul{
	list-style: inside none;
	padding: 0;
}
img{
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
p{
	font-size: 18px;
	line-height: 2em;
}
.center{
	text-align: center;
}
.center img{
	margin: 0 auto;
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
	width: 100%;
}
ol{
	list-style: inside none;
	margin: 0;
	padding: 0;
}
.delay1{
	animation-delay: 0.1s;
}
.delay2{
	animation-delay: 0.2s;
}
.delay3{
	animation-delay: 0.3s;
}
.delay4{
	animation-delay: 0.4s;
}
.delay5{
	animation-delay: 0.5s;
}
.delay6{
	animation-delay: 0.6s;
}
.delay7{
	animation-delay: 0.7s;
}
.delay8{
	animation-delay: 0.8s;
}
.delay9{
	animation-delay: 0.9s;
}
.delay10{
	animation-delay: 1.0s;
}
/*===============================================
 * header
===============================================*/
header{
	position: relative;
}
header > img{
	position: relative;
	z-index: 0;
}
.kv_inner_shindan{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.kv_inner_shindan img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.kv_inner_shindan h1{
	position: relative;
	z-index: 2;
}
/*===============================================
 * main
===============================================*/
.cta_shindan{
	background: #06c655;
	padding: 0;
}
.cta_inner_shindan{
	position: relative;
}
.cta_inner_shindan > div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cta_inner_shindan > div img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.btn_area{
	margin-top: 5%;
}
.next{
	padding: 10% 0 15%;
}
#introduction_shindan{
	background: #f8fe0a;
}
#introduction_shindan > img + img{
	margin: 30px 0 0;
}
#step_shindan{
	position: relative;
	z-index: 0;
}
.step_inner_shindan,
.step_inner_shindan img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
#point_shindan{
	background-image: url(../img/bg_point.png);
	background-position: center center;
	background-size: cover;
}
#point_shindan h2{
	margin-top: -5vh;
}
#point_shindan ul{
	margin-bottom: 30px;
}
#point_shindan ul li:nth-child(2){
	margin: 15px 0 30px;
}
#point_shindan p{
	margin: 10% 0;
}
#voice_shindan{
	background: #06c655;
	padding-bottom: 30px;
}
#voice_shindan ul{
	margin: 30px 0;
}
#voice_shindan ul li + li{
	margin-top: 30px;
}
#worry_shindan{
	background: #fcb20d;
	padding: 30px 0 0;
}
#worry_shindan ul{
	margin: 30px 0 0;
}
#worry_shindan ul li:first-child{
	margin-top: 0 !important;
}
#worry_shindan ul li{
	margin-top: -30%;
}
#worry_shindan ul li:last-child{
	margin-top: -15% !important;
}
.questionnaire_shindan{
	border-radius: 5px;
	background: #fff;
	margin: 15px;
	padding: 15px;
	text-align: center;
}
.question{
	border-bottom: 2px dashed #bbb;
	padding: 30px 0;
}
.question p{
	font-size: 16px;
	font-weigh: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.question > div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.question > div > div{
	margin: 1%;
	width: 31.333%;
}
.question label{
	font-size: 14px;
}
.agreement{
	display: block !important;
	margin: 0;
}
.agreement > div{
	margin: 15px 0;
	width: 100% !important;
}
.agreement > div label{
	font-size: 20px;
}
.message{
	display: none;
	margin-bottom: 30px;
}
.off {
  pointer-events: none !important;
}
/*===============================================
 * footer
===============================================*/
footer{
	background: #06c655;
	padding: 5px 0;
	text-align: center;
}
footer p{
	color: #fff;
	font-size: 10px;
}