@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

#async_refine_display_item h3 {
  display: none;
}

#wg_wash_news {
  margin: 0 auto;
  font-size: 13px;
  color: #2d2d2d;
  /*テキストとボックスをうまい具合に重ねる*/
  /* テキストがボックスからはみ出さないようにする*/
  /* テキストの位置調整 */
}
@media screen and (min-width: 970px) {
  #wg_wash_news {
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #wg_wash_news {
    width: 100%;
    font-size: 12px;
  }
}
#wg_wash_news a {
  color: #2d2d2d;
}
#wg_wash_news a:hover {
  opacity: 0.5;
}
#wg_wash_news .box {
  margin-bottom: 80px;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .box {
    margin-bottom: 70px;
  }
}
#wg_wash_news .wg_read {
  width: 90%;
  margin: 0 auto;
}
#wg_wash_news .border {
  margin: 0 auto;
  border-bottom: #000 solid 1px;
  width: 100%;
}
#wg_wash_news .ttl_box {
  text-align: center;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .item_box {
    padding: 0px;
  }
}
#wg_wash_news .item_box .title {
  border-bottom: solid 1px #000;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  display: inline;
}
#wg_wash_news .item_box .item {
  font-family: "Lato";
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 18px;
}
#wg_wash_news .itemin {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .itemin {
    width: 80%;
  }
}
#wg_wash_news .credit {
  margin: 30px 0;
  text-align: center;
}
#wg_wash_news .credit > p {
  margin: 0px;
  padding-bottom: 3px;
}
#wg_wash_news .btn {
  text-align: center;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .btn {
    margin-top: 0px;
  }
}
#wg_wash_news .btn a {
  background-color: #696969;
  color: #fff !important;
  width: 70%;
  display: block;
  margin: 0px auto 50px;
  padding: 15px 0;
  text-decoration: none;
}
#wg_wash_news .note {
  margin-bottom: 70px;
  text-align: center;
  font-size: 10px;
}
#wg_wash_news .slick-arrow {
  z-index: 3;
}
#wg_wash_news .slick-prev {
  left: 0 !important;
}
#wg_wash_news .slick-next {
  right: 0 !important;
}
#wg_wash_news .double-slider {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .double-slider {
    width: 95%;
  }
}
#wg_wash_news .double-slider > img {
  width: 100%;
}
#wg_wash_news .text-slider {
  width: 80%;
  margin: 0 auto;
}
#wg_wash_news .text-slider .txt {
  margin-top: 16px;
  margin-bottom: 16px;
}
#wg_wash_news .text-slider .staff {
  display: block !important;
  text-align: center;
}
#wg_wash_news .text-slider .txt2 {
  text-align: start;
  text-decoration: none !important;
}
#wg_wash_news .slick-slide {
  margin-left: 0.5vw !important;
  margin-right: 0.5vw !important;
}
#wg_wash_news .slick-prev:before, #wg_wash_news .slick-next:before {
  font-size: 30px;
  opacity: 1;
  color: darkgray;
}
@media screen and (max-width: 970px) {
  #wg_wash_news .slick-prev:before, #wg_wash_news .slick-next:before {
    font-size: 20px;
  }
}
#wg_wash_news .slick-prev, #wg_wash_news .slick-next {
  width: 60px;
}

/* ANIMATION
--------------------------------------*//*# sourceMappingURL=style.css.map */