@charset "UTF-8";
br {
  display: block;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.newsWrap_box--cts {
  margin: 0 auto 178px;
}

.newsWrap_box--cts .tittle {
  margin-top: 22px;
  margin-bottom: 22px;
}

.newsWrap_box--cts .tittle .siteLink {
  text-decoration: underline;
}

.newsWrap_box--cts .tittle_bottom {
  margin-bottom: 90px;
}

.newsWrap_box--cts .linkThis {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #333;
  margin-bottom: 90px;
}

.colectionArea__ttl1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
  color: #333;
  margin-bottom: 27px;
}

.colectionArea__ttl1 .subttl {
  font-weight: normal;
  font-size: 12px;
}

@media (max-width: 768px) {
  .colectionArea__ttl1 .subttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.colectionArea__wrap {
  width: 799px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 768px) {
  .colectionArea__wrap {
    width: 100%;
    display: block;
  }
}

.colectionArea__wrap .pic {
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .colectionArea__wrap .pic {
    margin-bottom: 40px;
  }
}

.colectionArea__wrap .pic img {
  width: 247px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .colectionArea__wrap .pic img {
    width: 100%;
  }
}

.colectionArea__wrap .text-name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #333;
}

.colectionArea__wrap .text-name-sub {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.66;
}
/*# sourceMappingURL=style.css.map */