@charset 'utf-8';



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  word-break: break-all;
	font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 180%;
  color: #2e2e2b;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  /*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;*/
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: #ffffff;
}

a:link,
a:visited {
  text-decoration: none;
  color: #686f5f;
}

a:hover {
  text-decoration: none;
  color: #7e7e5a;
}








