/*
Theme Name: Lab23 Child
Description: Lab23の子テーマです
Author:
Author URI:
Template: lab23
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.menu-item-lpt a {
    font-weight: 600;
}

.menu-item-lpt-login a {
    text-decoration: underline;
}

.p-category-archive-hero {
    margin-bottom: 2rem;
}

.p-category-archive-hero__inner {
    padding: 1.25rem 1rem;
}

.p-category-archive-hero__ttl {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

/* -----------------------------------------------
   親カテゴリアーカイブ：中カテゴリ別グループ
----------------------------------------------- */
.p-category-group {
    margin-bottom: 3rem;
}

.p-category-group__ttl {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    border-left: 4px solid currentColor;
    line-height: 1.4;
}

.p-category-group__ttl a {
    text-decoration: none;
    color: inherit;
}

.p-category-group__ttl a:hover {
    text-decoration: underline;
}