
        @media (max-width: 768px) {
            body {
              overflow-x: hidden;
            }
        }
        p, span, a, b, strong, div, input, textarea, button,dl,dt,h1, h2, h3, h4, h5, h6{ 
          font-family:'Noto Serif JP', serif !important;
          word-break: keep-all;
        }