@charset "UTF-8";
/*==============================================================================================

   font css

==============================================================================================*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  font-size: 16rem;
  color: #4B4B4B;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 200;
}

/* 指定値が必要なため 400 で上書き */

h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.bold {
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

a {
  color: #333;
}

.document_wrap a{
  display: inline;
  color:#005999;
  text-decoration:underline;
}

/*==========================================================
  media query
==========================================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 14rem;
  }

  h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  
  h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
}
