<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.p-category .p-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 41px;
}
.p-category .p-category__list .p-category__item {
  position: relative;
}
.p-category .p-category__list .p-category__item:not(:last-child)::after {
  position: absolute;
  right: -21px;
  bottom: 6px;
  display: block;
  width: 1px;
  height: 14px;
  content: "";
  background-color: #1D2524;
}
.p-category .p-category__list .p-category__item .p-category__link {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #1D2524;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-category .p-category__list .p-category__item .p-category__link.is-current {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
}
[data-whatinput=keyboard] .p-category .p-category__list .p-category__item .p-category__link:focus {
  color: #C61935;
}
.p-category .p-category__list .p-category__item .p-category__link:hover {
  color: #C61935;
}

.p-period {
  position: relative;
  max-width: 740px;
}
.p-period::before {
  position: absolute;
  right: 0;
  bottom: 11px;
  display: block;
  content: url(/assets/svg/i_arrow_bottom.svg);
}
.p-period .p-period__select {
  position: relative;
  width: 100%;
  padding-block: 12px;
  margin-top: 20px;
  cursor: pointer;
  background: none;
  border: none;
  border-top: solid 1px #1D2524;
  border-bottom: solid 1px #1D2524;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.p-period .p-period__select .p-period__item {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  color: #1D2524;
}
.p-period .p-period__select .p-period__item.is-current {
  color: #C61935;
}

.p-news {
  margin-top: 50px;
}
.p-news .p-news__ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #1D2524;
}
.p-news .p-news__list {
  margin-top: 10px;
  border-top: solid 2px #000;
}
.p-news .p-news__list .p-news__item .p-news__link {
  display: block;
  padding-block: 20px;
  border-bottom: solid 1px #000;
}
.p-news .p-news__list .p-news__item .p-news__link[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_blank_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  top: -0.2em;
  width: 14px;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_pdf_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_word_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_excel_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus {
  color: #C61935;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_blank_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  top: -0.2em;
  width: 14px;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_pdf_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_word_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_excel_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus .p-news__img-src {
  transform: scale(1.05);
}
[data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item::after {
  background-color: #C61935;
}
.p-news .p-news__list .p-news__item .p-news__link:hover {
  color: #C61935;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_blank_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  top: -0.2em;
  width: 14px;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_pdf_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_word_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_excel_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/svg/i_zip_key.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-news .p-news__list .p-news__item .p-news__link:hover .p-news__img-src {
  transform: scale(1.05);
}
.p-news .p-news__list .p-news__item .p-news__link:hover .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item::after {
  background-color: #C61935;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__img {
  width: 24.8vw;
  max-width: 200px;
  overflow: hidden;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__img .p-news__img-src {
  transition: transform 0.8s cubic-bezier(0.3, 0, 0.1, 1);
  width: 100%;
  aspect-ratio: 93/66;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence {
  align-self: center;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-txt {
  text-align: justify;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-date {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 5px;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 21px;
  margin-top: 5px;
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item:not(:last-child)::after {
  position: absolute;
  right: -11px;
  bottom: 2.5px;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #1D2524;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}

.p-txt-asterisk {
  position: relative;
  padding-left: 17px;
  margin-top: 50px;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p-txt-asterisk:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  content: "\203b";
  background-color: transparent;
}
.p-txt-asterisk a {
  color: #1D2524;
  text-decoration: underline;
  transition: color 0.3s cubic-bezier(0.3, 0, 0.1, 1);
}
.p-txt-asterisk a[target=_blank]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_blank_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  top: -0.2em;
  width: 14px;
}
.p-txt-asterisk a[href$=".pdf"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_pdf_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".doc"]:not(.noticon):after, .p-txt-asterisk a[href$=".docx"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_word_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".xls"]:not(.noticon):after, .p-txt-asterisk a[href$=".xlsx"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_excel_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".txt"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".csv"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".mp3"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".iso"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".zip"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".7z"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".lzh"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".rar"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".exe"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".dmg"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".sit"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".tar"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".gz"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".ppt"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".pptx"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".mov"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".avi"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".mp4"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".wmv"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".msi"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".msp"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".swf"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".png"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".jpg"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".gif"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a[href$=".xml"]:not(.noticon):after {
  position: relative;
  top: -0.2em;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/css/svg/i_zip_cu-black.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}
.p-txt-asterisk a:visited {
  color: #1D2524;
}
.p-txt-asterisk a:hover {
  color: #C61935;
}
@media print, screen and (min-width: 769px) {
  .p-category .p-category__list {
    gap: 15px 61px;
  }
  .p-category .p-category__list .p-category__item:not(:last-child)::after {
    right: -31px;
    bottom: 8px;
  }
  .p-category .p-category__list .p-category__item .p-category__link {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-category .p-category__list .p-category__item .p-category__link.is-current {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news .p-news__ttl {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news .p-news__list {
    margin-top: 40px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link {
    padding-block: 40px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  [data-whatinput=keyboard] .p-news .p-news__list .p-news__item .p-news__link:focus[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[target=_blank]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".pdf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".doc"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".docx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xls"]:not(.noticon) .p-news__sentence-txt:after, .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xlsx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".txt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".csv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mp3"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".iso"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".zip"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".7z"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".lzh"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".rar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".exe"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".dmg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".sit"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".tar"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".gz"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".ppt"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".pptx"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mov"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".avi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".mp4"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".wmv"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".msi"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".msp"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".swf"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".png"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".jpg"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".gif"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link:hover[href$=".xml"]:not(.noticon) .p-news__sentence-txt:after {
    width: 20px;
    height: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    max-width: 65vw;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__img .p-news__img-src {
    aspect-ratio: 200/138;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-txt {
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info {
    display: flex;
    gap: 4vw;
    margin-top: 20px;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-date {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list {
    gap: 5px 41px;
    margin-top: 0;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item {
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-news .p-news__list .p-news__item .p-news__link .p-news__link-inner .p-news__sentence .p-news__sentence-info .p-news__sentence-list .p-news__sentence-item:not(:last-child)::after {
    right: -21px;
    bottom: 5px;
  }
  .p-txt-asterisk {
    padding-left: 20px;
    margin-top: 100px;
    font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-txt-asterisk a[target=_blank]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".pdf"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".doc"]:not(.noticon):after, .p-txt-asterisk a[href$=".docx"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".xls"]:not(.noticon):after, .p-txt-asterisk a[href$=".xlsx"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".txt"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".csv"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".mp3"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".iso"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".zip"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".7z"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".lzh"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".rar"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".exe"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".dmg"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".sit"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".tar"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".gz"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".ppt"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".pptx"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".mov"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".avi"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".mp4"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".wmv"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".msi"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".msp"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".swf"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".png"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".jpg"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".gif"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
  .p-txt-asterisk a[href$=".xml"]:not(.noticon):after {
    width: 20px;
    height: 20px;
  }
}</pre></body></html>