@charset "UTF-8";
/* ============================================================================
==ベース CSS
============================================================================= */
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

p {
  line-height: 1.7;
  letter-spacing: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

#content {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content * {
  letter-spacing: 0;
}

/* ==clearfix CSS
***************************************************************************** */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
  font-size: 0;
  line-height: 0;
}

.clearfix {
  min-height: 1px; /* IE7 */
}

* html .clearfix {
  height: 1px; /*/
overflow: hidden;
height: auto;
/**/
}

.innerWrap {
  width: 97%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

/* == responsive
***************************************************************************** */
.pc {
  display: block;
}

.sp {
  display: none;
} /* MediaQuery End */ @media screen and (max-width: 752px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  h2 {
    font-size: 22px;
  }
  #wrap {
    position: static;
  }
}
/*# sourceMappingURL=base.css.map */
