@charset "UTF-8";

@media (max-width: 768px){
img   {
    width: 90%;
    height: auto;
}
.box {
    margin-bottom: 50px;
    margin-top: 50px;
}
	
}
	
@media (min-width: 769px){
img   {
    width: 90%;
    height: auto;
}
.box {
    margin-bottom: 100px;
}
	

}
