/* section2 */

.section2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* section3 */

.section3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container {
  padding-right: 64px;
}

.nwes-list {
  display: flex;
  border-bottom: 1px dotted;
  margin-top: 4px;
}

.nwes-list img {
  width: 150px;
  height: 150px;
  margin-right: 16px;
  object-fit: contain;
}

.news {
  background: #be9083;
  color: #fff;
  padding: 0 32px;
  border-radius: 8px;
}

.blog {
  background: #658288;
  color: #fff;
  padding: 0 32px;
  border-radius: 8px;
}

/* お知らせのラベル */
.news-label {
  background-color: #be9083;
  color: white;
  padding: 0 16px;
  border-radius: 8px;
}

/* スタッフブログのラベル */
.blog-label {
  background-color: #658288;
  color: white;
  padding: 0 16px;
  border-radius: 8px;
}

.category {
  width: 200px;
}

.data {
  margin: 0;
}

.title {
  background: #cec086;
  padding: 8px;
  border-radius: 4px;
}

.title:nth-child(3) {
  margin-top: 16px;
}

.category ul {
  padding-left: 16px;
  margin: 0;
}

.category li {
	list-style: '➤';
}

.category a {
  text-decoration: none;
}

/* section4 */

.section4 {
  margin-top: 32px;
}

.page,
#page {
  border: 1px solid #ccc;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
  border-radius: 4px;
}

/* section5 */

.section5 {
  margin-top: 32px;
}
