@charset "utf-8";
/*
Theme Name: Lightning Child by ZIUS_vor.3
Theme URI: 
Template: lightning
Description: Speeverホームページ作成サービス　ZIUS顧客専用　Lightning　G3 Pro Unit用子テーマです。
Author: ZIUSチーム
Tags: 
Version: 3
*/



/*/////テーブルデザイン////////////////////////////*/
td, th {
    font-size: 16px;
}

.companyp tr:nth-of-type(2n+1) {
	background: rgba(115, 115, 115, 0.05);
}




/*/////お問い合わせフォーム デザインとモバイル /////////////////////////////////////////////////////////*/

table th{
padding: 1em;
border: 1.5px solid #e5e5e5;
background-color: #f0f0f0;
}

table td{
border: 1.5px solid #e5e5e5;
}

table tbody tr td .form-control, table td .form-control{
    max-width: 100%;
}

@media screen and ( max-width:768px){
	.form-mobile-block th{
		width:100%;
		float:left;
	}
	
	.form-mobile-block td{ width:100%; float:left;}
}


/*////////別種類///*/
 
.cu1 label {
    width: 100%;
}

.cu1 table tbody tr td, .cu1 table td{
    border-bottom: none;
}

.cu1 table{
    border-top: none;
}

.cu1 .wpcf7-form-control.wpcf7-text.p-postal-code.form-control {
    width: 200px;
}

.cu1 .box4 ,.box4{
padding:3px 5px;
margin: 2em 0;
color: #fff;
background: #f00;
vertical-align: middle;
display: table-cell;
font-weight: bold;
border-radius: 5px;
}

.cu1 .box5 {
    display: inline;
	margin-left: 10px;
}

.cu1 .box6 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 8px 10px;
    font-size: 18px;
}

.cu1 .box7 {
padding:3px 5px;
margin: 2em 0;
color: #fff;
background: #00a4b5;
vertical-align: middle;
display: table-cell;
	font-weight: bold;
	border-radius: 5px;
}

.cu1 {
    border: 0px;
    text-align: left;
}

/*//////フッタープロフィールウィジェット///////////*/

.profile_widget {
    text-align: center;
}

.profile_widget h1 {
    border-bottom: none !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	margin-bottom: 0;
}


.profile_widget h1::after{
    border-bottom: none !important;	
}

.profile_widget_text{
	font-size: 14px !important;	
	margin-bottom: -5%;
}

@media screen and ( max-width:991px){
.profile_widget_text{
	margin-bottom: -10%;
}
}

.widget_media_image {
    text-align: center;
}


/*フッターマップ*/
#foot_map{
  position: relative;
  width: 100%;
  padding-top: 300px;
  overflow: hidden;
}
#foot_map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}

.place-name {
    display: none;
}

/*フッター　コピーライト位置*/
.site-footer-copyright {
    padding-top: 5%;
}





/*LP用テーブル*/

.lp-corporation-t th, .lp-corporation-t td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--vk-color-border-hr);
}

.t-title {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 457px){
	.t-title, td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.t-title {
		border-bottom: none !important;
	}
}





/*トップページ　3PRカラーをキーカラー以外に 変更する場合はこの記述を消す*/
.home .prBlock_icon_outer{
    border:1px solid var(--vk-color-primary-vivid,#337ab7)!important;
}

.home .prBlock .prBlock_icon{
	color: var(--vk-color-primary,#2e6da4)!important;
}

/*トップページ　3PRカラーをキーカラーに ここまで*/