.yomu_profile-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0;
	padding: 44px 0;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

.yomu_profile-block .data {
	width: 40%;
}

.yomu_profile-block .name {
	font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.yomu_profile-block .links {
	font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}

.yomu_profile-block .links p {
	margin-top: 1em;
	line-height: 1.6;
	font-size: 13px;
}

.yomu_profile-block .links a {
	color: #000;
}

.yomu_profile-block .intro {
	width: 55%;
	font-size: 13px;
    line-height: 1.7;
}

.yomu_single_area .yomu_profile-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {

	.yomu_profile-block {
		margin: 34px auto 0;
		padding: 28px 9px;
	}
	
	.yomu_profile-block .data {
		width: 100%;
	}
	
	.yomu_profile-block .intro {
		width: 100%;
	}
	
	.yomu_profile-block .links p {
		padding: 0;
	}

}