/*
Theme Name: shitami
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
Tags: テーマの特徴を表すタグ（カンマ区切り）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

.category-title {
    text-align: center;
    margin: 10px 0 -10px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .category-title {
    font-size: 2rem;
    margin: 10px 0 0;
  }
}