@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

.suisho {
  --primary-color: #ffff4f;
  --secondary-color: #181515;
  --text-color: #fff;
  --bg-color: #c0184a;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo,
    sans-serif;

  background-color: #950a33;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.6;
}

.suisho-wrapper {
  background-color: var(--bg-color);
  min-height: 100lvh;
  min-height: 100vh;
  font-size: 14px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 100px;
}

.suisho-header {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.suisho-header-img {
  width: 100%;
  height: auto;
}

.suisho-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}
.suisho-contents.result {
  padding: 0;
}

.suisho-input-block {
  text-align: center;
}

.suisho-input-heading-img {
  width: min(80%, 340px);
  height: auto;
}

.suisho-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-color);
  font-weight: bold;
  font-size: 1rem;
  margin-top: 4px;
}

.suisho-input {
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  width: 80px;
}
.suisho-input::-moz-placeholder {
  color: #ccc;
}
.suisho-input::placeholder {
  color: #ccc;
}

.suisho-result-header-img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

img {
  width: 100%;
  height: auto;
}

.suisho-result-heading2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  color: var(--bg-color);
  width: 315px;
  height: 34px;
  background-image: url(../img/ribbon.svg);
  background-size: cover;
  margin: 0 auto;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.suisho-result-point-text {
  padding: 16px;
  color: var(--text-color);
}

.suisho-result-block {
  width: 100%;
}

.suisho-result-contents {
  position: relative;
  background: linear-gradient(
    180deg,
    #950a33 3%,
    #fff 3%,
    #fff 97%,
    #950a33 97%
  );
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.suisho-result-inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 16px;
  width: 100%;
}

.suisho-result-message {
  flex: 1;
  color: var(--bg-color);
  line-height: 1.7;
}
.suisho-result-message a {
  color: var(--bg-color);
  text-decoration: underline;
}

.suisho-result-message-img {
  width: 100%;
  height: auto;
}

.suisho-result-book {
  width: 30%;
  height: auto;
}

.suisho-btn-block {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 280px;
}

.suisho-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  border-radius: 42px;
}
.suisho-btn.primary {
  background-color: var(--primary-color);
  color: var(--bg-color);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}
.suisho-btn.secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--text-color);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}
.suisho-btn.border {
  background-color: #fff;
  color: var(--bg-color);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}
.suisho-btn.sm {
  max-width: 180px;
} /*# sourceMappingURL=style.css.map */
