/*contact7送信ボタンカスタマイズ*/
 
.wpcf7-submit,.wpcf7-confirm,.wpcf7-back {
width:50%;
padding:15px;
margin:10px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #ffaa00;
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;
}



.t-logoSp25 .siteTitle__logo{
	height:75px;
}
@media only screen and (min-width:992px){
	img.siteTitle__logo {
		height: 100px;
	}
}
@media only screen and (min-width:768px){
	img.siteTitle__logo {
	height: 75px;
	}
}