@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container-instance {
  margin: 0 !important;
}

body {
  font-family: Hiragino Sans, Noto Sans JP, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #2d2d2d;
  min-height: 100vh;
}

img {
  vertical-align: bottom;
}

a {
  color: black;
}

.l-container {
  margin: 0 auto;
  position: relative;
  max-width: 768px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.l-container img {
  width: 100%;
}

.p-logo {
  text-align: center;
  margin-top: min(6.4vw, 48px);
  margin-bottom: min(6.4vw, 48px);
  margin-left: auto;
  margin-right: auto;
  width: min(56.2666666667vw, 422px);
}

.p-copy {
  width: min(82.1333333333vw, 616px);
  margin-top: min(8vw, 60px);
  margin-bottom: min(6.6666666667vw, 50px);
  margin-left: auto;
  margin-right: auto;
}

.p-cta {
  width: min(71.4666666667vw, 536px);
  margin-bottom: min(16vw, 120px);
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=style.css.map */