@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* https://cloudcasting.jp//profile/●●
   https://cloudcasting.jp//profile/●●/skill
   https://cloudcasting.jp//profile/●●/photo
   https://cloudcasting.jp//profile/●●/limited */

.pubprof-breadcrumb {
  padding: 1rem 2rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 0.75rem; }
  .pubprof-breadcrumb a {
    color: #51b8b9; }
  .pubprof-breadcrumb__item {
    padding-left: 1.3755rem;
    position: relative; }
    .pubprof-breadcrumb__item::before {
      content: ">";
      position: absolute;
      top: 0;
      left: 0.6rem; }
      .pubprof-breadcrumb__item:first-of-type {
        padding-left: 0; }
      .pubprof-breadcrumb__item:first-of-type::before {
        display: none; }

@media screen and (min-width: 769px) {
  .sp {display: none !important; }

}

@media screen and (max-width: 768px) {
  .pc {display: none !important; }

}
