/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*headerの背景色の変更*/
#site-header{
    background-color :#002060;
    } 

.global-nav-list a{
    color:#f5f5f5 !important;
}

.global-nav-list a:hover {
    color: #d3d3d3 !important;
}

/*ロゴ画像を大きくする
.site-header-logo img {
    max-height: 80px;
}
*/

* =====================

フォントの変更

===================== */

body,html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:500;
	}

.entry-body {
	font-size:18px;
	}

/*画像のアニメーション*/
.img-hover:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*フッターの削除*/
.site-footer-copyright p:nth-child(2) {
    display:none;    
}

.site-footer {
    background-color: #f4f4f4;
}

/*見出しデザイン*/
h2 {
    padding: 1rem 1rem;
    border-top:none;
    border-left: 10px solid #002060;
    background: #f4f4f4;
}

/*投稿者削除*/
.entry-meta-item-author {
	display:none;
}

/*コンタクトフォーム*/
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}

.lp-contact th{
	white-space:nowrap;
	}

.lp-contact .wpcf7 .wpcf7-form {
	background-color: #f7f7f7;
	font-size: 1.0em;
	max-width: 950px;
	width: 90%;
	margin: 0 auto;
}

.lp-contact .wpcf7 .form_menu {
	width: 95%;
	font-size: 1.0em;
	padding:5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
	background-color: #FFF;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
	

.wpcf7 input[type="submit"] {
	width: 50%;
	padding:10px;
	margin-bottom: 10px;
	border-radius:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #FF9B5C;
	transition: 0.3s;
	color:#ffffff;
}

.wpcf7-submit:hover {
	background: #FF9B5C;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}

.btn-submit {
    width: 100%;
    text-align: center;
}


/*サンクスページのコメント削除*/
.wpcf7-mail-sent-ok {
display: none !important;
}

@media only screen and (max-width:768px){

.lp-contact .wpcf7 .wpcf7-form {
    background-color: #f7f7f7;
	font-size: 0.8em;
	width: 100%;
	margin: 0 auto;
	}

.lp-contact .wpcf7 th,
.lp-contact .wpcf7 td,
.cell-responsive th,
.cell-responsive td {
	width: 95%;
	display:block;
}
}
