/* リスト 点線 */
.list-dotted li {
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}
.list-dotted li:first-child {
  border-top: dotted 1px #999;
}

/* 点線 */
.manga hr.dotted {
  height: 0px;
  border-top: 1px dotted #666;
  padding-top: 20px;
  margin-top: 20px;
}

/* ふりがな */
ruby rt {
  font-size: 82%;
}

/* まんが図書館概要 */
.list-square .list-decimal li {
  list-style-type: decimal;
  margin-left: 0;
  text-indent: 0;
}
.list-square .list-decimal li::before {
  display: none;
}

/* コレクション */
.anchor.flex {
  justify-content: flex-start;
}
@media(max-width: 600px) {
  .anchor.flex {
    align-items: flex-start;
  }
}

/* まんが大賞 一覧リスト */
.grand-list {
  gap: 0 20px;
  margin-top: 20px;
}
.grand-list li {
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}
.grand-list li:nth-child(-n+2) {
  border-top: dotted 1px #999;
}
@media(max-width: 600px) {
  .grand-list li:nth-child(2) {
    border-top: none
  }
}

/* まんが大賞 大賞 */
.grandPrize {
  padding: 3px;
  border: 1px solid #947938;
}
.grandPrize__wrap {
  padding: 20px;
  border: 5px solid #947938;
  background-image: url(../img/grand/archive/archive_background.jpg);
  background-size: contain;
}
.grandPrize__wrap .flex {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.grandPrize__title {
  font-size: 138%;
}