@charset "UTF-8";

/* -------- html  -------- */
html {
  color: #333333;
  overflow-y: scroll;
}

/* -------- body -------- */
body {
  font: 90%/1.6 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 160%;
  letter-spacing: 0;
  overflow: visible;
  margin: 0 auto;
}

#wrap {
  max-width: 850px;
  margin: 0 auto;
}

/* for Windows */
.win body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
}

/* for Win IE6 */
* html.win body {
  font-family: 'ＭＳ Ｐゴシック';
}

/* for Mac firefox2 */
.mac body.firefox2 {
  font-size: 12px;
}

#main {
  font: 80%/1.6 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  line-height: 160%;
}

/* -------- common -------- */
a {
  overflow: hidden;
}

a img,
img {
  border: 0;
  vertical-align: top;
}

abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var {
  font-style: normal;
  font-weight: bold;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --HEADLINE-- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
}

/* --LIST-- */
ol,
ul {
  margin: 0em 0em 0em 0em;
  text-align: justify;
  text-justify: inter-ideograph;
}

dl {
  margin: 0;
}

ol li,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dd,
ol li,
ul li {
  margin-bottom: 0em;
}

/* ---- Links ---- */
a:link {
  color: #FF6600;
}

a:visited {
  color: #FF6600;
}

a:hover {
  text-decoration: underline;
  color: #FF6600;
}

a:active {
  text-decoration: underline;
  color: #FF6600;
}



/* --------------------------------
    レスポンシブ
-------------------------------- */
.lp_contents {
  max-width: 1980px;
  margin: auto;
}

.lp_contents h1,
h2 {
  font-size: 10px;
}

.pc_img_wrap,
.pc_img_wrap2,
.pc_img_wrap3 {
  font-size: 10px;
  width: 100%;
  /* min-width: 83em; */
  min-width: 73em;
  max-width: 198em;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.pc_img_wrap img,
.pc_img_wrap2 img,
.pc_img_wrap3 img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 198em;
  max-width: none;
}

@media screen and (max-width: 850px) {
  .pc_img_wrap {
    font-size: 0.876vw;
    max-width: 850px;
  }

  .pc_img_wrap2 {
    font-size: 1.2vw;
    max-width: 850px;
  }

  .pc_img_wrap3 {
    font-size: 1vw;
    max-width: 850px;
  }

  .img_19 {
    font-size: 0.676vw;
    left: 55% !important;
  }

  .lp_contents h1,
  h2 {
    font-size: 1.176vw;
  }

  #cont06 dl dd {
    width: 75%;
    /* max-width: 520px; */
  }
}


.cv_area {
  position: relative;
}

.cv_area_bg {
  display: block;
  margin: auto;
}

.inner.cv_item {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -15%;
}

@media (max-width: 751px) {

  .inner.cv_item {
    position: absolute;
    left: 50%;
    bottom: -14%;
    width: 83%;
  }
}