@charset 'UTF-8';

/* セクションの見出し */
.section-title {
    background: #f1f4fb;
    border-left: 4px solid #FFB800;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

/* 項目タイトル (dt) */
.kn-d-list dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

/* タイトル横のアイコン画像 */
.kn-d-list dt img {
    margin-right: 10px;
}

/* 説明テキスト (dd) */
.kn-d-list dd {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 34px;
    margin-bottom: 30px;
    margin-left: 0;
}