@-webkit-keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

section {
  padding: 10vw 0;
}

@media (min-width: 925px) {
  section {
    padding: 100px 0;
  }
}

#news .categoly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10vw;
}

@media (min-width: 925px) {
  #news .categoly {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 90%;
    max-width: 990px;
    margin: 0 auto 30px;
  }
}

#news .categoly .btn {
  width: 30vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

@media (min-width: 925px) {
  #news .categoly .btn {
    width: 95px;
    font-size: 90%;
    margin-left: 6px;
    margin-right: 0;
  }
}

#news .news-list {
  width: 90%;
  max-width: 990px;
  margin: 0 auto 10vw;
}

@media (min-width: 925px) {
  #news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#news .news-list dt {
  font-weight: normal;
  padding: 3vw 5vw 1vw;
}

@media (min-width: 925px) {
  #news .news-list dt {
    width: 35%;
    padding: 30px 0 25px 70px;
  }
}

#news .news-list dt .tag {
  display: inline-block;
  color: #F19AB0;
  text-align: center;
  font-size: 90%;
  line-height: 1.8em;
  width: 40vw;
  border: 1px solid #F19AB0;
  margin-left: 3vw;
}

@media (min-width: 925px) {
  #news .news-list dt .tag {
    width: 165px;
    margin-left: 30px;
  }
}

#news .news-list dt:nth-of-type(odd) {
  background-color: #FFF8D6;
}

#news .news-list dd {
  font-weight: 700;
  padding: 1vw 5vw 3vw;
}

@media (min-width: 925px) {
  #news .news-list dd {
    width: 65%;
    padding: 30px 0 25px 10px;
  }
}

#news .news-list dd:nth-of-type(odd) {
  background-color: #FFF8D6;
}

#news .link-btn {
  width: 60vw;
  margin: 0 auto;
}

@media (min-width: 925px) {
  #news .link-btn {
    width: 335px;
    background-size: 7px;
  }
  #news .link-btn:hover::after {
    width: 7px;
  }
}

#news-single .description {
  width: 90%;
  max-width: 990px;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #news-single .description {
    margin: 0 auto 50px;
  }
}

#news-single .des-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #F19AB0;
  padding: 2vw;
  margin-bottom: 2vw;
}

@media (min-width: 925px) {
  #news-single .des-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
}

#news-single .des-title h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #F19AB0;
  font-size: 150%;
  line-height: 1.5em;
}

@media (min-width: 925px) {
  #news-single .des-title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 250%;
  }
}

#news-single .des-title .pager {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 90%;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #news-single .des-title .pager {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

@media (min-width: 925px) {
  #news-single .des-sub {
    padding: 0 15px;
  }
}

#news-single .des-sub .theme {
  color: #F19AB0;
  margin-left: 3vw;
}

@media (min-width: 925px) {
  #news-single .des-sub .theme {
    font-size: 110%;
    margin-left: 15px;
  }
}

#news-single article {
  width: 80%;
  max-width: 865px;
  margin: 0 auto 10vw;
}

@media (min-width: 925px) {
  #news-single article {
    margin: 0 auto 150px;
  }
}

#news-single article p, #news-single article img {
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #news-single article p, #news-single article img {
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=style.css.map */