@charset "UTF-8";
.news-head {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .news-head {
    margin-bottom: 60px;
  }
}

.news-head .title_news-01 {
  font-size: 36px;
  margin-bottom: 40px;
}

@media screen and (min-width: 980px) {
  .news-head .title_news-01 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

.news-head .title_news-01 span {
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  line-height: 1.2;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
}

.news-head .title_news-02 {
  font-size: 24px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 980px) {
  .news-head .title_news-02 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.news-head .title_news-02 span {
  color: #222;
  display: block;
  padding-left: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 980px) {
  .news-head .title_news-02 span {
    padding-left: 18px;
  }
}

.news-head .title_news-02::before {
  background: #222;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 7px;
}

@media screen and (min-width: 980px) {
  .news-head .title_news-02::before {
    width: 10px;
  }
}

.news-head .txt_date {
  font-size: 12px;
  text-align: right;
}

.news_list {
  width: 100%;
}

.news_list ul {
  width: 100%;
}

.news_list ul li {
  width: 100%;
}

.news_list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.news_list ul li a {
  background: #fff;
  border: 2px solid #104bad;
  color: #104bad;
  display: block;
  padding: 17px 60px 17px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .news_list ul li a {
    padding: 22px 70px 22px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_list ul li a:hover {
    background: #104bad;
    color: #fff;
  }
  .news_list ul li a:hover::after {
    background: url(/img/common/ico_arrow_r_04.svg) no-repeat center;
  }
}

.news_list ul li a > .detail {
  font-size: 16px;
  width: 100%;
}

.news_list ul li a > .date {
  font-size: 12px;
  margin-top: 4px;
}

@media screen and (min-width: 980px) {
  .news_list ul li a > .date {
    margin-top: 0;
    margin-left: 20px;
  }
}

.news_list ul li a::after {
  background: url(/img/common/ico_arrow_r_05.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 10px;
}

@media screen and (min-width: 980px) {
  .news_list ul li a::after {
    width: 16px;
  }
}

.news_list_pagination {
  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;
  margin: 50px -10px 0;
}

@media screen and (min-width: 768px) {
  .news_list_pagination {
    margin: 100px -10px 0;
  }
}

.news_list_pagination li {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
  width: 35px;
}

@media screen and (min-width: 768px) {
  .news_list_pagination li {
    width: 40px;
  }
}

.news_list_pagination li a {
  background: #fff;
  display: block;
  text-decoration: none;
}

.news_list_pagination li:not([class]) a {
  background: #fff;
  border: 2px solid #104bad;
  color: #104bad;
  font-size: 14px;
  padding: 7px 0;
  -webkit-transition: all .1s;
  transition: all .1s;
}

@media screen and (min-width: 768px) {
  .news_list_pagination li:not([class]) a {
    font-size: 16px;
    padding: 8px 0;
  }
}

@media screen and (min-width: 980px) {
  .news_list_pagination li:not([class]) a:hover {
    background: #104bad;
    color: #fff;
  }
}

.news_list_pagination li:not([class]) a._current {
  background: #104bad;
  color: #fff;
  pointer-events: none;
}

.news_list_pagination li[class] a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 12px;
  display: block;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .news_list_pagination li[class] a {
    background-size: auto 14px;
    height: 40px;
  }
}

@media screen and (min-width: 980px) {
  .news_list_pagination li[class] a:hover {
    opacity: 0.8;
  }
}

.news_list_pagination li[class].skipPrev a {
  background-image: url(/img/common/ico_arrow_l_02.svg);
}

.news_list_pagination li[class].prev a {
  background-image: url(/img/common/ico_arrow_l_03.svg);
}

.news_list_pagination li[class].next a {
  background-image: url(/img/common/ico_arrow_r_03.svg);
}

.news_list_pagination li[class].skipNext a {
  background-image: url(/img/common/ico_arrow_r_02.svg);
}

.news-detail h3 {
  font-size: 21px;
  border-bottom: 3px solid #222;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 980px) {
  .news-detail h3 {
    border-bottom: 4px solid #222;
    font-size: 24px;
    margin-top: 40px;
  }
}

.news-detail h4 {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Gothic MB101 Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  font-weight: 500;
  border-bottom: 2px solid #222;
  line-height: 1.4;
}

@media screen and (min-width: 980px) {
  .news-detail h4 {
    border-bottom: 3px solid #222;
    font-size: 20px;
  }
}

.news-detail h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 700;
}

.news-detail p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

.news-detail strong {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 700;
}

.news-detail small {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 980px) {
  .news-detail small {
    font-size: px;
  }
}

.news-detail a[class^="btn"] {
  margin-bottom: 20px;
  background: #fff;
  border: 2px solid #104bad;
  color: #104bad;
  display: block;
  padding: 17px 60px 17px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .1s;
  transition: all .1s;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 980px) {
  .news-detail a[class^="btn"] {
    padding: 22px 70px 22px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-detail a[class^="btn"]:hover {
    background: #104bad;
    color: #fff;
  }
  .news-detail a[class^="btn"]:hover::after {
    background: url(/img/common/ico_arrow_r_04.svg) no-repeat center;
  }
}

.news-detail a[class^="btn"]::after {
  background: url(/img/common/ico_arrow_r_05.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 14px;
}

@media screen and (min-width: 980px) {
  .news-detail a[class^="btn"]::after {
    width: 16px;
  }
}

.news-detail a.btn {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 700;
}

.news-detail a.btn_blank::after {
  background: url(/img/common/ico_blank_01.svg) no-repeat center;
  width: 20px;
}

@media screen and (min-width: 980px) {
  .news-detail a.btn_blank:hover::after {
    background: url(/img/common/ico_blank_02.svg) no-repeat center;
  }
}

.news-detail a.btn_pdf::after {
  background: url(/img/common/ico_pdf_01.svg) no-repeat center;
  width: 20px;
}

@media screen and (min-width: 980px) {
  .news-detail a.btn_pdf:hover::after {
    background: url(/img/common/ico_pdf_02.svg) no-repeat center;
  }
}

.news-detail a.btn_excel::after {
  background: url(/img/common/ico_excel_01.svg) no-repeat center;
  width: 20px;
}

@media screen and (min-width: 980px) {
  .news-detail a.btn_excel:hover::after {
    background: url(/img/common/ico_excel_02.svg) no-repeat center;
  }
}

.news-detail a.btn_word::after {
  background: url(/img/common/ico_word_01.svg) no-repeat center;
  width: 20px;
}

@media screen and (min-width: 980px) {
  .news-detail a.btn_word:hover::after {
    background: url(/img/common/ico_word_02.svg) no-repeat center;
  }
}

.news-detail img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  width: auto;
}

.news-detail ul {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style: disc;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

.news-detail ul > li > ul,
.news-detail ul > li > ol {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.news-detail ul > li > ol {
  counter-reset: cnt;
}

.news-detail ul > li > ol > li {
  padding-left: 30px;
  position: relative;
}

.news-detail ul > li > ol > li::before {
  counter-increment: cnt;
  content: counters(cnt, ".", decimal-leading-zero) ". ";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

.news-detail ul > li:last-child > ol,
.news-detail ul > li:last-child > ul {
  margin-bottom: 0;
}

.news-detail ol {
  counter-reset: cnt;
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

.news-detail ol > li {
  padding-left: 30px;
  position: relative;
}

.news-detail ol > li::before {
  counter-increment: cnt;
  content: counters(cnt, ".", decimal-leading-zero) ". ";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

.news-detail ol > li > ol {
  counter-reset: cnt;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
}

.news-detail ol > li > ol > li {
  counter-increment: nest;
  padding-left: 55px;
  position: relative;
}

.news-detail ol > li > ol > li::before {
  counter-increment: cnt;
  content: counters(cnt, "-", decimal-leading-zero) ". ";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

.news-detail ol > li > ul {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.news-detail ol > li:last-child > ol,
.news-detail ol > li:last-child > ul {
  margin-bottom: 0;
}

.news-detail table {
  border: 2px solid #222;
  border-collapse: collapse;
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-all;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 500;
}

.news-detail table tbody tr th {
  background: #f0f0f0;
  border: 2px solid #222;
  border-collapse: collapse;
  padding: 15px;
  vertical-align: middle;
}

.news-detail table tbody tr th.th-strong {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std","メイリオ", "Meiryo", Arial, sans-serif;
  font-weight: 600;
  background: #222;
  color: #fff;
}

.news-detail table tbody tr th.th-strong:not(:last-child) {
  border-right: 2px solid #f0f0f0;
}

.news-detail table tbody tr td {
  background: #fff;
  border: 2px solid #222;
  border-collapse: collapse;
  padding: 15px;
  vertical-align: middle;
}

.news-detail table tbody tr th._width-10,
.news-detail table tbody tr td._width-10 {
  width: 10%;
}

.news-detail table tbody tr th._width-20,
.news-detail table tbody tr td._width-20 {
  width: 20%;
}

.news-detail table tbody tr th._width-30,
.news-detail table tbody tr td._width-30 {
  width: 30%;
}

.news-detail table tbody tr th._width-40,
.news-detail table tbody tr td._width-40 {
  width: 40%;
}

.news-detail table tbody tr th._width-50,
.news-detail table tbody tr td._width-50 {
  width: 50%;
}

.news-detail table tbody tr th._width-60,
.news-detail table tbody tr td._width-60 {
  width: 60%;
}

.news-detail table tbody tr th._width-70,
.news-detail table tbody tr td._width-70 {
  width: 70%;
}

.news-detail table tbody tr th._width-80,
.news-detail table tbody tr td._width-80 {
  width: 80%;
}

.news-detail table tbody tr th._width-90,
.news-detail table tbody tr td._width-90 {
  width: 90%;
}

.news-detail table tbody tr th > p:last-child,
.news-detail table tbody tr th > ul:last-child,
.news-detail table tbody tr th > ol:last-child,
.news-detail table tbody tr th > img:last-child,
.news-detail table tbody tr td > p:last-child,
.news-detail table tbody tr td > ul:last-child,
.news-detail table tbody tr td > ol:last-child,
.news-detail table tbody tr td > img:last-child {
  margin-bottom: 0;
}

._newsCategory {
  margin-top: 25px;
}

@media screen and (min-width: 980px) {
  ._newsCategory {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=news.css.map */