<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main article h1 {
  background: url(/corporate/recruit/lakse/images/main-img.webp) center bottom no-repeat;
  background-size: auto 1018px;
  height: 1018px;
  margin-bottom: 0;
}

.news {
  border: 1px solid #CCCCCC;
}
.news li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 0;
  padding: 12px 13px;
}
.news li:last-child {
  border-bottom: none;
}
.news li .news-text {
  color: #000;
  margin-left: 85px;
}
.news li.indent .news-text {
  margin-left: 95px;
}
.news li .news-text:hover,
.news li .news-text:visited {
  color: #000;
}

.inner a[href],
.inner a[href]:hover,
.inner a[href]:visited {
  color: #000;
}


@media screen and (max-width: 767px) {
  .news li {
    font-size: 14px;
    line-height: 1.785;
    padding: 15px 13px;
  }
  .news li .news-text {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    width: calc(100% - 125px);
  }
  .news li.indent .news-text {
    margin-left: 30px;
  }
}</pre></body></html>