@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: 'Montserrat','Noto Sans JP',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 2;
  box-sizing: border-box;
  font-weight: 400;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/*選択時の文字色と背景色*/
::selection {
  background: #e1dae0;
  color: #b52f2f;
}
a {
  text-decoration: none;
  transition: 0s ease 0s;
  color: #333;
  cursor: pointer;
  position: relative;
}
a:hover {
  text-decoration: none;
}
a img {
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  backface-visibility: hidden;
}
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
table, tr, th, td {
  border-collapse: collapse;
}
small {
  font-size: 0.8em;
}

/*---------- フォントここから */
/* @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');
} */
/*---------- フォントここまで */