@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
*/

/* 固定フッターCTA本体 */
.fixed-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: var(--color_main);
  padding: 12px 14px;
}

.fixed-cta__inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.fixed-cta__ttl{
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px;
}

.fixed-cta .swell-block-button{
  margin-bottom: 0.5em;
}

.fixed-cta .swell-block-button__link{
  background: #fff;
  color: var(--color_text);
}

body{
  padding-bottom: 140px;
}