/* BASIC css start */
.layout-cc {
	padding: 80px 100px;
	border: 1px solid #eee;
}
.layout-cc article:not(:last-of-type) {
	margin: 0 0 80px;
}
.layout-cc article h2 {
	margin: 0 0 10px;
	text-decoration: underline;
	font-size: 12px; letter-spacing: 1px; font-weight: 500;
}
.layout-cc article .txt {
	font-size: 12px; line-height: 2; letter-spacing: 1px; font-weight: 300;
}
.layout-cc article .txt b {
	font-weight: 500;
}
.layout-cc img {
	display: block;
	margin: auto;
}
/* BASIC css end */

