@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#dis_0727news {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 970px) {
  #dis_0727news {
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #dis_0727news {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #dis_0727news .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  #dis_0727news .pc_none {
    display: none;
  }
}
#dis_0727news .dis_read {
  width: 90%;
  margin: 30px auto 0px;
  font-size: 14px;
}
@media screen and (min-width: 970px) {
  #dis_0727news .dis_read {
    text-align: center;
  }
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_read {
    text-align: center;
  }
}
@media screen and (min-width: 970px) {
  #dis_0727news .dis_content {
    margin: 80px auto;
  }
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content {
    margin: 60px auto;
  }
}
#dis_0727news .dis_content .content {
  text-align: center;
  margin-bottom: 50px;
}
#dis_0727news .dis_content .content_title {
  font-weight: bold;
  margin-bottom: 20px;
}
#dis_0727news .dis_content .content_num {
  font-size: 30px;
  line-height: normal;
}
#dis_0727news .dis_content .content_text1 {
  font-size: 14px;
}
#dis_0727news .dis_content .content_text2 {
  font-size: 23px;
}
#dis_0727news .dis_content .content_text3 {
  font-size: 18px;
}
#dis_0727news .dis_content .content_desc {
  margin: 20px 0;
}
#dis_0727news .dis_content .content_2 .flex {
  display: flex;
}
#dis_0727news .dis_content .content_2 .time {
  font-size: 16px;
}
#dis_0727news .dis_content .content_2 .time .time_line {
  padding-right: 35px;
  border-right: solid 1px #000;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .content_2 .time .time_line {
    margin: 0;
    padding-right: 15px;
    font-size: 14px;
  }
}
#dis_0727news .dis_content .content_2 .flex_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding-left: 0px;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .content_2 .flex_list {
    gap: 10px;
  }
}
#dis_0727news .dis_content .content_2 .flex_list .flex_icon {
  width: 20%;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .content_2 .flex_list .flex_icon {
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    font-size: 10px;
  }
}
#dis_0727news .dis_content .content_2 .flex_list .flex_icon img {
  border-radius: 50%;
}
#dis_0727news .dis_content .novelty_slider {
  position: relative;
  margin: 20px 0;
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  background: #e4e4e4;
  overflow: hidden;
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dis_0727news .dis_content .novelty_slider .slick-slide {
  padding: 0 4px;
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .novelty_slider .novelty_slider_arrow {
    width: 26px;
    height: 26px;
  }
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_arrow_prev {
  left: 8px;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .novelty_slider .novelty_slider_arrow_prev {
    left: 5px;
  }
}
#dis_0727news .dis_content .novelty_slider .novelty_slider_arrow_next {
  right: 8px;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .novelty_slider .novelty_slider_arrow_next {
    right: 5px;
  }
}
#dis_0727news .dis_content .novelty_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#dis_0727news .dis_content .novelty_slider .slick-dots {
  position: static !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0 !important;
  padding: 0;
  list-style: none;
}
#dis_0727news .dis_content .novelty_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
#dis_0727news .dis_content .novelty_slider .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: #d4d4d4;
}
#dis_0727news .dis_content .novelty_slider .slick-dots li button:before {
  content: none;
}
@media screen and (max-width: 970px) {
  #dis_0727news .dis_content .novelty_slider .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
#dis_0727news .dis_content .novelty_slider .slick-dots li.slick-active button {
  background: #333;
}
#dis_0727news .dis_content .content_4 .item_list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px 0px;
}
#dis_0727news .dis_content .content_4 .item_list .item_item {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
#dis_0727news .dis_content .content_4 .item_list .item_item .icon2 {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  gap: 15%;
}
#dis_0727news .dis_content .content_4 .item_list .item_item .icon2 .icon2_icon {
  width: 27%;
}
#dis_0727news .dis_content .content_4 .item_list .item_item .icon2 img {
  border-radius: 50%;
}
#dis_0727news .dis_content .content_5 .content_5_imgYoko {
  width: 80%;
  margin: 0 auto;
}
#dis_0727news {
  /* ページ下部　共通ボタン */
}
@media screen and (min-width: 970px) {
  #dis_0727news .box_link {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 970px) {
  #dis_0727news .box_link {
    margin: 0 0 80px;
  }
}
#dis_0727news .link a {
  border: #000 solid 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #000;
  padding: 8px 30px;
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 970px) {
  #dis_0727news .link a {
    width: 70%;
  }
}
#dis_0727news {
  /* ページ下部　共通ボタン */
}

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