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

.button {
  width: 100%;
  max-width: 360px;
  display: block;
  padding: 12px 16px;
  background: #f3f6f6;
  border-radius: 8px;
  margin: 0 auto;
}

.button--solid {
  background: #4ba577;
  p {
    color: #ffffff;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM,
      "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 142%;
  }
}
