@charset "UTF-8";

/* その他おすすめの特集 */
#other {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#other h2 {
  display: block;
  font-size: 34px;
  font-weight: bold;
  color: #2964ad;
  text-align: center;
}

#other .carousel_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(256px * 4 + 25px * 3);
  margin-top: 20px;
  padding: 0 50px;
  box-sizing: border-box;
}

#other .carousel_wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

#other .carousel_wrap ul li {
  display: block;
  width: 220px;
  height: auto;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

#other .carousel_wrap ul li:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

#other .carousel_wrap ul li a {
  outline: none;
}

#other .carousel_wrap ul li a:hover {
  text-decoration: none;
}

#other .carousel_wrap ul li .text {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#other .carousel_wrap ul li img {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#other .carousel_wrap ul li p {
  color: #323232;
}

#other .carousel_wrap ul li .ttl {
  font-size: 15px;
  font-weight: bold;
}

#other .carousel_wrap ul li .from {
  font-size: 13px;
  margin: 5px auto 8px;
}

#other .carousel_wrap ul li .from::before {
  content: "≪";
}

#other .carousel_wrap ul li .from::after {
  content: "≫";
}

#other .carousel_wrap ul li .cont {
  font-size: 13px;
}

#other .carousel_wrap .swiper-button-prev,
#other .carousel_wrap .swiper-button-next {
  display: none;
}

#other .carousel_wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #2964ad;
  opacity: 1;
}

#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #efb25c;
  opacity: 1;
}

#other .carousel_wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/*# sourceMappingURL=recommend.css.map */