.p-visual {
  position: relative;
}

#p-visual:before {
  background-image: url(../../../images/news/bg_visual01.png);
}

#p-visual h1:before {
  content: "NEWS";
}

.p-lead {
  position: relative;
}

.p-category {
  background-color: #F8F9FF;
  padding: 80px 0;
  padding: 5rem 0;
  margin-top: -80px;
  margin-top: -5rem;
}

@media screen and (min-width: 768px), print {
  .p-category__inner {
    max-width: 68.75rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-category__inner {
    margin: 0 6.67vw;
  }
}

.p-category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-category__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-category__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-category__item {
    max-width: calc(25% - 0.65625rem);
    margin: 0.625rem 0.3125rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-category__item {
    width: calc(50% - 2vw);
    margin-top: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-category__item:nth-child(1),
.p-category__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-category__items a {
  display: block;
  padding: 17px;
  padding: 1.0625rem;
  color: #0F2374;
  border: 1px solid #0F2374;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-category__items a {
    padding: 2.2135416667vw;
  }
}

.p-news__single-inner {
  padding: 80px 0;
  padding: 5rem 0;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-news-list__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px), print {
  .p-news-list__title {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-list__title {
    font-size: 5.07vw;
    padding-top: 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single {
    padding-top: 6.67vw;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single .c-btn {
    padding: 0 6.67vw;
  }
}

@media screen and (min-width: 768px), print {
  body#news.single .p-news-single .c-btn {
    margin-top: -2.5rem;
  }
}

@media screen and (min-width: 768px), print {
  body#news.single .p-news-single .c-btn > a {
    background-color: #F8F9F9;
  }
}

@media screen and (min-width: 768px), print {
  .p-news-list__post-items {
    padding: 5rem;
  }
}

.p-post__news-post-title {
  color: #0F2374;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  word-break: break-all;
}
@media screen and (min-width: 768px), print {
  .p-post__news-post-title {
    padding-bottom: 3.125rem;
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-post__news-post-title {
    font-size: 5.07vw;
    padding: 6.67vw;
    margin-bottom: 6.67vw;
  }
}

.p-news-post-meta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .p-news-post-meta {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-post-meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news-post-meta__date-text {
  background-color: #fff;
  color: #DDDDDD;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-family: "roboto_cond";
  padding: 25px;
  padding: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-news-post-meta__date-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-post-meta__date-text {
    padding: 2vw;
  }
}

.p-news-post-meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-post-meta__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-post-meta__list li a {
  background-color: #0F2374;
  color: #fff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  padding: 25px;
  padding: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .p-news-post-meta__list li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-post-meta__list li a {
    padding: 2vw;
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=styles.css.map */
