@charset "UTF-8";
/* base css
------------------------------------------------------*/

.lp-content *,
.lp-content *:before,
.lp-content *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-content {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
}

.lp-content img {
  display: block;
  width: 100%;
}

.lp-content a {
  border: none;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.lp-content em {
  font-style: normal;
}