/* =============================================================================================== */
/* First View                                                                                      */
/* =============================================================================================== */
#first_view .slider .slider_item.num01 {
    background-image: url('../../images/laptop_stand/headline_01.jpg');
}
#first_view .slider .slider_item.num02 {
    background-image: url('../../images/laptop_stand/headline_02.jpg');
}
#first_view .product_logo {
    text-align: right;
}
@media screen and (max-width: 768px) {
    #first_view .slider .slider_item.num01 {
        background-image: url('../../images/laptop_stand/headline_sp_01.jpg');
    }
    #first_view .slider .slider_item.num02 {
        background-image: url('../../images/laptop_stand/headline_sp_02.jpg');
    }
    #first_view .product_logo {
        text-align: center;
    }
}

.notes_red {
  color: #f00;
  font-size: 14px;
}