@charset "UTF-8";
/*--------------------search.php-------------------------------------*/
/* 抜粋文 */
.search-excerpt {
    font-size: 16rem;
    color: #666;
	margin-top: 10px;
    line-height: 1.6;
}

/* キーワードハイライト */
.search-excerpt .highlight {
	background:linear-gradient(transparent 50%, #ff0 50%);
	padding:0 2px;
}

/* 検索結果アイテム */
@media screen and (max-width: 768px) {
    .search-result-item {
        flex-direction: column;
        gap: 10px;
    }
    .result-date {
        min-width: auto;
    }
}
