/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2024 | 06:05:44 */
@charset "UTF-8";
/* 枠とか背景色 */
.wpforms-form {
background-color: #F9F9F9 !important;
padding: 30px 30px !important;
}
/* ボタンの色 */
#wpforms-submit-23 {
width:50%;
padding:10px;
margin: 30px 0;
margin-left: 25%;
color: #fff;
border-radius:10px;
-webkit-border-radius: 0px;  
-moz-border-radius: 0px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #ad4b5b;
transition: 0.3s;
}
/* ボタンホバー時の動き */
#wpforms-submit-23:hover {
background: #67222d !important;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
