body {
	background-color: #fff;
	color: #122637;
}

#container {
	background-image: url('bg_header.webp');
}

header {
	height: 740px;
}

header h1 {
	width: 200px;
	height: 108px;
	background-image: url('logo_title.html');
}

main {
	background: url('bg_footer.html') no-repeat 50% 100%;
}

.content {
	padding: 50px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

.content h3 {
	margin-top: 60px;
	margin-bottom: 10px;
}

.content h3:first-child {
	margin-top: 0;
}

.content .date {
	font-size: 20px;
	font-weight: bold;
}

.content .btn-new {
	overflow: hidden;
	position: relative;
	width: 872px;
	height: 106px;
	margin: 20px auto;
	background: url('btn_supply.html') no-repeat 50% 0;
	text-indent: -1000px;
	cursor: pointer;
}

.content .btn-new:hover {
	background-position: 50% 100%;
}

.content table tr th {
	background-color: #1A3D59;
	color: #fff;
}

.content table tr td {
	background-color: #5A7F88;
	border-bottom: 2px solid #ffffff;
	color: #fff;
}

.content .process-list {
	position: relative;
}
.content .process-list li {
	margin-bottom: 40px;
	padding-left: 160px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.content .process-list li:nth-child(1) {
	background-image: url('img_step1.html');
}
.content .process-list li:nth-child(2) {
	background-image: url('img_step2.html');
}
.content .process-list li:nth-child(3) {
	background-image: url('img_step3.html');
}
.content .process-list li:last-child {
	margin-bottom: 0;
}
.content .process-list li img {
	margin-top: 10px;
}
.content .process-list .text-caution {
	font-size: 12px;
	color: #6f919a;
}

.btn-top {
	top: 700px;
	width: 200px;
	height: 150px;
	background-image: url('btn_top.html');
}

.caution {
	margin-top: 100px;
	background-color: #1A3D59;
	color: #6D8D97;
}

footer {
	background-color: #152535;
	color: #8193A5;
}rocess-list li img {
	margin-top: 10px;
}
.content .process-list .text-caution {
	font-size: 12px;
	color: #6f919a;
}

.btn-top {
	top: 700px;
	width: 200px;
	height: 150px;
	background-image: url('btn_top.html');
}

.caution {
	margin-top: 100px;
	background-color: #1A3D59;
	color: #6D8D97;
}

footer {
	background-color: #152535;
	color: #8193A5;
}