@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2017-8-15

=========================================================== */
/*

	features


=========================================================== */
/* ===========================================================

	common

=========================================================== */
.text-center {
  text-align: center;
}
/* ===========================================================

	features
	internal

=========================================================== */
/* features-section
----------------------------------------------------------- */
.features-section1,
.features-section2 {
	padding: 30px;
	margin: 0 0 40px;
}
.features-section1 {
	background-color: #E8F3F9;
}
.features-section2 {
	background-color: #F1F7EA
}
.features-section1 h3,
.features-section2 h3 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}
.features-section1 h3 {
	background-color: #0076C2;
}
.features-section2 h3 {
	background-color: #67ae28;
}
/* features-section1_list
----------------------------------------------------------- */
.features-section1_list {
}
.features-section1_list dt {
	clear: both;
	float: left;
	font-weight:  bold;
	color: #0076C2;
}
.features-section1_list dd {
	border-bottom: solid 1px #0076C2;
	margin: 0 0 10px;
	padding: 0 0 10px 18em;
}
@media screen and (max-width: 1024px) {
  .features-section1_list dt {
    float: none;
  }
  .features-section1_list dd {
    padding: 0;
  }
}
/* ===========================================================

	external

=========================================================== */
.pdp-icon {
	display: flex;
	gap: 16px;
	margin-bottom: 48px;
	flex-wrap: wrap;
}
.pdp-icon-cell {
	color: var(--Alizarin-Crimson-600, #E30C1F);
	text-align: center;
	font-family: "M PLUS 1p";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	display: flex;
	padding: 12px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--Alizarin-Crimson-600, #E30C1F);
	flex:1;
}
.external-performance {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background-color: #E4F4DC;
	border-radius: 16px;
}
.performance-column {
	display: flex;
	flex-direction: column;
	gap:16px;
}
.performance-column:first-child {
	margin-right: -32px;
}
.performance-column:last-child {
	margin-left: -32px;
}
.performance-column-cell {
	width: 216px;
	padding: 16px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 8px;
	background: #6AA24E;
	letter-spacing: 2.4px;
	position: relative;
	z-index: 2;
}
.is-en .performance-column-cell {
	font-size: 16px;
	letter-spacing: 1.6px;
}
.performance-column2 {
	width: 474px;
	height: 213px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #FFF;
	font-family: 'Poppins';
	font-size: 24px;
}
.performance-column2 span {
	font-size: 16px;
}
.performance-column2 span sup {
	font-size: 12px;
    position: relative;
    top: -.5em;
}
.performance-column2 em {
	font-size: 48px;
	font-weight: 500;
	color: #292929;
}
@media screen and (max-width: 1024px) {
	.pdp-icon-cell {
		width: calc(50% - 8px);
		flex: auto;
	}
	.external-performance {
		flex-direction: column;
	}
	.performance-column {
		flex-direction: row;
	}
	.performance-column:first-child {
		margin: 0 0 -16px 0;
	}
	.performance-column:last-child {
		margin: -16px 0 0 0;
	}
	.performance-column-cell {
		width: 160px;
		font-size: 16px;
	}
	.performance-column2 {
		width: 100%;
	}

}
/* ===========================================================

	internal

=========================================================== */
/* internal-list
----------------------------------------------------------- */
.internal h4 {
	border-color: #6AA24E;
}
.internal h5 {
	border-color: #6C96CA;
}
.internal em {
	color: #6C96CA;
}
.internal .read {
	text-align: left;
	color: #6AA24E;
}

/* ===========================================================

	portfolio

=========================================================== */
.features-portfolio-table {
	display: flex;
	text-align: center;
}
.table-box {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 16px;
	flex:1;
}
.table-head {
	display: flex;
	align-items: center;
	justify-content:center;
  background: #FFF1F2;
  font-weight: 500;
  padding: 24px 0;
}
.table-box .table-head {
	width: 100%;
}
.table-box:first-child {
	width: 25%;
	flex:none;
}
.table-cell {
	flex: 1;
  padding: 24px 0;
	border-bottom: 3px solid #E00312;
}
.table-cell em {
	font-family: 'Popins';
	font-size: 48px;
}
.table-cell + .table-cell{
	margin-left: 16px;
}
@media screen and (max-width: 1024px) {
	.features-portfolio-table {
		flex-direction: column;
	}
	.table-box:first-child {
		width: auto;
		flex:none;
	}
	.table-box {
		margin: 0 0 16px 0;
	}


}