
body {
	margin-top: 8px;
	padding-top: 8px;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	;
}

p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
}
h2 {
	position: relative;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-weight: 600;
	color: #333333;
	font-size: 20px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1.4em;
	letter-spacing: 0.1em;

}

h2::after {
     position: absolute;
     top: 50%;
     left:0.5em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:24px;
     background-color: #446689;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;

}
h1 {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	padding: 2px 0px 0px;
	line-height: 24px;



}
h4 {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	padding-top: 0px;
	line-height: 0px;
	padding-bottom: 8px;

}
