@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 {
  font-size: 12px;
  line-height: 1.6;
}
* {
  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 {
  height: auto;
  border: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
article, aside, hgroup, header, footer, figure, figcaption, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.pc {
  display: none !important;
}
.sp {
}
/*-----------------
header
-----------------*/
header {
  padding: 20px;
}
header h1 a {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 14vw;
  background: url(../img/hdr_logo.png) no-repeat left bottom 3px;
  background-size: 11.875vw auto;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
header h1 a img {
  width: 75vw;
  margin: 2px 0 7px;
}
header nav {
  padding: 15px 0 0;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul li a {
  display: block;
  border-bottom: 1px solid #043E04;
  color: #000;
  font-size: 3.75vw;
  text-decoration: none;
  line-height: 2;
}
/*-----------------
pagetitle
-----------------*/
.pagetitle {
  height: 100px;
  background: #1C1C1C url(../img/pagetitle_bg.png) no-repeat;
  background-size: auto 30px;
  background-position: left 60% bottom 15px;
}
.pagetitle h2 {
  box-sizing: border-box;
  padding: 20px 0 0 15px;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
}
.pagetitle h2 img {
  width: auto;
  height: 30px;
  margin: 0 15px 5px 0;
  vertical-align: middle;
}
/*-----------------
panlist
-----------------*/
.panlist {
  margin: 0 15px 30px;
  padding: 10px 0;
}
.panlist li {
  display: inline-block;
  font-size: 14px;
}
.panlist li + li:before {
  content: "　＞　";
}
.panlist li a {
  color: #000;
}
/*-----------------
pagetop
-----------------*/
.pagetop {
  display: none;
}
/*-----------------
footer
-----------------*/
footer {
  background: #1C1C1C;
}
footer .inner {
  padding: 40px 20px;
}
footer .logo {
  margin: 0 0 10px;
}
footer .logo a {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0 14vw;
  background: url(../img/ftr_logo.png) no-repeat left bottom;
  background-size: 11.875vw auto;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
footer .logo a img {
  width: 75vw;
  margin: 5px 0 0;
}
footer .address {
  padding: 0 0 0 5px;
  color: #FFF;
  font-size: 12px;
}
footer .tel {
  margin: 0 0 15px;
  padding: 0 0 0 5px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}
footer .bnr {
  width: 100%;
}
footer .bnr img {
  width: 100%;
}
footer ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}
footer ul li a {
  color: #FFF;
  font-size: 3.75vw;
}
footer .copyright {
  padding: 20px 0;
  background: #FFF;
  font-size: 13px;
  text-align: center;
}
