#searchmark-page {
  padding: 6rem 0 8rem;
}

#searchmark-page .searchmark-hero {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#searchmark-page .lower-title-wrapper {
  text-align: center;
}

#searchmark-page .lower-title-wrapper::before {
  background-color: #d27373;
}

#searchmark-page .lower-title-wrapper p.en,
#searchmark-page .lower-title-wrapper h1 {
  color: #d27373;
}

#searchmark-page .searchmark-lead,
#searchmark-page .searchmark-note {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

#searchmark-page .searchmark-lead p,
#searchmark-page .searchmark-note p {
  margin: 0;
  color: #353b47;
  font-size: 1.6rem;
  line-height: 1.9;
}

#searchmark-page .search01 {
  max-width: 900px;
  margin: 1rem auto 0;
  position: relative;
  background-color: #fff;
  border: 1px solid #d9dbe3;
  border-radius: 1.2rem;
  box-shadow: 0 1.2rem 2.4rem rgba(53, 59, 71, 0.08);
  width: 100%;
  overflow: hidden;
}

#searchmark-page .search01 input {
  width: 100%;
  padding: 1.5rem 14rem 1.5rem 2rem !important;
  line-height: 1.6;
  background: none;
  border: 0;
  height: auto;
  font-size: 1.6rem;
  color: #353b47;
}

#searchmark-page .search01 button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #d27373;
  color: #fff;
  width: 12rem;
  height: 100%;
  line-height: 1;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 16px;
}

#searchmark-page .search01 button:hover {
  background: #b85d5d;
}

#searchmark-page .result {
  background: radial-gradient(circle at top, rgba(210, 115, 115, 0.12), rgba(255,255,255,0) 55%), #f1f1f4;
  margin-top: 3rem;
  padding: 3rem 0;
  border-radius: 2rem;
}

#searchmark-page .result .txt-ttl h3 {
  color: #d27373;
  margin-bottom: 30px;
  text-align: center;
}

#searchmark-page .result-box {
  width: min(100%, 900px);
  margin: 0 auto 2rem;
  background: #fff;
  border: 1px solid #ececf1;
  border-left: 4px solid #d27373;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
  box-shadow: 0 0.8rem 1.8rem rgba(53, 59, 71, 0.06);
}

#searchmark-page .result-box .col-1 p {
  padding: 0.4rem 0;
}

#searchmark-page .result-box p {
  position: relative;
  margin-left: 13rem;
  margin-right: 1rem;
  line-height: 1.8;
  word-break: break-word;
}

#searchmark-page .result-box p a {
  text-decoration: underline;
}

#searchmark-page .result-box p span {
  position: absolute;
  top: 0;
  left: -13rem;
  display: inline-block;
  min-width: 11rem;
  font-weight: 700;
  color: #d27373;
  padding: 0.4rem 0;
}

#searchmark-page .unknown {
  text-align: center;
  margin: 2rem auto 0;
  font-size: 1.6rem;
}

#searchmark-page .searchmark-footer {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem;
}

#searchmark-page .searchmark-footer .btn-regular {
  min-width: 26rem;
}

@media (max-width: 767px) {
  #searchmark-page {
    padding: 4rem 0 6rem;
  }

  #searchmark-page .searchmark-lead p,
  #searchmark-page .searchmark-note p,
  #searchmark-page .result-box p,
  #searchmark-page .unknown {
    font-size: 1.4rem;
  }

  #searchmark-page .search01 input {
    padding: 1.3rem 10.5rem 1.3rem 1.5rem !important;
    font-size: 1.4rem;
  }

  #searchmark-page .search01 button {
    width: 9.5rem;
  }

  #searchmark-page .result-box {
    padding: 1.8rem 1.6rem;
  }

  #searchmark-page .result-box p {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  #searchmark-page .result-box p span {
    position: static;
    display: block;
    min-width: 0;
    margin-bottom: 0.3rem;
  }

  #searchmark-page .searchmark-footer .btn-regular {
    min-width: 100%;
  }
}
