/*contact7フォーム*/
 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
width: 100%;
padding:10px;
border-radius: 4px;
border: 1px solid #ddd;
}
 
/*contact7送信ボタンカスタマイズ*/
 
.wpcf7-submit,.wpcf7-confirm,.wpcf7-back {
width:100%;
padding:15px;
margin:10px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #5ba5ad;
color:#fff;
transition: 0.3s;
}
  
.wpcf7-submit:hover {
background: #ddd;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
 
}
/*確認画面のグレーを変更*/
input.wpcf7c-conf,
textarea.wpcf7c-conf {
/*  border: 0;
  padding: 0;
*/  background: #fff;
}
.content div, .content p {
margin-top: 0rem;
}


/*サイトロゴサイズ*/
/*
.t-logoSp30 .siteTitle__logo {
height: 75px;
}
@media only screen and (min-width: 768px){
	.siteTitle__logo {
		height: 75px;
	}
}
*/