@charset "UTF-8";
/*
	BASE
*******************************/
/*
font-family: 'M PLUS 2', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  line-height: 1em;
}
html body {
  font-size: 1.8rem;
  background-color: #ffffff;
}
html body img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  line-height: 0;
}

p, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6, label {
  color: #000000;
}

a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: none;
  border: none;
  -webkit-backface-visibility: hidden;
}

area {
  border: none;
  outline: none;
}

.clear {
  clear: both;
}

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

/*//////////////////////////////////////////////////////////////////////////*/
/*
	BASE LAYOUT
******************/
body .wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
  max-width: 580px;
  margin: 0 auto;
}
body .wrap .contents {
  width: 87%;
  max-width: 580px;
  margin: 0 auto;
}
body .wrap .contents .contents_inner {
  width: 100%;
}