/*
.index .container {
	margin-top: -60px;
}
*/
h1 {
	font-weight: lighter;
	font-size: 14px;
	padding: 5px;
}
.titleStyle01 {
	background-image: url(../img/concept/bg_title.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.description01 {
	background-image: url(../img/concept/820.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 550px;
	text-align: center;
}
.description.reform02 {
	background-image: url(../img/reform/img_reform02.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 194px 194px;
}
.description .title {
	color: #505050;
	margin-bottom: 10px;
}
.thumbnail li {
	color: #505050;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.thumbnail li img {
	margin-bottom: 3px;
}
.description.block {
	padding-bottom: 45px;
	border-bottom: solid 2px #d9d7d2;
	margin-bottom: 50px;
}
.description.block:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
.description01 {
	padding-top: 380px;
	text-align: center;
}
.thumbnail li {
	width: 48%;
	font-size: 12px;
	margin-right: 2%;
	margin-bottom: 10px;
}
.thumbnail li:nth-child(2n) {
	margin-right: 0;
}
.description.block {
	padding-bottom: 22px;
	margin-bottom: 25px;
}
}
