@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#page-petfood-change h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#page-petfood-change h1 br {
  display: none;
}
#page-petfood-change .lead {
  margin-bottom: 40px;
  font-size: 16px;
}
#page-petfood-change .petfood-list {
  margin-bottom: 60px;
}
#page-petfood-change .petfood-list h2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-weight: bold;
}
#page-petfood-change .petfood-list table tr th, #page-petfood-change .petfood-list table tr td {
  padding: 10px;
  border: 1px solid #ccc;
}
#page-petfood-change .petfood-list table tr td a {
  font-size: 18px;
}
#page-petfood-change .petfood-list table tr td a:hover {
  opacity: 0.8;
}
#page-petfood-change .petfood-list table thead th {
  width: 50%;
  background-color: #eee;
  text-align: center;
}
#page-petfood-change .petfood-list table thead th img {
  max-height: 70px;
  max-width: 200px;
  margin-bottom: 5px;
  vertical-align: bottom;
}
#page-petfood-change .petfood-list table thead th figcaption {
  font-size: 16px;
  font-weight: bold;
}

/* メディアクエリスマホ用 */
@media screen and (max-width: 767px) {
  #page-petfood-change h1 br {
    display: block;
  }
  #page-petfood-change .lead {
    line-height: 1.8;
  }
  #page-petfood-change .petfood-list table {
    width: 100%;
  }
  #page-petfood-change .petfood-list table tr td a {
    display: block;
    font-size: 16px;
  }
  #page-petfood-change .petfood-list table thead th img {
    max-height: 40px;
    max-width: 100px;
  }
  #page-petfood-change .petfood-list table thead th figcaption {
    font-size: 14px;
  }
}/*# sourceMappingURL=petfood-change.css.map */