.breadcrumb {
  margin: 20px 0 40px;
}

div#breadcrumbWrap {
  margin: 20px 0 40px;
}

#breadcrumbWrap .breadcrumb {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-list {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb-list:not(:last-child):after {
  content: ">";
  color: #666;
  margin: 0 4px 0 8px;
}
.fav-item{
  display:none!important;
}
.banner-list{
  list-style:none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  gap: 20px;
  margin-bottom: 20px;
}
.banner-list li{
    max-width: 460px;
  width: 100%;
}
.banner-list li a{
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 35px;
  border: 2px solid #6E0000;
  gap: 10px;
}
.banner-list li a img{
  height:30px;
}
.banner-list li a p{
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6E0000;
  font-size: 20px;    
  font-weight: 700;
  line-height: 28px;
  width: auto;
}
@media (min-width: 768px) {
    .iconNav img {
        width: 35px;
    }
}
@media (max-width: 768px) {
  #hdr .hdrBottom--onlyNav .gNav ul{
      justify-content: space-between; 
  }
  #hdr .gNav > ul > li:not(:last-child){
	margin-right:20px;
  }
  #hdr .hdrBottom .gNav.gNav--typeC a{
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .hdrTop .hdrInner{
    padding: 0 15px;
  }
  .hdrTop .hdrInner .hdrInfo{
    text-align: left;
  }
  .hdrTop .hdrInner .pcOnly{
    text-align:right;
  }
}
@media (min-width: 992px) {
    .fNav--typeA.container{
        padding: 40px 15px;
    }
}
#ftr .fNav--typeA .fNav__logo img{
  width: 175px;
  max-width: 100%;
}