@charset "UTF-8";
#remind {
  clear: both;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.remind-wrapper {
  width: 1200px;
  margin: 50px auto 0;
  padding: 10px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.remind-wrapper h3 {
  /*		border-top:1px solid #d6d6d6;
		background-color:#f8f8f8;
		background-image:none;
		padding:10px 0px; */
  font-weight: bold;
  font-size: 2em;
  padding: 0 0 30px;
  background-color: #FFFFFF;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
}

.remind-wrapper h3 span {
  /*		color:#4b4b4b;*/
  font-size: 1em;
  margin: 0;
}

.remind-wrapper div.link-list {
  position: absolute;
  top: 16px;
  right: 10px;
  font-weight: bold;
  background: url(https://www.sanwa.co.jp/static/images/common/yaji_maru_bl_12.png) no-repeat 0 2px;
  padding: 0 0 0 18px;
}

#remind-items div.navi-btn {
  width: 22px;
}

#prev-btn {
  float: left;
  text-align: left;
}

#next-btn {
  float: right;
  text-align: right;
}

#remind-items {
  display: none;
  width: 980px;
  margin: 0 auto;
}

#remind-items.slick-initialized {
  display: block;
}

#remind-items div.navi-btn img {
  position: relative;
  top: 50px;
}

#remind-items div.remind-item {
  float: left;
  width: 110px;
  margin: 10px;
}

#remind-items div.remind-item img {
  margin: 10px 0px;
  width: 100px;
  height: 100px;
}

#remind-items div.remind-item span.item-name {
  font-size: 0.9em;
  line-height: 1.2em;
}

li.remind-item a img {
  margin: 0 auto;
  max-width: 100px;
}

li.remind-item span.item-name {
  color: #333333;
  font-size: 0.8em;
  line-height: 1.3em;
  width: 90%;
  display: inline-block;
}

#remind .slick-arrow {
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 26%;
  z-index: 1;
}

#remind .slick-prev {
  background: url(https://www.sanwa.co.jp/static/images/gallery_banner/yajirushi_L_80.png) no-repeat;
  background-size: contain;
  left: -7%;
}

#remind .slick-next {
  background: url(https://www.sanwa.co.jp/static/images/gallery_banner/yajirushi_R_80.png) no-repeat;
  background-size: contain;
  right: -4.5%;
}

#remind .slick-prev::before,
#remind .slick-next::before {
  content: '';
}

#remind .info-link-btn {
  display: block;
  width: 52%;
  max-width: 240px;
  margin: 1.2% auto 0;
  padding: 0.6em 0;
  border: 1px solid;
  border-radius: 20px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1750AB;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#remind .slick-dots {
  position: static;
  display: block;
  margin: 3% 0 0;
}

#remind .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 6.6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

#remind .slick-dots li.slick-active button {
  background: #0a467d;
}

#remind .slick-dots li button::before {
  content: '';
}

#remind .slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
}

#remind .slick-slide a {
  display: block;
  opacity: 1;
  transition: 0.2s;
}

#remind .slick-slide a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

#remind .slick-slide a:hover img {
  opacity: 1 !important;
}

#remind .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#remind .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 3% 0 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 980px) {
  /* ニュースリリース・新商品・メディア掲載情報 */
  .remind-wrapper {
    width: 100%;
    margin: 50px auto 0;
    padding: 10px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }
  #remind-items {
    width: 80%;
    margin: 0 auto;
  }
}
