.menu {
  flex: 1;
}

.menu-label {
  background: #1fa79c;
  margin-bottom: 0 !important;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.menu-list {
  background: #ededed;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.menu-list li {
  padding-bottom: .95rem;
  background: url(../img/menu-line.jpg) no-repeat center bottom;
}

.menu-list li.actived a {
  color: #0f5e6c;
}

.menu-list a:hover {
  background-color: transparent;
  color: #0f5e6c;
}

.menu-list:empty {
  display: none;
}

.content-box {
  border-top: 6px solid #1fa79c;
  min-height: 400px;
}

.breadcrumb {
  background: #f2f2f2;
  padding: 1rem 1.5rem;
}

.breadcrumb a {
  color: #0f5e6c;
}

.friend-links .inner {
  display: flex;
  flex-wrap: wrap;
}

.friend-links .item {
  flex: 0 0 25%;
  height: 3rem;
}

.list-item:not(.has-image)::before,
.item__link::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #bebebe;
  margin-right: 0.5rem;
  border-radius: 50%;

}

.list-item {
  display: flex;
  border-bottom: none;
  height: auto !important;
  margin-bottom: 1.25rem !important;
  align-items: center;
}

.list-item a {
  margin-left: 0rem;
  margin-right: 0rem;
  flex: 1;
}

.list-item p {
  display: none;
}

.list-item.has-image {
  text-align: center;
  height: auto;
  margin-bottom: 2.6rem !important;
}

.list-item.has-image .item-link__img {
  width: 250px;
  height: 180px;
}

.list-item.has-image .item-link__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.list-item.has-image .item-link__text {
  font-weight: 400;
}

.list-item.has-image .item-link {
  display: flex;
}

.content-list_1-3 .columns {
  margin-bottom: 1.6rem;
  border-bottom: 1px dashed #ccc;
}

.content-list_1-3 .column {
  position: relative;
}

.content-list_1-3 .item-link {
  display: block;
  margin-bottom: 0.2rem;
}

.content-list_1-3 .item-link__text {
  font-size: 150%;
}

.content-list_1-3 .item-link__text1 {
  font-size: 120%;
}

.content-list_1-3 .item-desc {
  margin-bottom: 0.65rem;
  color: gray;
}

.content-list_1-3 .item-link__detail {
  position: absolute;
  bottom: 1rem;
  color: #666;
}

.content-list_1-3 .item-link__img img {
  transition: all 0.6s;
}

.content-list_1-3 li:hover .item-link__text {
  color: #0f5e6c;
}

.content-list_1-3 li:hover .item-link__img img {
  transform: scale(1.2);
}

.mobile .content-list_1-3 .item-link__detail {
  position: initial;
}

.swiper-jsdw .content-list .list-item {
  float: left;
  width: 120px;
  padding: 10px 0;
}

.swiper-jsdw .content-list .list-item .item-date {
  display: none;
}

.swiper-jsdw .pagination {
  display: none;
}

.pagination {
  margin: 0 auto;
  width: 90%;
}


@media screen and (max-width: 768px) {
  .tile.is-ancestor {
    flex-direction: column-reverse;
  }

  .pagination {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .total-page,
  .total-count {
    display: none;
  }
}