@charset "utf-8";

.pmark {
    background-color: #f5f5f5; /* 薄いグレー */
    padding: 5px 0; /* 高さを調整 */
    color: #333;
    text-align: center;
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    justify-content: center; /* 横方向の中央揃え */
}

.pmark-image {
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}

.pmark-pc-0 {
    justify-content: center; /* 横方向の中央揃え */
}

.pmark-sp-0 {
    text-align: left;
    line-height: 14px;
}

.pmark-pc-1 {
    font-size: 12px;
    font-weight: bold;
}

.pmark-pc-2 {
    font-size: 10px;
}

.pmark-sp-1 {
    font-size: 10px;
    font-weight: bold;
}

.pmark-sp-2 {
    font-size: 10px;
}

@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}
