@import url("../sinki2pc.css") screen and (min-width: 1000px); /* 769以上 */
@import url("../sinki2pc001.css") screen and (max-width: 999px); /* 768以下いずれ検討 */

/* スマホ文字サイズをここで指定 */
@media screen and (max-width: 999px){
#page {font-size: 30pt !important;}
h1 {font-size: 30pt !important;}
h2 {font-size: 30pt !important;}
h3 {font-size: 30pt !important;}
h4 {font-size: 30pt !important;}
h5 {font-size: 40pt !important;}
h6 {font-size: 18pt !important;}
.mojimoji p {font-size: 50pt !important;}
.mojimoji2 p {font-size: 50pt !important;}
p.body2 {font-size: 25pt !important;}
}

@media screen and (max-width: 999px){
.pconly{display:none;}}

@media screen and (min-width: 1000px){
.sponly{display:none;}}

@media only screen and (max-width: 1000px) {
img { max-width: 100%; }
}

img {
  width: 100%;
  height: auto;
}
