@charset "utf-8";
@import url(base.min.css);
html{
	font-size: 16px;
}
.flex-flex{
	flex: 1;
}
header img{display: block;width: 100%;}

.content{
	background: url(../img/content.png) left top no-repeat;
	background-size: 100% 100%;
	min-height: 62.5rem;
}

.con{
	width: 75rem;
	margin: auto;
	padding-bottom: 12.5rem;
}
.part1{
	position: relative;
	background: url(../img/part1.png) left top no-repeat;
	background-size: 100% 100%;
	min-height: 1000px;
	margin-bottom: 100px;
	padding: 3.125rem;
}
.part2{
	position: relative;
	background: url(../img/part2.png) left top no-repeat;
	background-size: 100% 100%;
	min-height: 500px;
	padding: 3.125rem;
}
.title{
	position: absolute;
	height: 5rem;
	left: 47%;
	top: -2rem;
	transform: translate(-50%);
}
.title img{
	display: block;
	height: 100%;
}
.img{
	display: block;
	width: 100%;
}
.table{
	background-color: #fff;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	padding:3.125rem;
}
table{
	width: 60%;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #626262;
	font-size: 1.375rem;
}
thead{
	background-color: #b9ddd3;
	color: #fff;
}
tr{
	height: 3.75rem;
	line-height: 3.75rem;
}
td{border: 1px solid #626262;}