/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/a


/*BK専用CSS*/
/*  
明るい青　#1E90FF rgba(30, 144, 255,)
濃い青　#122569
 */

h1,h2,h3,h4,h5{
	font-weight: 900;
  color: #122569 !important;
}

.global-nav-name{
  color: #122569;
}

.page-header {
  color: #122569;
}

 /*　ーーーTOPページーーー*/

/*事例紹介のリンクテキストを削除*/
.wp-block-latest-posts li>a{
	display:none;
}

/* BODYの余白調整 */
.site-body{
	padding: 0px !important;
}

h3#AnkerCase{
	padding-top: 1.5em !important;
}



/* ------  1段目 デザイン調整 ------  */




/*  ------  2段目 デザイン調整 ------  */


/*　ーーーTOPページここまでーーー*/


/*copyright*/
.site-footer{
	font-size: 13px;
	background: #122569;
	color: aliceblue;
}
.site-footer-copyright{
    text-align: right;
}

/* フォーム */
input.wpcf7-captchar{
	width: 6em;
	text-align: center;
}
input.wpcf7-submit {
	background: #122569;
	border: none;
}

/* モバイル幅になったときの事例紹介の幅 */
.wp-block-latest-posts.is-grid li{
	width:auto;
}

/*　子ページ　*/
.childrenpage{
	margin: 60px 0 ;
}
h1.page-header-title{
	text-align: left;
}
.breadcrumb-list{
	font-size: 13px;
}
.breadcrumb-list .fa-home{
	display: none;
}

