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

body {
        font-family: "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
		color:#333;
    }


iframe{
  filter: grayscale(1);
}

#wpadminbar {
    z-index: 100100;
}

.tablepress-id-1  .column-1{
	background-color:#e6e7e7;
	text-align:center;
	width:25%;
	line-height:38px;
	border-top: 1px solid #899097;
	border-bottom: 1px solid #899097;
}

.tablepress-id-1  .column-2{
	line-height:38px;
	vertical-align:middle;
	border-top: 1px solid #899097;
	border-bottom: 1px solid #899097;
}

/*採用情報テーブル*/
.tablepress-id-2 .column-1,
.tablepress-id-3 .column-1,
.tablepress-id-4 .column-1{
	/*background-color:#e6e7e7;*/
	background-color:#EDEEF0;
	text-align:center;
	vertical-align:middle;
	width:25%;
	line-height:27px;
	border-top: 1px solid #899097;
	border-bottom: 1px solid #899097;
}

.tablepress-id-2  .column-2,
.tablepress-id-3  .column-2,
.tablepress-id-4  .column-2{
	/*background-color:#EDEEF0;*/
	line-height:27px;
	vertical-align:middle;
	border-top: 1px solid #899097;
	border-bottom: 1px solid #899097;
}


/*問い合わせ*/
.required{
	vertical-align:middle;
	font-size:12px;
	color:#fff;
	background-color:#292929;
	padding:2px 4px 4px 4px;
	margin:0 10px;
}

.input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin: 0.5rem 0 .5rem;
}

input[type=submit] {
    border-radius: 0;
}


/*スマホナビ*/
.is-menu-open.is-menu-open  {
    background-color: #000 !important;
}





body.blog.page-header-title::after{
	content:"NEWS"
}

/*--------------------------------*/
/*  PCとスマホで改行を変える時のCSS
/*---------------------------------*/
/*改行*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



