@media (min-width: 1024px) {
  .p-news {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .p-news {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .p-news .c-button__pagenation {
    width: 1200px;
    margin: 0 auto;
  }
}

.p-news__list {
  width: 100%;
  padding: 30px 0 60px 0;
  background-color: #EEEEEE;
}

.p-news__list a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .p-news__list a:hover dd {
    transition: all ease .3s;
    color: #EF4123;
  }
}

.p-news__list dl {
  border-bottom: solid 1px #ffffff;
  display: flex;
  padding: 15px 0;
}

.p-news__list dl dt {
  font-size: 12px;
  width: 300px;
  color: #666;
}

.p-news__list dl dt .c-cat {
  background-color: #ffffff;
  color: #333;
  display: inline-block;
  width: 152px;
  text-align: center;
  margin-left: 40px;
}

.p-news__list dl dd {
  font-size: 14px;
  line-height: 18px;
  width: calc(100% - 300px);
}

.p-news__detail dl {
  padding: 50px 0;
}

.p-news__detail dl dt {
  font-size: 12px;
  width: 100%;
  color: #666;
}

.p-news__detail dl dt .c-cat {
  background-color: #ffffff;
  color: #333;
  display: inline-block;
  width: 152px;
  text-align: center;
  margin-left: 40px;
}

.p-news__detail dl dd {
  font-size: 16px;
  line-height: 30px;
}

.p-news__detail dl dd h3.title {
  font-size: 26px;
  line-height: 40px;
  padding: 20px 0;
}

.p-news__detail dl dd a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
}

@media (max-width: 1023px) {
  .p-news__list dl {
    border-bottom: solid 1px #ffffff;
    display: block;
    padding: 15px 0;
  }
  .p-news__list dl dt {
    font-size: 12px;
    width: auto;
    color: #666;
  }
  .p-news__list dl dt .c-cat {
    background-color: #ffffff;
    color: #333;
    display: inline-block;
    width: 152px;
    text-align: center;
    margin-left: 20px;
  }
  .p-news__list dl dd {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    padding-top: 10px;
  }
  .p-news__detail p {
    text-align: justify;
  }
  .p-news__detail dl dd h3.title {
    text-align: justify;
  }
}

/*# sourceMappingURL=news.css.map */
