


h3.rnaHeadingH3{
	color: #4D4D4D;
	margin-bottom: 2em;
}
h4.rnaHeadingH4{
	padding-left: 64px;
	margin-bottom: 32px;
	text-align: left;
	font-size: 25px;
	font-weight: 700;
	color: #4D4D4D;
	position: relative;
}
h4.rnaHeadingH4:before{
	content: "";
	width: 56px;
	height: 1px;
	background: #4D4D4D;
	position: absolute;
	left: 0;
	top: 50%;
}
@media screen and (max-width: 640px) {
	h4.rnaHeadingH4{
		padding-left: 32px;
		font-size: 24px;
	}
	h4.rnaHeadingH4:before{
		width: 26px;
	}
}


.interviewTxt{
	margin-bottom: 5em;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.6;
}
.interviewTxt dt{
	font-weight: 700;
}
.interviewTxt dd{
	margin-bottom: 1.5em;
}



figure{
	margin-bottom: 4em;
	margin-bottom: 0;
	text-align: center;
}
figure img{
	width: 80%;
}

@media screen and (max-width: 640px) {
	figure img{
		width: 100%;
	}
}

.postHeader figure img{
	width: 100%;
}



.blogIndex li:nth-child(-n + 2) {
	width: 100%;
}
.blogIndex li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.blogIndex li .thum {
	width: 30%;
}
.blogIndex li .bloghead {
	width: 70%;
	padding: 20px;
}
.blogIndex li h3 {
	color: #000;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.blogIndex li {
		margin-bottom: 20px;
	}
	.blogIndex li:nth-child(-n + 2) {
		width: 100%;
	}
	.blogIndex li a {
		display: block !important;
	}
	.blogIndex li .thum {
		width: 100% !important;
	}
	.blogIndex li .bloghead {
		width: 100% !important;
		padding: 20px 0 0 !important;
	}
}

.comp-intro{
	width: 80%;
	margin: 0 auto;
	border: 6px solid #F2F2F2;
}
.comp-intro dl{
	padding: 1em;
	border-bottom: 6px solid #F2F2F2;
	line-height: 1.8;
}
.comp-intro dl dt{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: .75em;
	margin-bottom: .25em;
	border-left: 6px solid #000;
}
.comp-intro dl.sk dt{ border-color: rgba(0, 177, 222, 1);}
.comp-intro dl.trastem dt{ border-color: #00876b;}
.comp-intro dl:last-child{
	border-bottom: none;
}

@media screen and (max-width: 640px) {
	.comp-intro{
		width: 100%;
	}
}
