@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/




/*
実績一覧
-------------------------------------------*/
ul.works_list04, ul.works_list03, ul.works_list02, ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 18%;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
}

ul.works_list02 li{
	width: 19%;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	padding: 10px;
	border: 0px dotted #CCC;
}

ul.works_list03 li{
	width: 25%;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	padding: 10px;
	border: 0px dotted #CCC;
}

ul.works_list04 li{
	width: 33%;
	position: relative;
	text-align: center;
	margin-bottom: 0px;
	padding: 10px;
	border: 0px dotted #CCC;
}

ul.works_list li a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dotted #CCC;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
ul.works_list li a img {
	width: auto;
	max-width: 100%;
}



ul.works_list04 li span, ul.works_list03 li span, ul.works_list02 li span, ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {

	border: 1px solid #000;
	color: #000;
}



@media screen and (min-width:960px){
body {
	font-size: 16px;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}

}

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

ul.works_list li {
	width: 98%;
}

}


/* SEC02 MESSAGE
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
	background: #fff;
		display: table;

}

.bg{
	line-height: 0;
}

.txt h2.tl01{
	padding: 0 0 0 0px !important;
margin:0px 0px 10px 0px ;
background-color:#fff;
    border:none;

}


/* RESPONSIVE 設定
------------------------------------------------------------*/


@media only screen and (min-width: 800px){

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;

	}

	.vMid{
		display: table-cell;
		padding: 0 0 0 20px;
		vertical-align: middle;
	}
	.vMid02{
		display: table-cell;
		padding: 0 20px 0 0px;
		vertical-align: middle;
	}
	
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 0px 0 0px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 0 0 20px;
	}
	.vMid02{
		padding: 0 20 0 0px;
	}
}


h4 {
    background-color: #efefef;
padding:10px 20px;
font-size: 18px;
}

h3 {
    font-size: 20px;
}

h5 {
    padding-bottom: 20px;
    border-bottom: 0px solid var(--vk-color-border-hr);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.7em;;
    color: inherit;
}



ul {
  list-style: none;
}

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

footer .copySection p:nth-child(2) {
    display:none !important;
}

.color01{color:#881c5c;}
h2.tl01{background-color: #f5f5f5;
padding:15px 15px 0px 15px;}

.wp-block-search__button, .btn-primary02 {
    background-color: #000;
    border-color: #881c5c;
}


.siteHeader .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px)
.siteHeader .container {
    padding-top: 16px;
    padding-bottom: 14px;
}

element.style {
    line-height: 2em;
    padding: 5px 0px 16px;
    background: #000;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}