@charset "UTF-8";
.lfc-contents-body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #666666;
  line-height: 160%;
  /* 一覧ページ */
  /* 詳細ページ */
  /* タブレット表示 */
  /* スマホ表示 */
}
.lfc-contents-body h2.title {
  margin-bottom: 20px;
}
.lfc-contents-body ul {
  list-style-type: none;
}
.lfc-contents-body a {
  text-decoration: none;
  transition: 0.5s;
}
.lfc-contents-body a i {
  transition: 0.5s;
}
.lfc-contents-body a:hover {
  color: #cccccc;
}
.lfc-contents-body a:hover i {
  color: #cccccc;
}
.lfc-contents-body .ct-all_link {
  margin: 20px 5px;
  text-align: right;
}
.lfc-contents-body .ct-back_close {
  margin-top: 20px;
}
.lfc-contents-body .ct-back_close span {
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}
.lfc-contents-body .ct-back_close span i {
  transition: 0.5s;
}
.lfc-contents-body .ct-back_close span:hover {
  color: #cccccc;
}
.lfc-contents-body .ct-back_close span:hover i {
  color: #cccccc;
}
.lfc-contents-body .ct-back_close a:hover {
  color: #cccccc;
}
.lfc-contents-body .ct-back_close a:hover i {
  color: #cccccc;
}
.lfc-contents-body .fa-file-pdf-o {
  color: #dc143c;
}
.lfc-contents-body .fa-newspaper-o {
  color: #008000;
}
.lfc-contents-body .fa-newspaper-o, .lfc-contents-body .fa-bullhorn {
  padding: 0 1px;
}
.lfc-contents-body .fa-external-link {
  padding: 0 2px;
}
.lfc-contents-body i[class*=fa-file-], .lfc-contents-body .fa-globe, .lfc-contents-body .fa-sticky-note-o {
  padding: 0 3px;
}
.lfc-contents-body .lfc-contents-list {
  font-size: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.lfc-contents-body .lfc-contents-list > * {
  border-bottom: 1px dashed #666666;
  padding: 8px 0;
  margin: 0;
}
.lfc-contents-body .lfc-contents-list dt.dc {
  width: 220px;
}
.lfc-contents-body .lfc-contents-list dt.d {
  width: 110px;
}
.lfc-contents-body .lfc-contents-list dt time {
  margin-right: 10px;
}
.lfc-contents-body .lfc-contents-list dt a .bg-ctg {
  transition: 0.5s;
}
.lfc-contents-body .lfc-contents-list dt a .bg-ctg:hover {
  color: #cccccc;
}
.lfc-contents-body .lfc-contents-list .dc + dd {
  width: calc(100% - 230px);
}
.lfc-contents-body .lfc-contents-list .d + dd {
  width: calc(100% - 110px);
}
.lfc-contents-body .lfc-contents-list span[class^=bg-] {
  font-size: 75%;
  font-weight: 600;
  text-align: center;
}
.lfc-contents-body .lfc-contents-list .bg-ctg {
  border: solid 1px;
  border-radius: 6px;
  display: inline-block;
  width: 105px;
  padding: 0;
  margin: 0 10px 0 0;
}
.lfc-contents-body .lfc-contents-list .bg-new {
  border-radius: 4px 2px;
  padding: 2px 4px;
  margin: 0px 0 0 5px;
  background: #dc143c;
  color: #ffffff;
}
.lfc-contents-body .lfc-page-nav {
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.lfc-contents-body .lfc-page-nav ul {
  list-style: none;
}
.lfc-contents-body .lfc-page-nav li {
  border: solid 1px;
  border-radius: 5px;
  width: 7%;
  padding: 0;
  margin: 2px 0.5%;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  transition: 0.5s;
}
.lfc-contents-body .lfc-page-nav li.self {
  font-weight: 800;
  border: solid 1px #666666;
  background-color: #666666;
  color: #ffffff;
}
.lfc-contents-body .lfc-page-nav li a {
  display: block;
  pointer-events: auto;
  transition: 0.5s;
}
.lfc-contents-body .lfc-page-nav li a:hover {
  border-color: #cccccc;
}
.lfc-contents-body .lfc-page-nav li:hover {
  border-color: #cccccc;
}
.lfc-contents-body .lfc-contents-detail {
  padding: 0;
  margin: 0;
}
.lfc-contents-body .lfc-contents-detail p {
  line-height: 180%;
  padding: 0 15px 30px;
}
.lfc-contents-body .lfc-contents-detail p:last-child {
  margin-top: 20px;
}
.lfc-contents-body .lfc-contents-detail .day {
  font-size: 20px;
}
.lfc-contents-body .lfc-contents-detail .bg-ctg {
  float: right;
  border: solid 1px;
  border-radius: 6px;
  font-weight: 600;
  display: block;
  width: 110px;
  text-align: center;
  padding: 0;
  border-color: #666666;
  background-color: #ffffff;
  color: #666666;
}
.lfc-contents-body .lfc-contents-detail .img_box {
  padding-bottom: 30px;
}
.lfc-contents-body .lfc-contents-detail .img_box img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.lfc-contents-body .lfc-contents-detail ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.lfc-contents-body .lfc-contents-detail ul ul {
  list-style-type: circle;
}
.lfc-contents-body .lfc-contents-detail ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.lfc-contents-body .lfc-contents-detail .file {
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .lfc-contents-body .lfc-contents-list dt.dc, .lfc-contents-body .lfc-contents-list dt.d {
    width: 110px;
  }
  .lfc-contents-body .lfc-contents-list .dc + dd, .lfc-contents-body .lfc-contents-list .d + dd {
    width: calc(100% - 230px);
  }
  .lfc-contents-body .lfc-page-nav li {
    width: 17%;
    border-radius: 20px;
    margin: 4px 1%;
  }
}
@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-page-nav li {
    margin: 6px 1%;
  }
  .lfc-contents-body .lfc-contents-detail .img_box img {
    max-width: 100%;
  }
  .lfc-contents-body .lfc-contents-detail p {
    padding: 0 0 15px !important;
  }
}

/* プレビュー */
#preview-floating {
  width: 100%;
  top: 140px;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 255, 0, 0.5);
}
#preview-floating > h2 {
  top: 10px;
  padding: 0;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}/*# sourceMappingURL=lfc-contents.css.map */