@charset "utf-8";
/* DL用リンクCSS */
#dl_sozai{
margin: 20px 0 0 0;
}
#dl_sozai a.btn_link{
    display: inline-block;
    padding: 0.8em 12px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 2px 2px 0px 0px #cc542f;
    background-color: #f15a24;
    min-width: 258px;
    text-decoration: none;
    font-size: 15px;
    transition: .1s;
    position: relative;
	color: #fff;
}
#dl_sozai a.btn_link:hover {
background-color: #ff7240;
box-shadow: none;
transform: translate(2px, 2px);
}
@media screen and (max-width: 640px){
#dl_sozai{display: none;}
}




