@charset "UTF-8";

.work {
	position: relative; 
}
.work a {
	z-index: 1; 
	position: absolute; 
	top: 50%; 
	color: white; 
	font-size: 2em; 
}
.work a:nth-child(1) {
	left: 2%; 
}
.work a:nth-child(2) {
	right: 2%; 
}
.work i {
	text-shadow: 0px 0px 12px rgb(102,102,102); 
}
.column a img {
	border: solid 2px rgb(153,153,153); 
}
video {
	max-width: 100%; 
}
.work_back {
	position: fixed; 
	top: 70%; left: 0; 
	z-index: 1; 
}
.work_back a {
	padding: 1em; 
	background: rgb(102,102,102); 
	color: white; 
	line-height: 1.6; 
	text-decoration: none; 
}
.work_back i {
	margin-right: 0.25em; 
}
.index_link a {
	display: block; 
	padding: 0.25em; 
	text-align: center; 
	background: rgb(153,153,153); 
	color: white; 
}
.index_link a:hover {
	text-decoration: none; 
}
.index_link i {
	margin-right: 0.25em; 
}

/* PC */
@media only screen and (min-width: 961px) { 
}