@charset "UTF-8";
/* common for phchd breadcrumb
-------------------------- */

.phchdbreadcrumb {
  border-top: 1px solid #e6e6e6;
}

@media screen and (max-width: 768px) {
  .phchdbreadcrumb {
    display: none;
  }
}
.container {
  border-top: initial;
}

@media screen and (max-width: 768px) {
  .container {
    margin-top: 29px;
    border-top: 1px solid #e6e6e6;
  }
}
