.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 10px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list a {
  font-size: 10px;
}
.contents-wrapper {
  padding: 40px 0;
}
h1.top-cont-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 0;
}
h2.top-cont-title{
position: relative;
margin: 0 0 10px;
padding: 0.5em 1em 0.5em 20px;
color: #fff;
font-family: "Noto Sans JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
background:#000 url("https://gigaplus.makeshop.jp/kanzawa/img/top/title_bl.jpg") no-repeat right top;
}

h2.top-cont-title:before{
content: "";
width: 6px;
height: 26px;
background:url("https://gigaplus.makeshop.jp/kanzawa/img/top/title_icon.svg") no-repeat 0 0;
background-size: 100% 100%;
position: absolute;
left: 5px;
top: 0.5em;
}

@media screen and (min-width: 1000px) {
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: initial;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list a {
    font-size: 12px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 10px 80px 30px;
    width: 100%;
  }
  main {
    width: calc(100% - 260px);
    max-width: 1000px;
  }

}



.evaluation-text{
overflow: hidden;
width: 96%;
margin: 0 auto;
line-height: 1.8;
}
.evaluation-text .red{
color: #c00;
font-weight: bold;
}
.evaluation-text img{
display: inline;
}


@media screen and (min-width: 1000px) {
.evaluation-text{
width: 100%;
max-width: 1000px;
}
}
