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

/* 固定ページタイトル中央寄せ-----------------------------------------------------------------*/
.c-pageTitle,
.c-pageTitle__inner {
	float: none!important;
	text-align: center;
}

/*固定ページのタイトル-----------------------------------------------------------------*/
.c-pageTitle{
	font-size:2.0rem;
	letter-spacing: 0.5rem;
}

/*WPFormsカスタイズ-----------------------------------------------------------------*/
/*送信ボタン位置調整--------------------*/
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center !important;
}

/*送信ボタンカラー--------------------*/
div.wpforms-container-full .wpforms-form button[type=submit] {
	color: #fff !important;/* 文字の色 */
	background: #333333 !important;/* 背景の色 */
	width: 150px;
}

/*ホバー送信ボタンカラー--------------------*/
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #fff !important;
	color: #333333 !important ;
	border: 2px solid #333333;
	transition: 0.3s;
}