@charset "UTF-8";
@import url('./user.common.css');
/**************************************************/
/* ================================= common */
 
/**************************************************/
/* ================================= layout */
 
/**************************************************/
/* ================================= responsive */
@media screen and (min-width: 1025px){
    /* ==================== common */


    /* ==================== layout */
    #page_product #sec_0 *{ color: #333;}

    #page_product #sec_1{ padding-bottom: 250px;}
    #page_product #sec_1 .bx_list li:nth-of-type(5) div{ max-width: 516px;}
 
}
@media screen and (max-width: 1680px){

}
@media screen and (max-width: 1024px){
    /* ==================== common */


    /* ==================== layout */
    #page_product #sec_1 .bx_list li { flex-flow: column nowrap;  margin-top: 58px;}
    #page_product #sec_1 .bx_list li * { color: #333;}
    #page_product #sec_1 .bx_list li div{ position:static; padding: 40px 0 0; }
}