html {
  margin-top: 0 !important;
}
* {
  font-family: 'Noto Sans JP';
  box-sizing: content-box;
}
img {
  width: auto;
}
body {
  margin: 0;
  color: #222C41;
  padding: 0;
  background-color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.card-box {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: start;
}


#body {
  background-image: url('../images/bg-top_main-container.png'), url('../images/bg-bottom_main-container.png');
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  padding-top: 30px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  padding-bottom: 120px;
}

.categories {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 32px;
  padding-bottom: 120px;
}

.categories h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}

.more-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.more-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222C41;
  text-decoration: none;
  padding: 14px 16px;
  border: 1px solid #222C41;
  border-radius: 8px;
  width: 210px;
}


.past-seminer-more-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.past-seminer-more-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  width: 270px;
  height: 29px;
  background-color: #222C41;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
}

.past-seminer-more-button img {
  width: 24px;
}

.banner-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  
}
@media screen and (max-width: 1099px) {
  .breadcrumb {
    margin-top: 60px;
  }
  .category-section {
    width: 712px;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .banner-section img {
    width: 640px;
  }
  .categories h2 {
    font-size: 24px;
  }
  
}

@media screen and (max-width: 767px) {
  .category-section {
    width: 340px;
    margin: 0 auto;
  }
  .pc-tab {
    display: none;
  }
  .banner-section img {
    width: 100%;
  }
  
}

#body a:hover {
  text-decoration: none;
}