@charset "utf-8";
/*
Theme Name: Lightning Child Takahira CS
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
body{
/*font-family: 'YuGothic','Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;*/
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Gothic UI',sans-serif;

font-size:15pt;

}

p , li{
line-height: 1.2em;
}

/*
.copySection p:nth-child(2){
display:none;
}
*/

.mini-content-container-1.container {
background-color: rgba(0,0,0,0.5);
}


table.formscss{
background-color:#eee;
}
table.formscss td:first-child{
background-color:#ccc;
width: 30%;
}

/*コンタクトフォーム submit ボタン*/
.wpcf7 input[type="submit"] {
width:100px;
margin:15px;
padding:15px;
letter-spacing:10px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;

border: none;
box-shadow: 0 3px 0 #ddd;
background: #8c203d;

transition: 0.3s;

}
.wpcf7-submit:hover {
background: #680c25;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
/*ソーシャルボタン
.veu_socialSet li{
width:auto;
}
*/

/*ロゴ大きく*/
.navbar-brand img {
max-height: 90px;
}