@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");
body * {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #000; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000;
  letter-spacing: 2px; }

@media screen and (max-width: 480px) {
  p {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.4em;
    color: #000; }

  p.sub_eng {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.6em;
    color: #000;
    margin-bottom: 2%;
    letter-spacing: 2px; }

  p.capt {
    font-size: 10px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 2%;
    letter-spacing: 1px;
    text-align: left; }

  p.capt_tit {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000; } }
h1 {
  font-size: 44px; }

h2 {
  font-size: 27px;
  letter-spacing: 2px;
  font-weight: bold; }

h3.sub_text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 30px 0px; }

h2.bottom40 {
  margin-bottom: 40px; }

h2.product {
  font-size: 18px;
  font-weight: normal; }

@media screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px; }

  h2.size16 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7%; }

  h2.product {
    font-size: 16px;
    font-weight: normal; } }
h3 {
  font-size: 20px; }

@media screen and (max-width: 480px) {
  h3.sub_text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px; } }
h4 {
  font-size: 18px; }

.small {
  font-size: 12px; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?8s763o");
  src: url("../font/icomoon.eot?8s763o#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?8s763o") format("truetype"), url("../font/icomoon.woff?8s763o") format("woff"), url("../font/icomoon.svg?8s763o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
scss
[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-close:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-line:before {
  content: "\e902"; }

.icon-root:before {
  content: "\e903"; }

.icon-twitter:before {
  content: "\e904"; }

/*# sourceMappingURL=font.css.map */

/*# sourceMappingURL=font.css.map */
