@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1050px !important;
  font-size: 13px;
}
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
ol, ul, li {
  list-style-type: none;
}
img {
  border: 0;
}
article, aside, hgroup, header, footer, figure, figcaption, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pc {
}
.sp {
  display: none !important;
}
/* クリアフィックス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;/*	overflow: hidden;*/
}
.clear {
  clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*-----------------
header
-----------------*/
header {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}
header h1 {
  width: 430px;
  padding: 10px 0 0;
}
header h1 a {
  display: block;
  box-sizing: border-box;
  width: 430px;
  height: 90px;
  padding: 0 0 0 70px;
  background: url(../img/hdr_logo.png) no-repeat 0 15px;
  background-size: 55px 62px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
header h1 a img {
  width: 359px;
  margin: 5px 0 10px;
}
header nav {
  width: 350px;
  padding: 35px 0 0;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul li a {
  display: block;
  border-bottom: 2px solid #043E04;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
}
/*-----------------
pagetitle
-----------------*/
.pagetitle {
  height: 200px;
  background: #1C1C1C url(../img/pagetitle_bg.png) repeat-x;
  background-position: center bottom 25px;
}
.pagetitle h2 {
  box-sizing: border-box;
  width: 1000px;
  height: 200px;
  margin: 0 auto;
  padding: 57px 0 0;
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
}
.pagetitle h2 img {
  width: auto;
  height: 60px;
  margin: 0 30px 17px 0;
  vertical-align: middle;
}
/*-----------------
panlist
-----------------*/
.panlist {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 10px 0;
}
.panlist li {
  display: inline-block;
  font-size: 14px;
}
.panlist li + li:before {
  content: "　＞　";
}
.panlist li a {
  color: #000;
}
/*-----------------
pagetop
-----------------*/
.pagetop {
  position: fixed;
  bottom: 226px;
  right: 40px;
}
@media screen and (max-width:1210px) {
  .pagetop {
    display: none !important;
  }
}
/*-----------------
footer
-----------------*/
footer {
  background: #1C1C1C;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 1000px;
  height: 280px;
  margin: 0 auto;
}
footer .info {
  width: 500px;
  padding: 60px 0 0;
}
footer .logo a {
  display: block;
  box-sizing: border-box;
  width: 430px;
  padding: 0 0 0 70px;
  background: url(../img/ftr_logo.png) no-repeat;
  background-size: 55px auto;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
footer .logo a img {
  width: 359px;
  margin: 5px 0 10px;
}
footer .address {
  padding: 0 0 0 70px;
  color: #FFF;
  font-size: 14px;
}
footer .tel {
  padding: 0 0 0 70px;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
}
footer .bnr {
  width: 500px;
  padding: 60px 0 0;
}
footer ul {
  width: 100%;
  margin: 20px 0 0;
  text-align: right;
}
footer ul li {
  display: inline-block;
  padding: 0 15px;
}
footer ul li a {
  color: #FFF;
  font-size: 16px;
}
footer .copyright {
  padding: 20px 0;
  background: #FFF;
  font-size: 13px;
  text-align: center;
}
