body * {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
/*  color: #163f59;*/
/*  background-color: #333333;*/
  overflow-x: hidden;
}

@media all and (min-width: 960px) {

  html {
    font-size: 62.5%;
  }

  body {
       font-size: 1.5rem;
       font-weight: 400;
       line-height: 1.6667;
  }

}

@media all and (max-width: 959px) {

  html {
    font-size: 62.5%;
  }

  body {
       font-size: 1.5rem;
       font-weight: 400;
       line-height: 1.6667;
  }

}

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}

a {
  color: #000000;
/*  color: #163f59;*/
  text-decoration: none;
}

p {
  margin-bottom: 1.5rem;
}

ul {
  margin-bottom: 1.5rem;
}

section {
  margin-bottom: 3rem;
}
