@charset "UTF-8";

/* ページトップ */

#pagetop {
  width: 52px;
  height: 52px;
  background:  url(/v=1530060430/files/user/_/common/img/page_top.gif) no-repeat;
  text-indent: -400px;
  overflow: hidden;
  transition: 0.3s;
}
#pagetop:hover { opacity: 0.7; }

/*マージンボトム*/
.mb75 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*ポイントページ*/
.point_txt_01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
ul.point_program {
  overflow: hidden;
  margin-bottom: 20px;
}
ul.point_program li {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 10px;
}
ul.point_program li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.point_program li {
    width: 49%;
  }
}
ul.point_save {
  overflow: hidden;
}
ul.point_save li {
  width: 48%;
  overflow: hidden;
}
ul.point_save li:first-child {
  float: left;
}
ul.point_save li:last-child {
  float: right;
}
ul.point_save li p.title {
  text-align: center;
  margin-bottom: 10px;
}
ul.point_save li p .big {
  font-weight: bold;
  font-size: 20px;
}
ul.point_save li .photo img {
  width: 100%;
}
ul.point_save li p.link_txt {
  float: right;
}
@media screen and (max-width: 767px) {
  ul.point_save li {
    width: 100%;
  }
}


ol.point_use {
  margin: 0 0 0 20px;
}
ol.point_use li {
  list-style: decimal;
  margin-bottom: 10px;
}

/* ニュースのスライダー PC */
@media screen and (min-width: 768px) {
.news-slide-wrapper {
  margin-bottom: 30px;
}
.news-slide-wrapper .bx-pager {
  text-align: center;
}
.news-slide-wrapper .bx-pager .bx-pager-item a {
  background: #3e3e3e;
}
.news-slide-wrapper .bx-wrapper .bx-pager-item a.active {
  background: #3e3e3e;
  opacity: .35;
}
.news-slide-wrapper .bx-controls-direction {
  display: none;
}
}

/* ニュースのスライダー SP */
@media screen and (max-width: 767px) {
.news-slide-wrapper {
  margin-bottom: 30px;
}
.news-slide-wrapper .bx-pager {
  text-align: center;
}
.news-slide-wrapper .bx-pager .bx-pager-item a {
  background: #3e3e3e;
}
.news-slide-wrapper .bx-wrapper .bx-pager-item a.active {
  background: #3e3e3e;
  opacity: .35;
}
.news-slide-wrapper .bx-controls-direction {
  display: none;
}
}