@charset "UTF-8";

/* ================================================================================

  [pc] 共通

================================================================================ */

/* reset
-------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
ul, ol, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}


/* layout
-------------------------------------------------------------------- */
body {
  color: #2b2b2b;
  background-color: #ffffff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  width: 100%;
  min-height: 101vh;
  margin: 0px auto;
}
.wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}


/* header
-------------------------------------------------------------------- */
header {
  width: 100%;
  background: #191233;
  position: relative;
}
header h1 {
  font-weight: 700;
  margin: 0;
}


/* card
-------------------------------------------------------------------- */
.card {
  position: relative;
}
.card p {
  margin-bottom: 1em;
}


/* LINE友だち追加
-------------------------------------------------------------------- */
.line_box {
  position: relative;
  margin: 40px 0;
}