.sp-content-7 {
  margin-top: 44.59px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.responsive-title-7 {
  width: 100%;
  max-width: 649.96px;
}

.notes-7 {
  margin: 51px 0 51px 0;
}

.notes-7 p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
}

.notes-7 p + p {
  margin-top: 23px;
}

.custom-btn-7-link {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

.custom-btn-7 {
  margin-top: 44.59px;
  width: 100%;
  max-width: 800px;
  height: 100px;
  background-color: #f8e559;
  border-radius: 16px;
  border: none;
  padding: 0 27.37px 0 56.62px;
  font-size: 38px;
  color: #786121;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: bold;
  box-shadow: 0 8px 0 #c6b42c;
  font-family: "Noto Sans JP", sans-serif;
}

.custom-btn-7.press {
  box-shadow: 0 10px 0 #c6b42c;
}

.custom-btn-7.press:hover {
  transform: translateY(10px);
  box-shadow: none;
}

.custom-btn-7 .icon-7 {
  width: 29.25px;
  height: 29.25px;
}

.bullet-list {
  list-style: none;
  padding: 0;
}

.bullet-list li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
}

.bullet-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .notes-7 p + p {
    margin-top: 15px;
  }

  .bullet-list li {
    margin-top: 15px;
    font-size: 22px;
  }
}

@media (max-width: 820px) {
  .custom-btn-7 {
    width: 100%;
    max-width: 707px;
    margin-top: 36.41px;
    padding: 0 33.02px 0 62.27px;
    font-size: 40px;
    height: auto;
    aspect-ratio: 707 / 100;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .sp-content-7 {
    margin-top: 44.73px;
  }
  .responsive-title-7 {
    width: 100%;
    max-width: 80%;
  }
  .notes-7 {
    padding-left: 21px;
    padding-right: 21px;
  }
  .notes-7 p {
    font-size: 24px;
  }
  .bullet-list li {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .notes-7 p {
    font-size: 20px;
  }
  .bullet-list li {
    font-size: 20px;
  }
  .custom-btn-7 {
    font-size: 32px;
  }
}

@media (max-width: 540px) {
  .notes-7 p {
    font-size: 18px;
  }
  .bullet-list li {
    font-size: 18px;
  }
  .custom-btn-7 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .notes-7 p {
    font-size: 14px;
  }
  .bullet-list li {
    font-size: 14px;
  }
  .custom-btn-7 {
    font-size: 14px;
    padding: 0 33.02px 0 53.02px;
  }
  .custom-btn-7 .icon-7 {
    width: 20px;
    height: 20px;
  }
}
