@charset "UTF-8";
/* COLOR */
/* FONT WEGIHT */
/* COLOR */
/* FONT WEGIHT */
/**
 * [utils] pcStyle
 * @description PC用メディアクエリ
 */
/**
 * [utils] spStyle
 * @description SP用メディアクエリ
 */
/**
 * [utils] createLinerGradient
 * @description 引数の角度を指定したグラデーションを返す
 */
/**
 * [utils] tileBackground
 * @description tileパーツのShadowを統一
 */
@keyframes loading {
  0%, 40%, 100% {
    transform: scaleY(-1); }
  20% {
    transform: scaleY(-0.5); } }

.p-search__category-hero {
  margin-left: -20px;
  margin-right: -20px; }
  .p-search__category-hero img {
    width: 100%;
    display: block; }
  @media print, screen and (min-width: 1024px) {
    .p-search__category-hero {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }

.c-category-news {
  margin: 50px 0; }
  @media print, screen and (min-width: 1024px) {
    .c-category-news {
      margin: 60px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.c-category-news__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold; }
  @media print, screen and (min-width: 1024px) {
    .c-category-news__title {
      margin-bottom: 0;
      position: relative;
      background-color: #ebebeb;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-preferred-size: 175px;
          flex-basis: 175px;
      margin-right: 30px; } }
  .c-category-news__title span {
    text-align: center; }
    @media print, screen and (min-width: 1024px) {
      .c-category-news__title span {
        position: absolute;
        font-size: 20px;
        height: 20px;
        font-weight: bold;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; } }
    .c-category-news__title span::before {
      content: none; }
    .c-category-news__title span::after {
      content: '';
      background: url("../../images/icon-title.svg") no-repeat;
      width: 28px;
      height: 4px;
      display: block;
      margin: 15px auto 0 auto; }

.c-category-news__items {
  display: block;
  margin: 0;
  padding: 0; }
  .c-category-news__items li {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    list-style: none; }
    .c-category-news__items li:first-of-type {
      border-top: 1px solid #e6e6e6; }
