
.title1{
	margin:10px 0;
	margin: 0 0 0.8em 0;
	padding: 0.5em 0.6em 0.3em;
	font-size:1.1em;
	font-family: "Arial", "メイリオ", sans-serif;
	background:#f6f6f6;
	border:1px solid #C79E66;
	border-left:10px solid #C79E66;
	box-shadow:2px 3px 5px 1px rgba(0,0,0,0.2);
}

.information{
	border:1px solid #C79E66 !important;
}

.hitted {
	background:rgba(255,255,0,0.2);
}

.fc-yellow{color:#ffd700; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
.bg-yellow{background:rgba(255,255,0,0.2); padding:0px 5px;}

.list04 li.list-checked{
line-height: 1.8;
position: relative;
padding: 0.2em 0.2em 0.2em 1.4em;
}

.list04 li.list-checked:before {
content: "\f14a";/*square-check*/
position: absolute;
left: 0;
top: 5px;
font-family: "Font Awesome 6 Free", sans-serif;
font-weight: 900;
font-size: 1.2rem;
}


.box-red{
	border: 3px solid #cc1800;
	position: relative;
	padding: 0 0;
	line-height: 1.8;
	font-size: 0.8em;
	margin:0px 0.8em;
}

.box-red-title{
	background: #cc1800;
	color: white;
	/*position: absolute;
	top: 0;
	left: 0;*/
	font-weight: 700;
	font-size: 1.2em;
	text-align:center;
}

.box-red-body{
	padding: 1em 2em;
}


