@charset "utf-8";
/*--------------------------
  Performance
--------------------------*/
.performance .inr{
	position:relative;
	width:974px;
	height:auto;
	margin:0 auto;
	padding:20px 0 40px 0;
}
.performance .inr:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .te{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:480px;
	height:180px;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
}
.performance .inr .te h3{
	position:relative;
	float:left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:75%;
	height:auto;
	margin:0 auto 0 auto;
	padding:20px 10px;
	background: linear-gradient(-180deg, #911d34, #d9342c);
	vertical-align:middle;
	color:#fff;
	font-weight:600;
	line-height:1.4;
	font-size:1.6rem;
}

.performance .inr .clm{
	position:relative;
	width:480px;
	height:180px;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
	box-shadow: 2px 2px 4px gray;
}
.performance .inr .clm:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .clm .y{
	position:relative;
	float:left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:26%;
	height:100%;
	margin:0 auto;
	padding:0 0 0 0;
	background: linear-gradient(-90deg, #911d34, #d9342c);
	vertical-align:middle;
	color:#fff;
	font-weight:600;
	line-height:1.4;
}
.performance .inr .clm .y:after{
	position:absolute;
	content:"";
	width:18px;
	height:42px;
	background:url(../img/icon.png) no-repeat;
	top:50%;
	right:-18px;
	margin-top:-21px;
}
	.performance .inr .clm .y .b{
		position: absolute;
		bottom: 10px;
		font-size: 0.7rem;
	}
.performance .inr .clm .t{
	position:relative;
	float:right;
	width:70%;
	height:90%;
	margin:8px;
	padding:10px 10px 10px 0;
}
.performance .inr .clm .t:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .clm .t h4{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	float:left;
	width:50%;
	height:100%;
	margin:0;
	padding:0 0 0 5%;
	font-size:1.1rem;
	font-weight:600;
	line-height:1.4;
}
.performance .inr .clm .t h4 div{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.performance .inr .clm .t h4 span{
	font-weight:normal;
	font-size:0.8rem;
}
.performance .inr .clm .t h4 span.b{
	display: block;
	margin-top: 7px;
}
.performance .inr .clm .t .pt{
	position:relative;
	float:right;
	width:44%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
}
.performance .inr .clm .t .pt img{
	width:100%;
	height:auto;
}





.performance .inr .clm .mi{
	position: relative;
	width: 100%;
	display: flex;
	box-shadow: 2px 2px 4px gray;
	margin-bottom: 5px;
}



.performance .inr .clm .yy{
	position:relative;
	float:left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:26%;
	height:auto;
	margin:0 auto;
	padding:0 0 0 0;
	background: linear-gradient(-90deg, #911d34, #d9342c);
	vertical-align:middle;
	color:#fff;
	font-weight:600;
	line-height:1.4;
}
.performance .inr .clm .tt{
	position:relative;
	float:right;
	width:70%;
	height:auto;
	margin:8px;
	padding:5px 10px 5px 0;
	text-align: left;
}
@media screen and (max-width:480px) {
/*--------------------------
  Performance
--------------------------*/
.performance .inr{
	position:relative;
	width:90%;
	height:auto;
	margin:0 auto;
	padding:4% 0 6% 0;
}
.performance .inr:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .te{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
}
.performance .inr .te h3{
	position:relative;
	float:left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:100%;
	height:auto;
	margin:0 auto 0 auto;
	padding:20px 10px;
	background: linear-gradient(-180deg, #911d34, #d9342c);
	vertical-align:middle;
	color:#fff;
	font-weight:600;
	line-height:1.4;
	font-size:1.6rem;
}
.performance .inr .clm{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	padding:0 0 0 0;
	box-shadow: 2px 2px 4px gray;
}
.performance .inr .clm:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .clm .y{
	position:relative;
	float:left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:4% 0;
	background: linear-gradient(-90deg, #911d34, #d9342c);
	vertical-align:middle;
	color:#fff;
	font-weight:600;
	line-height:1.4;
	font-size:1rem;
}
.performance .inr .clm .y br{
	display:none;
}
.performance .inr .clm .y:after{
	display:none;
	position:absolute;
	content:"";
	width:18px;
	height:42px;
	background:url(../img/icon.png) no-repeat;
	top:50%;
	right:-18px;
	margin-top:-21px;
}

.performance .inr .clm .t{
	position:relative;
	float:right;
	width:100%;
	height:90%;
	margin:8px;
	padding:10px 10px 10px 10px;
	box-shadow:none;
}
.performance .inr .clm .t:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.performance .inr .clm .t h4{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	float:left;
	width:50%;
	height:100%;
	margin:0;
	padding:0 0 0 5%;
	font-size:1.1rem;
	font-weight:600;
	line-height:1.4;
}
.performance .inr .clm .t h4 span{
	font-weight:normal;
	font-size:0.9rem;
}
.performance .inr .clm .t .pt{
	position:relative;
	float:right;
	width:44%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
}
.performance .inr .clm .t .pt img{
	width:100%;
	height:auto;
}	
}