
.max870 {
  max-width: 870px !important;
  width: 100% !important;
  margin: 0 auto;
}

div.list-button01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}

div.list-button01-sp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
}

div.list-button01 a {
  display: block;
  width: calc(calc(100% - 30px) / 2) !important;
}

div.list-button02 {
  display: flex;
  justify-content: space-between;
  gap: 20px 10px;
  flex-wrap: wrap;
}

div.list-button02 a {
  display: block;
  width: calc(calc(100% - 50px) / 6) !important;
}

div.list-button01 a img,
div.list-button02 a img,
div.list-button03 a img,
div.list-button04 img,
div.list-button05 img {
  display: block;
  width: 100%;
}

div.list-button03,
div.list-button04 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 30px 0 0;
}

div.list-button03-sp {
  text-align: center;
  padding: 0 10px;
}

div.list-button04-sp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 10px;
}

div.list-button04 > div:first-child {
  width: 55% !important;
}

div.list-button04 > div:last-child {
  width: 40% !important;
}

div.list-button04 > div:last-child > p.body14-txt {
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
}

div.list-button04-sp> div:last-child > p.body14-txt {
  border-bottom: 3px solid #333;
  margin-bottom: 20px;
}

div.list-button04 > div:last-child a p.body14-txt {
  text-align: center;
}

div.list-button04-sp > div:last-child a p.body14-txt {
  text-align: center;
  margin-top: 20px;
}

div.list-button05 ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
}

div.list-button05 ul li {
  width: calc(calc(100% - 30px) / 4);
  list-style-type: none;
}

div.list-button05 ul li:nth-of-type(1),
div.list-button05 ul li:nth-of-type(3),
div.list-button05 ul li:nth-of-type(4) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

div.list-button05 ul li div .body11-txt {
  text-align: center;
}

div.text-center {
  width: fit-content;
  padding: 15px 40px;
  border: 3px solid #039544;
}

div.text-center p {
  text-align: left;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

