/*
.index .container {
	margin-top: -60px;
}
*/
h1 {
	font-weight: lighter;
	font-size: 14px;
	padding: 5px;
}
table.standard {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px 0;
}
.standard th {
	border-style: none;
}
.standard td {
	border-style: none;
	width: 25%;
	}
.standard th.title {
	padding: 3px 0;
	border-bottom: 1px #102748 dotted;
	font-weight: lighter;
	font-size: 22px;
	color: #6a3906;
	vertical-align: bottom;
}
.titleStyle01 {
	background-image: url(../img/flow/bg_title.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}
.description01 {
	
}

.description .title {
	color: #505050;
	margin-bottom: 10px;
}
.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 {
	background: none;
}
img.step1 {
	width: 20%;
}
.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;
}
table.standard {
	width: 100%;
	margin: 0 0 30px;
}
.standard th {
	width: 70%;
	text-align: left;
}
.standard td {
	padding-right: 10px;
}
.standard th.title {
	text-align: left;
	font-size: 16px;
}
.standard td.title {
	text-align: left;
}
}
