<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------
$valiables
------------------------*/
/*-----------------------
_newsDetail
------------------------*/
/*-----------------------
_newsDetail
------------------------*/
.newsDetail {
  clear: both;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .newsDetail--oc {
    width: 100%; }
  .newsDetail p {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    zoom: 1; }
    .newsDetail p:before, .newsDetail p:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .newsDetail p:after {
      clear: both; }
    .newsDetail p:before, .newsDetail p:after {
      display: none; }
  .newsDetailul {
    margin-top: 25px;
    zoom: 1; }
    .newsDetailul:before, .newsDetailul:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
      .newsDetailul:before:after, .newsDetailul:after:after {
        clear: both; }
    .newsDetailul li {
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875; }
  .newsDetail img {
    min-width: 30px;
    max-width: 1120px !important;
    min-height: 30px; }
    .newsDetail img.fr-dib {
      margin: 5px auto;
      display: block;
      float: none; }
    .newsDetail img.fr-dib.fr-fir {
      margin-right: 0; }
    .newsDetail img.fr-dib.fr-fil {
      margin-left: 0; }
    .newsDetail img.fr-dii {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin: 10px;
      max-width: calc(100% - 10px); }
    .newsDetail img.fr-dii.fr-fil {
      float: left;
      margin: 5px 25px 5px; }
    .newsDetail img.fr-rounded {
      border-radius: 100%;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .newsDetail img.fr-bordered {
      border: 10px solid #cccccc;
      box-sizing: content-box; }
  .newsDetail strong {
    font-weight: bold; }
  .newsDetail u {
    text-decoration: underline; }
  .newsDetail ol {
    list-style: decimal;
    padding: 0 0 0 40px; }
  .newsDetail ul {
    list-style: disc;
    padding: 0 0 0 40px; }
    .newsDetail ul li {
      text-align: left;
      font-size: 1.6rem;
      margin: 5px 0 0 0; }
  .newsDetail a {
    color: #0042ff;
    transition: color 0.2s ease; }
    .newsDetail a:hover {
      color: #802358;
      transition: color 0.2s ease; }
  .newsDetail hr {
    color: #f5ede8; }
  .newsDetail h1 {
    position: relative;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    color: #ffffff;
    background: #802358;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 15px;
    margin-top: 30px; }
  .newsDetail h2 {
    position: relative;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.33333;
    color: #333333;
    padding-bottom: 7px;
    border-bottom: 3px solid #f5ede8;
    margin-bottom: 15px; }
    .newsDetail h2:after {
      content: '';
      display: block;
      width: 256px;
      height: 3px;
      background: #802358;
      position: absolute;
      bottom: -3px;
      left: 0; }
  .newsDetail h3 {
    position: relative;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    color: #802358;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px; }
    .newsDetail h3:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 4px;
      height: 100%;
      background: #802358;
      border-radius: 2px;
      margin-right: 10px; }
  .newsDetail h4 {
    position: relative;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
    color: #802358;
    font-weight: bold;
    margin-bottom: 15px; }
  .newsDetail table {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #802358;
    word-break: break-all; }
    .newsDetail table td {
      border-collapse: collapse;
      color: #333333;
      font-size: 1.4rem;
      line-height: 1.85714;
      padding: 10px 15px;
      background: #ffffff;
      border: 1px solid #802358; }
    .newsDetail table thead th {
      border-collapse: collapse;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 10px 15px;
      background: #802358;
      border-left: 1px solid #ffffff; }
    .newsDetail table tbody th {
      border-collapse: collapse;
      color: #333333;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 10px 15px;
      background: #F2E9EE;
      border: 1px solid #802358; }
    .newsDetail table thead th:first-child, .newsDetail table tbody th:first-child, .newsDetail table td:first-child {
      border-left: none; }
  .newsDetail table, .newsDetail td {
    border: 1px solid #dddddd; }
  .newsDetail blockquote {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #5e35b1;
    margin-left: 0px;
    padding-left: 5px;
    color: #5e35b1; }
    .newsDetail blockquote blockquote {
      border-color: #00bcd4;
      color: #00bcd4; }
      .newsDetail blockquote blockquote blockquote {
        border-color: #43a047;
        color: #43a047; }
  .newsDetail figure {
    display: inline-block;
    position: relative;
    margin: 0 0 60px; }
  .newsDetail figcaption {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    text-align: center; }
  .newsDetail .desNews dt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231;
    vertical-align: middle;
    color: #333333;
    border-top: 1px solid #f5ede8;
    padding-top: 15px; }
    .newsDetail .desNews dt:first-child {
      border-top: none;
      padding-top: 0; }
  .newsDetail .desNews dd {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-top: 3px;
    margin-bottom: 15px; }
    .newsDetail .desNews dd a {
      color: #0042ff;
      text-decoration: underline;
      transition: color 0.3s ease; }
      .newsDetail .desNews dd a:hover {
        color: #802358;
        transition: color 0.3s ease; }
  .newsDetail .linkArea {
    position: relative;
    margin: 30px 0;
    zoom: 1; }
    .newsDetail .linkArea:before, .newsDetail .linkArea:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .newsDetail .linkArea:after {
      clear: both; }
    .newsDetail .linkArea.large p a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      padding: 20px 10px 20px 30px; }
    .newsDetail .linkArea.blank p a {
      background: url(/img/common/icn_blank_rd.svg) 12px center no-repeat;
      background-size: 13px 11px;
      background-color: #f7f1ed; }
    .newsDetail .linkArea.pdf p a:after {
      content: '';
      width: 12px;
      height: 15px;
      display: inline-block;
      vertical-align: -3px;
      background: url(/img/common/icn_pdf.svg) left center no-repeat;
      background-size: 12px 15px;
      margin-left: 6px; }
    .newsDetail .linkArea.word p a:after {
      content: '';
      width: 14px;
      height: 15px;
      display: inline-block;
      vertical-align: -3px;
      background: url(/img/common/icn_word.svg) left center no-repeat;
      background-size: 14px 15px;
      margin-left: 6px; }
    .newsDetail .linkArea.xls p a:after {
      content: '';
      width: 14px;
      height: 15px;
      display: inline-block;
      vertical-align: -3px;
      background: url(/img/common/icn_excel.svg) left center no-repeat;
      background-size: 14px 15px;
      margin-left: 6px; }
    .newsDetail .linkArea p a {
      display: block;
      text-align: left;
      color: #333333;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857;
      padding: 10px 10px 10px 30px;
      border-radius: 4px;
      background: #f7f1ed url(/img/common/ar_ri_red.png) 15px center no-repeat;
      background-size: 6px 10px;
      background-color: #f7f1ed;
      transition: background-color 0.3s ease; }
      .newsDetail .linkArea p a:hover {
        background-color: #f3dfd7;
        transition: background-color 0.3s ease; }
  .newsDetail .tatetateyokoBlock {
    overflow: hidden;
    padding: 20px 0; }
    .newsDetail .tatetateyokoBlock__box {
      float: left;
      margin: 0 0 0 5%;
      width: 30%; }
      .newsDetail .tatetateyokoBlock__box .img {
        width: 100%;
        height: auto; }
      .newsDetail .tatetateyokoBlock__box--1, .newsDetail .tatetateyokoBlock__box--2 {
        padding: 0 2%; }
      .newsDetail .tatetateyokoBlock__box--3 {
        padding: 0; }
    .newsDetail .tatetateyokoBlock__box--1 {
      margin-left: 0; }
  .newsDetail .tateyokoyokoBlock {
    overflow: hidden;
    padding: 20px 0; }
    .newsDetail .tateyokoyokoBlock__box {
      float: left;
      margin: 0 0 0 5%;
      width: 30%; }
      .newsDetail .tateyokoyokoBlock__box--1 {
        margin-left: 0;
        padding: 0 2%; }
      .newsDetail .tateyokoyokoBlock__box .img {
        width: 100%;
        height: auto; }
      .newsDetail .tateyokoyokoBlock__box--2, .newsDetail .tateyokoyokoBlock__box--3 {
        padding: 0; }
  .newsDetail .yokotateBlock {
    overflow: hidden;
    padding: 20px 0; }
    .newsDetail .yokotateBlock__box {
      float: left;
      margin: 0 0 0 0.9%;
      width: 49.1%; }
      .newsDetail .yokotateBlock__box--1 {
        margin-left: 0;
        padding: 0 4.9%; }
      .newsDetail .yokotateBlock__box--2 {
        padding: 0 9.8%; }
      .newsDetail .yokotateBlock__box .img {
        width: 100%;
        height: auto; }
        .newsDetail .yokotateBlock__box .img img {
          max-width: 100%;
          height: auto; }
  .newsDetail .textBlock__img img {
    width: auto; }
  .newsDetail .textBlock__img &gt; a {
    display: inline-block; }
    .newsDetail .textBlock__img &gt; a img {
      max-width: 100% !important; }
  .newsDetail .imgs {
    zoom: 1; }
    .newsDetail .imgs:before, .newsDetail .imgs:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .newsDetail .imgs:after {
      clear: both; }
    .newsDetail .imgs.imgs1 p {
      margin: 30px 0;
      text-align: center; }
    .newsDetail .imgs.imgs2 p {
      float: left;
      width: 46%;
      margin: 30px 2%; }
      .newsDetail .imgs.imgs2 p img {
        max-width: 100% !important;
        height: auto; }
      .newsDetail .imgs.imgs2 p:first-child {
        margin-left: 0; }
      .newsDetail .imgs.imgs2 p:last-child {
        margin-right: 0; }
    .newsDetail .imgs.imgs3 p {
      float: left;
      width: 30%;
      margin: 30px 2%; }
      .newsDetail .imgs.imgs3 p img {
        max-width: 100% !important;
        height: auto; }
      .newsDetail .imgs.imgs3 p:first-child {
        margin-left: 0; }
      .newsDetail .imgs.imgs3 p:last-child {
        margin-right: 0; }
  .newsDetail .imgs {
    zoom: 1; }
    .newsDetail .imgs:before, .newsDetail .imgs:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .newsDetail .imgs:after {
      clear: both; }
  .newsDetail .imgs1 p {
    margin: 30px 0;
    text-align: center; }
  .newsDetail .imgs2 p {
    float: left;
    width: 49%;
    margin: 30px 1%;
    text-align: center; }
    .newsDetail .imgs2 p:first-child {
      margin-left: 0; }
    .newsDetail .imgs2 p:last-child {
      margin-right: 0; }
  .newsDetail .imgs3 p {
    float: left;
    width: 32%;
    margin: 30px 1%;
    text-align: center; }
    .newsDetail .imgs3 p:first-child {
      margin-left: 0; }
    .newsDetail .imgs3 p:last-child {
      margin-right: 0; }
  .newsDetail .imgsCapBlock2 ul {
    list-style: none;
    padding: 0; }
    .newsDetail .imgsCapBlock2 ul li {
      float: left; }
  .newsDetail .imgsCapBlock2 img {
    max-width: 100% !important;
    height: auto; }
  .newsDetail .imgsCapBlock3 ul {
    list-style: none;
    padding: 0; }
    .newsDetail .imgsCapBlock3 ul li {
      float: left; }
  .newsDetail .imgsCapBlock3 img {
    max-width: 100% !important;
    height: auto; }
  .newsDetail .imgsBlock__item {
    padding-left: 0; }
    .newsDetail .imgsBlock__item__list__img {
      text-align: center; }
  .newsDetail .linkArea {
    position: relative;
    margin: 30px 0;
    zoom: 1; }
    .newsDetail .linkArea:before, .newsDetail .linkArea:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    .newsDetail .linkArea:after {
      clear: both; }
    .newsDetail .linkArea.large p a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      padding: 20px 10px 20px 30px; }

@media screen and (max-width: 768px) {
  .newsDetail {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4.6875%; }
    .newsDetail p {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66667;
      zoom: 1; }
      .newsDetail p:before, .newsDetail p:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .newsDetail p:after {
        clear: both; }
    .newsDetail ul {
      margin-top: 2.5%;
      zoom: 1; }
      .newsDetail ul:before, .newsDetail ul:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .newsDetail ulafter {
        clear: both; }
      .newsDetail ul li {
        text-align: left;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66667; }
    .newsDetail .desNews dt {
      text-align: left;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.63636;
      vertical-align: middle;
      color: #333333;
      border-top: 1px solid #f5ede8;
      padding-top: 15px; }
      .newsDetail .desNews dt:first-child {
        border-top: none;
        padding-top: 0; }
    .newsDetail .desNews dd {
      text-align: left;
      vertical-align: middle;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66667;
      margin-top: 3px;
      margin-bottom: 15px; }
      .newsDetail .desNews dd a {
        color: #0042ff;
        text-decoration: underline;
        transition: color 0.3s ease; }
        .newsDetail .desNews dd a:hover {
          color: #802358;
          transition: color 0.3s ease; }
    .newsDetail .imgs {
      zoom: 1; }
      .newsDetail .imgs:before, .newsDetail .imgs:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .newsDetail .imgs:after {
        clear: both; }
      .newsDetail .imgs.imgs1 p {
        width: 100%;
        margin: 4% 0;
        text-align: center; }
        .newsDetail .imgs.imgs1 p img {
          width: 100%; }
      .newsDetail .imgs.imgs2 p {
        float: none;
        width: 100%;
        margin: 4% 0; }
        .newsDetail .imgs.imgs2 p img {
          width: 100%; }
        .newsDetail .imgs.imgs2 p:first-child {
          margin-left: 0; }
        .newsDetail .imgs.imgs2 p:last-child {
          margin-right: 0; }
      .newsDetail .imgs.imgs3 p {
        float: none;
        width: 100%;
        margin: 4% 0; }
        .newsDetail .imgs.imgs3 p img {
          width: 100%; }
      .newsDetail .imgs.imgs3:first-child {
        margin-left: 0; }
      .newsDetail .imgs.imgs3:last-child {
        margin-right: 0; }
    .newsDetail .linkArea {
      position: relative;
      margin: 8.25% 0 4% 0;
      zoom: 1; }
      .newsDetail .linkArea:before, .newsDetail .linkArea:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      .newsDetail .linkArea:after {
        clear: both; }
      .newsDetail .linkArea.large p a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
        padding: 20px 10px 20px 30px; }
      .newsDetail .linkArea.blank p a {
        background: url(/img/common/icn_blank_rd.svg) 12px center no-repeat;
        background-size: 13px 11px;
        background-color: #f7f1ed; }
      .newsDetail .linkArea.pdf p a:after {
        content: '';
        width: 12px;
        height: 15px;
        display: inline-block;
        vertical-align: -3px;
        background: url(/img/common/icn_pdf.svg) left center no-repeat;
        background-size: 12px 15px;
        margin-left: 6px; }
      .newsDetail .linkArea.word p a:after {
        content: '';
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: -3px;
        background: url(/img/common/icn_word.svg) left center no-repeat;
        background-size: 14px 15px;
        margin-left: 6px; }
      .newsDetail .linkArea.xls p a:after {
        content: '';
        width: 14px;
        height: 15px;
        display: inline-block;
        vertical-align: -3px;
        background: url(/img/common/icn_excel.svg) left center no-repeat;
        background-size: 14px 15px;
        margin-left: 6px; }
      .newsDetail .linkArea p a {
        display: block;
        text-align: left;
        color: #333333;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 10px 10px 10px 30px;
        border-radius: 4px;
        background: #f7f1ed url(/img/common/ar_ri_red.png) 15px center no-repeat;
        background-size: 6px 10px;
        background-color: #f7f1ed;
        transition: background-color 0.3s ease; }
        .newsDetail .linkArea p a:hover {
          background-color: #f3dfd7;
          transition: background-color 0.3s ease; }
    .newsDetail table {
      width: 100% !important;
      margin: 5px 0;
      word-wrap: break-word; }
      .newsDetail table thead th {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 5px 2px; }
      .newsDetail table tbody th {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 5px 2px; }
        .newsDetail table tbody th p, .newsDetail table tbody th span {
          font-size: 1.2rem;
          line-height: 1.5; }
      .newsDetail table tbody td {
        font-size: 1.1rem;
        line-height: 1.81818;
        padding: 5px 2px;
        word-break: break-all;
        word-wrap: break-word; }
        .newsDetail table tbody td p, .newsDetail table tbody td span {
          font-size: 1.1rem;
          line-height: 1.81818; }
    .newsDetail img {
      width: 100% !important;
      height: auto !important; }
    .newsDetail .tatetateyokoBlock {
      overflow: hidden;
      padding: 0;
      text-align: center; }
      .newsDetail .tatetateyokoBlock__box {
        float: none;
        margin: 0 0 3% 0;
        width: 100%;
        text-align: center; }
    .newsDetail .tateyokoyokoBlock {
      overflow: hidden;
      padding: 0;
      text-align: center; }
      .newsDetail .tateyokoyokoBlock__box {
        float: none;
        margin: 0 0 3% 0;
        width: 100%;
        text-align: center; }
    .newsDetail .yokotateBlock {
      overflow: hidden;
      padding: 0;
      text-align: center; }
      .newsDetail .yokotateBlock__box {
        float: none;
        margin: 0 0 3% 0;
        width: 100%;
        text-align: center; }
        .newsDetail .yokotateBlock__box--1 {
          margin-left: 0;
          padding: 0; }
        .newsDetail .yokotateBlock__box--2 {
          padding: 0 12.5%; }
    .newsDetail .imgs.imgs2 p {
      float: none;
      width: 100%;
      margin: 3% 0;
      text-align: center; }
      .newsDetail .imgs.imgs2 p img {
        width: 100%;
        height: auto; }
    .newsDetail .imgs.imgs3 p {
      float: none;
      width: 100%;
      margin: 3% 0;
      text-align: center; }
      .newsDetail .imgs.imgs3 p img {
        width: 100%;
        height: auto; }
      .newsDetail .imgs.imgs3 p:first-child {
        margin-left: 0; }
      .newsDetail .imgs.imgs3 p:last-child {
        margin-right: 0; }
    .newsDetail .imgsBlock__item--two .imgsBlock__item__list {
      list-style: none;
      width: 100%;
      margin: 1% 0 2% 0; }
    .newsDetail .imgsBlock__item--three .imgsBlock__item__list {
      list-style: none;
      width: 100%;
      margin: 1% 0 2% 0%; }
    .newsDetail .imgsBlock__item__list {
      float: none; } }

/*# sourceMappingURL=newsdetail.css.map */
</pre></body></html>