@charset "UTF-8";


.contentpage .m_img{
	background-image: url("../images/kids/m_img@2x.jpg");
}





/*box2
---------------------------------------------------------*/
/*arrow_com*/
.box2 .arrow_com{
	margin-top: 50px;
	font-size: 17px;
}
.box2 .arrow_com span {
	min-width: 350px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box2 .arrow_com{
	margin-top: 0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box2 .arrow_com{
	margin-top: 0em;
}
.box2 .arrow_com span {
	min-width: 250px;
}
}





/*box3
---------------------------------------------------------*/

/*col_3*/
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box3 .col_3 li{
	width: 32%;
	margin-top: 3.5%;
}
.box3 .col_3 li:nth-child(1),
.box3 .col_3 li:nth-child(2),
.box3 .col_3 li:nth-child(3){
	margin-top: 0;
}
}





/*box4
---------------------------------------------------------*/
.box4 .col_3 li .img_box{
padding-bottom: 1em;
}
.box4 .youtube_box{
	margin: 0 auto 50px auto;
	text-align: center;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box4 .col_3 li {
display:block;
border-bottom:1px dotted #CBCBCB;
}
.box4 .col_3 li .img_box{
padding-bottom: 0;
}
}

