@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
/*----------------------------20241031_th_blog--------------------------------*/
aside ul li a {
    font-size: larger;
}
.news .blog_list > div h3 {
    font-size: 18px;
}

@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
/*----------------------------20241031_th_blog--------------------------------*/
.news .blog_list > div .blog_text {
    display: flex;
    width: 80% !important;
    padding: 0 !important;
    align-items: center !important;
    flex-wrap: wrap;
    flex-direction: column;
}
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}