@charset "UTF-8";

/*reset*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

a img,
:link img,
:visited img {
  border: 0;
}

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

ul,
ol {
  list-style-type: none;
}

ul li img {
  vertical-align: top;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  color: #303030;
  background: #f7f7f7;
}

@media (max-width: 640px) {
  html,
  body {
    font-size: 100%;
    font-size: 4vw;
  }
}

@media (max-width: 640px) {
  html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

.pcOnly {
  display: block;
}

@media (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media (max-width: 1024px) {
  .spOnly {
    display: block;
  }
}

.fade {
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.fade:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (max-width: 640px) {
  .fade:hover {
    opacity: 1;
    cursor: pointer;
  }
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 2% auto;
  padding: 60px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
  .wrapper {
    width: 96%;
    margin: 2% auto;
  }
}

@media (max-width: 640px) {
  .wrapper {
    padding: 24px;
  }
}

h1 {
  font-size: 24px;
  margin: 1em 0 1.5em;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 640px) {
  h1 {
    margin: 1em 0 2em;
  }
}

h2 {
  font-size: 20px;
  padding: 2em 0 1em;
  line-height: 1.3;
  font-weight: bold;
  color: #ea5f9a;
  letter-spacing: 2px;
}

p {
  font-size: 14px;
  padding-bottom: 1em;
  line-height: 1.6;
}

ul li {
  margin-left: 1.5em;
  padding-bottom: 1em;
  list-style: disc;
  font-size: 14px;
  line-height: 1.6;
}

ul li.sub {
  list-style: none;
}

ul li.sub li {
  list-style: decimal;
}

ul.attention li {
  margin-left: 0;
  padding-bottom: 1em;
  list-style: none;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.attention li::before {
  content: "※";
  padding-right: 2px;
}

footer {
  margin-top: 4em;
}

footer p {
  font-size: 12px;
  text-align: center;
}
