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

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    color: white !important;
    background: #ee7948 !important;
    border-color: #ee7948 !important;
}

/* SWELL「続きを読む」ボタン：通常時の文字色を黒に */
.is-style-more_btn a {
    color: #000000 !important;
}
/* SWELL「続きを読む」ボタン：ホバー時に文字色を白、背景色を黒に */
.is-style-more_btn a:hover {
    color: #ffffff !important;
}