@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.slider_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

.slider_box h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.slider_box h2.asuraku {
  position: relative;
}

.slider_box h2.asuraku::after {
  content: '';
  display: inline-block;
  background-image: url(../img/ogp_asuraku_logo.gif);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  background-position: 4%;
  width: 100%;
  height: 40px;
  top: 2px;
  height: 36px;
}

.slider_box img {
  width: 100%;
}

.slider_box .swiper-container {
  width: 100%;
  padding: 0 10px;
  margin: 15px 0;
  overflow: initial;
}

.slider_box .swiper-container .swiper-slide {
  width: 36.8997% !important;
  max-width: 36.8997% !important;
}

.slider_box .swiper-container a {
  text-decoration: none;
}

.slider_box .swiper-container .title {
  color: #000000;
  word-break: break-all;
  white-space: initial;
  font-size: 13px;
  margin-top: 5px;
}

.slider_box .swiper-container .rank {
  color: #bf0000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}

.slider_box .swiper-container .price {
  color: #bf0000;
  font-weight: bold;
  margin-top: 9px;
  margin-left: 0px;
  font-size: 13px;
  text-align: left;
}

.slider_box .swiper-container .swiper-scrollbar {
  background: none !important;
}

.slider_box .swiper-container .swiper-scrollbar-drag {
  background: rgba(151, 151, 151, 0.5);
  top: 14px;
}

@media screen and (max-width: 414px) {
  .slider_box .swiper-container {
    max-width: 414px;
  }
}

@media screen and (max-width: 375px) {
  .slider_box .swiper-container {
    max-width: 375px;
  }
}

@media screen and (max-width: 360px) {
  .slider_box .swiper-container {
    max-width: 360px;
  }
}
