@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

@media all and (max-width: 640px) {
  body {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #ffffff;
  /*color: #0074be;*/
  /*color: #eb7000;*/
}
a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.pagetop {
  text-align: right;
  padding-bottom: 20px;
}
@media all and (min-width: 751px) {
.point_action:hover img{
    display: block;
    filter: brightness(110%);
    }}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .point_action:hover img {
    opacity: 0.8;
  }
}

.sp {
  display: none;
}

@media all and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  background-color: #FFF;
}

@media all and (max-width: 640px) {
  #wrapper {
    width: auto;
  }
}

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