@charset "UTF-8";
/* reset modules LAYOUT HEADER common contact_template feature */
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /*font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

h1,h2,h3,h4,h5 {
  font-weight: normal;
  line-height: 1.5;
  font-size: inherit;
}
li {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  width: 100%;
}
a {
  text-decoration: none;
}
a img:hover {
  opacity: .8;
}
/* modules */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
  line-height: 0;
}
.txt_c {
  text-align: center;
}
.mt_10 {
  margin-top: 10px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_50 {
  margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.bold {
  font-weight: bold;
}
.txt_gray {
  color: #999;
}
.pc_none {
  display: none;
}
@media screen and (max-width: 800px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.img_half {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .img_half {
    width: 100%;
  }
}

.font_sm {
  font-size: 14px;
}
