@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ダウンロードボタン */
a.download-btn {
  display: block;
  width: 512px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #aa4f37;
  color: #fff;
  font-weight: 900;
  font-size: 1.20em;
  text-decoration: none;
  text-align: center;  
}

a.download-btn:hover {
  opacity: .8; 
  transition: .3s ease-in-out;
}