@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#mys_1031news {
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (min-width: 970px) {
  #mys_1031news {
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #mys_1031news {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #mys_1031news .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  #mys_1031news .pc_none {
    display: none;
  }
}
#mys_1031news .mys_read {
  text-align: center;
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 970px) {
  #mys_1031news .mys_read {
    text-align: center;
  }
}
@media screen and (max-width: 970px) {
  #mys_1031news .mys_read {
    font-size: 14px;
  }
}
#mys_1031news .mys_read h1 {
  font-weight: 400;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 970px) {
  #mys_1031news .mys_read h1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 970px) {
  #mys_1031news .mys_read h1 {
    font-size: 16px;
  }
}
#mys_1031news .mys_read .mys_bg {
  background: linear-gradient(transparent 50%, #e6e6e6 50%);
}
#mys_1031news .mys_read .fontWeight_B {
  font-weight: 600;
}
#mys_1031news .mys_read .font_red {
  color: #ff0000;
}
#mys_1031news .swiper_main {
  width: 93%;
  max-width: 600px;
}
#mys_1031news .mys_itemBox {
  width: 95%;
  max-width: 600px;
}
@media screen and (max-width: 970px) {
  #mys_1031news .mys_itemBox {
    margin: 50px auto;
  }
}
@media screen and (min-width: 970px) {
  #mys_1031news .mys_itemBox {
    margin: 100px auto;
  }
}
@media screen and (max-width: 970px) {
  #mys_1031news .mys_itemBox .swiper_s {
    width: 88%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 970px) {
  #mys_1031news .mys_itemBox .swiper_s {
    width: 90%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 970px) {
  #mys_1031news .mys_itemBox .swiper_cut {
    width: 95%;
  }
}
#mys_1031news .swiper-button-prev, #mys_1031news .swiper-button-next {
  color: #fff;
}
#mys_1031news .link a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #000;
  border: #000 1px solid;
  padding: 8px 30px;
}
@media screen and (max-width: 970px) {
  #mys_1031news .link a {
    width: 70%;
    margin: 30px auto 80px;
  }
}
@media screen and (min-width: 970px) {
  #mys_1031news .link a {
    width: 50%;
    margin: 50px auto 80px;
  }
}
#mys_1031news .link a:hover {
  background-color: #000;
  color: #fff;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */