.listSection {
	border: 0;}

/*TAB-Main 中カテゴリタブ*/
/*tab*/
.mainCategoryTab {
	height: calc(340 / 640 * 100vw + 42px);
	margin-bottom: 40px;}
.TAB-Main {
	width: 50%;
	height: 42px;
	margin-top: calc(340 / 640 * 100%);}
	.TAB-Main.active {
		width: 100%;
		margin-top: 0;}
	.TAB-Main:not(.active) {
		position: absolute;
		z-index: 1;}
	.TAB-Main#TAB-Car:not(.active) {
			left: 0;}
	.TAB-Main#TAB-Home:not(.active) {
			right: 0;}
.TAB-Main .TAB-image {
	position: absolute;
		top: 0;
	width: 100vw;
	height: 0;}
	.TAB-Main.active .TAB-image {
		padding-top: calc(340 / 640 * 50%);
		padding-bottom: calc(340 / 640 * 50%);
		z-index: 1;}
.TAB-Main .TAB-image > img {
	min-height: auto;
	min-width: auto;
	opacity: 1;}
.arrowHide {
	display: none;
	width: 8px;
	position: absolute;
	bottom: 0;
	height: 10px;
	border: 10px solid #fff;
	border-bottom: 0;
	border-top-color: #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	z-index: 1;}
	.active .arrowHide {
		border-top-color: transparent;}
	.arrowHide:before,
	.arrowHide:after {
		content: "";
		display: block;
		background: #fff;
		height: 10px;
		position: absolute;
		bottom: 0;
		width: 25vw;
	    z-index: 1;}
	.arrowHide:before {right: 0; transform: translateX(-5px);}
	.arrowHide:after {left: 0; transform: translateX(5px);}
.TAB-Main .TAB-title {
	position: relative;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 100%;
	height: 42px;
	font-size: 1.6rem;
	font-weight: bold;}
	.TAB-Main.active .TAB-title {
		width: 50%;
		margin-top: calc(340 / 640 * 100%);}
	.TAB-Main.active#TAB-Home .TAB-title {
		margin-right: 0;
		margin-left: auto;}
	/*.TAB-Main.active .TAB-title {
		background-color: rgba(230,0,18,0.65);}*/
	.TAB-Main.hover:not(.active) .TAB-title {
		background-color: #e60012;}
.TAB-Main .TAB-title .redArrowS {
	position: absolute;
	margin: 0 10px 0 -20px;}
	.TAB-Main.active .TAB-title .wrap:after {
		width: 12px;
		height: 20px;
		border-top: 12px solid #e60012;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;}
/*content*/
.mainCategoryContent {
	width: 100%;}
.CONT-Main {}
.CONT-Main.active {}

/*TAB-Sub 小カテゴリタブ*/
.hoWTrouble {
	width: 100%;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 2.1rem;
	text-align: center;}
.wordWrap {
	display: inline-block;
	white-space: nowrap;}
.subCategoryTab {
		flex-wrap: wrap;
	margin-bottom: 60px;
	padding: 15px;}
.subCategoryTab > li {
	flex: none;
	width: calc(100% / 3 - 1px * 2 / 3);
	margin-bottom: 1px;}
	.subCategoryTab > li:nth-child(8n) {
		margin-right: 1px;}
	.subCategoryTab > li:nth-child(3n) {
		margin-right: 0;}
	.subCategoryTab > li:nth-last-child(-n+3) {
		margin-bottom: 0;}
.subCategoryTab > li > a.button {
	padding: 14px 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4rem;}
.subCategoryContent {
	width: calc(100% - 15px * 2);
	margin: 0 15px;}
.subCategoryContent > h3 {
	margin-bottom: 40px;
	font-size: 2rem;}
.troubleList {
	/*display: block;*/
	margin-bottom: 40px;
	padding-bottom: 60px;}
.troubleList > li {
	width: 100%;
	padding: 0;
	border: 0;}
	.troubleList > li:nth-child(3n) {
		border-right: 0;}
	.troubleList > li:not(:last-child):nth-last-child(-n+3) {
		margin-bottom: 20px;}
/*.troubleList > li > a .redArrowS {
	top: 0;
	transform: translateY(50%) rotate(-45deg);}*/

.listNotice {
	margin-bottom: 60px;}

.otherProduct {
	padding-bottom: 40px;
	border-bottom: 0;}