@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 input[type="submit"] {
width:50%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #3bb371;
transition: 0.3s;
font-weight: bold;
font-size: 1.3em;
margin-top: 20px;
color:#fff;
}
.wpcf7-submit:hover {
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}


input.wpcf-back[type="button"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #3b4675;
transition: 0.3s;
font-weight: bold;
font-size: 1.3em;
color: #fff;
}


.wpcf-back:hover {
cursor: pointer;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

.wpcf7 .wpcf7-submit:disabled {
background-color: #999 !important;
}

.wpcf7-textarea,
.wpcf7-text,
.wpcf7-email
{
	width: 50%;
	}

    
@media (max-width: 767px) {
.wpcf7 input[type="submit"] {
	width: 100%;
}
.wpcf7-textarea,
.wpcf7-text,
.wpcf7-email{
	width: 100%;
	}
}
