<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
.news-article .s_page--body .s_frame {
  margin-top: 60px;
}
.news-article .s_page--body .s_frame a {
  color: #225ca5;
  text-decoration: underline;
}
.news-article .s_page--body .s_frame a:hover,
.news-article .s_page--body .s_frame a:active,
.news-article .s_page--body .s_frame a:focus {
  text-decoration: none;
}
@media (992px &lt;= width) {
  .news-article .s_page--body .s_frame {
    margin-top: 120px;
  }
}



.news-article .title {
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
}
.news-article .title .title_inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-article .title time {
  font-family: Barlow, sans-serif;
  color: #225ca5;
}
.news-article .title h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  color: #2a3432;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3em;
}
@media (992px &lt;= width) {
  .news-article .title time {
    font-size: 24px;
  }
  .news-article .title .s_news--item_label span {
    font-size: 16px;
  }
  .news-article .title h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 1.3em;
  }
  .news-article .s_page--footer_layout .s_frame {
    padding-bottom: 120px;
  }
}



.news-article .contents h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
}
.news-article .contents h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 10px solid #cccccc;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
}
.news-article .contents * + table,
.news-article .contents * + ul,
.news-article .contents * + ol,
.news-article .contents * + figure,
.news-article .contents * + .block_photo_1,
.news-article .contents * + .block_photo_2,
.news-article .contents * + .block_photo_3,
.news-article .contents * + .c-commonTableWrap {
  margin-top: 40px;
}
.news-article .contents table + *,
.news-article .contents ul + *,
.news-article .contents ol + *,
.news-article .contents figure + *,
.news-article .contents .block_photo_1 + *,
.news-article .contents .block_photo_2 + *,
.news-article .contents .block_photo_3 + *,
.news-article .contents .c-commonTableWrap + * {
  margin-top: 40px;
}
.news-article .contents .block_photo_1 figure {
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.news-article .contents .block_photo_2 figure {
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.news-article .contents .block_photo_3 figure {
  margin: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.news-article .contents figure figcaption {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
}
.news-article .contents figure img + figcaption {
  font-size: 16px;
  font-weight: 500;
}
.news-article .contents .block_photo_1,
.news-article .contents .block_photo_2,
.news-article .contents .block_photo_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.news-article .contents .block_photo_1 {
  justify-content: center;
}
.news-article .contents .block_photo_1 figure {
  display: inline-block;
}
.news-article .contents .block_photo_2 figure {
  width: calc((100% - 40px) / 2);
}
.news-article .contents .block_photo_3 figure {
  width: calc((100% - 80px) / 3);
}
.news-article .contents a {
  position: relative;
  padding-left: 28px;
}
.news-article .contents a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/images/news/icon_website.svg) left bottom no-repeat;
}
.news-article .contents a[href$=".pdf"]::before {
  background: url(/assets/images/news/icon_pdf.svg) left bottom no-repeat;
}
.news-article .contents img + figcaption a {
  padding-left: 22px;
}
.news-article .contents img + figcaption a::before {
  top: 3px;
  width: 18px;
  height: 18px;
}
.news-article .contents .block_refer {
  margin-top: 40px;
  padding: 20px 40px 30px;
  background-color: #fafafa;
  line-height: 1.6em;
}
.news-article .contents .block_refer dt {
  margin-bottom: 10px;
}
.news-article .contents .block_refer dt::before {
  content: "��";
  margin-right: 5px;
}
.news-article .contents .block_refer dt::after {
  content: "��";
  margin-left: 5px;
}
.news-article .contents ul,
.news-article .contents ol {
  line-height: 1.6em;
}
.news-article .contents li + li {
  margin-top: 10px;
}
.news-article .contents ul.normal,
.news-article .contents ol.normal {
  padding-left: 25px;
}
.news-article .contents ul.normal {
  list-style-type: disc;
}
.news-article .contents ol.normal {
  list-style-position: outside;
  list-style-type: decimal;
}
.news-article .contents table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-article .contents table.size_s {
  width: auto;
  min-width: 60%;
}
.news-article .contents table.size_m {
  width: auto;
  min-width: 80%;
}
.news-article .contents table caption {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}
.news-article .contents table th,
.news-article .contents table td {
  padding: 20px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.news-article .contents table thead th {
  background-color: #4e5359;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.news-article .contents table tbody th {
  background-color: #dce1e5;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.news-article .contents table.td_c tbody td {
  text-align: center;
}
@media (width &lt;= 992px) {
  .news-article .contents {
    font-size: 18px;
  }
  .news-article .contents .block_photo_1,
  .news-article .contents .block_photo_2,
  .news-article .contents .block_photo_3 {
    display: block;
  }
  .news-article .contents .block_photo_2 figure,
  .news-article .contents .block_photo_3 figure {
    width: 100%;
  }
  .news-article .contents .block_photo_1 * + figure,
  .news-article .contents .block_photo_2 * + figure,
  .news-article .contents .block_photo_3 * + figure {
    margin-top: 40px;
  }
  .news-article .contents table,
  .news-article .contents table.size_s,
  .news-article .contents table.size_m {
    width: 100%;
  }
  .news-article .contents table caption {
    text-align: left;
  }
  .news-article .contents table:not(.normal) {
    width: 1160px;
  }
  .news-article .contents table.normal tbody th,
  .news-article .contents table.normal tbody td {
    display: block;
  }
  .news-article .contents table.normal td,
  .news-article .contents table.normal tr:nth-of-type(n+2) th {
    border-top: none;
  }
  .news-article .contents table.normal thead + tbody th,
  .news-article .contents table.normal thead + tbody td {
    display: table-cell;
  }
  .news-article .contents table.normal thead + tbody td,
  .news-article .contents table.normal thead + tbody tr:nth-of-type(n+2) th {
    border: 1px solid #cccccc;
  }
}



</pre></body></html>