/* CSS Document */
/*--------------------------------------
	BASE
----------------------------------------*/
html {
  overflow-y: scroll; }

body {
  width: 100%;
  background: #fafafa;
  font-family: Helvetica, 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a:link {
  text-decoration: none;
  transition: .5s; }

li {
  list-style: none; }

p {
  text-align: justify;
  color: #333;
  font-size: 1.6em; }
  @media only screen and (max-width: 999px) {
    p {
      font-size: 1.4em; } }
