@charset "utf-8";

#zeh {
	float: none;
	margin: 30px auto 0;
}

#zeh::before,
#zeh::after {
	content: '';
	display: table;
}

.zehBody {
	display: flex;
	gap: 50px;
	width: 920px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: 0 30px;
}

.zehBody > * {
	flex: 1 0 0;
}

#zeh h2 {
	padding-left: 10px;
	margin: 0 0 20px;
	border-left: 5px solid #B20026;
	font-size: 18px;
}

#zeh .text +  .text {
	margin-top: 20px;
}

#zeh .wrap h3, .wrap .cap {
	margin: 0 0 .5em;
}

#zeh .wrap .cap {
	font-size: 10px;
}

#zeh .wrap table.zeh {
	border: 1px solid #E5E5E5;
	font-size: 11px;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

#zeh .wrap table.zeh .th {
	background-color: #FFF7FB;
	font-weight: bold;
}

#zeh .wrap table.zeh th,
.wrap table.zeh td {
	padding: 10px 0;
	border: 1px solid #E5E5E5;
	text-align: center;
}

#zeh .wrap table.zeh td {
	font-size: 14px;
	width: 110px;
}

#zeh .wrap table.zeh th span,
.wrap table.zeh td span {
	font-size: 12px;
}

.pagetop {
    margin: 19px 3px 20px 0px;
    padding-right: 15px;
    text-align: right;
    font-size: 80%;
    position: relative;
}

.pagetop:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.4em 0.6em 0.4em;
    border-color: transparent;
    border-bottom-color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.3em;
}

.containerBgVideo + .footer {
	margin-top: 0;
}

.containerBgVideo::after {
	display: block;
	margin-top: 70px;
}

.containerBgVideo #content {
	background-color: #fff;
}

.containerVideo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.containerVideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity .8s ease-in-out 0s;
}

.containerVideo video.active {
	opacity: .6;
}

.containerVideo::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/assets/images/company/bg_award_cover.png) left top/auto repeat fixed;
	opacity: .5;
}

.containerVideoSp {
	display: none;
}

@media only screen and (max-width: 738px) {

	#wrapper .containerBgVideo #content {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#wrapper .containerBgVideo #content {
		background-color: rgba(255, 255, 255, .9);
	}

	#zeh {
		margin-top: 0;
	}

	.zehBody {
		display: block;
		margin: 25px auto 0;
		padding: 0;
	}

	.zehRight {
		margin: 30px 0 0;
	}

}