/*
Theme Name: Bridge Support (Lightning's Child)
Version: 1.0
Template: lightning
*/

a:hover {
	color: #db5050;
}

.site-header {
	border-bottom: 1px solid #cccccc;
}
.site-header img {
	max-width: 40vw;
	height: auto;
}

.site-footer {
	border-top: 1px solid #cccccc;
}
.site-footer .foot-logo {
	text-align: center;
	margin-bottom: 2.0em;
}
.site-footer img {
	max-width: 50vw;
	width: 230px;
	height: auto;
}

.vk-mobile-nav-menu-btn {
	display: none;
}

.container {
	max-width:800px;
}

.site-header--layout--nav-float .site-header-logo {
	text-align: center;
}
.site-header--layout--nav-float .site-header-logo a {
	display: inline-block;
}

.policy-box,
.rules-box {
	box-sizing: border-box;
	width: 100%;
	height: 15em;
	overflow: auto;
	border: 1px solid #333333;
	background-color: #fcfcfc;
	padding: 1.0em 1.0em;
	margin-bottom: 2.0em;
}

.policy-box .heading,
.rules-box .heading {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 1.5em;
}

.policy-box p,
.rules-box p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.agree-box {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom: 2.0em;
}
.agree-box input[type='checkbox'] {
	font-size: 1.0em;
	width: 0.75em;
	height: 0.75em;
}

.button-box {
	text-align: center;
	/*padding-left: 72px;*/
}

.wpcf7-not-valid {
	background-color: #FFF5F5 !important;
}
.wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 input::placeholder {
	color: #cccccc;
}

.wpcf7 label {
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #F3FFF3;
	border-color: #46b450;
	border-style: solid;
	border-width: 2px;
	margin-left: 0;
	margin-right: 0;
	padding: 1em 0.6em;
	border-radius: 8px;
	color: #46b450;
	font-size: 1.25em;
	line-height: 1.5em;
}

.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #FFF5F5;
	border-color: #dc3232;
	border-style: solid;
	border-width: 2px;
	margin-left: 0;
	margin-right: 0;
	padding: 1em 0.6em;
	border-radius: 8px;
	color: #dc3232;
	font-size: 1.25em;
	line-height: 1.5em;
}

.wpcf7 fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.cm4cf7-message-for-confirmation {
	border: none;
	padding: 0;
	margin: 0;
	padding-top: 2.0em;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 2.0em;
}

.cm4cf7-return-button {
	font-size: 1rem;
	border: 1px solid #757575;
	background-color: #757575;
	color: #fff;
	padding: .5em 2em;
	border-radius: var(--vk-size-radius);
}
.cm4cf7-return-button + .wpcf7-submit {
	margin-left: 20px;
}

.cm4cf7-confirm-value {
	display: block;
	background-color: transparent;
	padding: 0.4em 0 0.4em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0.6em;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.25em;
}

.entry-body:has(.cm4cf7-message-for-confirmation) .agree-box {
	display: none;
}

.wpcf7 label .note {
	font-size:11px;
	margin-left:1em;
}

.wpcf7.cm4cf7-confirm-view label {
	color: #757575;
	font-size: 0.9em;
}
.wpcf7.cm4cf7-confirm-view label .note {
	display: none;
}
.wpcf7.cm4cf7-confirm-view label .cm4cf7-confirm-value {
	color: #000000;
}

.wpcf7 .wpcf7-spinner {
	display: block;
	margin: 1.0em auto;
}




