<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * filename: news.css
 * version: 1.0
 */
/*** #main.news_ ***/
#main.news_lst &gt; .inner &gt; .box0, #main.news_itm &gt; .inner &gt; .box0 {
  height: auto;
  width: 100%;
  padding: 100px 0;
}
#main.news_lst &gt; .inner &gt; .box0 &gt; .par, #main.news_itm &gt; .inner &gt; .box0 &gt; .par {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
}

/*** #main.news_lst ***/
#main.news_lst &gt; .inner {
  height: auto;
  width: 100%;
  margin: 0 auto 60px;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner {
    margin: 0 auto 50px;
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.news_lst &gt; .inner {
    margin: 0 auto 80px;
    max-width: 850px;
    padding: 0 50px;
  }
}
#main.news_lst &gt; .inner &gt; .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst {
  height: auto;
  width: 100%;
  border-bottom: 2px solid #dddddd;
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm {
  height: auto;
  width: 100%;
  border-top: 2px solid #dddddd;
  position: relative;
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk {
  height: auto;
  width: 100%;
  display: block;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk {
    align-items: center;
    display: flex;
    padding: 20px 0;
    transition: opacity 0.35s;
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt1 {
  height: auto;
  width: 100%;
  display: block;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt1 {
    margin-bottom: 0;
    width: 100px;
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt2 {
  height: auto;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 26px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt2 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 100px);
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3 {
  display: block;
  height: auto;
  padding-right: 18px;
  position: relative;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3 {
    height: 22px;
    padding-right: 0;
    width: 11px;
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3 &gt; .wd {
  font-size: 14px;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3 &gt; .wd {
    display: none;
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
@media screen and (min-width: 768px) {
  #main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk &gt; .txt3::after {
    height: 22px;
    width: 11px;
  }
}
#main.news_lst &gt; .inner &gt; .box1 &gt; .lst &gt; .itm &gt; .lnk:hover {
  opacity: .7;
}
#main.news_lst &gt; .inner &gt; .box2 {
  height: auto;
  width: 100%;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .page-itm {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0 10px;
  padding: 6px 0;
  text-align: center;
  width: 30px;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .page-itm:not(.prev):not(.next) {
  border: 1px solid #000000;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .page-itm.current {
  background-color: #000000;
  color: #ffffff;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .prev {
  display: block;
  height: 18px;
  position: relative;
  width: 10px;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .prev:not(.nolnk)::before {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_left1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .next {
  height: 18px;
  position: relative;
  width: 10px;
}
#main.news_lst &gt; .inner &gt; .box2 &gt; .pagi &gt; .next:not(.nolnk)::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/*** #main.news_itm ***/
#main.news_itm &gt; .inner {
  height: auto;
  width: 100%;
  margin: 0 auto 80px;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner {
    margin: 0 auto 50px;
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.news_itm &gt; .inner {
    max-width: 800px;
    padding: 0 50px;
  }
}
#main.news_itm &gt; .inner &gt; .box1 {
  height: auto;
  width: 100%;
  border-top: 2px solid #dddddd;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
#main.news_itm &gt; .inner &gt; .box1 &gt; .phd {
  height: auto;
  width: 100%;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 28px;
  margin-bottom: 17.5px;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box1 &gt; .phd {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 12.5px;
  }
}
@media screen and (min-width: 1100px) {
  #main.news_itm &gt; .inner &gt; .box1 &gt; .phd {
    line-height: 34px;
    margin-bottom: 15px;
  }
}
#main.news_itm &gt; .inner &gt; .box1 &gt; .shd {
  height: auto;
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: .05em;
}
#main.news_itm &gt; .inner &gt; .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
#main.news_itm &gt; .inner &gt; .box2 &gt; .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.news_itm &gt; .inner &gt; .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box3 {
    margin-bottom: 40px;
  }
}
#main.news_itm &gt; .inner &gt; .box3 p {
  height: auto;
  width: 100%;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 29px;
  margin-bottom: 15px;
}
#main.news_itm &gt; .inner &gt; .box3 strong {
  font-weight: 700;
}
#main.news_itm &gt; .inner &gt; .box3 img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#main.news_itm &gt; .inner &gt; .box3 a {
  color: #ba0025;
}
#main.news_itm &gt; .inner &gt; .box3 a[target='_blank']::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_extlnk.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
}
#main.news_itm &gt; .inner &gt; .box3 .alignleft {
  float: left;
  margin: 0 auto 0 0;
}
#main.news_itm &gt; .inner &gt; .box3 .aligncenter {
  display: block;
  margin: 0 auto;
}
#main.news_itm &gt; .inner &gt; .box3 .alignright {
  float: right;
  margin: 0 0 0 auto;
}
#main.news_itm &gt; .inner &gt; .box3 .alignnone {
  margin: 0 auto;
}
#main.news_itm &gt; .inner &gt; .box3 .wp-caption-text {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 29px;
  margin-top: 10px;
}
#main.news_itm &gt; .inner &gt; .box4 {
  height: auto;
  width: 100%;
  border-top: 2px solid #dddddd;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 {
    padding-top: 45px;
  }
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm] {
  font-size: 16px;
  letter-spacing: .05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm] {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm]:hover {
    opacity: .7;
  }
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm1 {
  height: auto;
  margin-bottom: 35px;
  order: 1;
  padding-left: 17.5px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm1 {
    width: 33.333%;
  }
}
@media screen and (min-width: 1100px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm1 {
    padding-left: 21px;
  }
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm1::before {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_left1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm2 {
  height: auto;
  margin-bottom: 35px;
  order: 2;
  padding-right: 17.5px;
  position: relative;
  text-align: right;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm2 {
    order: 3;
    width: 33.333%;
  }
}
@media screen and (min-width: 1100px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm2 {
    padding-right: 21px;
  }
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm2::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_right1.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm3 {
  height: auto;
  order: 3;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].itm3 {
    order: 2;
    width: 33.333%;
  }
}
#main.news_itm &gt; .inner &gt; .box4 &gt; .lst &gt; [class^=itm].nolnk {
  opacity: .3;
}
</pre></body></html>