@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

.lp_container .clearfix:before, .lp_container .clearfix:after {
  content: "";
  display: table;
}
.lp_container .clearfix:after {
  clear: both;
}
.lp_container .clearfix {
  zoom: 1;
}
.lp_container *, .lp_container *:before, .lp_container *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_container img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* font-family */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
body {
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* font-size */
html {
  font-size: 10px;
  font-size: calc(100vw / 32);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (min-width: 751px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.lp_container {
  /* link-color */
  /* hover alpha */
}
.lp_container h1, .lp_container h2, .lp_container h3, .lp_container h4, .lp_container h5, .lp_container h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.lp_container p, .lp_container td, .lp_container th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
.lp_container a {
  color: #333;
  font-weight: bold;
}
.lp_container a:hover {
  color: #666666;
}
.lp_container sup, .lp_container .sup {
  vertical-align: super;
  font-size: 8px;
  font-size: 0.8rem;
}
.lp_container .alpha img {
  opacity: 1.0;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.lp_container .alpha:hover img {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
}
