@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Noto+Sans+JP:400,500,700,900');

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  line-height: 1.7;
  color: #444;
}

html {
	font-size: 100%;
}

/*
ベースフォント
*/
body {
	/*letter-spacing: 0.06em;*/
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	/*font-feature-settings: "palt";*/
	letter-spacing: .1rem;
}

/*
ベースフォントサイズ
*/
/*body {
  font-size: 1.6rem;
}
/********* sp *********/
/*@media only screen and (max-width: 768px) {
body {
  font-size: 1.4rem;
	}
}*/

/*
高さ指定
*/
html, body {
  height: 100%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
html, body {
  height: 100vh;
	}
}

ul li { list-style-type:none; }

img {
  width: 100%;
  vertical-align: top;
}

table {
  collapse: separate;
  border-spacing: 0;
}

strong{ font-weight: 700; }

a {
  color: #000;
  text-decoration: none;
}

/********* pc *********/
@media screen and (min-width: 769px) {
a:hover {
  text-decoration: none;
 }
}

a:hover img {
  text-decoration: none;
}


.mb50 {
	margin-bottom: 50px!important;
}

