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

.site-footer-copyright p:nth-child(2) {
display:none;
}

/* ヘッダーメニュー　見積もり */
li#menu-item-62{
	background: #128852;
	padding: 0px 20px;
    margin: 0;
}
	
li#menu-item-62 .textLink_white{
	color: #FFF;
}

.textL_12rem{
	font-size: 1.2rem;
}

.textS_08rem{
	font-size: 0.8rem;
}

/* ヘッダー画像 */
.header-container {
    position: relative;
    width: 100%;
    height: auto;
}

.header-background {
    width: 100%;
    height: auto;
    display: block;
	margin-top: -20px;
	opacity: 0;
    transition: opacity 1s ease-in-out;
	animation: fadeIn 1s ease-in-out 0s forwards;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.image1 {
    animation: fadeIn 1s ease-in-out 0.5s forwards;
}
.image2 {
    animation: fadeIn 1s ease-in-out 1.5s forwards;
}
.image3 {
    animation: fadeIn 2s ease-in-out 1.5s forwards;
}
.image4 {
    animation: fadeIn 1s ease-in-out 2.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* ヘッダー画像　スマホ時 */
.ltg-slide picture img {
    height: auto;
}

@media only screen and (min-width:600px) {
	.ltg-slide picture img {
	height: 100VH !important;
	}
}

/* Loading */
#custom-page-loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
#custom-page-loader img {
    max-width: 100px;
    height: auto;
}

/* お見積りバナー追従 */
.followBanner {
	position: fixed;
	top: 75%;
	right: 40px;
	z-index: 10;
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.followBanner.visible {
    opacity: 1;
	transform: translateY(0);
	transform: translateY(20px); /* 少し下にズレた状態 */
	transition: opacity 0.5s ease, transform 0.5s ease; /* フェードイン＆移動 */
}

.followBanner p{
	background: #21a868;
	color: #FFF;
	width: 150px;
	height: 150px;
	border-radius: 88px;
    text-align: center;
    padding: 43px 10px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media (max-width: 781px) {
	.followBanner {
		right: 0;
	}
	.followBanner p{
		width: 55px;
		height: 100px;
		border-radius: 8px 0 0 8px;
		padding: 20px 5px;
		font-size: 0.8rem;
	}
}

/* カラム　スマホ時 */
.site-body {
    padding: 0rem 0 4rem;
}

@media (max-width: 781px) {
	.site-body {
        padding: 0rem 0 2rem;
    }
}

/* ボックス　2カラム */
.boxColumn_2 {
	display: flex;
	justify-content: center;
	max-width: 80%;
    margin: auto;
}

.boxColumn_2 .boxCol_2 {
	width:49%;
	text-align: center;
	text-align: -webkit-center;
}

/* ボックス　3カラム */
.boxColumn_3 {
	display: flex;
	justify-content: center;
	max-width: 80%;
    margin: auto;
}

.boxColumn_3 .boxCol_3 {
	width:33%;
	text-align: center;
	text-align: -webkit-center;
}

/* ボックス　3カラム　スマホ時 */
@media (max-width: 781px) {
	.boxColumn_3 .boxCol_3 {
        margin: 10px;
    }
}

/* サークルボタン */
a.circleBg_green {
    background: #28a745;
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 75px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
    justify-content: center;
	color: #FFF;
    font-weight: bold;
    font-size: 1.5rem;
}

a.circleBg_green:hover {
	background: #0cd93a;
}

a.circleBg_darkblue {
    background: #4267b2;
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 75px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
    justify-content: center;
	color: #FFF;
    font-weight: bold;
    font-size: 1.5rem;
}

a.circleBg_darkblue:hover {
	background: #2b6ff9;
}

a.circleBg_white {
    background: #FFF;
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 75px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
    justify-content: center;
	color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}

/* サークルボタン　スマホ時 */
@media (max-width: 781px) {
	a.circleBg_green,
	a.circleBg_darkblue,
    a.circleBg_white {
        width: 95px;
        height: 95px;
		font-size: 1.1rem;
    }
}

/* フッター　テーブルボーダー */
table.affcomp,
table.affcomp td {
	border: none;
}

/* 事業内容　 */
ul.businessContent {
	margin: 3px;
}

ul.businessContent li {
	list-style: square;
	font-weight: bold;
}

.businessText {
	margin: 50px 20px 10px;
}

/* 導入実績　 */
ul.performanceContent {
	margin: 3px;
}

ul.performanceContent li {
	list-style: none;
}

ul.performanceContent li.etc {
	margin-left: 14em;
}

.accessContent figure {
	text-align: center;
}

/* 動画サイズ　 */
.contentMovie_1 {
	text-align: center;
}

.contentMovie_1 video {
	width: 85%;
}

/* フォーム　 */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select {
	width:auto;
}

label {
    font-weight: bold;
}

span.req{
	margin-left: 10px;
    padding: 1px 6px;
    background: #FF0000;
    color: #FFF;
    font-size: 0.8rem;
    border-radius: 4px;
}

/* 問合・見積フォーム　 */
.estimateForm .cateBox {
	border: 2px solid #FF0000;
	text-align: center;
	padding: 30px 0;
	margin: 10px auto 40px;
	background: #fffcf5;
}

.estimateForm .cateBox .cateHeader {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0;
}

.estimateForm .cateBox .cateLabel {
	font-size: 1.3rem;
	vertical-align: middle;
}

/*-------------------- ラジオボタン　デザイン --------------------*/
/*デフォルトのラジオボタンの設定*/
.estimateForm .cateBox .cateRadio_1 input[type='radio'] {
	display: none;
}
/*通常時のラジオボタンの設定*/
.estimateForm .cateBox .cateRadio_1 span.wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding-left: 35px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 99;
}
.estimateForm .cateBox .cateRadio_1 span.wpcf7-list-item-label::before {
	position: absolute;
	left: 0;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #da3c41;
	border-radius: 13px;
	z-index: -1;
}
/* Transition */
.estimateForm .cateBox .cateRadio_1 span.wpcf7-list-item-label,
.estimateForm .cateBox .cateRadio_1 span.wpcf7-list-item-label::before {
	transition: 0.25s all ease;
}
/*ラジオボタンの設定*/
.estimateForm .cateBox .cateRadio_1 input[type='radio'] + span.wpcf7-list-item-label::before {
	border-radius: 13px;
}
/*checked時のサイズと色の設定*/
.estimateForm .cateBox .cateRadio_1 input[type='radio']:checked + span.wpcf7-list-item-label {
	padding-left: 10px;
	color: #ffffff;
}
.estimateForm .cateBox .cateRadio_1 input[type='radio']:checked + span.wpcf7-list-item-label::before {
	width: 100%;
	height: 100%;
	background: #28a745;
	padding: 20px;
	border: none;
}

/*--------------------  --------------------*/
.estimateForm .branchBox .branchHeader ,
.estimateForm .baseBox .baseHeader {
	margin-top: 30px;
}

.estimateForm .branchBox .branchHeader ,
.estimateForm .baseBox .baseHeader {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.contactForm .submitBox,
.estimateForm .submitBox {
	margin: 10px auto;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
	color: #FF0000 !important;
}

.contactForm dl .item,
.estimateForm dl .item{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.contactForm dl dt,
.estimateForm dl dt{
	width: 30%;
    margin: 0;
	padding: 5px;
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 1px solid #bdbdbd;
}

.contactForm dl .item:first-child,
.estimateForm dl .item:first-child{
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

.contactForm dl dd,
.estimateForm dl dd{
	width: 70%;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

@media (max-width: 781px) {
	.contactForm dl dt,
	.contactForm dl dd,
	.estimateForm dl dt,
	.estimateForm dl dd {
        width: 100%;
    }
	.contactForm dl dt,
	.estimateForm dl dt {
		height: 35px;
	}
	.contactForm dl dd,
	.estimateForm dl dd {
		border-left: none;
	}
}

.memo {
	font-size: 0.8rem;
    font-weight: normal;
    color: #2078c5;
}

.wpcf7-spinner {
	display: block;
}

/* 投稿　更新・投稿者削除　 */
.entry-meta-item-author ,
.entry-meta-item-updated {
	display:none;
}

/* 製品情報　 */
.product .entry-meta-item {
	display:none;
}

.productsBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #000;
	border-radius: 15px;
	width:90%;
	margin: 30px auto;
	padding: 30px 20px;
}

.productsBox div.img {
	width: 20%;
}

.productsBox div.img img{
	width: 100%;
	margin: 10px;
}

.productsBox div.content {
	width: 75%;
	margin-left: 40px;
}

.productsBox div.content .heading {
	font-size: 1.2rem;
	font-weight: bold;
}

.productsBox div.content .text {
	font-size: 1.0rem;
}

.productsBox div.content .textRight {
	text-align: right;
}

/* ダウンロードボタン　 */
.downloadBtn {
	text-align: center;
}

.downloadBtn .pic-container {
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fefefe;
    z-index: 0;
}

.downloadBtn .btn {
    position: relative;
    width: 220px;
    height: 50px;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #7a7d95;
    background-color: #4c5fa7;
    overflow: hidden;
}

.downloadBtn .btn span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    transition: all .4s;
}

.downloadBtn .btn span:nth-child(1) {
    top: 0;
}

.downloadBtn .btn span:nth-child(2) {
    top: 100%;
}

.downloadBtn .btn:hover span:nth-child(1) {
    top: -100%;
}

.downloadBtn .btn:hover span:nth-child(2) {
    top: 0;
}

/* 導入事例　 */
.post-name-example-cases p.has-text-align-left,
.example-case .entry-meta {
	display: none;
}

.example-case .entry-header {
    margin-bottom: 0;
}

#exampleImage {
    margin-top: 60px;
	text-align: center;
}

#image-container img {
    width: 100%;
	max-width: 500px;
    height: auto;
}

#exampleText {
    margin-top: 10px;
	text-align: center;
}

p#main-text {
    border: 5px solid #326700;
    padding: 15px 8px;
    border-radius: 10px;
    margin-top: -13px;
    text-align: left;
}

#buttonContainer button {
  margin-top: 20px;
  padding: 10px 20px;
  margin-right: 10px;
}

#buttonContainer {
	border: 1px solid #000;
	padding: 10px;
}

#buttonContainer p:first-child{
	border-top: none;
}

#buttonContainer p{
	border-top: 1px dotted #000;
	padding: 10px 5px;
}

/* アーカイブ一覧　 */
.vk_posts {
    justify-content: center;
}

.vk_posts .vk_post-col-xs-12  {
	width: 22% !important;
}

.vk_post_imgOuter {
    background-size: 100%;
    background-repeat: no-repeat;
}
	
@media (max-width: 781px) {
	.vk_post {
        margin-left: 2px;
        margin-right: 2px;
    }
	.vk_posts .vk_post-col-xs-12  {
	    width: 31% !important;
    }
}


/* 採用ページ　 */
.recruitTable_tr1 {
	background: #A9F5A9;
}
.recruitTable_td1 {
	background: #DDFFDD;
}

/* ダウンロード　矢印　 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #0a50dd;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.a1::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #009944;
}

.a1::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

#menu-modal .modal-overlay {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

#menu-modal .modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  text-align: center;
}

#menu-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* 全体フェードイン */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }