<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------
news
----------------------------*/
#news .inner .row {
  border-top: 1px solid #eee;
}

#news .inner .row .col {
  width: 100%;
  padding: 1.0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  position: relative;
  border: 1px solid #fff;
}

#news .inner .row .col:nth-of-type(even) {
  background: #eee;
}

#news .inner .row .col img {
  width: 15%;
}

#news .inner .row .col .txt {
  width: 80%;
  margin-left: auto;
  text-align: left;
}

#news .inner .row .col .txt h3 {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#news .inner .row .col .txt span {
  display: block;
  color: #999;
}

#news .inner .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#news .inner .row .col:hover {
  border: 1px solid  #003E90;
}

#news_detail .inner {
  text-align: left;
}

@media screen and (max-width: 640px) {
  #news_detail .inner {
    /*sp*/
    width: 90%;
  }
}

#news_detail .inner h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  color: #002960;
  border-bottom: 1px solid #002960;
}

@media screen and (max-width: 640px) {
  #news_detail .inner h2 {
    /*sp*/
    font-size: 1.2rem;
  }
}

#news_detail .inner .content {
  line-height: 1.6em;
}

#news_detail .inner .content &gt; h3 {
  padding: 1.5em 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
}

@media screen and (max-width: 640px) {
  #news_detail .inner .content &gt; h3 {
    /*sp*/
    font-size: 1.0rem;
  }
}

#news_detail .inner .btn {
  margin-top: 2.0em;
  padding-top: 2.0em;
  text-align: center;
  border-top: 1px dotted #ccc;
}

#news_detail .inner .btn a {
  display: inline-block;
}
/*# sourceMappingURL=news.css.map */</pre></body></html>