@charset "UTF-8";

.work h1,
.work p {
	margin: 0; 
	line-height: 1.6; 
}
.work article {
	position: relative; 
	margin: 1.5em 0 1em; 
}
.work article div {
	width: calc(100% - 4rem); 
}
.work article a img {
	position: absolute; 
	width: 3rem; 
	top: 0; 
	right: 0; 
}
.work .column {
	margin-top: 3%; 
}
.comment div {
	float: left; 
	margin: 0.375em 1em 0 0; 
}
.comment img {
	max-height: 13em; 
}
video {
	max-width: 100%; 
}
/* ページリンク */
.feature_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	line-height: 1.6; 
}
.feature_link a {
	width: 100%; 
	position: relative; 
	display: block;
 	padding: 0.5em 2em 0.5em 1em; 
	text-decoration: none; 
	background: white; 
	color: rgb(51,51,51);
	border: solid 2px rgb(51,51,51); 
}
.feature_link a p {
	position: relative; 
	top: 50%; 
	transform: translate(0, -50%); 
}
.feature_link .current {
	pointer-events : none;
 	padding: 0.5em 1em; 
	color: white; 
	background: rgb(51,51,51); 
}
.feature_link a:not(.current_link):hover {
	background: rgb(240,240,240); 
	opacity: 1; 
	transition: all 0.25s;
}
.feature_link a:after {
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
	right: 0.5em; 
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgb(51,51,51); 
}
.feature_link .current:after {
	content: '';
}
/* 受賞タグ */
.brighton,
.excellence,
.award {
	display: inline-block; 
	margin: 0 0.25rem 0.5rem 0 !important; 
	padding: 0.25em 0.5em; 
	font-size: 90%; 
	color: white; 
	white-space: pre-wrap; 
	line-height: 1.6; 
}
.brighton {
	background : rgb(0,51,151); 
}
.excellence {
	background : rgb(204,0,0); 
}
.award {
	background : rgb(51,51,51); 
}
/* 受賞作品紹介トップ */
#issue_list p {
	margin: 0; 
	line-height: 1.6; 
}
#issue_list a {
	display: block; 
	position: relative; 
	color: rgb(51,51,51); 
	background: rgb(240,238,240); 
}
#issue_list a:hover {
	opacity: 0.75; 
	transition: opacity 0.25s;
	text-decoration: none; 
}
#issue_list span {
	position: relative; 
	display: block; 
	padding: 0.75em 2em 0.75em 0.75em; 
}
#issue_list span:after {
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
	right: 0.5em; 
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgb(51,51,51); 
}
#issue_list .current {
	border: solid 2px rgb(82,82,82); 
	pointer-events : none;
}
#issue_list .current span {
	padding: 0.75em; 
}
#issue_list .current span:after {
	content: '';
}
#issue_list h3 {
	border: 0;
	margin: 0; 
	font-size: 1.2rem; 
}
.issue_menu h3 {
	font-size: 1rem !important; 
}
.issue_menu p {
	font-size: 0.85rem; 
}
.list_box {
	display: flex; 
	flex-direction: column; 
	position: relative; 
	padding-bottom: 1em; 
	background: rgb(167,33,38);
	color: white; 
}
.list_box h4,
.list_box div {
	padding: 0.75em 0.75em 0; 
}
.list_box .date {
	position: absolute; 
	top: 0;
	right: 0; 
	padding: 0.25em 0.5em;
	background: rgb(51,51,51);
	color: white; 
	line-height: 1.6; 
	font-size: 0.85em; 
}
.list_box a {
	padding: 0.25em 2em 0.25em 1em; 
}
/* interview_00の見出し部分 */
.

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