/*
Theme Name: Switch Child
Theme URI: https://tcd-theme.com/
Description: Child theme for Switch (tcd063)
Author: Your Name
Template: switch_tcd063
Version: 1.0.0
*/

/* ==========================================================================
   ここに子テーマ専用の追加CSSを記述していきます
   ========================================================================== */
.pt-cv-view .pt-cv-title {
    font-size: 100%;
}
.p-entry__body h2.pb_headline {
    font-weight: 600;
}
.sidebar_post_title h2 {
    display: none;
}
li.p-tab-panel__tab-item {
    line-height: 1.5;
    height: auto;
    padding: 8px 0px;
}
.p-faq__list dt h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    pointer-events: none;
}