@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Antique&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

@media screen and (min-width: 769px) {
   main div.hd0404 {
    width: calc(50% - 0px);
    text-align: left;
  }
 
 }
 

@media screen and (max-width: 768px) {
   main div.hd0404 {
    width: calc(50% - 0px);
    text-align: left;
  }


}