@charset "utf-8";
@import url("default.css?v=20231010");
@import url("common.css?v=20240313");
@import url("button.css?v=20231010");
@import url("board.css?v=20231010");
@import url("layoutCommon.css?v=20231010");
@import url("contents.css?v=20240313");
@import url("layout.css?v=20231010");


#wrap::before {height: 800px;}

#container.sub {background-color: #fff;}


/* MOBILE */
@media screen and (max-width: 1024px){
	
}

@media screen and (max-width: 768px){
	
}

@media screen and (max-width: 640px){
	
}

@media screen and (max-width: 480px){
	
}

@media screen and (max-width: 375px){
	
}


/* PC */
@media screen and (min-width: 1025px){
	
}