@charset "UTF-8";
h3::before {
  content: "";
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}

hr {
  border-top: 1px solid #999999;
  margin: 45px 8%;
}

#new dl {
  padding: unset;
}

/*日付設定*/
#new dt {
  float: none;
  width: auto;
  letter-spacing: 0.1em;
}

/*記事設定*/
#new dd {
  padding-left: 0;
}

.all_news.sub-top {
  height: 270px;
}

.lfc-contents-body {
  padding-bottom: 25px;
  /* タブレット表示 */
  /* スマホ表示 */
}
.lfc-contents-body h2.title {
  font-size: 140%;
  width: 85%;
  text-align: center;
}
.lfc-contents-body h3.title {
  font-size: 140%;
  text-align: center;
}
.lfc-contents-body .fa-newspaper-o {
  color: #7c7649;
}
.lfc-contents-body a {
  color: #333;
}
.lfc-contents-body .lfc-contents-list {
  display: block;
  flex-wrap: unset;
  margin: 0 auto;
}
.lfc-contents-body .lfc-contents-list > * {
  border-bottom: none;
}
.lfc-contents-body .lfc-contents-list dt.dc {
  width: 230px;
}
.lfc-contents-body .lfc-contents-list dt.d {
  width: 140px;
  font-size: 16px;
  border: 0;
  padding: 20px 20px 20px 0;
  letter-spacing: 0.15em;
  color: #333;
}
.lfc-contents-body .lfc-contents-list .dc + dd {
  width: calc(100% - 230px);
}
.lfc-contents-body .lfc-contents-list .d + dd {
  width: calc(100% - 140px);
  border: 0;
  padding: 20px 0 20px 0;
  letter-spacing: 0.15em;
}
.lfc-contents-body .lfc-page-nav {
  width: 100%;
}
.lfc-contents-body .lfc-page-nav li.self {
  border-color: var(--main_color);
  background-color: var(--main_color);
}
.lfc-contents-body .ct-back_close {
  margin-top: 40px;
  text-align: left;
}
.lfc-contents-body .lfc-contents-detail {
  padding: 50px 10px 0;
}
.lfc-contents-body .lfc-contents-detail ul, .lfc-contents-body .lfc-contents-detail ol {
  margin-left: 40px;
}
.lfc-contents-body .lfc-contents-detail .time {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .lfc-contents-body .lfc-contents-list dt.dc, .lfc-contents-body .lfc-contents-list dt.d {
    width: 115px;
  }
  .lfc-contents-body .lfc-contents-list .dc + dd, .lfc-contents-body .lfc-contents-list .d + dd {
    width: calc(100% - 115px);
  }
  .lfc-contents-body .lfc-contents-detail ul, .lfc-contents-body .lfc-contents-detail ol {
    margin-left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .lfc-contents-body .lfc-contents-list dt.dc, .lfc-contents-body .lfc-contents-list dt.d {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .lfc-contents-body .lfc-contents-list .dc + dd, .lfc-contents-body .lfc-contents-list .d + dd {
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  .lfc-contents-body .lfc-contents-list .bg-new {
    position: unset;
    top: auto;
    right: auto;
  }
  .lfc-contents-body .lfc-contents-detail ul, .lfc-contents-body .lfc-contents-detail ol {
    margin-left: 2%;
  }
}/*# sourceMappingURL=lfc-contents_custom.css.map */