/* Common */
body,
html {
  width: 100%;
  height: 100%;
}

body,
button,
h1,
h2,
li,
div,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-weight: normal;
}

body,
button {
  font-family: -apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,sans-serif;
  font-size: 16px;
}

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

ul {
  list-style: none;
}

address,
em {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

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

/* common */
.inner {
  margin: 0 auto;
  width: 360px;
  text-align: center;
}

.inner .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.inner .btn_try_link {
  display: inline-block;
  padding: 0 20px;
  min-width: 200px;
  height: 58px;
  border-radius: 29px;
  font-size: 18px;
  font-weight: 700;
  line-height: 58px;
  box-sizing: border-box;
}

.content {
  min-width: 360px;
  /* spot section */
  /* qr section */
  /* footer */
}

.content .spot_section {
  background: linear-gradient(0deg, #0C4FFF 0%, #1674FF 100%);
}

.content .spot_section header {
  padding: 40px 0;
}

.content .spot_section header .link_title {
  display: inline-block;
}

.content .spot_section header .link_title .logo {
  margin: 0 auto;
  width: 156px;
  height: 35px;
  background: url(../img/img_logo.png) no-repeat;
  background-size: 156px 35px;
}

.content .spot_section .title {
  margin-bottom: 4px;
  color: #fff;
}

.content .spot_section .img_spot {
  margin-bottom: 8px;
}

.content .spot_section .text_section {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
}

.content .spot_section .btn_try_link {
  margin-bottom: 54px;
  background: #fff;
  color: #2E5FFF;
}

.content .qr_section .title {
  margin: 40px 0 12px;
}

.content .qr_section .text_section {
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 600;
}

.content .qr_section .img_qr {
  display: block;
  margin: 0 auto 44px;
}

.content .qr_section .btn_try_link {
  margin-bottom: 16px;
  background: #2E5FFF;
  color: #fff;
}

.content footer {
  padding-bottom: 92px;
}

.content footer .address {
  color: #999;
}

.content footer .address li {
  font-size: 12px;
  line-height: 16px;
}

.content footer .address li a {
  display: inline-block;
  margin-bottom: 8px;
  color: #999;
  text-decoration: underline;
}

/*# sourceMappingURL=map/share_event_ai_avatar.css.map */
