@charset "utf-8";
/* ===========================================================

	Title: about.css
	Created: 2017-12-04

=========================================================== */
/*


=========================================================== */

/* ===========================================================

	index

=========================================================== */


.dl-table--team-investment {}
.dl-table--team-investment > dl { }
.dl-table--team-investment > dl > dt,
.dl-table--team-investment > dl > dd { vertical-align: top; padding: 1.0em 0; }
.dl-table--team-investment > dl > dd { padding: 1.0em 0 1.0em 1.0em; }
.dl-table--team-investment > dl > dt { width: 1%; white-space: nowrap; color: rgba(102, 191, 151, 1.00); line-height: 1.2; }
.dl-table--team-investment > dl > dd { }


.team-investment__year-num {
	display: inline-block; padding: 0; margin: 0;
	
	text-transform: uppercase;
	font-family: Varela, sans-serif;
	font-weight: 700;
	font-style: italic;
	
	font-size: 2.0em;
}
.team-investment__year-lot {
	display: inline-block; padding: 0 1.00em 0 0.25em; margin: 0;
	font-style: italic;
	
	font-size: 1.0em;
}


.contents-style h3.team-investment__title {
	display: block; padding: 0 0 0 0; margin: 0.25em 0 0.5em 0;
	border: none;line-height: 1.6;
	position: relative;
}

.team-investment__title__chip {
	display: block; padding: 0.5em 1.0em; margin: 0 0 20px 0;
	background-color: rgba(102, 191, 151, 1.00);
	color: #fff; text-align: center; font-size: 1.4rem;
	border-radius: 4px; width: 100px;
}
.is_en .team-investment__title__chip { min-width: 400px; }

.team-investment__title__type.type01,
.team-investment__title__type.type02,
.team-investment__title__type.type03 { margin-right: 10px; }
.team-investment__title__type.type01 { color: rgba(102, 191, 151, 1.00); }
.team-investment__title__type.type02 { color: rgba(129,166,203,1.00); }
.team-investment__title__type.type03 { color: rgba(255,111,108,1.00); }


.team-investment__photo { display: block; padding: 0; margin: 0; }
.team-investment__photo ul {
	display: block; padding: 0; margin: 0;
	flex-direction: row; flex-wrap: wrap;
}
.team-investment__photo li {
	display: block; padding: 5px 0; margin: 0;
}
.team-investment__photo img { vertical-align: bottom; width:  100%; height: auto; }


.team-investment-content {
	display: table; padding: 0; margin: 0;
	width: 100%; table-layout: fixed;
}
.team-investment-content__cell {
	display: table-cell; padding: 10px; margin: 0;
	width: 50%; vertical-align: top;
}

.team-investment__panel.contents-panel {
	text-align: center;
	padding: 0.5em; color: rgba(102, 191, 151, 1.00);
	font-weight: bold;
}
.team-investment__data .list-style__peculiar--simple-dot > li {
	margin: 0 0 0.5em 0;
}





