@charset "utf-8";
/* CSS Document */
.breadcrumb {
    margin: 5px 0 0 10px;
    display: flex;
    list-style: none;
    color: #fff;
}
.breadcrumb a{
    color: #fff;
}
.breadcrumb a:hover{
    opacity: 0.5;
}
.breadcrumb li::after{
  content: '＞';
  display: inline-block;
 background:none;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumb li:last-child::after{
  display: none;
}

@media screen and (min-width:640px){
   aside{
    height:770px;
    }
}
