.olympic-past-link {
  width: 100%;
  max-width: 748px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #335091 39%, #DD0006 1%);
}
@media screen and (max-width: 599px) {
  .olympic-past-link {
    width: calc(100% - 32px);
    flex-direction: column;
  }
}
.olympic-past-link_top {
  background: url(/graphics/olympic/2024/images/olympic-past-link-top.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 58%;
  height: 0;
  padding-top: 9.1%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .olympic-past-link_top {
    background: url(/graphics/olympic/2024/images/olympic-past-link-top_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 18.5%;
  }
}
.olympic-past-link_top a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.olympic-past-link_other {
  width: 42%;
  background: #DD0006;
}
@media screen and (max-width: 599px) {
  .olympic-past-link_other {
    width: 100%;
    background: url(/graphics/olympic/2024/images/olympic-past-link-other_sp.jpg), linear-gradient(60deg, #335091 1%, #ffffff 43%, #DD0006 56%);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.olympic-past-link_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin: 6px;
  padding: 6px 14px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .olympic-past-link_list {
    padding: 6px 30px 0;
  }
}
.olympic-past-link_item {
  margin-right: 5%;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .olympic-past-link_item {
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
.olympic-past-link_item:nth-child(n+4) {
  margin-top: 8px;
}
@media screen and (max-width: 740px) {
  .olympic-past-link_item:nth-child(n+4) {
    margin-top: auto;
  }
}
.olympic-past-link_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 740px) {
  .olympic-past-link_item:nth-child(3n) {
    margin-right: 5%;
  }
}
.olympic-past-link_item a {
  font-size: 18px;
  background: url(/graphics/olympic/2024/images/olympic-past-link-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center;
  padding-right: 18px;
}

.olympic-past-link.para .olympic-past-link_top {
  background: url(/graphics/olympic/2024/images/para-past-link-top.jpg) #DD0006;
  background-size: contain;
  background-repeat: no-repeat;
  width: 58%;
  height: 0;
  padding-top: 9.1%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .olympic-past-link.para .olympic-past-link_top {
    background: url(/graphics/olympic/2024/images/para-past-link-top_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 18.5%;
  }
}
.olympic-past-link.para .olympic-past-link_list {
  min-width: 300px;
  min-height: 56px;
}
@media screen and (max-width: 599px) {
  .olympic-past-link.para .olympic-past-link_list {
    min-height: auto;
  }
}/*# sourceMappingURL=olympic-past.css.map */