.p-title {
  background: #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .p-title .p-title__inner {
    padding: 37px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-title .p-title__inner {
    margin: 0 auto;
    padding-block: 37px;
    width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .p-title h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-title h2 {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.p-title p {
  color: var(--color-blue);
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-title p {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-title p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-news__main {
    margin-bottom: 57px;
    padding-top: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-news__main {
    margin-bottom: 100px;
    padding-top: 30px;
  }
}

.p-news__item {
  border-bottom: 1px solid #C8C0C0;
}
@media only screen and (max-width: 768px) {
  .p-news__item {
    padding-block: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-news__item {
    display: flex;
    padding-block: 38px;
  }
}
.p-news__item:first-child {
  border-top: 1px solid #C8C0C0;
}

@media only screen and (max-width: 768px) {
  .p-news__date {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-news__date {
    font-size: 13px;
    font-size: 1.3rem;
    flex-shrink: 0;
    width: 136px;
  }
}

.p-news__head {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-news__head a:hover {
    text-decoration: underline;
  }
}