.guide-page .main {
  min-height: calc(100vh - 90px);
  background: linear-gradient(to bottom, #dfedfa 100px, #eae1cf 100px);
}
.guide-page:not(.sp-device) .main {
  min-height: unset;
}
.guide-page:not(.sp-device) .main .guide-content {
  height: unset;
}
.guide-page .result__score {
  font-size: 2.25rem !important;
  font-family: "Montserrat", sans-serif;
}
.guide-page .result__title-name {
  font-size: 1.5rem !important;
}
.guide-page .guide-main {
  padding: 0 !important;
  margin: 0 !important;
}
.guide-page .guide-content {
  display: flex;
  flex-direction: column;
  height: clamp(80vh, 100%, 100vh);
}
.guide-page .guide-content__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guide-page .guide-content__body p {
  text-align: center;
}
.guide-page .guide-content__body p img {
  vertical-align: middle;
}
.guide-page .guide-content__link-btn {
  padding: 12px 8px;
  font-size: 1.125rem;
  font-weight: bold;
}
.guide-page .guide-content__header {
  padding-top: 8px;
  text-align: center;
}
.guide-page .guide-content__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #3679b0;
  margin: 0;
}
.guide-page .guide-content__message {
  text-align: center;
  margin-bottom: 8px;
  padding: 0 16px;
}
.guide-page .guide-content__message p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.guide-page .guide-content__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 315px;
  margin-bottom: 18px;
  transform: translateY(-0.125em);
}
@supports (-webkit-touch-callout: none) {
  .guide-page .guide-content__links .has-ruby:has(ruby) {
    transform: translateY(-0.4em);
  }
}
.guide-page .guide-content__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  padding: 10px 0px;
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.guide-page .guide-content__link-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.guide-page .guide-content__retry {
  text-align: center;
  width: 100%;
  max-width: 315px;
  margin-bottom: 32px;
}
.guide-page .guide-content__retry-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.6;
}
.guide-page .guide-content__retry-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 4px;
}