.art-comment-text {
  width: 73.5%;
}
@media screen and (max-width: 768px) {
  .art-comment-text {
    width: 100%;
  }
}

.art-comment-prof {
  width: 26.5%;
}
@media screen and (max-width: 768px) {
  .art-comment-prof {
    width: 100%;
  }
}

.art-section ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .art-section ul {
    display: block;
  }
}
.art-section ul li:nth-child(1) {
  flex: 1;
}
.art-section ul li:nth-child(2) {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .art-section ul li:nth-child(2) {
    max-width: 100%;
  }
}
.art-section ul li:nth-child(2) p.c-caption {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .art-section ul li:nth-child(2) p.c-caption {
    text-align: center;
  }
}

.art-reference-block-title {
  border-bottom: 0;
  text-align: center;
}/*# sourceMappingURL=style.css.map */