@charset "utf-8";

[class|="sp"] {
  display: none;
}
[class|="pc"] {
  display: block;
}
html {
  min-height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body::before {
  opacity: 0.7;
}
/* フレーム */
.frame {
  position: relative;
  top: 0;
  left: 0;
  width: 1004px;
  padding: 254px 0 0;
  margin: 0 auto;
}
.frame::before {
  width: 1000px;
  height: 254px;
  background: url(../img/frame_header.png) 0 0 no-repeat;
}
.frame::after {
  width: 1000px;
  height: 212px;
  background: url(../img/frame_footer.png) 0 0 no-repeat;
}
.frame .inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  padding: 0 45px 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: -210px;
  margin: 0 0 -306px;
}

/***********************************
本文内
***********************************/
h2 {
  font-size: 30rem;
}
article {
  max-width: 100%;
  padding: 0 0 290px;
  font-size: 20rem;
}
article header {
  width: 100%;
  min-width: 100%;
  height: 194px;
}
article h1 {
  padding: 10px 0 0;
}
article h1 img {
  width: auto;
}
figure {
  text-align: center;
  margin: 0 0 12px;
}
.f_small {
  font-size: 16rem;
}
/***********************************
フッター
***********************************/
.footer_bg {
  width: 100%;
  max-width: 100%;
  padding: 30px 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_bg footer {
  position: relative;
  width: 961px;
  height: 113px;
  padding: 0;
  margin: 0 auto;
  z-index: 21;
}
.copy {
  float: right;
  clear: both;
  padding: 4px 0 0;
  text-align: right;
  line-height: 1.3;
  font-size: 11rem;
}

.share {
  position: absolute;
  left: 490px;
  width: 114px;
  margin: 0;
}
.share #line {
  display: none;
}
.share img {
  width: 52px;
}

.site_top_btn {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
}
.site_top_btn:hover img {
  opacity: 1;
}