@charset "UTF-8";
.news_24th_term {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
}

.news_24th_term__mv {
  position: relative;
  display: flex;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .news_24th_term__mv {
    flex-flow: column;
    padding: 0px 10px;
  }
}

.news_24th_term__mv::before {
  content: '';
  background-image: url(../img/mv_bg_deco_left.png);
  display: inline-block;
  position: absolute;
  top: -85px;
  left: -135px;
  transform: translateY(0%) translateX(0%);
  width: 340px;
  height: 341px;
}

@media (max-width: 640px) {
  .news_24th_term__mv::before {
    top: -80px;
    left: -40px;
    width: 58vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.news_24th_term__mv::after {
  content: '';
  background-image: url(../img/mv_bg_deco_right.png);
  display: inline-block;
  position: absolute;
  bottom: -38px;
  right: -32px;
  transform: translateY(0%) translateX(0%);
  width: 271px;
  height: 247px;
  z-index: 0;
}

@media (max-width: 640px) {
  .news_24th_term__mv::after {
    display: none;
  }
}

.news_24th_term__mv__wrap {
  background-image: url(../img/mv_bg.jpg);
  background-position: center;
}

.news_24th_term__mv__img {
  width: 42%;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__img {
    width: 75%;
    margin: 0 auto;
  }
}

.news_24th_term__mv__text {
  z-index: 1;
  width: 58%;
  text-align: center;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text {
    width: 100%;
    display: flex;
    gap: 10vw;
    margin-top: 20px;
    align-items: flex-start;
    flex-flow: column;
  }
}

.news_24th_term__mv__text__lead {
  position: relative;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead {
    width: 100%;
  }
}

.news_24th_term__mv__text__lead__bg {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 100%;
  max-width: 585px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead__bg {
    top: 10%;
    width: 100%;
    height: 32vw;
  }
}

.news_24th_term__mv__text__lead__heading {
  background-color: #a88b4a;
  position: relative;
  color: white;
  text-align: center;
  font-size: 26px;
  padding: 12px 10px;
  width: 100%;
  max-width: 500px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1;
  font-family: 'FOT-キアロ Std';
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead__heading {
    font-size: 3vw;
    padding: 3px 5px;
    width: 85%;
  }
}

.news_24th_term__mv__text__lead__heading__sub {
  font-size: 19px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead__heading__sub {
    font-size: 2.5vw;
  }
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead__heading__img {
    width: 90%;
  }
}

.news_24th_term__mv__text__lead__item {
  position: relative;
  margin-top: 15px;
  margin-top: 10px;
  line-height: 2.1;
  font-size: 17.5px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__lead__item {
    font-size: 2.6vw;
    line-height: 2;
  }
}

.news_24th_term__mv__text__date {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
  max-width: 460px;
  margin: 85px auto 0px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date {
    width: 80%;
    margin: 0px auto 0px;
    gap: 5vw;
  }
}

.news_24th_term__mv__text__date__item {
  width: 50%;
  background-color: #FFFFFF;
  position: relative;
  padding: 20px 10px 7px;
  border-radius: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 5px 15px;
    margin-top: 5px;
  }
}

.news_24th_term__mv__text__date__item::before {
  content: '';
  background-image: url(../img/mv_date_deco.png);
  display: inline-block;
  position: absolute;
  top: -7%;
  left: 0%;
  transform: translateY(50%) translateX(50%);
  width: 17px;
  height: 18px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item::before {
    top: -5%;
    left: -1%;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.news_24th_term__mv__text__date__item__heading {
  background-color: #a88b4a;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  color: white;
  padding: 1px 5px;
  width: 100%;
  max-width: 120px;
  box-sizing: border-box;
  border-radius: 12.5px;
  font-size: 17px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item__heading {
    font-size: 2vw;
    width: 65%;
    top: -8px;
  }
}

.news_24th_term__mv__text__date__item__heading__sub {
  font-size: 14px;
  margin-left: 3px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item__heading__sub {
    font-size: 1.8vw;
  }
}

.news_24th_term__mv__text__date__item__heading__soushuhen {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item__heading__soushuhen {
    top: -4.5vw;
    width: 17vw;
  }
}

.news_24th_term__mv__text__date__item__text {
  font-size: 14.5px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__text__date__item__text {
    font-size: 2.4vw;
  }
}

.news_24th_term__mv__wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 640px) {
  .news_24th_term__mv__wrap {
    padding-bottom: 7vw;
  }
}

.news_24th_term__slider__wrap {
  background-color: #304C69;
  padding: 60px 0px;
}

@media (max-width: 640px) {
  .news_24th_term__slider__wrap {
    padding: 30px 0px 30px;
  }
}

.news_24th_term__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .news_24th_term__anchor {
    flex-wrap: wrap;
    align-items: normal;
  }
}

.news_24th_term__anchor__item {
  color: #fff;
  padding: 23px 28px 23px 28px;
  border-left: 1px solid #c3a257;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% / 3) - 0px);
    padding: 8px 3px;
    box-sizing: border-box;
  }
}

.news_24th_term__anchor__item:hover {
  cursor: pointer;
  color: white;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item:first-child {
    border-left: none;
  }
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item:nth-child(4) {
    border-left: none;
  }
}

@media (min-width: 641px) {
  .news_24th_term__anchor__item:last-child {
    border-right: 1px solid #c3a257;
  }
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item:nth-child(n + 4) {
    border-top: 1px solid #c3a257;
  }
}

.news_24th_term__anchor__item__text {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item__text {
    font-size: 2vw;
    display: flex;
    align-items: center;
    flex-flow: column;
  }
}

.news_24th_term__anchor__item__text::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3a257;
  border-right: 2px solid #c3a257;
  transform: translateY(-50%) rotate(135deg);
  margin-left: 10px;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item__text::after {
    width: 5px;
    height: 5px;
    margin-top: 3px;
    margin-left: 0px;
  }
}

.news_24th_term__anchor__item__text--blank {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item__text--blank {
    font-size: 16px;
    display: block;
    font-size: 2vw;
    display: flex;
    align-items: center;
  }
}

.news_24th_term__anchor__item__text--blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_blank.png);
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__item__text--blank::after {
    vertical-align: middle;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.news_24th_term__anchor__wrap {
  background-color: #000;
  padding: 28px 10px;
}

@media (max-width: 640px) {
  .news_24th_term__anchor__wrap {
    padding: 10px 5px;
  }
}

.news_24th_term__contents {
  border-radius: 30px;
  background-color: white;
  border: 2px solid #a88b4a;
  width: 100%;
  padding: 105px 100px;
  box-sizing: border-box;
  max-width: 1560px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .news_24th_term__contents {
    padding: 20px 20px;
  }
}

.news_24th_term__contents__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.news_24th_term__contents__wrap {
  background-image: url(../img/contents_bg.jpg);
  padding: 80px 20px 0px;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media (max-width: 640px) {
  .news_24th_term__contents__wrap {
    padding: 40px 20px 0px;
    background-size: contain;
  }
}

.news_24th_term__contents__heading {
  font-size: 45px;
  font-weight: bold;
  padding-top: 80px;
  margin-top: -80px;
}

@media (max-width: 640px) {
  .news_24th_term__contents__heading {
    font-size: 24px;
  }
}

.news_24th_term__contents__heading__text {
  position: relative;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
}

@media (max-width: 640px) {
  .news_24th_term__contents__heading__text {
    margin-left: 5px;
  }
}

.news_24th_term__contents__heading__text::before {
  content: '';
  background-image: url(../img/heading_deco_left.png);
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -45px;
  transform: translateY(0%) translateX(0%);
  width: 41px;
  height: 38px;
}

@media (max-width: 640px) {
  .news_24th_term__contents__heading__text::before {
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    top: 0px;
    left: -18px;
  }
}

.news_24th_term__contents__heading__text::after {
  content: '';
  background-image: url(../img/heading_deco_right.png);
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: -42px;
  transform: translateY(0%) translateX(0%);
  width: 24px;
  height: 31px;
  z-index: 0;
}

@media (max-width: 640px) {
  .news_24th_term__contents__heading__text::after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    bottom: -10px;
    right: -20px;
  }
}

.news_24th_term__contents__section + .news_24th_term__contents__section {
  margin-top: 110px;
}

@media (max-width: 640px) {
  .news_24th_term__contents__section + .news_24th_term__contents__section {
    margin-top: 60px;
  }
}

.news_24th_term__contents__btn {
  background-color: #2a59a7;
  position: relative;
  color: white;
  font-size: 25px;
  padding: 11px 10px;
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  max-width: 422px;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .news_24th_term__contents__btn {
    font-size: 18px;
  }
}

.news_24th_term__contents__btn:hover {
  color: white;
}

.news_24th_term__contents__btn__wrap {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 640px) {
  .news_24th_term__contents__btn__wrap {
    margin-top: 40px;
  }
}

.news_24th_term__contents__btn__icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) translateX(0%);
}

@media (max-width: 640px) {
  .news_24th_term__contents__btn__icon {
    right: 15px;
    width: 25px;
  }
}

.news_24th_term__mc__contents {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents {
    gap: 10px;
  }
}

.news_24th_term__mc__contents__row {
  display: flex;
  gap: 20px;
}

.news_24th_term__mc__contents__row + .news_24th_term__mc__contents__row {
  margin-top: 20px;
}

.news_24th_term__mc__contents__item {
  width: calc((100% / 3) - 28px);
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents__item {
    width: calc((100% / 2) - 5px);
  }
}

.news_24th_term__mc__contents__item__img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.news_24th_term__mc__contents__item__img__wrap {
  background-color: #ffe8f8;
  padding: 20px 20px 30px;
  border-radius: 20px 20px 0px 0px;
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents__item__img__wrap {
    padding: 20px 10px;
  }
}

.news_24th_term__mc__contents__item__text {
  position: relative;
  background-color: #ffb4d2;
  text-align: center;
  padding: 25px 20px 15px;
  border-radius: 0px 0px 20px 20px;
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents__item__text {
    padding: 20px 10px 10px;
  }
}

.news_24th_term__mc__contents__item__text__heading {
  font-size: 20px;
  color: white;
  background-color: #ff62a1;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 45%;
  text-align: center;
  border-radius: 35px;
  font-weight: bold;
  padding: 2px 10px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents__item__text__heading {
    font-size: 16px;
    padding: 2px 5px;
    top: -15px;
  }
}

.news_24th_term__mc__contents__item__text__name {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 640px) {
  .news_24th_term__mc__contents__item__text__name {
    font-size: 2.8vw;
  }
}

.news_24th_term__mc__contents__item--tuki .news_24th_term__mc__contents__item__img__wrap {
  background-color: #fffee8;
}

.news_24th_term__mc__contents__item--tuki .news_24th_term__mc__contents__item__text__heading {
  background-color: #ffb762;
}

.news_24th_term__mc__contents__item--tuki .news_24th_term__mc__contents__item__text {
  background-color: #ffe5b4;
}

.news_24th_term__mc__contents__item--yuki .news_24th_term__mc__contents__item__img__wrap {
  background-color: #e8ffee;
}

.news_24th_term__mc__contents__item--yuki .news_24th_term__mc__contents__item__text__heading {
  background-color: #62da38;
}

.news_24th_term__mc__contents__item--yuki .news_24th_term__mc__contents__item__text {
  background-color: #c7ffb4;
}

.news_24th_term__mc__contents__item--hoshi .news_24th_term__mc__contents__item__img__wrap {
  background-color: #e8f8ff;
}

.news_24th_term__mc__contents__item--hoshi .news_24th_term__mc__contents__item__text__heading {
  background-color: #62b3ff;
}

.news_24th_term__mc__contents__item--hoshi .news_24th_term__mc__contents__item__text {
  background-color: #b4ddff;
}

.news_24th_term__mc__contents__item--sora .news_24th_term__mc__contents__item__img__wrap {
  background-color: #eee8ff;
}

.news_24th_term__mc__contents__item--sora .news_24th_term__mc__contents__item__text__heading {
  background-color: #8e62ff;
}

.news_24th_term__mc__contents__item--sora .news_24th_term__mc__contents__item__text {
  background-color: #c7b4ff;
}

.news_24th_term__corner__contents {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.news_24th_term__corner__contents__item {
  width: calc(50% - 10px);
  border-radius: 20px;
  position: relative;
  background-color: #F5F5F5;
}

@media (max-width: 640px) {
  .news_24th_term__corner__contents__item {
    width: 100%;
  }
}

.news_24th_term__corner__contents__item__click {
  background: linear-gradient(135deg, transparent 0%, transparent 89%, #81A4CC 50%), #FFF3D7;
}

@media (max-width: 640px) {
  .news_24th_term__corner__contents__item__click {
    background: linear-gradient(135deg, transparent 0%, transparent 88%, #81A4CC 50%), #FFF3D7;
  }
}

.news_24th_term__corner__contents__item__click .news_24th_term__corner__contents__item__inner::after {
  content: 'Click';
  position: absolute;
  bottom: 37px;
  right: 42px;
  transform: translateY(100%) translateX(100%);
  color: white;
  font-size: 15px;
}

@media (max-width: 640px) {
  .news_24th_term__corner__contents__item__click .news_24th_term__corner__contents__item__inner::after {
    bottom: 30px;
    right: 35px;
    font-size: 13px;
  }
}

.news_24th_term__corner__contents__item__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 30px 15px 30px;
  border-radius: 20px;
  min-height: 125px;
}

@media (max-width: 640px) {
  .news_24th_term__corner__contents__item__inner {
    flex-flow: column;
    padding: 30px 30px 30px 30px;
  }
}

.news_24th_term__corner__contents__item__img {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
}

.news_24th_term__corner__contents__item__text {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

.news_24th_term__corner__contents__item__text__present-icon {
  margin-top: 15px;
  max-width: 60px;
}

.news_24th_term__corner__contents__item__text__youbi {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.news_24th_term__corner__contents__item__text__youbi__item {
  color: white;
  background-color: #cb97ed;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 12px;
}

.news_24th_term__corner__contents__item__text__youbi__item--playland {
  background-color: #6bc2cf;
}

.news_24th_term__bnr {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  padding-bottom: 120px;
  max-width: 1560px;
  margin: 70px auto 0px;
}

@media (max-width: 640px) {
  .news_24th_term__bnr {
    margin-top: 40px;
    padding-bottom: 60px;
    flex-flow: column;
    align-items: center;
  }
}

.news_24th_term__bnr__item:nth-child(1) {
  max-width: 300px;
}

.news_24th_term__bnr__item:nth-child(2) {
  max-width: 300px;
}

.news_24th_term__bnr__item__img {
  width: 100%;
}

.news_24th_term__slider {
  max-width: 1700px;
  margin: 0 auto;
}

.news_24th_term__slider .slick-list {
  overflow: visible;
}

.news_24th_term__slider__item {
  margin: 0 10px;
}

.news_24th_term__slider__inner {
  margin: 0 auto;
}

.news_24th_term .slick-dots {
  bottom: -35px;
}

@media (max-width: 640px) {
  .news_24th_term .slick-dots {
    bottom: -35px;
  }
}

.news_24th_term .slick-dots li {
  margin: 0 8px;
}

@media (max-width: 640px) {
  .news_24th_term .slick-dots li {
    margin: 5px 8px 0px;
  }
}

.news_24th_term .slick-dots li button {
  background: white;
  font-family: '';
  border: none;
  font-size: 0px;
  height: 9px;
  width: 9px;
  padding: 3px;
}

.news_24th_term .slick-dots li button::before {
  display: none;
}

.news_24th_term .slick-dots li.slick-active button {
  background-color: #a88b4a;
}

.news_24th_term .slick-slide img {
  display: inline-block;
  width: 100%;
}

#wrapper {
  padding-top: 80px;
}

@media (max-width: 640px) {
  #wrapper {
    padding-top: 55px;
  }
}

.whatsnew__list__item,
.whatsnew__list__item__new {
  border-bottom: 1px solid #81a4cc;
  padding: 0 50px 25px 30px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .whatsnew__list__item,
  .whatsnew__list__item__new {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
  }
}

.news_24th_term__whatsnew__heading {
  padding-bottom: 25px;
  border-bottom: 1px solid #81a4cc;
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  .news_24th_term__whatsnew__heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #81a4cc;
    margin-bottom: 10px;
  }
}

.whatsnew__list__item__detail a {
  color: #1e1e1e;
}

.news_24th_term__today-lineup__heading {
  margin-bottom: 20px;
}

.news .date {
  background: #a88b4a;
  max-width: 285px;
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 22px;
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .news .date {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.whatsnew__list__item__new::before {
  display: none;
}

.whatsnew__list__item dt,
.whatsnew__list__item__new dt {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
  padding-right: 70px;
  position: relative;
}

@media (max-width: 640px) {
  .whatsnew__list__item dt,
  .whatsnew__list__item__new dt {
    padding-right: 0px;
    font-size: 13px;
  }
}

.whatsnew__list__item dd,
.whatsnew__list__item__new dd {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
}

@media (max-width: 640px) {
  .whatsnew__list__item dd,
  .whatsnew__list__item__new dd {
    font-size: 13px;
  }
}

.whatsnew__list__item__new dt::after {
  content: 'NEW';
  color: #ff0000;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro";
}

@media (min-width: 641px) {
  .whatsnew__list__item__new dt::after {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) translateX(0%);
  }
}

@media (max-width: 640px) {
  .whatsnew__list__item__new dt::after {
    display: block;
  }
}

ul.sns_icon {
  display: flex;
  justify-content: right;
  width: 1200px;
  margin: 15px auto 0 auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

ul.sns_icon li {
  width: 90px;
  margin: 0 1px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  ul.sns_icon {
    width: 95%;
    margin: 10px auto 0 auto;
    right: 30px;
    transform: translateY(0%) translateX(0%);
    left: unset;
  }
  ul.sns_icon li {
    max-width: 80px;
    margin: 0 1px;
    text-align: center;
    width: 100%;
  }
  ul.sns_icon li.fb {
    background: #fff;
    height: 14px;
    padding: 0;
    margin: 0;
  }
  ul.sns_icon li.sns_x {
    margin-left: 1%;
  }
}

.news .list li {
  border-bottom: 1px solid #81a4cc;
  padding: 0 50px 25px 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.news .list li:nth-child(odd) {
  background-color: unset;
}

.news .list li:nth-child(even) {
  background-color: unset;
}

.news .list {
  padding-top: 25px;
  border-top: 1px solid #81a4cc;
}

.news .list li:before {
  display: none;
}

@media (max-width: 640px) {
  .news .list li {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .news .list {
    padding-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */
