.p-prize-block + .p-prize-block {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-prize-block + .p-prize-block {
    margin-top: 60px;
  }
}

.p-year-block + .p-year-block {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  .p-year-block + .p-year-block {
    margin-top: 40px;
  }
}

.p-prize-block__title {
  font-size: 180%;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .p-prize-block__title {
    font-size: 110%;
  }
}
.p-prize-block__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
.p-prize-block__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: #91ba35;
}
@media only screen and (max-width: 480px) {
  .p-prize-block__title::after {
    width: 20px;
  }
}

.p-year-blocks {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .p-year-blocks {
    margin-top: 15px;
  }
}

.p-year-block__year {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .p-year-block__year {
    font-size: 16px;
  }
}
.p-year-block__year::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 100%;
  background-color: #91ba35;
}

.p-prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  margin: 40px -20px 0;
}
@media only screen and (max-width: 1023px) {
  .p-prize-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-prize-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-prize-list {
    margin-top: 20px;
  }
}

.p-prize-list__item {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .p-prize-list__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-prize-list__item {
    width: 100%;
    padding: 0;
  }
}

.p-prize-list__img-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .p-prize-list__img-set {
    margin: 0 -5px;
  }
}

.p-prize-list__img-wrap {
  aspect-ratio: 480/320;
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .p-prize-list__img-wrap {
    padding: 0 5px;
  }
}

.p-prize-list__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-prize-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_area ul li .p-prize-list__title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 142.9%;
  position: relative;
  padding-left: 10px;
  padding-bottom: 5px;
}
#main_area ul li .p-prize-list__title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #91ba35;
}

#main_area .p-prize-list__detail {
  position: relative;
  padding-left: 10px;
  margin-top: 0;
  padding-top: 5px;
}
#main_area .p-prize-list__detail::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #ccc;
}

@media only screen and (max-width: 1200px) {
  #main_area ul li .p-prize-list__title {
    font-size: 128.6%;
  }
}