@charset "utf-8";
.fixed ul.navi_oga {
    padding-top: 17px;
    height: 60px;
}

ul.navi_oga{
    height: 110px;
}
@media only screen and (max-width: 767px) {
	
	ul.navi_oga{
			height: 75px;
	}
	.fixed ul.navi_oga{
			height: 50px;
	}
}

ul.navi_oga li.current-item a{
	color:#111;
	background:none;
	transition: unset;	
}

.list_hikaku table {
  border-collapse: collapse;
  width:auto;
    margin: 0 auto;
}
.list_hikaku th,
.list_hikaku td {
  padding:10px 2px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
 background-color: #fff;

}
.list_hikaku th {
  padding:4px 6px;
  font-weight: normal;
  font-size:11px;
  line-height: 120%;
  color: #111;
  background: #eee;
  position: sticky;
  top:60px;
  border-top: 1px solid #ddd;
}
  .car-name {
      text-align: left !important;
      padding:4px 10px 4px 4px !important;
      width:400px !important;
}
.list_hikaku img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-right: 5px;
  float: left;
}

.attxt{
    text-align: left !important;
    font-size: 12px !important;
    padding: 10px !important;
    background-color: #fff !important;
}


@media only screen and (max-width: 767px) {
    div.list_hikaku {
        padding:30px 0px !important;        
    }
    
.heading {
    display: none;
  }
.list_hikaku td {
    display: inline-block;
    width: 50%;
		height: 67px;
  }
.list_hikaku td:last-child{
    width:100%;
}

.list_hikaku td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
  .list_hikaku td.car-name {
    background: #f6f4ef !important;
      width: 100% !important;
		height: auto;
  }
}


