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

.wpcf7 p{
	
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 100%;
	background-color: #fff;
	margin-bottom:20px;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 100%;
	background-color: #fff;
	margin-bottom:20px;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
	width: 100%;
	background-color: #fff;
	margin-bottom:20px;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
	background-color: #fff;
	margin-bottom:20px;
}

.submit-btn-wrapper {
  text-align: center;
	padding:20px;
}

.wpcf7-form input[type=submit] {
width: 100%;
padding: 15px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #e0e0e0;
color: #666666;
transition: 0.3s;
}
.wpcf7-form input[type=submit]:hover {
background: #e0e0e0;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}