@charset "utf-8";
/* CSS Document */
html { font-size: 18px; }

body { font-family: Lato, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color: #fff; color: #333; line-height: 1.5; -webkit-text-size-adjust: 100%; }

@media(max-width:767px) {
	html { font-size: 17px; }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #002798;
  text-decoration: underline;
}
a:hover {
  color: #003ae1;
  text-decoration: none;
}
a.alpha:hover, a.alpha:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
@media only screen and (max-width:767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  .only_pc { display: none!important }
}
@media only screen and (min-width:768px) {
  /* 768px以上用（PC用）の記述 */
  .only_sp { display: none!important }
}