@charset "UTF-8";
.wrapInner-large {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.news-list-category {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #4C5E6F;
  min-width: 13rem;
  font-size: 1.4rem;
}

.news-list-category:before {
  content: "●";
  font-size: 50%;
  vertical-align: 0.2rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.news-list-date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #4C5E6F;
  margin-right: 2.4rem;
}

.news-list-text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .news-list-text {
    margin-top: 1rem;
  }
}

.p-news-list {
  border-bottom: 1px solid #e1e5f0;
}
.p-news-list__container {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-news-list__container {
    padding-top: 30px;
  }
}
.p-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 30px 0 30px 0px;
  border-top: 1px solid #e1e5f0;
}
.p-news-list__item:first-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .p-news-list__item {
    padding: 2.6rem 0 1.9rem 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-news-list__item-date {
  width: 145px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.p-news-list__item-category {
  color: #fff;
  background-color: #333;
  font-size: 1.2rem;
  min-width: 100px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  text-align: center;
}
.p-news-list__item-text {
  width: calc(100% - 235px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-news-list__item-text {
    width: 100%;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .p-news-list__item-link[href]:hover {
    text-decoration: underline;
  }
}
.p-news-list__item-comment {
  font-size: 0.8em;
}
.p-news-list__item-annotation {
  position: relative;
  margin-top: 20px;
  padding-left: 8px;
}
.p-news-list__item-annotation::before {
  content: "";
  position: relative;
  top: -6px;
  display: inline-block;
  width: 10px;
  height: 8px;
  border: 2px solid #000;
  border-right: none;
  border-top: none;
  margin-right: 4px;
}
.p-news-list__item-type--pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cc3d3d;
  color: #cc3d3d;
  height: 16px;
  font-size: 11px;
  line-height: 1;
  padding-left: 0.64em;
  padding-right: 0.64em;
  margin-left: 6px;
}
.p-news-list__item-type--url {
  display: inline-block;
  margin: 0 6px;
  aspect-ratio: 24/18;
  width: 12px;
  height: auto;
  background-image: url("/assets/images/common/icon_url.png");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
}
.p-news-list__item-size {
  display: inline-block;
}

.p-news-list--release .p-news-list__item {
  display: none;
}
.p-news-list--release .p-news-list__item.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-news-list--archive .p-news-list__item-text, .p-news-list--annual .p-news-list__item-text {
    margin-left: 0;
  }
}