@charset "UTF-8";
#wrap {
  border-top: none;
}

#header2017 img {
  display: block;
  height: auto;
}
#header2017 a {
  display: inline-block;
  text-decoration: none;
}
#header2017 .header-btn:before, #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: 32px 0 0;
  text-align: center;
}
#header2017 .header-menu {
  display: none;
}
#header2017 .header-ui {
  position: absolute;
  top: 30px;
  right: 0;
  height: 25px;
}
#header2017 .header-ui a:hover {
  opacity: .8;
}
#header2017 .header-btn {
  float: left;
  width: 144px;
  height: 25px;
  box-sizing: border-box;
  border: solid 1px #2f3f8d;
  color: #2f3f8d;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
#header2017 .header-btn:before {
  border-color: transparent transparent transparent #2f3f8d;
  top: -1px;
}

#header2017 .header-navi {
  width: 100%;
  background-color: #e5e5e5;
  position: relative;
}
#header2017 .header-navi.diff-fcnt-globalnavigation {
  width: 100%;
  background-color: #606060;
  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.diff-fcnt-globalnavigation .header-navi-main{
	text-align: left;
}
#header2017 .header-navi-list {
  display: inline-block;
  width: 240px;
  height: 54px;
  box-sizing: border-box;
  border-right: solid 1px #fff;
  white-space: nowrap;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list{
	width:10em;
	position: relative;
	border-right: none;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list.diff-bland{
	width:14em;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list::after{
	content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: #828282;
    position: absolute;
    top: 11px;
    right: 0;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list.header-navi-list-last::after {
  display: none;
}
#header2017 .header-navi-list a {
  display: block;
  font-size: 123%;
  color: #000;
  width: 100%;
  height: 100%;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list a {
    color: #FFF;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
	padding-left: 12px;
}
#header2017 .header-navi-list a:before {
  border-color: transparent transparent transparent #000;
}
#header2017 .header-navi.diff-fcnt-globalnavigation .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 {
  border: 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-btn:before, #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;
  }
  #header2017 .header-title img {
    width: 118px;
  }
  #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: #fff;
  }
  #header2017.diff-fcnt-header.header-menu-open .header-ui{
    background-color: #606060;
  }
  #header2017 .header-btn {
    float: none;
    width: 135px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 50px;
  }
  #header2017 .header-btn:before {
    display: inline-block;
    border-width: 3px 0 3px 5px;
  }
  #header2017.diff-fcnt-header.header-menu-open .header-btn {
    float: none;
    width: 135px;
    height: 25px;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 50px;
    color: #fff;
    border-color: #fff;
  }
  #header2017.diff-fcnt-header.header-menu-open .header-btn:before {
    display: inline-block;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
  } 
  #header2017 #srchBox {
    display: none;
  }
  #header2017 .header-spacer {
    height: 0 !important;
  }
  #header2017 .header-navi {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
  }
  #header2017 .header-navi.header-navi-fix {
    position: static;
  }
  #header2017 .header-navi-main {
    text-align: left;
    border-top: solid 1px #f3f3f3;
  }
  #header2017 .header-navi-list {
    display: block;
    width: 100%;
    height: 50px;
    border-right: none;
    border-bottom: solid 1px #f3f3f3;
    padding: 0 15px;
  }
  #header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list,
  #header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list.diff-bland{
    display: block;
    width: 100%;
    height: 50px;
    border-right: none;
    border-bottom: solid 1px #828282;
    padding: 0 15px;
  }
  #header2017 .header-navi.diff-fcnt-globalnavigation .header-navi-list::after{
    display: none;
  }
  #header2017 .header-navi-list a {
    font-size: 14px;
    padding: 0;
  }
  #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-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.diff-fcnt-header.header-menu-open .header-inr {
    background-color: #606060;
  }
  #header2017.diff-fcnt-header.header-menu-open .header-menu > span {
    background-color: #fff;
  }
  #header2017.diff-fcnt-header.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.diff-fcnt-header.header-menu-open .header-menu > span.header-menu-bar2 {
    opacity: 0;
  }
  #header2017.diff-fcnt-header.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;
  }
}
