/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*TOP*/
.site-body {
	font-size: 16px;
}
.is-style-vk-heading-both_ends,
.is-style-default {
	color: #005EAD;
}
.wp-block-cover__image-background {
	animation: fall 10s infinite linear;
}
.catch-copy {
		font-size: 20px;
	}
.entry-meta {
	display: none;
}
.business-text {
	line-height: 2.25;
	margin-bottom: 15px !important;
}
.business-container {
	gap: 0;
	margin-bottom: 30px;
}
.container-right,.container-left {
	padding: 0.7rem 1rem;
}
.footer-nav {
	text-align: center;
}
/*会社情報*/
.table-container {
	width: 85%;
    margin: auto;
}
.table-layout th, .table-layout td {
	font-size: 16px;
	display: block;
	padding: 20px 40px;
}
.table-layout th {
	background: #e7e7e7;
}
/*音楽事業*/
.container-left02 {
	padding: 0.8rem 0;
}
/*contact*/
.table-layout th span {
	color: #ff0000;
	padding-left: 1rem;
}
.table-layout p {
	margin: 0;
}
.privacy-text {
	margin-top: 24px;
	font-size: 18px;
}
.submit {
	text-align: center;
	padding-left: 5rem;
}
.site-footer-copyright {
	display: none;
}
.site-footer-content {
	padding-top: 15px;
}
@media screen and (min-width: 481px) {
	.business-image {
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.business-container {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 960px) {
	/*共通*/
	.site-body {
		font-size: 20px;
	}
	.is-style-vk-heading-both_ends {
		font-size: 40px;
	}
	.is-style-default {
		font-size: 30px;
	}
	.catch-copy {
		font-size: 30px;
	}
	
	.table-layout th, .table-layout td {
		display: table-cell;
		font-size: 20px;
	}
	
}