.wrap_expert_outline {
    display: flex;
    justify-content: flex-end;
}
.inner_expert_outline {
    width: 50%;
    -webkit-transform: translate(-90px,0);
    -ms-transform: translate(-90px,0);
    transform: translate(-90px,0);
}
article.center_m main.expart .person_header .expart_thumb{
	margin:0;
}
article.center_m main.expart_detail .person_header .expart_thumb{
	width:180px;
}
article.center_m main.expart_detail .person_header .wrap_expart{
	margin:0;
	width:100%;
}
article.center_m main.expart .wrap_expart .expart_position {
    line-height: 1.5em;
	margin-bottom: 14px;
}
article.center_m main.expart .wrap_expart .expart_name {
    line-height: 1em;
    margin-bottom: 10px;
}
article.center_m main.expart .wrap_expart .expart_birthday{
	font-size: .95rem;
    font-weight: 600;
}
.expart_detail section.person_detail {
    width: 65.6%;
    margin: 0 auto;
}
.expart_detail section.person_detail .wrap_expart {
    width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 990px) {
	.expart_detail section.person_detail {
	    display: block;
	}
	.expart_detail section.person_detail .wrap_expart{
		width:100%;
	}
}

@media screen and (max-width: 667px) {
	.expart_detail section.person_detail{
		width:100%;
	}
	article.center_m main.expart_detail .person_header .wrap_expart{
		width:160%;
	}
}