@charset "UTF-8";
/*
	BASE
*******************************/
/*
font-family: "M PLUS 1p", sans-serif;
*/
* {
  /* font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif; */
  font-family: "M PLUS 1p",  "ヒラギノ角ゴ 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";
  line-height: 1;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-size: 1.6rem;
}

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 {
  /*	min-width:1080px;*/
}

#main {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*
	Contents LAYOUT
******************/
.wrap {
  width: 100%;
  text-align: center;
}

.contents {
  width: calc(100% - 60px);
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.contents_inner {
  width: 100%;
}

@media screen and (max-width: 768px) {
 
  /*
  Contents LAYOUT
  ******************/
  .contents {
    width: calc(100% - 40px);
  }
  
  .pcOnly {
    display: none !important;
  }
	body {
	  font-size: 1.4rem;
	}
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}