@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/performance/ecology/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
	/* -----------------------------------
    #top_content
----------------------------------- */

#top_content {
    margin: 0 auto 65px;
}

#top_content .pic_full {
    margin: 0 0 70px;
}
#top_content h3 span {
	display: block;
	margin-top: 10px;
}
#top_content h3 span img{
	width: 141px;
	height: auto;
}
/* ------------------------------
    #section_fuel
------------------------------ */
#section_fuel{
    margin-bottom: 100px;
}

#section_fuel .head_title{
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 15px 20px 15px;
    border-bottom: 1px solid #ccc;
}


#section_fuel h3, #section_fuel h4 {
	padding: 0;
}

#section_fuel h4.equipment {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
#section_fuel .fuel_table {
        width: 100%;
        margin-left: 0;
}
#section_fuel .fuel_table table {
    min-width:none;
    width:100%;
    margin: 0 auto 15px auto;
}
#section_fuel .fuel_table p {
    margin: 0 0 3px 0!important;
   line-height: 1.3em !important;
	
}
#section_fuel .fuel_table th {
	font-size: 12px;
}
#section_fuel .fuel_table th.jc08 span.sup {
	margin-left: -4px;
}
#section_fuel .fuel_table th.jc08 span.wltc.sup {
	margin-left: 2px;
	vertical-align: 13px;
}
#section_fuel .fuel_table th.jc08 {
	width: 120px;
}
#section_fuel.fuel_table  th.jc08 p img {
    width: 85px;
}
#section_fuel .fuel_table td.num {
  min-width: 50px;
	width: auto;
  font-size: 48px;
	text-align: right;
	padding-right: 2%;
}
	
#section_fuel .fuel_table td.fuel {
	font-size: 20px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

	
	#section_fuel .bottom_tbl{
	font-size: 10px;
  width:100%;
  margin: 0 auto 0;
}
	#section_fuel .bottom_tbl td.num {
    font-size: 24px;
}
#section_fuel .bottom_tbl td.fuel {
  font-size: 12px;
	padding-bottom:0px;
}
	
#section_fuel .caution {
	margin-top: 20px;
    font-size: 11px;
    line-height: 1.4em;
    text-indent: -1.3em;
    padding: 10px;
    padding-left: calc(10px + 1.3em);
    border: 1px solid #ccc;
	font-weight: bold;
}

/* ------------------------------
    section_equipment
------------------------------ */
#section_equipment{
    margin-bottom: 0px;
}
#section_equipment .col_left h4{
	font-size: 16px;
	font-weight: bold;
}

/* -----------------------------------
    .section_nav
----------------------------------- */
.section_nav{
    clear: both;
	margin-bottom: 40px;
}

.section_nav ul{
    margin: 0 auto;
    overflow: hidden;
	padding: 60px 15px 26px;
}

.section_nav h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 7px;
}

.section_nav p{
	font-size: 11px;
	line-height: 1.5em;
}
	
.section_nav .h_link li{
    width: 100%;
    height: 50px;
    margin: 0 0 38px 0;
    display: table;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.654em;
    letter-spacing: .05em;
	border: 1px #ccc solid;
}
.section_nav .h_link li img{
    width: 41%;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
.section_nav .h_link li a{
    width: 100%;
	height: auto;
    padding:0 30px 0 0;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    color: #231815 !important;
    position: relative;
    text-align: left;
/*    transition: opacity .1s ease;*/
	display: flex;
	align-items: center;
}

.section_nav .h_link li a:after{
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    background-image:url(../../../../common/image_common/parts_slider_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    top: 42%; 
    right: 5px;
/*    transition: right .1s ease;*/
}

/*.section_nav .h_link li a:hover{ opacity: .7;}
.section_nav .h_link li a:hover:after{ right: 15px;}*/

	
/* ------------------------------
    #section_standard
------------------------------ */
#section_standard{
    margin-bottom: 50px;
}

#section_standard h3.all{
    margin-top: 50px;
}

#section_standard .slider_inner{
    text-align: center !important;
}

#section_standard .slider_inner .img{
    margin: 0 0 20px 0;
}

#section_standard .slider_inner h5{
    margin: 0 0 5px 0;
}

#section_standard .slider_inner .type{
    font-size: 14px;
    line-height: 1.428em;
}




}