/* カスタム CSS をここに入力してください */
h2#danraku2{
  padding: 0.5em;/*文字周りの余白*/
  font-size:22px;
  font-weight:bold;
color: #ffffff;/*文字色*/
background: #ff9c9c;/*背景色*/
border-bottom: solid 3px #ff3030;/*下線*/
}

h3#danraku3 {
color: #010101;/*文字色*/
font-size:18px;
font-weight:bold;
border: solid 3px #ff3030;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

.checkmark{
	padding-left:24px;
	position:relative;
}

.checkmark:before,
.checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark:before{
	width:16px;
	height:16px;
	background:#ffffff;
	border:1px solid #ff0000;
	left:0;top:2px;
}
.checkmark:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}

body {
font-size: 16px;
}