/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_202510061459
*/
/* =======================================================
   主婦×Webライター事始め：タイトルとブログ説明の縦並び化
   ======================================================= */

.keni-header_col1 {
    /* タイトル（左側）の幅を広げ、横並びを解除 */
    width: 100% !important;
}

.keni-header_col2 {
    /* ブログ説明（右側）の幅を広げ、左寄せに調整 */
    width: 100% !important;
    float: none !important; /* 横並びのfloatを解除 */
    text-align: left !important; /* テキストを左寄せに */
    margin-top: 5px !important; /* タイトルとの間に少しスペースを空ける */
}

.keni-header_col2 .keni-header_cont {
    /* ブログ説明のコンテナをブロック要素化し、表示を整える */
    display: block !important;
    padding: 0 !important;
}