@charset "utf-8";
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0
}
body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, td, th, ul {
  word-break: break-all;
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: 400
}
embed, img, object {
  vertical-align: bottom
}
img {
  border: 0
}
ol, ul {
  list-style: none
}
body, html {
  height: 100%
}
input, select {
  vertical-align: middle
}
/*
@font-face {
   font-family: "Barlow Condensed";
   src: url('../fonts/BarlowCondensed-Regular.ttf') format("truetype");
}
@font-face {
   font-family: 'Noto Sans JP';
   src: url('http://nippon-ec.progsam.com/sample/html/fonts/NotoSansJP-Regular.woff') format("woff");
}
*/
address, blockquote, body, button, dd, div, dt, em, form, h1, h2, h3, h4, h5, h6, input, li, optgroup, option, p, pre, select, td, textarea, th {
  text-align: left;
  letter-spacing: 0.015em;
  font-family:"Noto Sans JP",'游ゴシック体','Yu Gothic','YuGothic',serif;
    font-weight: 500;
}
body {
  color: #333333;
  font-size: normal;
  line-height: 1.5; 
}
table, td, th {
  border: 0 0;
  border-collapse: collapse;
  font-size: 100%;
  font-weight: 500;
  text-align: left;
  vertical-align: middle
}
em, strong {
  font-style: normal;
  font-weight: 700
}
a:active, a:link, a:visited {
  color: #039;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
a:hover img.over {
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"
}
input, option, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}
label {
  cursor: pointer
}
input[type=text] {
  margin-right: 3px
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle
}
input[type=radio] {
  margin-top: -2px
}
input[type=button], input[type=submit] {
  cursor: pointer;
  text-align: center
}
textarea {
  width: 100%
}
.ie7 textarea, textarea {
  height: 75px;
  min-height: 75px;
  resize: vertical
}
.ie7 textarea {
  width: 99%
}