@charset "UTF-8";
/**
 * LINK
 */
#contents.static .section {
  margin: 20px 0 50px;
}

#contents.static .section p {
  margin: 0;
}

#contents.static .section dl {
  display: flex;
  line-height: 1.5;
  padding: 15px 0;
  margin: 0;
  border-top: 1px dashed #dfd7ca;
}

@media screen and (max-width: 767px) {
  #contents.static .section dl {
    flex-direction: column;
    padding: 12px 0;
  }
}

#contents.static .section dl:last-of-type {
  border-bottom: 1px dashed #dfd7ca;
  margin-bottom: 30px;
}

#contents.static .section dt {
  color: #afa684;
  font-weight: 450;
  width: 120px;
}

@media screen and (max-width: 767px) {
  #contents.static .section dt {
    width: auto;
  }
}

#contents.static .section dd {
  flex: 1;
  margin: 0;
}

.pagination {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: 30px 0;
  overflow: hidden;
}

.pagination .page-numbers {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 34px;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-sizing: border-box;
}

.pagination a {
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination .current {
  color: #787878;
  background-color: #ebebeb;
  border: 1px solid #e0e0e0;
}

.pagination .first,
.pagination .last,
.pagination .prev,
.pagination .next {
  width: auto;
  padding: 0 8px;
}

.pagination .first::before, .pagination .first::after,
.pagination .last::before,
.pagination .last::after,
.pagination .prev::before,
.pagination .prev::after,
.pagination .next::before,
.pagination .next::after {
  line-height: 1;
  vertical-align: -.07em;
}

.pagination .first::before {
  font-family: "Material Design Icons";
  content: '\f0600\0020';
}

.pagination .last::after {
  font-family: "Material Design Icons";
  content: '\00020\f0601';
}

.pagination .prev::before {
  font-family: "Material Design Icons";
  content: '\f0141\0020';
}

.pagination .next::after {
  font-family: "Material Design Icons";
  content: '\0020\f0142';
}

.pagination .dots {
  color: #a0a0a0;
  border: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 15px 4.0% 0;
  }
  .pagination .page-numbers {
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin: 0 4.0%;
  }
  .pagination a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
    background-color: transparent;
  }
  .pagination .current {
    color: inherit;
    width: auto;
    border: none;
    background-color: transparent;
  }
  .pagination .current::after {
    content: 'ページ';
  }
  .pagination .prev,
  .pagination .next {
    width: auto;
    padding: 0 4.0%;
  }
  .pagination .inactive,
  .pagination .first,
  .pagination .last {
    display: none;
  }
}

/*# sourceMappingURL=../map/css/style-link.css.map */
