@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
#main .top-news dt,#main .top-news dd{
    background-color: transparent;
    border: none;
    padding: 0;
}
#main .top-news dd{
    padding-left: 32px;
}
#main .top-news dl{
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.48);
}
#main .top-news dl:first-child{
    border-top: 1px solid rgba(255,255,255,.48);
}
.fixed-btn{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
}
.fixed-btn a{
    display: block;
    padding: 16px 32px;
    background-color: #006600;
    color: #fff;
}
.fixed-btn i{
    margin-right: 8px;
}

/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/

/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
#main .top-news dl{
    flex-direction: column;
}
#main .top-news dt,#main .top-news dd{
    width: 100%;
    padding: 0;
}

/*----------------------------------------------------------------------------cs*/
}