@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;
}

.lfc-contents-body {
  /* タブレット表示 */
  /* スマホ表示 */
}

.lfc-contents-body h2.title {
  font-size: 140%;
  width: 90%;
  text-align: center;
  margin: auto;
}

.lfc-contents-body .fa-newspaper-o {
  color: #7c7649;
}

.lfc-contents-body a {
  color: #666666;
}

.lfc-contents-body .ct-all_link {
  width: 90%;
}

.lfc-contents-body .ct-back_close {
  text-align: center;
}

.lfc-contents-body .lfc-contents-list {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.lfc-contents-body .lfc-contents-list dt.dc {
  width: 230px;
}

.lfc-contents-body .lfc-contents-list dt.d {
  width: 115px;
}

.lfc-contents-body .lfc-contents-list .dc + dd {
  width: calc(100% - 230px);
}

.lfc-contents-body .lfc-contents-list .d + dd {
  width: calc(100% - 115px);
}

.lfc-contents-body .lfc-page-nav {
  width: 90%;
  margin: auto;
}

.lfc-contents-body .lfc-contents-detail {
  width: 90%;
  margin: auto;
}

.lfc-contents-body .lfc-contents-detail ul, .lfc-contents-body .lfc-contents-detail ol {
  margin-left: 40px;
}

.lfc-contents-body .lfc-contents-detail p:first-child {
  text-align: right;
}

.lfc-contents-body .lfc-contents-detail p:last-child {
  text-align: center;
  padding-bottom: 100px;
}

@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: absolute;
    top: -30px;
    right: 1px;
  }
  .lfc-contents-body .lfc-contents-detail ul, .lfc-contents-body .lfc-contents-detail ol {
    margin-left: 2%;
  }
  .lfc-contents-body .lfc-contents-detail p:last-child {
    margin-bottom: 50px;
  }
  .lfc-contents-body .lfc-contents-detail .day {
    font-size: 16px;
  }
  .lfc-contents-body .lfc-page-nav {
    margin-bottom: 50px;
  }
}
