/* パンくず用CSS */
.topic_path_flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.topic_path_outer{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    border-top: 1px solid #DDDBD7;
    border-bottom: 1px solid #DDDBD7;
}

.topic_path_inner{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
}
.topic_path_outer a{
    align-items: center;
}
.topic_path_outer a img{
    margin-right: 6px;
}
.home_icon{
    width: 14px;
    height: 14px;
}
.spacer{
    margin:0 10px;
}

@media only screen and (max-width: 800px){
  .topic_path_outer .p-name{
    line-height: 1.8;
  }
}

