@charset "utf-8";

#sec_01 {
	clear: both;
	padding-top: 40px;
	padding-bottom: 0px;
	display: block;
}
#sec_01 .img-m {
	display: none;
}

/* Media Queries */
@media screen and (min-width:568px) {

#sec_01 .img-m {
	display: block;
}
#sec_01 .img-ls {
	display: none;
}
}

@media screen and (min-width:768px) {

#sec_01 {
	clear: both;
	padding-top: 80px;
	padding-bottom: 40px;
	display: block;
}
#sec_01 .img-m {
	display: none;
}
#sec_01 .img-ls {
	display: block;
}

}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
#sec_01 .link_btn.btn_center a {
	margin: 5px;
}
