main{
     width: 1180px;
    margin: 0 auto;
    color: #333;}


/*

.searchContents

*/
.searchContents{}
.searchContents p{
	font-size: 2.4rem;
	margin: 80px 0;
}
.searchContents dl{
	margin-top: 1px;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 280px;
}
.searchContents dl.wash{
background-image: linear-gradient(-225deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%), url(/search/images/img_search_01pc.jpg);
}
.searchContents dl.paint{
background-image: linear-gradient(-225deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%), url(/search/images/img_search_02pc.jpg);
}
.searchContents dl.wiper{
background-image: linear-gradient(-225deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%), url(/search/images/img_search_03pc.jpg);
}
.searchContents dl.coationg{
background-image: linear-gradient(-225deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%), url(/search/images/img_search_04pc.jpg);
}
.searchContents dl.chain{
background-image: linear-gradient(-225deg, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%), url(/search/images/img_search_05pc.jpg);
}

.searchContents dd{
	/*width: calc(100% - 570px);*/
	width: calc(100% - 620px);
	font-size: 1.4rem;
	color: #FFF;
}
/*.searchContents .paint dd{
	width: calc(100% - 600px);
}*/
.searchContents dd strong{
	font-size: 4.2rem;
	letter-spacing: 2rem;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0 8px;
}
.searchContents dl.wash dd strong{
background-image:url("/search/images/img_ttl_01_pc.png");
}
.searchContents dl.paint dd strong{
background-image:url("/search/images/img_ttl_02_pc.png");
}
.searchContents dl.wiper dd strong{
background-image:url("/search/images/img_ttl_03_pc.png");
}
.searchContents dl.coationg dd strong{
background-image:url("/search/images/img_ttl_04_pc.png");
}
.searchContents dl.chain dd strong{
background-image:url("/search/images/img_ttl_05_pc.png");
}
.searchContents dt{
	width: 560px;
	/*width: 550px;*/
}

/*

.searchContents
link btm

*/
.searchContents ul {
	display: flex;
	justify-content: flex-end;
		flex-wrap: wrap;}
.searchContents ul > li {
	width:calc((100% - 10px) / 2);}
	.searchContents ul > li:nth-child(even) {margin-left: 10px;}
	.searchContents ul > li {
	border: 1px solid #e60012;}

.searchContents ul > li > a{
 position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
 padding: 8px 20px;
 color: #e60012;
 font-size: 1.2rem;
	min-height: 39px; 
	background-color: #FFF;
	line-height: 39px;
 
 transition-property: color, background;
 transition-duration: 0.12s;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.searchContents ul > li > a > h2{
 font-weight: normal;
 line-height: 100%;}
.searchContents ul > li > a.blank{
 height: 100%;
 background-image: url("/images/common/blank.png");
 background-repeat: no-repeat;
 background-size: 10px;
 background-position: right 12px center;
}
.searchContents ul > li > a .redArrowS{ right: 20px;}
.searchContents ul > li > a.hover{
 color: #fff;
 background-color: #e60012;
}
.searchContents ul > li > a.hover.blank{
 background-image: url("/images/common/blank-white.png");
}
.searchContents ul > li > a.hover .redArrowS{
 border-right-color: #fff;
 border-bottom-color: #fff;
}

/*

specialNavi

*/
.specialNavi{
	width: 980px;
	/*margin: 130px auto 80px auto;*/
	margin: 30px auto 80px auto;
	text-align: center;
}
.specialNavi p{
	font-size:1.8rem;
line-height: 3.6rem;
	text-align: center;
	margin-bottom: 60px;
}
.specialNavi h2 {
	margin: 0 0 40px 0;
	color: #333;
	font-weight: normal;
	text-align: center;
font-size: 1.5rem;
	/*アンカーリンク用*/
padding-top: 100px;
/*margin-top: -100px;*/}
.specialNavi h2 span {
	display: block;
	height: 32px;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
background-image: url(/search/images/ttl_special.png);
    background-size: 347px;}
.specialNavi h3{
	color: #e60012;
	display: inline-block;
	margin: 0 auto;
	font-size: 2.4rem;
	line-height: 30px;
	font-weight: normal;
	padding-left: 40px;
	background-image: url(/search/images/ico_99blo.gif);
	background-size: 30px;
	background-repeat: no-repeat;
}
.specialNavi ul{
	width: 980px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialNavi ul:first-of-type{
	margin: 0 auto 0 auto;
}
.specialNavi ul:before{
    content:"";
    display:block;
    width: calc((100% - 16px * 3) / 4);
    height:0;
    order:1;
  }
.specialNavi ul:after{
    content:"";
    display:block;
    width: calc((100% - 16px * 3) / 4);
    height:0;
  }
.specialNavi li{
	width: calc((100% - 16px * 3) / 4);
	margin-top: 60px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-align: left;
}

.specialNavi li a{
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.specialNavi li a.hover{
	color: #e60012;
}
.specialNavi li img{
	width: 100%;
}
.specialNavi li div{
	margin-bottom: 10px;
}

.specialNavi .button {
    display: block;
    min-width: 280px;
    height: 64px;
    margin: 0 auto;
    padding: 24px 10px 24px 20px;
    color: #e60012;
    font-size: 1.4rem;
    text-align: center;
    line-height: 100%;
    background: #fff;
    border: 1px solid #e60012;
    transition: 0.12s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin-top: 80px;
}
.specialNavi .button .redArrowS {
	position: static;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;}

.specialNavi .button.hover {
		color: #fff;
		background-color: #e60012;}
.specialNavi .button.hover .redArrowS {border-color: #fff;}
.specialNavi .button.is-close-btn {
	min-width: 164px;
	height: auto;
	padding: 12px 40px 12px 50px;}
.specialNavi .button.is-close-btn .redArrowS {
	position: static;
	transform: rotate(-135deg);
	margin: 0 0 -1px 10px;}


/*

BlogBtn

*/
.BlogBtn {
	margin: 50px 0;
	text-align: center;}
.BlogBtn > a {
	position: relative;
	display: inline-block;
	width: 340px;
	padding: 32px 30px;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 100%;
	border: 1px solid #e60012;
	background-color: #e60012;
	box-shadow: 0 3px 7px rgba(0,0,0,0.25);
	transition: box-shadow 0.12s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.BlogBtn > a.hover {
		box-shadow: 0 3px 7px rgba(0,0,0,0);}
	.BlogBtn > a > .redArrowS {
		right: 35px;
		margin: 0 0 0 10px;
		transition: border 0.12s;}
	.BlogBtn > a.hover > .redArrowS {
		border-color: #fff;	}

/*

.otherContent

*/
.otherContent a.hover strong{color: #e60012;}
.otherContent figcaption strong{
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 8px;
	display: block;
}
.otherContent figcaption p{
	font-size: 1.2rem;
	line-height: 2.2rem;
}

/*

common

*/
.bodrTop{
	border-top: 1px solid #d0d5da;
	padding-top: 60px;
}



.otherContent figcaption strong.blank:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background-image: url(/images/common/blank.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
}
