@charset "utf-8";
/* linkスタイル */
a.history-backlink{
    display: block;
    padding:15px;
    margin-bottom:20px;
    font-size:1.6rem;
    font-weight: 600;
    text-align: center;
    color:var(--text-color);
    border:1px solid var(--gray-color);
    border-radius: 5px;
    background:url(../../images/icons/arrow-left-nonbg.svg) no-repeat left 10px top 50%; 
}
a.history-backlink:hover{
    background-color:var(--gray-color);
  
}
