@charset "utf-8";
@import "default.css";
@import "jquery.megamenu.css";
@import "base2018.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
#data {
	width: 962px;
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 100px;
}
#data figure {
	margin-bottom: 130px;
}
#data figure:last-child {
	margin-bottom: 0px;
}


}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
#data {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-left: auto;
	padding-top: 4%;
}
#data figure {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10%;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
}
