@charset "utf-8";

#topicPath {
  margin: 0 auto 40px;
  padding-top: 24px;
}

#topicPath>.delimiter {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 0 16px;
  /*EDKDS001-03_add_start*/
  background: url(../../commonfiles/images/arrow_black.svg) no-repeat center/contain;
  /*EDKDS001-03_add_end*/
  transform: rotate(-90deg);
  line-height: 16px;
  font-size: 0;
}
#topicPath a > .topicPath {
  color: #333;
}

#topicPath .topicPath {
    color: #bababa;
}

/*SPで表示*/
@media screen and (max-width:768px) {
  /* 画面サイズが768pxまではここを読み込む */
  #topicPath {
    background: none;
    margin: 0 16px 24px;
    padding: 16px 0 0 0;
    font-size: 14px;
  }
  #topicPath>.delimiter {
    margin: 0 12px;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  #topicPath {
    width: 1180px;
  }

  #topicPath a:hover {
    opacity: 0.7;
  }
}
