
@font-face {
	font-family: 'Noto Sans JPM';
	src: url('../fonts/NotoSansJP-Medium.otf');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	src: url('../fonts/NotoSansJP-Light.otf');
	font-display: swap;
}
nav a{white-space: nowrap;}
body{font-family: 'Noto Sans JP', sans-serif; font-weight: 300;font-size:1.1em; }
strong{font-family: 'Noto Sans JPM';font-size: 1.15em;color: rgb(47, 151, 226)}
.brockquote{  margin-top: 10px;
  margin-bottom: 10px;

  padding-left: 15px;
  border-left: 3px solid #ccc;
  background-color: rgb(231, 231, 231);
　}
@media screen and (min-width:1024px) {
.brockquote{margin-left: 50px;}
}
