@charset "UTF-8";
img {
  height: auto;
  max-width: 100%;
}

.fieldtrip {
  font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  background: transparent url(/fieldtrip/images/bg.png) no-repeat center center/cover;
}
@media (max-width: 970px) {
  .fieldtrip {
    padding: 0 10px;
  }
}

/**
 fieldtrip
 */
p {
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 768px) {
  p {
    font-size: 19px;
  }
}

.fieldtrip-inner {
  margin: 0 auto;
  max-width: 1030px;
}

/*# sourceMappingURL=fieldtrip.css.map */
