@charset"UTF-8";

.kit-jr-top{
	width: 68%;
	margin: 0 auto;
	text-align: center;
}
.jr-serias{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.flex-box{
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.flex-box img{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.text{
	margin: 1em auto;
	padding: 1em 0;
	width: 80%;
	border-top: solid 1px #afafaf;
	border-bottom: solid 1px #afafaf;
}
.text p{
	font-size: 0.9em;
}
.text .point{
	background: #ff3e3e;
	padding: 0.1em;
	color: #fff;
	font-size: 1.1em;
}
.f_bottom img{
	width: 100%;
}
.kit-jr-top img{
	vertical-align: bottom;
}
.button-in{
	position: relative;/*相対配置*/
}
.button{
	position: absolute;/*絶対配置*/
	top: 8%;
	right: 0%;
}
.button2{
	position: absolute;/*絶対配置*/
	top: 8%;
	right: 12%;
}

.top-6{
	width: 100%;
    margin: 2em 0;
}
.img img{
	margin: 0 0 1em 0;
}
.top-6 img{
	width: 80%;
}

.slick-slider{
	padding: 0 0.2em;
}
.responsive{
	width: 100%;
	margin: 0 auto;
}
.s_bottom img{
	width: 100%;
	margin: 0 auto;
}
.none1, .none3{
	display:none;
}
@media screen and (max-width: 600px) {

	.none3{
		display: flex;
	}
	.none2{
		display: none;
	}
	.none1{
		display: inline-block;
	}
	.kit-jr-top{
		width: 98%;
		margin: 3em auto;
		text-align: center;
	}

	.button-in{
		font-size: 0.9em;
	}
	.button-in .size{
		font-size: 0.8em;
	}
	.button{
		position: absolute;/*絶対配置*/
		width: 80%;
		top: 100%;
		right: 0%;
	}
	.button2{
		position: absolute;/*絶対配置*/
		width: 80%;
		top: 100%;
		right: 12%;
	}	
	.text{
		margin: 5em auto 0 auto;
		padding: 1em 0;
		width: 90%;
		border-top: solid 1px #afafaf;
		border-bottom: solid 1px #afafaf;
	}
	.text p{
		font-size: 0.8em;
	}
	.f_bottom{
		margin: 0 0;
	}
}

@media screen and (min-width:640px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}