.p-awardIntro__description {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.p-awardIntro__panel {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 36px;
  padding-left: 20px;
  margin-top: 34px;
  color: #fff;
  background: #0c3b2c;
}
.p-awardIntro__detail {
  display: flex;
  flex-direction: column;
}
.p-awardIntro__detail::before {
  display: block;
  grid-row: span 2;
  order: 2;
  width: 100%;
  height: 100%;
  min-height: 170px;
  content: "";
  background-image: url(../img/img-awardintro.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}
.p-awardIntro__detailTitle {
  order: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-awardIntro__detailText {
  order: 3;
  font-weight: 500;
}

._awardTop {
  margin-top: 15px;
}

._outline .p-awardList {
  border-top: 1px solid #ccc;
}
.p-awardList__item {
  display: grid;
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-awardList:not(._outline) .p-awardList__item {
  grid-template-columns: 80px 1fr;
  gap: 6px;
}
.p-awardList._outline .p-awardList__item {
  grid-template-columns: 105px 1fr;
  gap: 0;
}
.p-awardList__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.p-awardList__item a {
  text-decoration: none;
}
.p-awardList._outline .p-awardList__index {
  font-weight: 700;
}
.p-awardList__more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 27px;
}

.p-awardVideo__body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-awardVideo__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-awardVideo iframe {
  width: 100%;
  height: calc((100vw - 40px) * 0.56);
}