@charset "utf-8";
/* CSS Document */
@import "https://use.fontawesome.com/releases/v5.11.2/css/all.css";
@import "base.css";
@import "page.css";


@media screen and (min-width:768px){
.sp_only {
	display: none !important;
}
}
@media (max-width:767px){
.pc_only {
	display: none !important;
}
}

@media screen and (min-width:768px){
body {
	min-width: 1040px;/*ipad*/
}
}