.titleArea{
	padding-top: 70px;
}
.section{
	margin-top: 0;
}

.issues{
}
.issues>li{
	list-style-type: decimal;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 15px;
	color: #0060b0;
}
.issues>li>ul,
.issues>li>div{
	margin-top: 5px;
	color: #333;
}
.issues>li>ul>li{
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 1em;
	line-height: 2;
}

.issues li::marker{
	font-weight: bold;
}

.issues .bold{
	font-weight: bold;
}

.issues .border{
	border: 1px solid #666;
	padding: 20px;
}

.blueBox {
	border: 5px solid #ccdff3;
	padding: 30px 50px;
}

.blueBox .left {
	text-align: right;
}

.layoutCol {
	display: flex;
	justify-content: space-between;
}

.layoutCol .layoutCol__item {
	width: 48%;
}

.color--blue {
	color: #0060b0;
}



@media screen and (max-width: 599px) {
	.blueBox {
		border: 5px solid #ccdff3;
		padding: 15px 8%;
	}
	.layoutCol {
		display: block;
	}
	
	.layoutCol .layoutCol__item {
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	#mainContent .img-table-status,
	#mainContent .img-table-result{
		max-width: none;
		width: 100%;
	}
}
