body {
  background-color: #FFF;
}
.container {
  width: 100%;
  max-width: 480px;
  padding: 40px 24px;
  margin: 0 auto;
}
.requested-frame-div {
  display: flex;
  gap: 48px;
  background-color: #F9F5ED;
  box-sizing: border-box;
  justify-content: center;
}
.requested-in-frame-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.requested-title-frame-div {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.requested-title-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #373737;
  box-sizing: border-box;
}
.requested-svg-frame-div {
  align-items: center;
  justify-content: center;
  display: flex;
}
.requested-message-frame-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.requested-alert-message-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF5555;
  padding: 8px;
}
.open-app-button {
  height: 44px;
  width: 100%;
  font-size: 1.125rem;
  color: white;
  font-weight: bold;
  background-color: rgb(55, 55, 55);
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 48px;
}
.open-app-button:hover {
  background-color: rgb(55, 55, 55);
  opacity: 0.75;
}
.resolution-frame-div {
  display: flex;
  gap: 16px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.resolution-in-frame-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.resolution-title-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
  box-sizing: border-box;
  display: flex;
}
.resolution-detail-group-div {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.resolution-install-app-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resolution-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
}
.resolution-example-fail-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  box-sizing: border-box;
}
.resolution-example-detail-text-div {
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  box-sizing: border-box;
  gap: 10px;
  display: flex;
}
.resolution-install-app-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  box-sizing: border-box;
}
.resolution-store-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: flex-start;
}
.store-button {
  width: 50%;
}
.store-link {
  display: block;
}
.store-button img {
  width: 100%;
}
.resolution-fail-approval-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resolution-subtitle-approval-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  box-sizing: border-box;
  gap: 10px;
  display: flex;
  align-items: center;
}
.resolution-expired-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #373737;
  box-sizing: border-box;
}
.resolution-retry-text-div {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  gap: 10px;
  display: flex;
  align-items: center;
}
.divider {
  border-top: 1px solid #F4F4F4;
}