@media (max-width: 769px) { 
  .l-content.isPage {
  padding-top: 5px;
}
h1 {
  margin-top: 10px!important;
  margin-bottom: -10px!important;
}
}

h1.c-pageTitle {
  padding: 0em 1em;
  color: #000;
  background: transparent;
  border-left: solid 5px #000;
}
.c-breadcrumb a[href="<{$home_url}>"] {
  color: #333333; /* 一般的なリンクの色 */
  text-decoration: none; /* 下線を無効に */
}
.c-breadcrumb li:first-child a {
  color: inherit;
  text-decoration: none;
}
.c-breadcrumb ol {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.c-breadcrumb li {
  margin-right: 10px;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
}

@media (min-width: 769px) { 
  h1.c-pageTitle {
 font-size: 180%;
}
 }

@media (max-width:768px){ 
  .l-content{
	padding-top:5px;
}　
h1.c-pageTitle {
  padding: 0em 1em;
  color: #000;
  background: transparent;
  border-left: solid 5px #000;
 font-size: 120%;
  }
  .c-itemsUI {
  margin-top:0px!important;
}
.c-items {
  padding-top:0px!important;
  }
}