@charset "utf-8";

[class|="sp"] {
  display: none;
}
[class|="pc"] {
  display: block;
}
html {
  min-height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  padding-bottom: 242px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body::before {
  opacity: 0.7;
}
/* フレーム */
.frame {
  position: relative;
  top: 0;
  left: 0;
  width: 1004px;
  padding: 78px 0 0;
  margin: 0 auto;
}
.frame::before {
  width: 965px;
  height: 78px;
  background: url(../img/frame_header.png) 0 0 no-repeat;
}
.frame::after {
  width: 965px;
  height: 205px;
  background: url(../img/frame_footer.png) 0 0 no-repeat;
}
.frame .inner {
  position: relative;
  z-index: 1;
  width: 965px;
  padding: 0 26px 1px;
  background: url(../img/frame_middle.png) 0 0 repeat-y;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.frame main {
  position: relative;
  top: -36px;
  margin: 0 0 -190px;
}

/***********************************
本文内
***********************************/
h2 {
  font-size: 30rem;
}
article {
  max-width: 100%;
  padding: 0 0 205px;
  font-size: 20rem;
  letter-spacing: 0.03em;
}
article header {
  width: 100%;
  min-width: 100%;
  background: url(../img/title_bg.png) 50% 0 no-repeat;
}
article h1 {
  padding: 13px 0 0;
}
figure {
  text-align: center;
  margin: 0 0 12px;
}
.f_small {
  font-size: 16rem;
}
/***********************************
フッター
***********************************/
.footer_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 212px;
  padding: 111px 0 2px;
  background: url(../../img/footer_bg.png) 50% 0 no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}
.footer_bg footer {
  width: 940px;
  height: 113px;
  margin: 0 auto;
  z-index: 21;
}
.footer_bg .btns {
  clear: both;
  height: 38px;
  margin: 0;
  text-align: right;
  line-height: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .btns li {
  display: inline-block;
  width: 88px;
  height: 31px;
  margin-right: 3px;
}
footer .btns li a {
  display: block;
  background: #fff;
  width: 88px;
  height: 31px;
}
footer .btns li.n1,
footer .btns li.n1 a {
  width: 88px;
}
footer .btns a:hover img {
  opacity: 0.9;
}
.copy {
  float: right;
  clear: both;
  padding: 4px 0 0;
  text-align: right;
  line-height: 1.3;
  font-size: 11rem;
}

.site_top_btn {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.site_top_btn:hover img {
  opacity: 1;
}