h3 {
     position: relative;
     padding-left: 0.7em;
}
 
h3::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1.5em;
     background-color: #317ECC;
}
textarea {
color: #333;
font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;

font-size: 16px;
line-height: 24px;
}

p {
margin-bottom: 1.5em;
margin-top: 0;
color: #333;
}
h2{
	font-weight:bold!important;
}
li{
		margin-bottom: 0.1em;
		color: #333;}
