
#content {
  padding-top: 160px;
}

#archive .itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
#archive .itemList .itemContent {
  width: 31.37%;
}
#archive .itemList .itemContent:nth-child(n+4) {
  margin-top: 60px;
}
#archive .itemList .itemContent > a {
  color: #354ea1;
}
#archive .itemList .itemContent .keyVisual img {
  box-shadow: 0 0 20px rgba(53, 78, 161, 0.2);
}
#archive .itemList .itemContent .stageName {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 15px;
}

#header.portal .bg img {
  height: auto;
}

@media screen and (max-width: 768px) {
  #content {
    padding-top: 180px;
  }
  #archive .pageTitle {
    max-width: 215px;
    margin: 0 auto;
  }
  #archive .itemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #archive .itemList .itemContent {
    width: 47.1%;
  }
  #archive .itemList .itemContent:nth-child(n+3) {
    margin-top: 40px;
  }
  #archive .itemList .itemContent .stageName {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}