@charset "utf-8";
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
}
body {
  line-height: 1.5em;
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}
.container {
  width: 100%;
  max-width: 930px;
  padding: 0 40px;
}
@media (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  border: 0;
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix.text-v-wrap:after {
  display: block;
  clear: both;
  width: 0px;
  height: auto;
  visibility: hidden;
  content: ".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
.sp {
  display: none;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#main_visual {
  line-height: 0;
  padding: 120px 0 160px;
  margin: 0 auto;
}
#main_visual .container {
  max-width: none;
  position: relative;
  padding: 0;
  width: 100%;
}
#main_visual .inner {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 40px;
}
#main_visual h1 {
  text-align: center;
  line-height: 0;
}
#main_visual h1 img {
  width: 473px;
  max-width: 100%;
}
@media (max-width: 599px) {
  #main_visual {
    padding: 60px 0;
  }
  #main_visual .inner {
    padding: 0 80px;
  }
}
.to_pagetop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  text-align: center;
  display: none;
  z-index: 10;
  line-height: 0;
}
/*スマフォ版*/
@media (max-width: 599px) {
  .to_pagetop {
    bottom: 20px;
    right: 20px;
  }
}
#footer {
  padding: 30px 0;
  background-color: #f7f6f5;
}
#footer .container {
  padding: 0 30px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
}
.copyright {
  float: right;
  line-height: 1em;
}
#main {
  margin-bottom: 0;
}
/*汎用*/
.inner_blk10 {
  padding: 0 10px;
}
.inner_blk20 {
  padding: 0 20px;
}
