/*----------------------------------------------------
	.profile
----------------------------------------------------*/
.profile {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	text-align: left;
	font-family: 'メイリオ',Meiryo,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}

.profile .introduction,
.profile .company_profile,
.profile .person_profile {
	display: flex;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
}
.profile .introduction {
	margin-top: 0;
}

.profile .jpn,
.profile .eng {
	margin: 0;
	padding: 0;
	width: calc(50% - 11px);
}

/*----------------------------------------------------
.introduction
----------------------------------------------------*/
.introduction .jpn p,
.introduction .eng p {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: left;
	line-height: 25px;
    font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	color: .555;
	text-decoration: none;
}

/*----------------------------------------------------
	.company_profile
----------------------------------------------------*/
.company_profile h2 {
	margin: 0 0 15px;
	width: 100%;
	padding: 0;
	text-align: left;
	line-height: 25px;
    font-size: 14px;
	vertical-align: top;
	color: .777;
	text-decoration: none;
}

.company_profile h3 {
	margin: 0;
	padding: 0 0 20 0;
	text-align: left;
	line-height: 15px;
    font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-decoration: none;
}
.company_profile .jpn h3 {
	color: .555;
}
.company_profile .eng h3 {
	color: .444;
}

.company_profile table {
	width: 100%;
	border: none;
}

.company_profile td {
	margin: 0;
	padding: 0 0 17px 0;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	color: .555;
	text-decoration: none;
}
.company_profile td.td01 {
	width: 109px;
}
.company_profile td.td02 {
	width: 330;
}

.company_profile p {
	margin: 0;
	padding: 0 0 10 0;
	text-align: left;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	color: .555;
	text-decoration: none;
}

/*----------------------------------------------------
	.person_profile
----------------------------------------------------*/
.person_profile div:first-child,
.person_profile div:nth-child(2) {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: end;
}

.person_profile img {
	width: 130px;
}
.person_profile h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
}

.person_profile h2 .date {
	display: block;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
}

.person_profile img + h2 {
	width: calc(100% - 140px);
}

.person_profile  p {
	margin: 0;
	padding: 20 0 0 0;
	width: 100%;
	text-align: left;
	line-height: 1.7em;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	color: .555;
	text-decoration: none;
}
