@charset "UTF-8";

/*-------------------------
__common_style
-------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
  font-size: 62.5%;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
fieldset,
table,
img,
a img {
  border: 0;
}
address,
em {
  font-style: normal;
}
strong,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input::-ms-clear {
  visibility: hidden;
  display: none;
}

.smt_on {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .smt_on {
    display: block!important;
  }
  .smt_off {
    display: none!important;
  }
}

/*-------------------------
__contents
-------------------------*/
#contents {
  display: block;
  max-width: 1056px;
  margin: 0 auto;
}
#contents {
  font-size: 1px;
  line-height: 0;
}
#contents img {
  height: auto;
  width: 100%;
}
#contents .content_header {
  position: fixed;
  top: 0;
}
#contents .content_body {
  margin-top: 26.99%;
}

@media only screen and (max-width: 767px) {
  #contents .content_body {
    margin-top: 27.02%;
  }
}
