.p-special-content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .p-special-content-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .p-special-content-list__item {
    border-bottom: solid 2px #ebebeb;
    width: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .p-special-content-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-special-content-list__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .p-special-content-list__img {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .p-special-content-list__img {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .p-special-content-list__text_area {
    width: 70%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .p-special-content-list__text_area {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

.p-special-content-list__date {
  margin-top: 20px;
  color: #797979;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .p-special-content-list__date {
    font-size: 16px;
    margin-top: 0;
  }
}

.p-special-content-list__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .p-special-content-list__title {
    font-size: 16px;
  }
}

.p-special-content-list__desc {
  font-weight: normal;
  font-size: 16px;
}

.cat_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4c4948;
  color: #fff;
  font-weight: bold;
  height: 40px;
}
@media only screen and (max-width: 1271px) {
  .cat_list dt {
    font-size: 16px;
  }
}
.cat_list dd ul li {
  border-bottom: solid 1px #ebebeb;
}
.cat_list dd ul li a {
  display: block;
  padding: 14px 8px;
  text-decoration: none;
}
@media only screen and (max-width: 1271px) {
  .cat_list dd ul li a {
    font-size: 16px;
  }
}

.p-all-btn {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-all-btn {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .p-all-btn {
    margin-top: 60px;
  }
}

.p-all-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #000;
  width: 200px;
  height: 50px;
  padding: 0 10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (min-width: 768px) {
  .p-all-btn__link:hover {
    background-color: #000;
  }
  .p-all-btn__link:hover .p-all-btn__text {
    color: #fff;
  }
}
@media only screen and (max-width: 480px) {
  .p-all-btn__link {
    width: 100%;
  }
}

.p-all-btn__text {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .p-all-btn__text {
    font-size: 16px;
  }
}