img {
  width: 100%; }

body {
  color: #222222; }

.newsTOP {
  padding: 7em 0px; }
  .newsTOP__title {
    max-width: 150px;
    margin: 0 auto 2em; }
  .newsTOP__list {
    max-width: 900px;
    margin: 0px auto;
    padding-left: 0px; }
    .newsTOP__list__item {
      list-style: none;
      padding: 25px 15px 15px;
      margin: 0px 15px; }
      .newsTOP__list__item__title span {
        border: 1px solid #000;
        padding: 3px 5px;
        margin-right: 10px; }
      .newsTOP__list__item__img {
        max-width: 335px; }
      .newsTOP__list__item__descript {
        margin-top: 1em; }

p.sample img {
    width: 150px;  /* 横幅を200pxに */


@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .newsTOP {
    padding: 7em 0px; }
    .newsTOP__title .title2 {
      font-size: 0.75em; } }
@media screen and (max-width: 480px) {
  .featureTOP__title {
    padding-bottom: 0em; }
    .featureTOP__title .title1 {
      font-size: 0.75em; }
    .featureTOP__title .title2 {
      font-size: 0.6em; }

  .footer__copyRight {
    font-size: 0.8em; } }
