@charset "utf-8";

@media screen and (min-width : 769px){ 
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/equipment/equipment/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
.section{
    margin: 0 0 80px 0;
}
.section .head_title{
    width: 930px !important;
    margin: 0 auto 40px auto;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #808080;
}
.equipment_list{
    margin: 0 0 -80px 0;
    padding: 0 0 0 50px;
    letter-spacing: -.40em;
}
.equipment_list .img_slider{
    width: auto !important;
}
.equipment_list .img_slider .slick-track{
    width: auto !important;
}
.equipment_list .list_inner{
    width: 270px;
    margin: 0 34px 100px 0;
    letter-spacing: normal;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.equipment_list .list_inner.through_content{
    width: auto;
    max-width: 575px;
}
.equipment_list .list_inner .pic{
    height: 174px;
    margin: 0 0 10px 0;
}
.equipment_list .list_inner .pic img{
    width: auto;
    height: 100%;
}
.equipment_list .list_inner .copy{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.444em;
}
.equipment_list .list_inner .name{
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}
.equipment_list .list_inner .ico_type{
    margin: 0 10px 0 0;
    position: relative;
    left: 0;
}


/* -----------------------------------
    #section_access
----------------------------------- */
#section_access{
    margin: 0 0 100px 0;
}
#section_access .section_desc{
    margin: 0 0 10px 0;
}
#section_access .detail{
    margin: 0 0 50px 0;
}
#section_access .img_slider{
    width: 910px !important;
}
#section_access .img_slider h5{
    font-weight: normal;
}
#section_access .img_slider .desc{
    font-weight: bold;
}
}