.p-footer {
  padding: 0 16px 120px;
  margin-top: 40px;
}

.p-footer .group-newspaper__title {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.p-footer .about-yol__title,
.p-footer .corporate-info__title,
.p-footer .group-links__title,
.p-footer .group-news__title,
.p-footer .group-newspaper__title,
.p-footer .operationsite__title,
.p-footer .social-links__title {
  padding: 0 0 24px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.1;
}

.p-footer .group-news__title > span,
.p-footer .group-newspaper__title > span {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 12px;
  color: #4d5760;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
}

.p-footer .group-newspaper__contents .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 24px;
}

.p-footer .group-newspaper__contents .list .item figure {
  font-size: 0;
}

.p-footer .group-newspaper__contents .list .item figure a img {
  width: 100%;
  height: inherit;
  border: 1px solid #e5e5e5;
}

.p-footer
  .group-newspaper__contents
  .list
  .item
  figure
  a
  [data-id="figcaption"] {
  margin-top: 12px;
  color: #1e2428;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.1;
}

.p-footer .group-news {
  margin-top: 40px;
}

.p-footer .group-news__title {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.p-footer .group-news__contents .list__group {
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.p-footer .group-news__contents .list__group .item:last-child {
  border: none;
}

.p-footer .group-news__contents .list__group .item {
  grid-template-columns: 1fr 120px;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "article-item-h-title article-item-h-thumb"
    "article-item-h-info article-item-h-thumb";
  gap: 8px 10px;
  padding: 16px 0;
  display: grid;
  border-bottom: 1px solid #e5e5e5;
  grid-template-columns: 1fr 100px;
  padding-top: 12px;
}

.p-footer .group-news__contents .list__group .item .title {
  grid-area: article-item-h-title;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.p-footer .group-news__contents .list__group .item .info {
  grid-area: article-item-h-info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px 8px;
}

.p-footer .group-news__contents .list__group .item figure {
  grid-area: article-item-h-thumb;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
}

.p-footer .group-news__contents .list__group .item figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer .group-news__contents .list__group .item .title a:link {
  color: #1e2428;
  text-decoration: none;
}
.p-footer .group-news__contents .list__group .item .title a:hover {
  text-decoration: underline;
}
.p-footer .group-news__contents .list__group .item .title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-footer .group-news__contents .list__group .item .info time {
  color: #8e9193;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
}

.p-footer .operationsite {
  margin-top: 40px;
}

.p-footer .operationsite__title {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.p-footer .group-links {
  margin-top: 40px;
}

.p-footer .social-links {
  margin-top: 32px;
}

.p-footer .corporate-info {
  margin-top: 32px;
}

.p-footer .about-yol {
  margin-top: 32px;
}

.p-footer .copyright {
  margin-top: 32px;
  color: #4d5760;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-footer .group-links__title {
  padding-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer .group-links__contents .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer .group-links__contents .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.p-footer .group-links__contents .logo li {
  line-height: 1.1;
}

.p-footer .group-links__contents .logo li a {
  display: block;
}

.p-footer .group-links__contents .logo li a img {
  height: 13px;
}

.p-footer .group-links__contents .text li {
  line-height: 1.1;
}

.p-footer .group-links__contents .text li a:link,
.p-footer .group-links__contents .text li a:visited {
  color: #1e2428;
}

.p-footer .social-links__contents .list .item a:link,
.p-footer .social-links__contents .list .item a:visited {
  color: #1e2428;
}

.p-footer .social-links__title {
  padding-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer .social-links__contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer .social-links__contents .list .item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-footer .social-links__contents .list .item a svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.p-footer .corporate-info__title {
  padding-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer .corporate-info__contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer .corporate-info__contents .list li {
  line-height: 1.1;
}

.p-footer .corporate-info__contents .list li a:link,
.p-footer .corporate-info__contents .list li a:visited {
  color: #1e2428;
}

.p-footer .corporate-info__contents .list li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-footer .about-yol__title {
  padding-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer .about-yol__contents .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-footer .about-yol__contents .list li {
  line-height: 1.1;
}

.p-footer .about-yol__contents .list li a:link,
.p-footer .about-yol__contents .list li a:visited {
  color: #1e2428;
}

.p-footer .about-yol__contents .list li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.p-footer .copyright .license {
  margin-top: 12px;
}

.p-footer .operationsite__contents .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px 24px;
}

.p-footer .group-news__contents .list__group .link a:link,
.p-footer .group-news__contents .list__group .link a:visited {
  color: #1e2428;
  text-decoration: none;
}
.p-footer .group-news__contents .list__group .link a:hover {
  text-decoration: underline;
}
.p-footer .operationsite__contents .list {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 1312px) {
  .p-footer {
    padding: 0 0 120px;
    margin: 64px auto 0;
    width: 1280px;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .p-footer .group-news__contents .list__group .item {
    grid-template-columns: 1fr 128px;
  }
}

@media (min-width: 1024px) {
  .p-footer .about-yol__title,
  .p-footer .corporate-info__title,
  .p-footer .group-links__title,
  .p-footer .group-news__title,
  .p-footer .group-newspaper__title,
  .p-footer .operationsite__title,
  .p-footer .social-links__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer .group-news__title > span,
  .p-footer .group-newspaper__title > span {
    display: inline-block;
    margin: 0 0 0 16px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1;
  }

  .p-footer .group-news__contents .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 0 40px;
    grid-auto-flow: row;
  }

  .p-footer .group-news__contents .list__group {
    margin-bottom: 0;
  }

  .p-footer .group-news__contents .list__group {
    border: none;
  }

  .p-footer .group-news__contents .list__group .item {
    border: none;
  }
}
@media (max-width: 1200px) {
  .p-footer .operationsite__contents .list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .p-footer .operationsite__contents .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .p-footer .operationsite__contents .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .p-footer .operationsite__contents .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .p-footer {
    margin-top: 64px;
  }

  .p-footer .about-yol__title,
  .p-footer .corporate-info__title,
  .p-footer .group-links__title,
  .p-footer .group-news__title,
  .p-footer .group-newspaper__title,
  .p-footer .operationsite__title,
  .p-footer .social-links__title {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-footer .group-newspaper__contents .list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .p-footer .group-links__contents .logo li a img {
    height: 18px;
  }
}

@media screen and (min-width: 600px) {
  [data-id="figcaption"] {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .p-footer .group-news__contents .list__group .item {
    grid-template-columns: 1fr 104px;
    gap: 8px 20px;
  }

  .p-footer .group-news__contents .list__group .item .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
