@charset "UTF-8";


/* CEOの写真ボックス（message.html） */
.ceo_prof {
	display: table;
	margin-bottom: 30px;
}
.ceo_prof img,.ceo_prof p{
	display: table-cell;
	vertical-align: bottom;
	padding-right: 30px;
	font-weight: normal;
}

/* 会社概要テーブル（message.html） */
.table_company_info {
	width: 100%;
	margin-bottom: 5px;
}
.table_company_info th,
.table_company_info td {
	line-height: 1.5;
	vertical-align: top;
	padding: 20px 15px;
}
.table_company_info th {
	font-weight: normal;
	text-align: right;
	border-right: #959595 1px solid;
	white-space: nowrap;
}

/* 各種方針（efforts_to_improve_trust.html） */
.list_eit_index {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}
.list_eit_index li {
	

	width: 258px;
	height: 136px;
	margin-bottom: 35px;
	background: #F4F4F4;
}
.list_eit_index a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	width: 258px;
	height: 136px;
	text-decoration: none;
	border-bottom: none;
}
.list_eit_index a span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;	
}

/* ブランドバリュー（pinebridge_investments_global.html） */

.brand_value_list dt{
	font-weight: 500;
	color: #006A51;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.brand_value_list dt span{
	color: #4A4A4A;
	font-weight: 500;
}
.brand_value_list dd{
	margin-bottom: 1em;
	line-height: 1.6;
}

.content_foot{
	text-align: right;	
}
