@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html {
  overflow-y: scroll;
}
main {
  display: block;
}
body {
  width: 100%;
}
body, tr, td, th, p, div, dd, dt {
  font-family: Roboto,'Noto Sans Japanese',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  font-weight: 500;
  color: #333;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: 0s ease 0s;
  color: #333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a img {
  opacity: 1;
}
a:hover img {
/*opacity:0.7;*/
}
a:hover {
  opacity: 0.7;
}

.divlink {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

table, tr, th, td {
  border-collapse: collapse;
}
video {
  max-width: 100%;
}
/*---------- フォントここから */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}