@charset "utf-8";

.cont h1 {
	background-image: url(../images/title.png);
}

article table {
	border: 1px solid #1c3f96;
}

article thead th {
	background-color: #1c3f96;
	width: 88px;
	text-align: center;
	padding: 14px 0px;
	color: #fff;
}

article tbody td {
	background-color: #f2f6fe;
	border: 1px solid #1c3f96;
	text-align: center;
	padding: 14px 0px;
	color: #1c3f96;
}

article tbody tr:nth-of-type(even) td {
		background-color: #e2e8f4;
}

#total {
	overflow: hidden;
}

#total > p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#total > p span {
	font-size: 32px;
	color: #0b409c;
}

#total li {
	display: block;
	width: 110px;
	height: 110px;
	color: #0b409c;
	font-weight: bold;
	border: 2px solid #1c3f96;
	background-color: #f2f6fe;
	float: left;
	margin-right: 8px;
	text-align: center;
	padding-top: 20px;
}

#total li:last-of-type {
	margin-right: 0px;
}

#total li p:last-of-type {
	font-size: 26px;
}

#total li p:last-of-type small {
	font-size: 12px;
}

@media only screen and (max-width: 768px) {

.cont h1 {
	background-image: url(../images/title_sp.png);
	background-size: 74.4%;
}

#total > p {
	text-align: center;
}

#total > p span {
	color: #0b409c;
	display: block;
}

#total li {
	width: 30%;
	height: inherit;
	font-weight: bold;
	margin-right: 5%;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 5%;
}

#total li:nth-of-type(3n) {
	margin-right: 0px;
}
	
}
