.article {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.article .content {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .article .content {
    padding: 0 1.5rem;
  }
}
.article .content .title {
  color: #34404b;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.article .content .small {
  font-size: 0.875rem;
  color: #727679;
}
.article .content .anchor-info {
  width: 99.5%;
  margin: 1.8rem auto;
  font-size: 1.125rem;
  padding: 1rem;
  border: 1px solid #727679;
}
.article .content .anchor-info p {
  color: #727679;
}
.article .columns-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #727679;
}
.article .columns-content p {
  margin-bottom: 1rem !important;
}
.article .columns-content img {
  max-width: 80%;
  margin: 0.5rem 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .article .columns-content img {
    height: auto;
    max-width: 100%;
  }
}
.article .columns-content strong {
  font-weight: bold;
}
.article .columns-content table {
  width: 100% !important;
}
.article .anchor-info p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.article .anchor-info p:last-child {
  margin-bottom: 0;
}

.ad-content {
  padding: 2rem 0;
  background-color: #f4f4f4;
}
.ad-content .slider {
  width: 85%;
  margin: 0 auto;
}

.lists-card img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.lists-card .title {
  height: 55px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #727679;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-break: after-white-space;
}
.lists-card ul {
  display: flex;
  flex-wrap: wrap;
}
.lists-card ul a {
  display: block;
  margin: 0.5rem 0.5rem 0 0;
  color: #727679;
  transition: all 0.3s;
}
.lists-card ul a:hover {
  color: #ffac73;
}

@media (max-width: 767px) {
  .html_content {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */