@charset "UTF-8";
.hs-study__ul {
  padding-top: 49px;
}
.hs-study__yerrow-marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #f2f96e));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #f2f96e 70%);
}
.hs-study__pic {
  max-width: 240px;
  margin: 30px 0 0;
}
@media screen and (width <= 900px) {
  .hs-study__pic {
    margin: 30px auto 0;
  }
}
.hs-study__pic img {
  width: 100%;
  height: auto;
}

.paper-card {
  position: relative;
  padding: 16px 120px 16px 14px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 6px solid var(--type-color);
}
@media screen and (width <= 900px) {
  .paper-card {
    padding: 16px 110px 16px 14px;
    border-left-width: 3px;
  }
}

.paper-card:nth-child(even) {
  background: #fff5fa;
}

/* 報告 */
.paper-card.type-report {
  --type-color: #4caf50;
}

/* 実践報告・症例 */
.paper-card.type-practice {
  --type-color: #d4b400;
}

/* 原著論文 */
.paper-card.type-original {
  --type-color: #1565c0;
}

.paper-card.type-review {
  --type-color: #4f8ee4;
}

.paper-card.type-lecture {
  --type-color: #ddd;
}

.paper-card.type-brief {
  --type-color: #ddd;
}

/* ===== 右上：番号＋種別ラベル ===== */
.paper-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 番号 */
.paper-no {
  min-width: 28px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--type-color);
  border-radius: 4px;
}

/* 種別ラベル */
.paper-type {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
}
@media screen and (width <= 900px) {
  .paper-type {
    font-size: 10px;
  }
}

/* 種別ごとの背景色＋濃い縁取り */
.paper-type.report {
  color: #2e7d32;
  background-color: #e6f4ea;
  border-color: #2e7d32;
}

.paper-type.practice {
  color: #8a6d00;
  background-color: #fff3c4;
  border-color: #8a6d00;
}

.paper-type.original {
  color: #1565c0;
  background-color: #e3f2fd;
  border-color: #1565c0;
}

.paper-type.review {
  color: #4f8ee4;
  background-color: #e3f2fd;
  border-color: #4f8ee4;
}

.paper-type.lecture {
  color: #231815;
  background-color: #fff;
  border-color: #ddd;
}

.paper-type.brief {
  color: #231815;
  background-color: #fff;
  border-color: #ddd;
}

.paper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paper-title::before {
  display: block;
  width: 7px;
  height: 8px;
  margin: 10px 13px 0 0;
  content: "";
  background-image: url("./img/disclosure/arrow.svg");
  background-size: 100% 100%;
}
.paper-title a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 25px;
  color: #193287;
  letter-spacing: 0.1em;
}
.paper-title a.pdf::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  content: "";
  background-image: url("./img/disclosure/pdf.png");
  background-size: 100% 100%;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.paper-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
  margin: 12px 0 0 20px;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  color: #231815;
  letter-spacing: 0.06em;
}
@media screen and (width <= 900px) {
  .paper-meta {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.paper-meta dt {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (width <= 900px) {
  .paper-meta dt {
    margin-top: 6px;
  }
}

.p-disclosure-ul_hs-stydy {
  padding: 0 2px;
}