/* CSS Document */

/*p-interview*/
.p-interview{
	position: relative;
	/*padding-left: 4rem;*/
	padding-left: 2.75rem;
	margin-bottom: 1.25rem;
}
.p-interview__name{
	display: inline-block;
	position: absolute;
	top:0px; left: 0px;
	font-weight: bold;
}

.p-interview__profile{
	font-size: 0.8125rem;
	line-height: 1.7;
	padding-top: 1.5rem;
	border-top: #ccc 1px solid;
}

.p-interview__name.q::before{
	content: "──";
	color: #999;
}
