main {
	padding: 30px 0;
}
h1 {
	color: #000;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
}


#cover {
	padding: 50px 0 70px;
	background: #EEE;
}
#cover .cover-bg {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 0;
	width: 20%;
}
#cover hr {
	display: block;
	margin: auto;
	border: 0;
	height: 100%;
}
#cover hr:nth-child(1) {
	background: var(--color-gre);
	width: 20%;
}
#cover hr:nth-child(2) {
	background: var(--color-red);
	width: 50%;
}
#cover hr:nth-child(3) {
	background: var(--color-yel);
	width: 30%;
}
#cover h1 {
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
	font-size: 1.2em;
	z-index: 3;
	max-width: 90%;
}


#company .company-logo {
	width: 200px;
	margin: 50px auto;
}


#company .company-infomation {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
}
#company .company-infomation table {
	width: 100%;
	border-spacing: 0px 10px;
}
#company .company-infomation table th,
#company .company-infomation table td {
	font-size: 0.8em;
	padding: 20px;
	border-bottom: 1px solid var(--color-gra);
}
#company .company-infomation table th {
	background: var(--color-gra);
	font-weight: bold;
	text-align: left;
	min-width: 110px;
}
#company .company-infomation table td {
	line-height: 1.6;
}
#company .company-infomation table td a {
	text-decoration: underline;
	font-size: 1em;
}
#company .company-infomation table td p {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.6;
}
#company .company-infomation table td span.c-gre {
	font-size: 1em;
	color: var(--color-gre);
}


#company .company-msg {
	margin: 50px auto;
	max-width: 1000px;
	width: 90%;
}
#company .company-msg p {
	font-size: 0.7em;
	line-height: 2.6;
	margin-bottom: 30px;
}