/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
 h1 {
            color: #080954;
        }
    
    
        .date {
            color: #b4b5cb;
        }
    
        .detail h3 {
            color: #080954;
        }
    
        .detail a {
            color: #ed6d35;
            text-decoration: underline;
        }
    
        @media (min-width: 1024px) {
            .modal_fixed {
                    padding: 50px 40px 0;
                }
            
                .news .pc_flex {
                    padding: 0 80px 54px;
                }
            
                h1 {
                    padding-top: 35px;
                    text-align: center;
                    font-size: 36px;
                }
            
                .news_data {
                    display: flex;
                    margin-top: 30px;
                }
            
                .date {
                    padding-right: 20px;
                }
            
                .date p {
                    font-size: 16px;
                    line-height: 26px;
                }
            
            
            
                .detail h3 {
                    font-size: 20px;
                    margin-bottom: 12px;
                }
            
                .detail p {
                    font-size: 16px;
                    line-height: 26px;
                }

        }
    
    
        @media (max-width: 1023px) {
    
            .modal_fixed {
                padding: 23px 20px 0;
            }
    
    
            .news .pc_flex {
                padding: 0 20px 23px;
            }
    
            h1 {
                font-size: 18px;
                margin-top: 6px;
            }
    
            .news_data {
                margin-top: 24px;
            }
    
            .date p {
                font-size: 14px;
                line-height: 32px;
            }
    
            .detail h3 {
                font-size: 16px;
                margin-bottom: 12px;
            }
    
            .detail p {
                font-size: 14px;
                line-height: 21px;
            }
        }

}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/