@charset "utf-8";
/* CSS Document */

.r_brand_area {
	width: 100%;
	margin: 50px 0;
}
.r_brand_area>h3 {
	height: 46px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	background-color: #0066a5;
	color: #fff;
	letter-spacing: 2px;
}
.r_brand_area .r_brand_btn {
	width: 100%;
	margin: 20px 0;
}
.r_brand_btn ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 ;
	box-sizing: border-box;
	list-style-type: none;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap: wrap;
}
.r_brand_btn ul li {
	width: 48%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 10px;
}

.r_brand_btn ul li:nth-child(even){
	margin-right: 0;
}

.r_brand_btn ul li a {
	display: block;
	text-decoration: none;
}
.r_brand_btn ul a img {
	display: block;
	width: 100%;
}
.r_brand_btn ul a:active img {
	opacity: 0.7;
}


/*フローティングバナー*/
#Floating {
  display: none;
  width: 100%;
　height: auto;
  background: #dddddd;
  position: fixed;
  z-index: 9999;
  bottom: 0;
}

#Floating ul {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 5px;
}


#Floating.at_bottom {

  bottom: 0;
}


/*--------------------------------------　float-btnデザイン　-----------------------------------------------*/
/*float-btn1*/

#float-btn1 span {
background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    border-bottom: solid 4px #f4b942;
    color: #FFF;
    padding: 10px 1em;
    text-decoration: none;
    font-size: 15px;
}

#float-btn1 a {
    display: block;
	color: #DD4400;
	font-weight: 600;
	text-align: center;
}

#Floating label {
    display: block;
    line-height: 1;
	background: #b7deed; /* Old browsers */
background: -webkit-linear-gradient(#b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: -o-linear-gradient(#b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: linear-gradient(#b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */;
    border-bottom: solid 4px #84c5ff;
    cursor :pointer;
    color: #00438A;
	font-weight: 600;
    padding: 15px 1em;
    text-decoration: none;
    font-size: 15px;
}


/*float-btn2*/

/**/




#Floating input {
    display: none;
}

#float-btn2 a {
    display: block;
	color: #149CFF;
	font-weight: 500;
	text-align: center;
}

#links01 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#links01 #assessment-wrap {
    max-height: 0;
    display: none;
}

#menu_bar01:checked ~ #links01 #assessment-wrap {
	display: block;
	position: absolute;
    max-height: 100px;
    opacity: 1;
	z-index: 999;
	width: 97%;
	background: #b7deed;
	padding: 7px;
	margin-top: -88px;
}

/*スピード査定・LINE査定*/
#assessment-wrap {
overflow: hidden;
}


/*----------------------　バナー画像でやる場合（LINE・スピード査定）　-----------------------------*/

#assessment-wrap li {
	display: inline-block;
	width: 48%;
	height: 75px;
}

#assessment-wrap li img {
	filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.2));
	border: 1px solid #525252;
}

#speed-satei {
	float: left;		
}

#LINE-satei {
	float: right;
}

/*------------------------------------------------------------------------------*/
/*共通*/    



/*---------------------　バナー画像でやる場合（LINE・スピード査定）　-----------------------------*/
/*
#assessment-wrap li {
	display: inline-block;
	width: 48%;
	padding: 10px;
	height: 60px;
}

#speed-satei {
	float: left;		
	background: #21FF78;
}

#LINE-satei {
	float: right;
	background: #21FF78;
}*/

/*------------------------------------------------------------------------------*/
/*共通*/    
.float-btn span {
	float: left;
	display: inline-block;
	width: 50%;
} 

#float-btn1 a:active {
	/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

@media (max-width: 641px) {
	#Floating {
		display: none;
	}
	
}


/*見出し*/

.b_g_headline{
position: relative;
border-bottom: 3px solid #cccac3;
padding: 12px 0px 5px 5px ;
margin: 30px 0px 20px;
font-size: 19px;
line-height: 21px;
font-weight: bold;
padding-top: 15px;
margin-top: 30px;

}
.b_g_headline a, .b_g_headline span{
font-size: 19px;
line-height: 21px;
font-weight: bold;
color:#000000;
}
.b_g_headline:before{
position: absolute;
bottom: -3px;
left: 0;
z-index: 2;
content: '';
width: 20%;
height: 3px;
background-color: #036;
}



/*20191026追加　SP検索窓修正*/
#feas-searchform-0  {
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
}

#feas_0_0 {
	width: 100%;
	padding: 4px 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
	border-radius: 6px;
	margin-right: 0!important;
}

#feas_0_0::after {
	content: "型番・モデル名等を入れてください";
	display: block;
	font-size: 12px;
}

#feas_0_2 {
	box-sizing: border-box;
	margin-right: 0!important;
	width: 34%;
}


#feas_0_1 {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 64%!important;
	margin-right: 0!important;
}

#feas-submit-button-0 {
	-webkit-appearance: none;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	margin-right: 0!important;
	margin-top: 5px;
	padding: 4px 0;
}


#feas_0_1 option {
	font-size: 14px;
}

.Purchase_transition {
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.Purchase_transition a {
	width: 49%;
	margin-bottom: 5px;
	display: block;
	float: left;
	margin-right: 1%!important;
}


.Purchase_transition a img {
	width: 100%;
}

.Purchase_transition a:nth-child(even) {
	margin-right: 0;
}