/**
Theme Name: theme yb
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-yb
Template: astra
*/

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:15px; !important;/* ボタン内の余白 */
margin:2em 0em !important;/* ボタンの上下の余白 */
background-color: rgb(242,93,93) !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 15px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 150px;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);/* 薄っすらとボタンにドロップシャドウをかける*/
}

/* — コンタクトフォーム7　戻るボタンのカスタマイズ — */
.wpcf7-form-control.wpcf7-previous {
	padding:15px; !important;/* ボタン内の余白 */
margin:2rem 0em 0rem !important;/* ボタンの上下の余白 */
background-color: #D6D6D6 !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #333 !important;/* 文字の色*/
font-size: 15px !important;/* 文字の大きさ */
font-weight: bold !important;/* 文字の太さ*/
width: 150px !important;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.05);/* 薄っすらとボタンにドロップシャドウをかける*/
}