html,
body {
  font-size: 10px;
}

body {
  font-family: "M PLUS Rounded 1c", serif;
  font-style: normal;
  font-weight: 400;
}

.wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1280px;
  width: 100%;
}

figure,
ol,
p,
section,
ul {
  margin: 0;
  padding: 0;
}

#requirements {
  border-top: 1rem solid #019380;
  padding-top: 1.5rem;
}

#requirements-content {
  margin: 0 auto;
  width: 800px;
}

.requirements-content-ttl {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
}

.requirements-content-ttl-txt {
  font-size: 18px;
  font-weight: bold;
  margin: 5px auto 50px;
  text-align: left;
}

.requirements-content-list {
  background-color: white;
  margin: 0 auto;
  padding: 10px 20px 20px;
}

.requirements-content-list-ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

.requirements-content-list-txt {
  font-weight: bold;
}

.list-number {
  align-items: center;
  border: 2px solid #019380;
  border-radius: 50%;
  color: #019380;
  display: inline-flex;
  font-size: 20px;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.requirements-picture {
  display: block;
  margin: 20px auto;
  width: 800px;
}