@charset "UTF-8";

/* カスタムcss　上書き用に使用。style.cssは原則編集しない。 */
.header-logo {
    position: relative;
}
.header-logo::before {
    content: "（仮称）";
    color: #4B4F55;
    font-size: 28px;
    position: absolute;
    top: 23px;
    right: -108px;
}
@media screen and (max-width: 1200px) and (min-width:1101px) {
    .header-logo::before {
        font-size: 24px;
        top: 24px;
        right: -96px;

    }}
    @media screen and (max-width: 1100px) and (min-width: 769px) {
    .header-logo::before {
                font-size: 18px;
        top: 29px;
        right: -70px;

    }}
  @media screen and (max-width: 768px) {
    .header-logo::before {
    font-size: 18px;
    top: 12px;
    right: -74px;
}
  }
