@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;600&display=swap');
/* ==================================================
見出し1
================================================== */

/* 見出し2
================================================== */

/* 見出し3 */

/* ==================================================
検索結果詳細ページ
================================================== */

/* 余白広め
================================================== */
dl.list dt,dl.list dd{
    padding: 0.5rem 1rem;
}
dl.list{
	background-color: initial;
}

/* 見出し青
================================================== */
dl.single_joto dt{
	color: #fff;
	background-color: #0063b1;
}
dl.single_joto dt:first-child{
	border-top: none;
}
/* dl.single_joto dd:nth-of-type(odd){
	background-color: #ecf3ff;
} */