@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

/*===========================tab====================================== */
.newslist tbody{
    display: flex;
    flex-direction: column-reverse;
}
.newslist tbody td{
    display: block;
}
.newslist tbody tr{
    display: flex;
}
.newslist tbody td:last-child{
    width: 82%;
    min-width: 82%;
}
.newslist tbody tr td:first-child{
    width: 18%;
    min-width: 120px;
}

 .mailform table td {
    padding: 10px;
    color: #333!important;
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
    .cont_2 h1 {
        font-size: 18px!important;
    }
    .newslist tbody tr{
        display: flex;
    }
    .newslist tbody td:last-child{
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
    }
    .newslist tbody tr td:first-child{
        width: 100px;
        min-width: 100px;
    }
}
/*===========================sp END====================================== */