/* =============================================================================


     news


============================================================================= */
.news-container {
  text-align: center;
}

.news-list {
  margin: 0 auto 0;
  max-width: 1000px;
}

.news-item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #1e1e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
  text-align: justify;
}
.news-item:nth-of-type(1) {
  border-top: 1px solid #1e1e1e;
}
.news-item dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.news-cat {
  background: #090b94;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  width: 260px;
}

.news-date {
  color: #ad1f24;
  font-family: "Oswald", sans-serif;
}

.news-item-link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  margin-left: 12px;
  max-width: calc(100% - (390px + 3em));
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-item-link:hover {
  opacity: 0.7;
}

.news-item-ttl {
  margin-left: 24px;
}

.news-picker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  position: relative;
  right: 1em;
  text-align: center;
  width: 130px;
}
.news-picker:before, .news-picker:after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
.news-picker:before {
  border-color: transparent #f00 transparent transparent;
  border-width: 14px 1em 14px 0;
  right: 100%;
}
.news-picker:after {
  border-color: transparent transparent transparent #f00;
  border-width: 14px 0 14px 1em;
  left: 100%;
}

.event-btnbox {
  margin: 40px auto 0;
  max-width: 600px;
}

/* **************************************


     single


***************************************/
.single-conatiner {
  background: #f2f2f2;
  margin: auto;
  max-width: 1000px;
  padding: 40px 24px;
}

.single-box {
  width: 100%;
}

.single-cat {
  background: #090b94;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 0.15em 0.5em;
}

.single-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.single-box {
  margin-top: 16px;
  width: 100%;
}

.single-head {
  font-size: 2.2rem;
  font-weight: normal;
  margin-top: 8px;
}

.single-txt {
  font-size: 2rem;
  margin-top: 4px;
}

.single-btnbox {
  margin: 60px auto 0;
  max-width: 600px;
  text-align: center;
}

.single-img {
  margin: 40px auto 0;
  max-height: 680px;
  max-width: 680px;
  text-align: center;
  text-align: center;
  width: 100%;
}

.single-img a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.single-img a:hover {
  opacity: 0.7;
}

.single-img img {
  max-height: 680px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 750px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-item dd {
    margin-top: 16px;
  }
  .news-item dd a {
    font-size: 1.8rem;
    margin-left: 8px;
    margin-top: 0px;
    max-width: calc(100% - (60px + 1em));
  }
  .news-cat {
    width: 200px;
  }
  .news-item-link {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
  }
  .news-picker:before {
    border-width: 10px 1em 10px 0;
  }
  .news-picker:after {
    border-width: 10px 0 10px 1em;
  }
  .news-picker {
    font-size: 1.4rem;
    height: 20px;
    margin-left: 2em;
    width: 60px;
  }
  .news-picker._archive {
    margin-left: auto;
    position: absolute;
    right: calc(1em + 16px);
    top: 2em;
  }
  .single-cat {
    font-size: 1.6rem;
  }
  .single-ttl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 2.2rem;
  }
  .single-head {
    font-size: 1.6rem;
  }
  .single-txt {
    font-size: 1.4rem;
  }
  .single-img {
    margin: 24px auto 0;
  }
}

/*# sourceMappingURL=news.css.map*/