.p-awardIntro__description {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-awardIntro__panel {
  padding-top: 40px;
  padding-bottom: 46px;
  margin-top: 44px;
  color: #fff;
  background: #0c3b2c;
}
.p-awardIntro__detail {
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 123px 1fr;
  gap: 16px 46px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.p-awardIntro__detail::before {
  display: block;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  min-height: 290px;
  content: "";
  background-image: url(../img/img-awardintro.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px auto;
}
.p-awardIntro__detailTitle {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.p-awardIntro__detailText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

._awardTop {
  margin-top: 15px;
}

.p-awardList {
  box-sizing: content-box;
  width: calc(100% - 40px);
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
}
._outline .p-awardList {
  border-top: 1px solid #ccc;
}
.p-awardList__list:not(:first-child) {
  margin-top: 16px;
}
.p-awardList__item {
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-awardList:not(._outline) .p-awardList__item {
  grid-template-columns: 105px 1fr;
  gap: 34px;
}
.p-awardList._outline .p-awardList__item {
  grid-template-columns: 165px 1fr;
  gap: 0;
}
.p-awardList__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.p-awardList__item a {
  text-decoration: none;
}
.p-awardList__item a:hover {
  color: #0c3b2c;
  text-decoration: underline;
}
.p-awardList:not(._outline) .p-awardList__index {
  padding-left: 10px;
}
.p-awardList._outline .p-awardList__index {
  padding-left: 34px;
  font-weight: 700;
}
.p-awardList__more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 37px;
}

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

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