@charset "UTF-8";
/* CSS Document */
.reportCol.inner {
	background: #FFF;
	border: 6px solid #EE002B;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 #BB8C94;
	padding: 0 0 20px;
	margin-bottom: 2rem;
}
.reportCol h1 {
	margin-bottom: 20px;
}
.reportCol h2 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 8px solid #EE002B;
	padding: .5rem .3rem .5rem .6rem;
	margin: 0 2% 20px;
	font-size: 1.15rem;
}
.reportCol h3 {
	border-left: 8px solid #EE002B;
	border-bottom: 1px dotted #CCC;
	padding: .2rem .3rem .2rem .6rem;
	margin: 0 4% 15px;
	font-size: 1rem;
}
.reportCol h4 {
	display: inline-block;
	background: #F8C058;
	padding: .3rem 1.5rem;
	margin: 0 4% 10px;
	font-size: 1rem;
	border-radius: 1rem;
	position: relative;
	z-index: 9;
	width: 92%;
	box-sizing: border-box;
	min-width: 260px;
	text-align: center;
}
.reportCol p, .reportCol dl {
	margin: 0 4% 1.5rem;
}
.reportCol dl dt, .reportCol dl dd {
	margin-bottom: .5rem;
}
.reportCol dl dt {
	width: 28%;
	max-width: 150px;
	float: left;
	clear: both;
	background: #D4F0F7;
	border-radius: 1rem;
	padding: .3rem 1rem;
	box-sizing: border-box;
	margin: 0 2% .5rem 0;
	text-align: center;
	font-weight: bold;
}
.reportCol dl dd {
	width: 70%;
	float: left;
	padding: .3rem 1rem .3rem 0;
	box-sizing: border-box;
}
.reportCol .eventDllists dt {
	width: 15%;
}
.reportCol .eventDllists dd {
	width: 80%;
}
.classesTable {
	font-size: .75rem;
	line-height: .8rem;
	table-layout: fixed;
	margin: 0 4% 20px;
	width: 92%;
}
.classesTable th, .classesTable td {
	padding: 10px 1px;
	text-align: center;
}
.classesTable .trTh th {
	border-right: 2px solid #FFF;
}
.classesTable .thSuu th {
	font-size: .65rem;
	background: #C20023;
}
.normalLists {
	width: 92%;
}
.normalLists li {
	display: block;
}
.listStyle dt::before {
	content: "";
	width: .8rem;
	height: .8rem;
	display: inline-block;
	border-radius: 50%;
	background: #EE002B;
	position: absolute;
	left: 0;
	top: .3rem;
}
.borderStyle {
	border: 2px solid #F8C058;
	border-radius: 12px;
	padding: 1rem 1rem 0 1rem;
	margin: 0 4% 20px;
	background: #FFF;
	position: relative;
}
.borderStyle::before {
	content: "▼";
	display: block;
	color: #EE002B;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 4rem;
	bottom: -1rem;
	left: -.2rem;
}
.result {
	padding: 1rem;
	text-align: center;
}
.documents img {
	display: block;
	border: 2px solid #B8B8B8;
	max-width: 550px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.classesTable {
		font-size: 1rem;
		line-height: 1.3rem;
	}
}
/* Clearfixs */
.reportCol dl::after {
	content: "";
	display: block;
	clear: both;
}