body,
footer,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  background-color: rgb(221, 214, 214);
  font-family: "Noto Sans JP", sans-serif;
  color: #2c3233;
  font-size: 16px;
  line-height: 1.7em;
}

.wrapper {
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 80px 30px;
  border-radius: 1rem;
  margin-bottom: 100px;
}

section {
  margin-bottom: 70px;
}

img {
  width: 100%;
  padding: 30px 0;
}

h2 {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

h2::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 50px;
  background-color: #0097a7;
  margin-right: 10px;
}

.voice {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.voice--icon {
  width: 20%;
  height: auto;
}

.voice--text {
  width: 70%;
  margin-left: 10px;
}

small {
  color: gray;
  font-size: 13px;
  line-height: 0.5rem;
}

.pr {
  display: block;
  text-align: end;
  margin-bottom: 5rem;
}

a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  letter-spacing: 0.03rem;
  cursor: pointer;
}

.button {
  background-color: orange;
  width: 80%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 5px 5px rgb(175, 134, 92);
  margin-bottom: 100px;
}

footer {
  background-color: #7d7d7f;
  color: #fff;
  text-align: center;
  padding: 20px;
}

footer ul {
  color: #fff;
  margin-bottom: 30px;
}

footer ul li {
  color: #fff;
  font-size: 14px;
  padding: 0em 0.3em 0.3em 1.3em;
}

footer ul li::before {
  color: #fff;
  content: "▶︎";
  font-size: 11px;
  display: inline-block;
  margin-right: 10px;
}

footer ul li a {
  text-decoration: none;
}

footer p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}

form:hover {
  opacity: 0.8;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 1em;
  border-bottom: 3px solid #d9e9f2;
}