@charset "utf-8";
/*
construction.css
各ページ固有のCSS
*/

/*PCのみorスマホのみで表示*/


img {
  max-width: 100%;
}

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

}

