main {
  padding: 64px 24px 0;
}
@media (min-width: 768px) {
  main > article {
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  main {
    padding: 104px 24px 0;
  }
}
@media (min-width: 1280px) {
  main {
    padding: 48px 24px 0 272px;
  }
  main > article {
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .breadcrumb {
    margin: 0 0 24px;
  }
}

.category-header {
  margin: 0 -24px 32px;
  position: relative;
}
.category-header header {
  background-color: #ef8200;
  padding: 24px;
}
.category-header h1 {
  color: #fff;
  font-size: 1.88rem;
  margin: 0;
  padding: 0;
}
.category-header h1::before, .category-header h1::after {
  content: none;
}
@media (max-width: 479px) {
  .category-header figure {
    position: relative;
  }
  .category-header figure img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
  }
}
@media (max-width: 767px) {
  .category-header figure {
    height: 244px;
    overflow: hidden;
  }
  .category-header figure img {
    max-width: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .category-header figure img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .category-header {
    height: 244px;
  }
  .category-header header {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 300px;
  }
  .category-header header h1 {
    font-size: 2.25rem;
  }
  .category-header figure {
    bottom: 0;
    display: block;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 300px);
    z-index: -1;
  }
  .category-header figure img {
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}
@media (min-width: 1170px) {
  .category-header figure img {
    width: 100%;
  }
}

main > article > h2 {
  font-size: 1.88rem;
  line-height: 1;
  padding: 0 0 18px;
  text-align: center;
}
main > article > h2::before {
  left: calc(50% - 60px);
  width: 120px;
}
@media (min-width: 768px) {
  main > article > h2 {
    font-size: 2rem;
  }
}

.wm-column2.index {
  margin: 0 0 60px;
}
.wm-column2.index .wm-column-item > a {
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}
.wm-column2.index .wm-column-item > a:hover {
  opacity: 0.6;
}
.wm-column2.index .wm-column-item > a > figure {
  margin: 0 0 19px;
}
.wm-column2.index .wm-column-item > a > h2 {
  color: #0b308e;
  font-size: 1.63rem;
  margin: 0 0 10px;
  padding: 0 0 0 19px;
}
.wm-column2.index .wm-column-item > a > h2::before {
  background-color: rgba(255, 255, 255, 0);
  background: url(../img/icon/mgc-right-orange.svg) center center no-repeat;
  bottom: auto;
  height: 13px;
  top: 0.7em;
  width: 9px;
}
@media (min-width: 768px) {
  .wm-column2.index {
    gap: 0 32px;
  }
}
@media (min-width: 768px) {
  .wm-column2.index {
    margin: 0 0 90px;
  }
  .wm-column2.index .wm-column-item {
    width: calc(50% - 16px);
  }
  .wm-column2.index .wm-column-item > a > h2 {
    font-size: 1.88rem;
  }
  .wm-column2.index .wm-column-item > a > p {
    font-size: 1.13rem;
  }
}
