@charset "UTF-8";
/*----------------------------
interview
----------------------------*/
/* marksdownにも使う共通エディタ読み込み */
@import url(../../editor-style.css);
#lv{
	& section{
		padding:0;
	}
}
.visual-bg{
	background:url(../images/interview/visual-bg.png) no-repeat;
    background-size:cover;
    background-position: center;
}
.visual-bg:before{
		display:none;
}
@media screen and (max-width: 767.98px){
	.article-list{
		& .ratio-29x35{
			aspect-ratio: 4 / 3;
		}
	}
	
}
.interview_article {
	& h3{
		font-weight: 500 !important;
	}
	& h4{
		position:relative;
		padding-left:1.5rem;
		font-weight: 500 !important;
	}
	& h4:after{
		position:absolute;
		content:"";
		width:10px;
		height:2px;
		left:0;
		top:.6rem;
		background-color:#01C1C0;
	}
}