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

body {
    font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Segoe UI", "ＭＳ Ｐゴシック", sans-serif;
	background: url(images/bg.png) repeat left top;
}
.site-body-container {
	background-color:#fff;
	padding:2em;
	border:1px solid #e2f6eb;
}
/*-------------------------------------------*/
/*  ヘッダー
/*-------------------------------------------*/
.site-header {
	background:#15a956;
}
@media (max-width: 1199.98px) {

	.site-header-logo img {
        margin-left: 0;
        margin-right: 0;
    }
}
.vk-mobile-nav-menu-btn {
	display:none;
}
/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/
.site-footer {
	display:none;
	border-top:none;
	background-color:#14994e;
}
/*-------------------------------------------*/
/*  トップページ
/*-------------------------------------------*/
/*body.home .entry-title {
  display: none;
}*/

.home .search-buttons-group {
  padding: 1em 1em 2em;
}

.home .search-buttons-group .wp-block-buttons {
  gap: 2em;
  flex-wrap: nowrap;
}

.home .search-buttons-group .wp-block-button {
  width: 50%;
}

.home .search-buttons-group .wp-block-button__link {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  font-size: 1.125rem;
  text-align: center;
  padding: 16px .5em 15px;
  color: #fff;
  font-weight: bold;
  background: url(images/green02.jpg) repeat center center;
}

@media screen and (max-width: 480px) {
  .home .search-buttons-group .wp-block-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home .search-buttons-group .wp-block-button {
    width: 75%;
  }
}
/*-------------------------------------------*/
/*  ページ共通　
/*-------------------------------------------*/

.nideau-navi-logo figure {
  border-bottom: 2px solid #353148;
  padding-bottom: 20px;
  margin: 2em auto;
}
.nideau-navi-logo img {
	width:324px;
}
@media (max-width: 767px) {
  .nideau-navi-logo figuree {
    padding-bottom: 10px;
    margin-bottom: 1em;
  }

 .nideau-navi-logo img {
    width: 160px;
  }
}
.mainSection-title, h2 {
    border-top: none;
    border-bottom: none;
}

/*-------------------------------------------*/
/*  こだわり、業種
/*-------------------------------------------*/
.kodawari .page-title,
.kodawari2 .page-title {
	display:none;
}
.kodawari .entry-body h2,
.kodawari2 .entry-body h2{
  color: #87c943;
  font-size: 2em;
  font-weight: normal;
  -webkit-text-stroke: 1px #669a5a;
  line-height: 1.2;
  margin-bottom: .25em;
}
.kodawari .entry-body h2 span,
.kodawari2 .entry-body h2 span {
	white-space: nowrap;
}

.kodawari p,
.kodawari2 p {
  font-size: 1.2em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .kodawari .entry-body h2,
  .kodawari2 .entry-body h2 {
    font-size: 1.69em;
	margin-bottom:.75em;
  }
}

/*-------------------------------------------*/
/*  企業table
/*-------------------------------------------*/
.kyujin-table th {
    border: 1px solid #bbb;
	background: #eee;
    padding: 10px 15px;
    line-height: 2.2;
	font-size:1em;
}
.kyujin-table td {
    border: 1px solid #bbb;
    padding: 10px 15px;
    line-height: 2.2;
	font-size:1em;
}
.kyujin-table td a {
	color: #15a956;
}
/*-------------------------------------------*/
/*  トップへ戻るボタン
/*-------------------------------------------*/
.page_top_btn {
    border: none;
    background: #daf65c;
    box-shadow: none;
    border-radius: 9999px;
	width: 44px;
    height: 42px;
}
.page_top_btn::after {
	color: #15a956;
	font-size:1.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -13px;
    width: 100%;
}
