.project__ttl2026 {
  text-align: center;
  color: #0e59b6;
  font-weight: 600;
  font-size: clamp(1.0625rem, 0.65rem + 1.4666666667vw, 1.75rem);
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .project__ttl2026 {
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
}

.project__thumbnail2026 {
  display: flex;
  justify-content: center;
  margin: 0 80px;
  gap: 32px 40px;
}
@media screen and (max-width: 767px) {
  .project__thumbnail2026 {
    flex-direction: column;
    margin: 0 24px;
  }
}

.thumb-container {
  font-size: clamp(0.875rem, 0.8522727273rem + 0.1136363636vw, 0.9375rem);
  font-weight: 300;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
.thumb-container .caution {
  margin: auto auto 0 0;
}
.thumb-container .caution.highlights {
  text-decoration: underline;
}

.project-thumb {
  flex-shrink: 0;
}
.project-thumb img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
.project-thumb.aeraKids {
  display: flex;
  align-items: center;
  height: inherit;
}

.tc {
  text-align: center;
}

.pr0 {
  padding-right: 0;
}

h2.project__heading {
  padding-top: 60px;
}

#please {
  background-color: #FEF3E2;
  color: #ED7D31;
}
#please h2.project__heading {
  color: #ED7D31;
}
#please .project__ttl2026 {
  color: #ED7D31;
}
#please .project__content {
  background-color: #fff;
}
#please .please__list {
  margin-top: 40px;
  padding: 0;
}
#please .please__item {
  margin: 40px 80px 60px 80px;
}
@media screen and (max-width: 767px) {
  #please .please__item {
    margin: 40px 10px 60px 10px;
  }
}
#please .please__item .toForm {
  background-color: #ED7D31;
  color: #fff;
}
#please .please__item p {
  color: #ED7D31;
}

.please-subttl {
  margin: 0 80px 40px;
}
@media screen and (max-width: 767px) {
  .please-subttl {
    text-align: center;
  }
}

.toForm {
  background-color: #ED7D31;
  color: #fff;
  font-weight: 700;
  padding: 20px 40px;
  margin: 20px auto 0;
  border-radius: 30px;
  display: block;
  max-width: 300px;
  text-align: center;
  line-height: 1.4;
}
.toForm._reverse {
  background-color: #fff;
  border: 1px solid #ED7D31;
  color: #ED7D31;
}

.please__example-container {
  width: 47%;
}
.please__example-container .caution {
  padding-top: 16px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .please__example-container {
    width: 90%;
  }
}

.example-container__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: normal;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .example-container__wrap {
    justify-content: space-between;
  }
}
.example-container__wrap p {
  display: flex;
}

.text-wrap {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.please__example {
  display: flex;
  margin: 0 80px;
  gap: 40px;
}
.please__example img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .please__example {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 585px) {
  .please__example {
    margin: 0;
  }
}

.no-numdec::before {
  display: none;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

#planForm {
  background-color: #DEFECE;
  padding: 120px 0;
}
#planForm .project__ttl2026 {
  color: #00B050;
}

.planForm__heading {
  color: #00B050;
}

.planForm__btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.planForm__btn a {
  background-color: #00B050;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  font-size: clamp(1rem, 0.8181818182rem + 0.9090909091vw, 1.5rem);
}
.planForm__btn .copy-text {
  padding: 10px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #00B050;
  border-radius: 50px;
  color: #00B050;
}
.planForm__btn .copy-text:hover {
  cursor: pointer;
}

.planForm__container {
  display: flex;
  flex-direction: column;
  gap: 140px 0;
}
@media screen and (max-width: 767px) {
  .planForm__container {
    gap: 100px 0;
  }
}

.planForm__content p {
  margin-bottom: 14px;
  color: #00B050;
  line-height: 1.2;
}
.planForm__content ul {
  color: #00B050;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

#copy-toast {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 99999;
}

#copy-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.btn-area p {
  text-align: center;
  padding-top: 20px;
  font-size: clamp(1rem, 0.8888888889rem + 0.2314814815vw, 1.0625rem);
}

.preview {
  display: none !important;
}

body.is-preview ._pre {
  display: none !important;
}

body.is-preview .preview {
  display: block !important;
}

body.is-preview .planForm__btn.preview {
  display: flex !important;
}