@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/equipment/equipment/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #section_navigation_system
----------------------------------- */
#section_navigation_system h3 img{
    width: 100%;
    height: auto;
}
#section_navigation_system .points{
    margin: 0 15px 20px 15px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
#section_navigation_system .points .sub_title{
    margin: 0;
    padding: 0;
}
#section_navigation_system .points .col_left{
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}
#section_navigation_system .points .pic{ display: none;}
#section_navigation_system .points .col_desc h5{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
#section_navigation_system .points .col_desc .desc{ display: none;}
#section_navigation_system .detail{
    clear: both;
    text-align: center;
}


/* -----------------------------------
    #section_navigation_system
----------------------------------- */
#section_maker_option .head_title{
    margin: 0 15px 20px 15px;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px solid #808080;
}
#section_maker_option .pic{
    margin: 0 auto 50px auto;
}
#section_maker_option .maker_option_list{
    padding: 0 15px;
    margin: 0 0 0 0;
    overflow: hidden;
}
#section_maker_option .maker_option_list li{
    margin: 0 0 40px 0;
}
#section_maker_option .maker_option_list li .pic{
    margin: 0 0 10px 0;
}
#section_maker_option .maker_option_list li .copy{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}
#section_maker_option .maker_option_list li .desc{
    font-size: 14px;
    line-height: 1.5em;
}
#section_maker_option .maker_option_list li .caution{
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 1.5em;
}


/* function_list */
#section_maker_option .function_list{
    padding: 0 15px;
    clear: both;
}
#section_maker_option .function_list .list_wrap{
    margin: 0 0 45px 0;
}
#section_maker_option .function_list .list_wrap:last-child{
    margin: 0;
}
#section_maker_option .function_list h4{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #0064a1;
    position: relative;
    cursor: pointer;
}
#section_maker_option .function_list h4:after{
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    background-image:url(../../../../common/image_common/parts_ico_btn_detail_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    top: -5px;
    right: 0;
}
#section_maker_option .function_list h4.on:after{
    background-image:url(../../../../common/image_common/parts_ico_btn_detail_arrow_on.png);
}
#section_maker_option .function_list li{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.5em;
}
#section_maker_option .function_list .caption{
    padding: 0 13px;
    font-size: 12px;
    line-height: 1.5em;
}
#section_maker_option .function_list .list_inner{
    overflow: hidden;
    height: 0;
}

/* -----------------------------------
    #section_option_navi
----------------------------------- */
#section_option_navi{
    padding: 50px 15px;
}
#section_option_navi .head_title{
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px solid #808080;
}
#section_option_navi .col_left h3{
    margin: 0 0 10px 0;
    padding: 0;
}
#section_option_navi .col_left .desc{
    font-size: 14px;
    margin: 0 0 20px 0;
}
#section_option_navi .col_left .detail{
    margin: 0 0 25px 0;
    text-align: center;
}
#section_option_navi .col_right img{
    width: 100%;
    height: auto;
}
}