main{
	width: 100%;
	color: #333;
}



/*

.searchContents

*/
.searchContents{
	
}
.searchContents p{
	font-size: 1.6rem;
	line-height: 2.8rem;
	font-weight: bold;
	margin: 40px auto;
	width: calc(100% - 30px);
}
.searchContents dl{
	margin-top:0;
	padding: 0 15px;
	height: 300px;
	background-size: cover;
	
	display: flex; /* 子要素をflexboxで揃える */
 flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
 justify-content: center; /* 子要素をflexboxにより中央に配置する */
 align-items: center;  /* 子要素をflexboxにより中央に配置する */
	
}
.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_01.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_02.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_03.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_04.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_05.jpg);
}

.searchContents dd{
	width: 100%;
	line-height: 2.1rem;
	text-align: center;
}
.searchContents dd strong{
	background-size: contain;
	background-position: center;
	margin-bottom: 20px;
}
.searchContents dl.wash dd strong{
background-image:url("/search/images/img_ttl_01.png");
}
.searchContents dl.paint dd strong{
background-image:url("/search/images/img_ttl_02.png");
}
.searchContents dl.wiper dd strong{
background-image:url("/search/images/img_ttl_03.png");
}
.searchContents dl.coationg dd strong{
background-image:url("/search/images/img_ttl_04.png");
}
.searchContents dl.chain dd strong{
background-image:url("/search/images/img_ttl_05.png");
}
.searchContents dt{
	width: 100%;
}

/*

.searchContents
link btm

*/
.searchContents ul {
	margin-top: 40px;}
.searchContents ul > li {
	width:calc((100% - 10px) / 2);}

/*when only li*/
.searchContents ul.onlyLi{
	display:inherit;
}
.searchContents ul.onlyLi > li {
	width:calc(100% - 140px);
margin: 0 auto;}


.searchContents ul > li > a{
 font-size: 1.1rem;
 /*text-indent: -1rem;*/
 padding: 0 1rem 0 0;
}
.searchContents ul > li > a .redArrowS{ right: 10px;}


/*

specialNavi

*/
.specialNavi{
	width: calc(100% - 30px);
	margin: 0 15px 60px 15px;
	padding-top: 80px;
}
.specialNavi p{
	font-size:1.6rem;
line-height: 2.4rem;
	margin-bottom: 40px;
	font-weight: bold;
}
.specialNavi h2 {
	padding-top: 0;
font-size: 1.1rem;}
.specialNavi h2 span {
	background-size: contain;
	padding-top: 9.00473%;/* (画像の高さ / 画像の横幅) × 100 */
	margin: 0 auto;
height: 0;
	width: 60%;
}
.specialNavi h3{
	font-size: 2.0rem;
	margin-bottom: 10px;
}
.specialNavi ul{
	width: 100%;
	margin: 0 auto 60px auto;
}
.specialNavi li{
	width: calc((100% - 15px) / 2);
	margin-top: 30px;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.specialNavi .button {
	/*width: calc(100% + 15px * 2 - 60px *2);*/
	width: calc(100% - 140px);
	min-width: 200px;
    padding: 17px 15px;
	margin-top: 40px;
	height: auto;
}
.specialNavi .button.is-close-btn {
	min-width: 160px;
	width: auto;
	font-size: 1.2rem;
	padding: 10px 10px 10px 20px;}


/*

BlogBtn

*/
.BlogBtn {
	margin: 40px 0 50px 0;}
.BlogBtn > a {
	width: calc(100% - 70px);
 padding: 15px 0;
	line-height: 2.2rem;
	}


/*

.otherContent

*/
.otherContent figcaption strong{
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0;
	text-align: center;
}