html{
	font-size: 62.5% !important;		
}


h3:after {
	display: none;
}
h2{
	margin: 0;
}
a:hover{
	text-decoration: none;
}


body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
#wchance-cp header{
	background: none;
	padding: 0;
}

.contents .wel-header{
	text-align: center;
	padding: 0;
}
.no-scroll{
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

#wchance-cp{
	font-size: 1.1rem;
	line-height: 1.8;
	background: #c6efff;
}
#wrap{
	position: relative;
}
#header{
	position: relative;
	padding: 9px 10px 10px 10px;
}
#header #head_link{
	padding: 0;
	width: 100%;
	text-align: center;
}
#header #head_link img{
	width: 249px;
	height: auto;
}
.pagetop{
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 500;
	transition: transform 300ms ease;
}



/* KV
------------------------------------------------------------*/

	#kv{
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 10px 10px 15px;
		background-color: rgba(29, 185, 247, 1);
		background-image: linear-gradient(-90deg, rgba(5, 175, 242, 1) 50%, transparent 50%);
		background-size: 40px 40px;

	}
	.kv-inner{
		margin: auto;
		width: 100%;
		max-width: 199px;
		text-align: center;
	}
	.kv-obj{
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 70px;
	}
	.kv-obj:before{
		content: "";
		position: absolute;
		left: -14px;
		top: 0;
		display: block;
		width: 102px;
		height: 73px;
		background: url(../img/yashi_l.png);
		background-size: 100% 100%;
	}
	.kv-obj:after{
		content: "";
		position: absolute;
		right: -14px;
		top: 0;
		display: block;
		width: 102px;
		height: 73px;
		background: url(../img/yashi_r.png);
		background-size: 100% 100%;
	}


/* contents
------------------------------------------------------------*/

	section{

	}
	.sec-inner{
		margin: 0 auto;
		max-width: 750px;
		padding: 0 20px;
	}
	#quiz:before{
		content: "";
		position: absolute;
		top: -7px;
		display: block;
		width: 100%;
		height: 8px;
		background: url(../img/wave_bl_top.png) 0 0 repeat-x;
		background-size: auto 100%;
	}
	#quiz:after{
		content: "";
		position: absolute;
		bottom: -7px;
		display: block;
		width: 100%;
		height: 8px;
		background: url(../img/wave_bl_btm.png) 0 0 repeat-x;
		background-size: auto 100%;
	}



/* quiz
------------------------------------------------------------*/
	#quiz{
		position: relative;
		padding: 35px 0;
		z-index: 20;
	}
	#quiz h2{
		position: relative;
		color: #29ca57;
		font-size: 2.5rem;
		font-weight: 700;
	}
	#quiz h2 span{
		position: absolute;
		top: -43px;
		left: -40px;
		width: 83px;
		height: 83px;
	}
	#question h2{
		text-align: center;
	}
	.question-box{
		position: relative;
	}
	.question-box:after{
		content: "";
		position: absolute;
		right: -8px;
		bottom: -8px;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 5px;
		z-index: 10;
		background: #29ca57;
	}
	.question-box-inner{
		position: relative;
		padding: 20px 25px 25px;
		border-radius: 5px;
		background: #fff;	
		z-index: 20;
	}
	.question-elm p{
		text-align: center;
		font-size: 1.9rem;
		font-weight: 700;
	}
	.question-elm p.cap{
		margin-top: 10px;
		font-size: 1.5rem;
	}
	.question-elm ul{
		margin-top: 5px;
		text-align: center;
	}
	.question-elm ul li{
		display: inline-block;
		font-size: 2.8rem;
		font-weight: 700;
	}
	.question-elm ul li + li{
		margin-left: 15px;
	}
	.question-elm{
		padding: 15px 0;
	}


	.btn a{
		position: relative;
		display: block;
		width: 100%;
		height: 80px;
		border-radius: 25px;
		text-align: center;
		border-radius: 40px;
		color: #fff;
		font-size: 1.2rem;
		background:#29ca57;
	}
	.btn a span{
		position: absolute;
		top: 50%;
		display: block;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
	}
	.btn a strong{
		display: block;
		font-weight: 700;
		font-size: 1.6rem;
	}

	.btn a:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 12px;
		bottom: 0;
		display: block;
		width: 7px;
		height: 11px;
		background: url(../img/arrow_btn.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}



/* step
------------------------------------------------------------*/

	#cp-step{
		position: relative;
		padding: 35px 0;
		background: #fff;
		z-index: 10;
	}
	#cp-step h2{
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
	}

	#cp-step .step-list{
		margin: 35px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}	
	#cp-step .step-item{
		width: calc(50% - 10px);
	}
	#cp-step .step-item:nth-child(n+3){
		margin-top: 40px;
	}
	#cp-step .step-item figure img{
		width: 100%;
		height: auto;
	}

	#cp-step .step-item dt{
		position: relative;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
		color: #fff;
		font-weight: 700;
		text-align: center;
		background: #43defe;
		border-radius: 15px;
	}	
	#cp-step .step-item dt:after{
		content: "";
		position: absolute;
		margin: auto;
		bottom: -11px;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 7px 0 7px;
		border-color: #43defe transparent transparent transparent;
	}	
	#cp-step .step-item dt + dd{
		margin-top: 20px;
	}	
	#cp-step .step-item dd + dd{
		margin-top: 20px;
	}	
	#cp-step .step-item dd{
		font-size: 1rem;
	}	




@media screen and (max-width: 374px) {


	.dl-baloon h2{
		font-size: 1.2rem;
	}

	#quiz h2{
		font-size: 2rem;
	}
	#quiz h2 span{
		position: absolute;
		top: -43px;
		left: -25px;
		width: 63px;
		height: 63px;
	}
	#question h2{
		padding: 0 0 0 45px;
	}
	.question-box p{
		font-size: 1.6rem;
	}

	.question-box-inner{
		position: relative;
		padding: 20px 15px 25px;
		border-radius: 5px;
		background: #fff;	
		z-index: 20;
	}

	.question-elm .complete{
		position: relative;
		font-size: 1.3rem;
		color: #f54f6f;
	}
	.question-elm .complete:before{
		margin-left: -110px;
	}
	.question-elm .complete:after{
		margin-right: -110px;
	}
	.btn-elm input[type="text"] {
	    font-size: 1.1rem;
	}


}



