@charset "UTF-8";


/* clearfix */
.cFix:after {
	content: "";
	clear: both;
	display: block;
}
.brand{
	font-size: 62.5%;
}

.brand .brand_title{
	color: #fff;
	text-align: center;
	margin-top: -20px;
}

.barand .heading_a{
	margin: 45px 0 50px 0;
}

	.brand .sp_title{
		display: none;
	}

.brand .brand_sun-img{
	width: 339px;
	margin: -11px 0 32px 147px;
}
.brand .brand_sun-text p{
	font-size: 1.1rem;
	line-height: 22px;
}
.brand .brand_sun-text p:first-child{
	margin-bottom: 23px;
}


.brand .brand_newvis-img{
	width: 300px;
	float: left;
	margin-right: 28px;
}
.brand .sp_img{
	display: none;
}
.brand .brand_newvis-text{
	width: 332px;
	float: left;
	line-height: 24px;
	margin-top: -5px;
	font-size: 14px;
}
.brand .brand_newvis-text p:first-child{
	margin-bottom: 25px;
}

@media only screen and (max-width: 39.9375em) {
	.brand .brand_title{
		display: none;
	}
	.brand .pc_img{
		display: none;
	}
	.brand .sp_img{
		display: block;
		width: 63%;
	}
	.brand .brand_sp-title{
		font-size: 15px;
		line-height: 20px;
	}
	.brand .sp_title{
		display: inline;
	}
	.brand .brand_sun-img{
		margin: -3px auto 29px;
	}
.brand .brand_sun-text p{
	font-size: 12px;
	line-height: 15px;
}
.brand .brand_sun-text p:first-child{
	margin-bottom: 28px;
}
	
	.brand .brand_newvis-img{
		float: none;
		width: 70.5%;
		margin: 40px auto 36px;
	}
	.brand .brand_newvis-text{
		width: 100%;
		float: none;
		font-size: 12px;
		margin: 0 auto;
		line-height: 15px;
	}
	.brand .brand_newvis-text p:first-child{
	margin-bottom: 30px;
}
}