body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  color: #505050;
  background-color: #c8ffeb;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #008750;
}
a:visited {
  color: #446100;
}

/* コンテナのクラス */

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.content {
  display: flex;
  padding: 0px 0px 40px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #c8ffeb;
  margin: 0;
}

/* テキストのクラス */

.footer-text {
  color: #fff;
  font-size: 14px;
}

ul {
  width: 85%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0;
  padding: 0 0 0 1.4rem;
}

/* 画像のクラス */

.fullimg {
  width: 100%;
}

img {
  width: 90%;
}
