/* Webfont Google */
@charset "utf-8";

.section section.img {
	margin-bottom: 10px;
	padding: 0 15px;
}

.section section.img span {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.types-inner {
	display: block;
	overflow: hidden;
	margin-bottom: 45px;
	clear: both;
}

.types-inner .types-tit {
	display: table;
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	clear: both;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid #b2b2b2;
	letter-spacing: 1px;
}

@media screen and (max-width:768px) {
	.types-inner .types-tit {
		font-size: 18px;
	}
}

.types-inner span {
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin: 40px 0 10px;
}
