.pageTitle {
    position: relative;
    height: 360px;
    margin-bottom: 60px;
    padding: 140px 0 67px;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    background-color: #ccc;}
/* ----------------------------------------
pageTitle
----------------------------------------*/
.pageTitle {
	background: no-repeat center;
	/*background-size: 125% auto;*/
	background-image: url(/en/business/images/index/img_main_pc.jpg);
	background-size: cover;}
	h1.pageTitle:after {
		bottom: 140px;}

/* ----------------------------------------
main
----------------------------------------*/

.categoryRead {
	width: 1180px;
	margin: 0 auto 70px auto;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;}


/* categoryLocalNav
------------------------------*/
.categoryLocalNav {
	display: flex;
		justify-content: center;
	width: 1180px;
	margin: 0 auto 80px auto;}



.skew {
	display: inline-flex;
	transform: skew(-10deg);}

/* categorySelect
------------------------------*/
.categorySelect {
	width: 1180px;
	margin: 0 auto;}
.categorySelect > h2 {
	margin: 0 0 40px 0;
	font-size: 2.8rem;
	font-weight: normal;}
.categorySelectList {
	display: flex;
		flex-wrap: wrap;
	margin: 0 0 20px 0;}
.categorySelectList li {
	position: relative;
	width: 392px;
	margin: 0 2px 40px 0;
	overflow: hidden;
	transition: color,transform,opacity 0.35s ease;}
	.categorySelectList li:nth-child(3n) {
		margin-right: 0;}
	/*.categorySelectList > li:last-child {
		margin-bottom: 60px;}*/
.categorySelectList li > figure {
	position: relative;
	width: 392px;
	height: 312px;
	margin: 0 0 18px 0;
	overflow: hidden;}
.categorySelectList li > figure  div  img {
	width: 100%;
	/*opacity: 0.8;*/}
.categorySelectList li > figure  h3 {
	position: absolute;
		top: 0;
		bottom: 0;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 100%;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	transition: color 0.12s;}
	/*.categorySelectList li > figure.hover h3 {
		color: #e60012;}*/
	.categorySelectList li > figure.hover.outerTxt h3 {
		color: #fff;}
.categorySelectList li figcaption {
	position: absolute;
		top: 0;
		bottom: 0;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 100%;
	color: #fff;}

.categorylink {
	display: flex;
		flex-wrap: wrap;
	width: 100%;
	padding: 0 22px;
	color: #333;
	font-size: 1.4rem;}
.categorylink > li {
	width: 50%;
	margin: 0 0 18px 0;}
	/*.categorylink > li:nth-last-child(-n+2) {margin-bottom: 0;}*/
.categorylink > li > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	text-indent: -4px;}
	.categorylink > li > a.hover {
		color: #e60012;}
.categorylink > li > a .redArrowS {
		left: 0;
	margin: 0 10px 0 0;}

.Sensya .sensyaB,
.Repair .repairB,
.CarCare .carCareB,
.HomeCare .homeCareB,
.MeganeCare .maganeCareB {
	color: #fff;
	background-color: #e60012;}

.bnr-solution {
	position: relative;
	width: 1180px;
	margin: 0 auto 40px auto;
	padding: 0 calc((1180px - 1100px) / 2) 110px calc((1180px - 1100px) / 2);
	border-bottom: 1px solid #d0d5da;}
.bnr-solution figure {
	width: 1100px;
	height: 180px;
	background: url(/en/business/images/index/bnr-solution.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.12s;}
	.bnr-solution a.hover figure {
		opacity: 0.8;}
.bnr-solution button {
	position: absolute;
		z-index: 1;
		right: 50%;
		transform: translateX(50%);
		bottom: calc(110px - 33px);
	display: inline-block;
	min-width: 312px;
	padding: 25px 40px;
	color: #e60012;
	font-size: 1.4rem;
	text-align: center;
	line-height: 100%;
	border: 1px solid #e60012;
	background: #fff;
	transition-duration: 0.2s;
	transition-property: color, background;}
	.bnr-solution a.hover button {
		color: #fff;
		background: #e60012;}
.bnr-solution a button .redArrowS {
	right: 20px;
	transition: 0.12s;
	transition-property: border, transform;}
.bnr-solution a.hover button .redArrowS {
	border-color: #fff;
	transform: translateX(5px) rotate(-45deg);}

.bottomLinks {
	margin: 0 0 120px 0;
	padding: 0;
	background: none;}
.bottomLinks h2:before {
	content: "Consumer Product Categories";
	display: inline-block;
	margin: 0 0 60px 0;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 100%;}
.bottomLinks h2 a {
	display: none;}
.bottomLinks ul {
	flex-wrap: nowrap;}
.bottomLinks ul li {
	display: flex;
		justify-content: center;
		align-items: center;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;}
.bottomLinks ul li:last-child {
	border-right: 0;}
	.bottomLinks ul li:nth-child(n+5) {
		margin: 0;}
.bottomLinks ul a {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 20px;
min-height: inherit;}
	.bottomLinks ul a.hover {
		color: #e60012;
		background: #fff;}
.bottomLinks ul a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
	transform: rotate(-45deg);
	position: absolute;
		top: calc(50% - 3.5px);
		left: 0;
	transition-property: border-color;
	transition-duration: 0.12s;}

.is-show-business {
	display: inline;}
.is-hide-business {
	display: none;}

/* topic
------------------------------*/
.topic {
	margin: 0 0 80px 0;
	padding: 60px calc((100% - 1180px) / 2);
	background: #f3f5f7;
	text-align: right;}
.topic h2 {
	margin: 0 0 40px 0;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;}

	.topic .newsList {
		text-align: left;}
	.topic .tab-content {
		text-align: right;}

.topicList {
	margin: 0 0 20px 0;}
.topicList li {
	color: #333;
	font-size: 1.4rem;
	border-bottom: 1px solid #d0d5da;}
.topicList li a {
	display: flex;
		align-items: center;
	padding: 15px 30px;
	transition-property: box-shadow;}
	.topicList li a.hover {
		box-shadow: 0 10px 10px -4px rgba(0,0,0,0.1);}
.topicList li a time {
	min-width: 112px;
	text-align: left;}
.topicList li a span {
	margin: 0 30px;}
.topicList li a p {
	transition: color 0.12s;}
.topicList li a.hover p {
	color: #e60012;}

.topicList-btn {
	display: inline-block;
	position: relative;
	color: #e60012 !important;
	font-size: 1.2rem;
	margin: 20px 0 0 0;
	padding: 8px 60px;
	border: 1px solid #e60012;
	background: #fff;
	transition-property: color, background;
	transition-duration: 0.12s;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
	transition: 0.12s;
	transition-property: color, background;}
.topicList-btn .redArrowS {
	right: 20px;
	transition: 0.12s;
	transition-property: border, transform;}
	.topicList-btn.hover {
		color: #fff !important;
		background: #e60012;}
	.topicList-btn.hover .redArrowS {
		border-color: #fff;
		transform: translateX(5px) rotate(-45deg);}