/*!
Theme Name: 賢威8.0
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー
Author URI: https://web-rider.jp/
Description: 賢威8.0 スタンダード版テンプレートです。
Version: 8.0.1.13
Text Domain: keni
*/

/*----------------------------------------------------
	ヘッダーレイアウト調整
----------------------------------------------------*/
.keni-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.keni-gnav_wrap {
	background: none;
}

.keni-gnav_outer {
	width: auto;
	margin: 0;
}

.keni-gnav_cont > li {
	float: none;
}



/* AEO - Summary Box */
.summary-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.summary-box-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 2px solid #0083c3;
    padding-bottom: 5px;
}

.summary-box-content p:last-child {
    margin-bottom: 0;
}

