﻿h3 {
	/*線の種類（実線） 太さ 色*/
	border-left: solid 5px #7db4e6;/*左線*/
	font-family: "Yu Gothic", "Arial", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
}

h4 {
	color: #364e96;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1;/*行高*/
	background: #dbebf8;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	font-family: "Yu Gothic", "Arial", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
}

h4:before {
	content: '●';
	color: white;
	margin-right: 8px;
}
