@charset "UTF-8";

body.committee_portfolio h4.question {
	padding-left: 3.6em;
	text-indent: -2.6em;
}
body.committee_portfolio div.comment {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px #000 dotted;
}

body.committee_portfolio .topics_year {
	position: relative;
	cursor: pointer;
}
body.committee_portfolio .topics_list {
	display: none;
	margin: 0;
	overflow: hidden;
}
body.committee_portfolio .topics_year span::before,
body.committee_portfolio .topics_year span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 2px;
	background: #9a003d;
	transform: translateY(-50%);
	transition: transform .3s ease, opacity .3s ease;
}
body.committee_portfolio .topics_year span::after {
	transform: translateY(-50%) rotate(90deg);
}
body.committee_portfolio .topics_year.is-open span::after {
	opacity: 0;
}
/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */






/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */







/* 737px以上用（PC用）の記述 end */
}
