@charset "UTF-8";

/* CSS Document */
.how_wrap {
	background: url(/kids/jiyuu-kenkyu/common/image/balloon_bg.png) no-repeat center bottom;
	background-size: 40px auto;
	padding-bottom: 17px;
}

.how {
	background: #fff1d1;
	border-radius: 20px;
	margin-top: 30px;
	padding: 30px 30px 25px;
}

@media screen and (max-width : 768px) {
	.how {
		margin-top: 20px;
		padding: 25px 30px 20px;
	}
}

.how_txt_full {
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}

.how_ttl {
	color: #f38800;
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	padding-bottom: 5px;
}

@media screen and (max-width : 768px) {
	.how_ttl {
		line-height: 1.5;
		font-size: 23px;
	}
}

.mov {
	background-color: #fff1d1;
	border-radius: 20px;
	margin-top: 60px;
	padding: 30px;
	position: relative;
}

.mov_icon {
	left: 50%;
	margin-left: -42px;
	position: absolute;
	top: -28px;
	width: 84px;
}

.mov_play {
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.check_btn {
	background-color: #7ca600;
	border-radius: 40px;
	display: block;
	height: auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.check_btn-inner {
	background: #7ca600 url(/kids/jiyuu-kenkyu/common/image/btn_summary.png) no-repeat scroll 90px 50% / 15px auto;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 10px 0 10px 10px;
	width: 100%;
}

.check_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.mt3vw {
	padding-top: 3vw;
}

.mt60 {
	margin-top: 60px;
}

.mt6vw {
	margin-top: 6vw;
}

.mb3vw {
	margin-bottom: 3vw;
}

.mb6vw {
	margin-bottom: 6vw;
}