@charset "UTF-8";
#wrap {
  border-top: none;
}

#header2017 img {
  display: block;
  height: auto;
}
#header2017 a {
  display: inline-block;
  text-decoration: none;
}
#header2017 .header-navi-list a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: relative;
}
#header2017 .header-inr {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#header2017 .header-inr-lv1 {
  height: 75px;
  position: relative;
}
#header2017 .header-logo {
  position: absolute;
  top: 13px;
  left: 0;
}
#header2017 .header-logo img {
  width: 108px;
}
#header2017 .header-title {
  padding: 28px 0 0;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
#header2017 .header-title a {
  color: #2b783d;
}
#header2017 .header-menu {
  display: none;
}
#header2017 .header-ui {
  position: absolute;
  top: 30px;
  right: 0;
  height: 25px;
}
#header2017 .header-ui a:hover {
  opacity: .8;
}
/*#header2017 #headsearch {
  float: right;
  position: relative;
  margin: 0 0 0 10px;
}
#header2017 #searchtop {
  width: 200px;
  height: 25px;
  line-height: 23px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 0 30px 0 7px;
  font-size: 100%;
  color: #000;
}
#header2017 #TopSubmit {
  position: absolute;
  top: 4px;
  right: 7px;
}*/
#header2017 .header-navi {
  width: 100%;
  background-color: #42494b;
  position: relative;
}
#header2017 .header-navi.header-navi-fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header2017 .header-navi-main {
  text-align: center;
}
#header2017 .header-navi-list {
  display: inline-block;
  position: relative;
  height: 54px;
}
#header2017 .header-navi-list::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #828282;
  position: absolute;
  top: 11px;
  right: 0;
}
#header2017 .header-navi-list a {
  display: block;
  font-size: 107%;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 39px;
  box-sizing: border-box;
}
#header2017 .header-navi-list a:before {
  border-color: transparent transparent transparent #fff;
}
#header2017 .header-navi-list a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#header2017 .header-navi-list a span {
  display: inline-block;
  vertical-align: middle;
}
#header2017 .header-navi-list a:hover span {
  text-decoration: underline;
}
#header2017 .header-navi-list.header-navi-list-last::after {
  display: none;
}

.pc-fix-nav-wrap--fixed {
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 99;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #header2017 {
    height: 50px;
  }
  #header2017 .header-navi-list a:before {
    display: none;
  }
  #header2017 .header-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  #header2017 .header-inr {
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }
  #header2017 .header-inr-lv1 {
    height: 50px;
  }
  #header2017 .header-logo {
    position: absolute;
    top: 12.5px;
    left: 15px;
  }
  #header2017 .header-logo img {
    width: 54px;
  }
  #header2017 .header-title {
    padding: 20px 0 0;
    font-size: 14px;
  }
  #header2017 .header-menu {
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
  }
  #header2017 .header-menu > span {
    display: block;
    height: 2px;
    background-color: #000;
    transition: .25s ease-out;
  }
  #header2017 .header-menu > span.header-menu-bar1 {
    transform-origin: left top;
    -ms-transform-origin: left top;
  }
  #header2017 .header-menu > span.header-menu-bar2 {
    margin: 4.5px auto 0;
  }
  #header2017 .header-menu > span.header-menu-bar3 {
    transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    margin: 4.5px auto 0;
  }
  #header2017 .header-ui {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #42494b;
  }
  #header2017 #srchBox {
    display: none;
  }
  #header2017 .header-spacer {
    height: 0 !important;
  }
  #header2017 .header-navi {
    height: 0;
    overflow: hidden;
    background-color: #42494b;
    z-index: 100;
  }
  #header2017 .header-navi.header-navi-fix {
    position: static;
  }
  #header2017 .header-navi-main {
    text-align: left;
    border-top: solid 1px #828282;
  }
  #header2017 .header-navi-list {
    display: block;
    width: 100%;
    height: 50px;
    border-right: none;
    border-bottom: solid 1px #828282;
  }
  #header2017 .header-navi-list a {
    font-size: 14px;
    padding: 0 15px;
  }
  #header2017 .header-open-bg {
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.78);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  #header2017.header-menu-open .header-inr {
    background-color: #42494b;
  }
  #header2017.header-menu-open .header-menu > span {
    background-color: #fff;
  }
  #header2017.header-menu-open .header-menu > span.header-menu-bar1 {
    transform: rotate(45deg) translate(2.5px, -2.5px);
    -ms-transform: rotate(45deg) translate(2.5px, -2.5px);
  }
  #header2017.header-menu-open .header-menu > span.header-menu-bar2 {
    opacity: 0;
  }
  #header2017.header-menu-open .header-menu > span.header-menu-bar3 {
    transform: rotate(-45deg) translate(2.5px, 2.5px);
    -ms-transform: rotate(-45deg) translate(2.5px, 2.5px);
  }
  #header2017 .sp-fix-nav {
    top: 50px;
  }
  #header2017 .sp-fix-info-ttl {
    top: 0;
  }

  .pc-fix-nav-wrap--fixed {
    position: static;
  }
}
.breadcrumb {
  width: 980px;
  margin: 0 auto;
  padding: 14px 0 12px;
}
.breadcrumb .cf {
  font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', sans-serif;
}
.breadcrumb .cf li {
  display: inline-block;
  vertical-align: middle;
  font-size: 92%;
  font-weight: bold;
  line-height: 1;
}
.breadcrumb .cf li a {
  color: #2f3f8d;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    display: none;
  }
}


/* Yahoo検索 */
#srchBox { float: right; position: relative; margin: 0;}
#srchBox * { margin:0; padding:0; font-size:13px; *font-size:small; *font:x-small;}
#srchBox a img { border:none;}

#srchBox #srch { padding:0 0 0 10px;}
#srchBox #srch #srchForm { white-space:nowrap;}
#srchBox #srchInput {
	width: 200px;
	height: 25px;
	line-height: 23px;
	box-sizing: border-box;
	font-size: 90%;
	color: #777777;
}
#srchBox #srchInput::-ms-clear {display: none;}

#srchBox #srchBtn { position: absolute; top: 4px; right: 5px; background:#fff;}
*html #srchBox #srchBtn { padding-top:2px;}
*:first-child+html #srchBox #srchBtn { padding-top:2px;}

#srchBox ul { margin-top:6px; text-align:left;}
#srchBox li { list-style-type:none; display:inline; zoom:1; padding-right:10px;}
#srchBox li input { zoom:1; margin-right:2px; _margin:-4px 0 -4px -4px; vertical-align:middle; border:0;}
*:+html #srchBox li input { margin:-4px 0 -4px -4px;}

#srchBox #srchLogo { margin:6px 6px 6px 0; text-align:right;}
#srchBox #srchLogo a { color:#666666; text-decoration:none; font-size:85%;}
#srchBox #srchLogo a:hover { text-decoration:underline;}

#srchBox.watermark { padding-bottom: 6px;}

#srchBox.watermark #srchInput {
	padding:1px 1px 2px 4px;
	border:1px solid #a5acb2;
	background: #fff;
}
#srchBox.watermark #srchInput.nomark { background: #fff;}
#srchBox.watermark #srchLogo {display: none;}