body,
p {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: none;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  background-color: #fafafa;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section,
article,
aside,
figure {
  display: block;
}

em {
  font-style: normal;
}

img {
  border: 0 none;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

#__nuxt {
  height: 100%;
}

#__layout {
  height: 100%;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

.wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}

.section_common_bridge {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background-color: #f4f0fe;
}

.content_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.content_area img {
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
}

.desc {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #111;
}

.desc em {
  color: #936dfc;
}

.btn_wrap {
  margin-bottom: 38px;
  margin-bottom: -webkit-calc(constant(safe-area-inset-bottom) * 0.5882 + 38px);
  margin-bottom: calc(constant(safe-area-inset-bottom) * 0.5882 + 38px);
  margin-bottom: -webkit-calc(env(safe-area-inset-bottom) * 0.5882 + 38px);
  margin-bottom: calc(env(safe-area-inset-bottom) * 0.5882 + 38px);
  padding: 0 18px;
}

.btn_wrap .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 56px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #936dfc;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
}

.btn_wrap .btn.type_download {
  background-color: #fff;
  color: #936dfc;
}

.btn_wrap .btn.type_link {
  background-color: #f4f0fe;
  color: #936dfc;
}

.btn_wrap .btn + .btn {
  margin-top: 10px;
}
