@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans JP Regular'),
		 local('NotoSansJP-Regular'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff') format('woff'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf') format('ttf'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans JP Bold'),
		 local('NotoSansJP-Bold'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff') format('woff'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf') format('ttf'),
		 url('fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Serif JP Regular'),
		 local('NotoSerifJP-Regular'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Regular.ttf') format('truetype'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Regular.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Serif JP Bold'),
		 local('NotoSerifJP-Bold'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Bold.ttf') format('truetype'),
		 url('fonts/NotoSerifJP/NotoSerifJP-Bold.eot?#iefix') format('embedded-opentype');
}
body {
	font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", Verdana, Meiryo, sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?r2e9vz');
  src:  url('fonts/icomoon.eot?r2e9vz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?r2e9vz') format('truetype'),
    url('fonts/icomoon.woff?r2e9vz') format('woff'),
    url('fonts/icomoon.svg?r2e9vz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  content: "\e900";
}
.icon-hatebu:before {
  content: "\e901";
}
.icon-line:before {
  content: "\e902";
}

