@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-style: normal;
}

a[href^="tel:"] {
	text-decoration: none;
}

.wp-block-button__link {
  	transition: filter .2s;
}

.wp-block-button__link:hover {
	filter: brightness(0.9);
}

.sp-display {
	display: none !important;
}

.section-group > section,
.section-group {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section::after,
.section-group::after {
	position: absolute;
	content: "";
	top: 0;
	background-size: 100%;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
}

section *,
.section-group * {
	z-index: 2 !important;
}

@media screen and (max-width: 782px) {
	.pc-display {
		display: none !important;
	}
	
	.sp-display {
		display: block !important;
	}
	
	.sp-column-reverse {
		flex-direction: column-reverse;
	}
	
	.sp-text-center {
		text-align: center;
	}
	
	.has-unitone-l-font-size {
		font-size: 1rem !important;
	}
	
	.has-unitone-xl-font-size {
		font-size: 1.2rem !important;
	}
	
	.has-unitone-2-xl-font-size {
		font-size: 21px !important;
	}
	
	.has-unitone-3-xl-font-size {
		font-size: 23px !important;
	}
	
	.has-unitone-4-xl-font-size {
		font-size: 32px !important;
	}
	
	.has-text-align-center:not(h2):not(h3):not(.keep-center) {
   		text-align: left !important;
  	}
	
	.sp-text-left {
		text-align: left !important;
	}
}

.ck-badge-btn .wp-block-column > div::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  width: 2.7em;
  height: 2.7em;
  background: #f4f3a3;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ck-badge-btn .wp-block-column > div::after {
  content: "";
  position: absolute;
  left: 2em;
  top: 50%;
  width: 0.6em;
  height: 01.4em;
  border: solid #4a6f9c;
  border-width: 0 0.2em 0.2em 0;
  transform: translateY(-62%) rotate(45deg);
}

.contact-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.arrow-circle {
	border-radius: 50%;
	background: #f3ee6b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cta .wp-block-buttons {
	justify-content: center;
}

.cta .wp-block-button__link {
	border-radius: 50px;
}

.cta .wp-block-button__link .arrow-circle {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 16px;
}

.header-sticky {
	position: sticky !important;
	top: 0;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 0 8px #e0e0e0;
}

@media screen and (min-width: 1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none !important;
	}

	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
	}
}

@media screen and (min-width: 1024px) {
	header .wp-block-navigation__responsive-container .custom-logo-link {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	header .wp-block-navigation__responsive-container-content .wp-block-site-logo {
		margin-bottom: 32px;
	}
	
	header .wp-block-navigation__responsive-container li a {
		font-size: 18px;
	}
	
	header .wp-block-navigation__responsive-container-content .residential-menu,
	header .wp-block-navigation__responsive-container-content .enterprise-menu {
		padding-bottom: 16px;
	}
	
	header .wp-block-navigation__responsive-container-content .residential-menu,
	header .wp-block-navigation__responsive-container-content .residential-menu a,
	header .wp-block-navigation__responsive-container-content .enterprise-menu,
	header .wp-block-navigation__responsive-container-content .enterprise-menu a {
		display: inline-block !important;
	}
	
	
	header .wp-block-navigation__responsive-container-content {
		padding-top: 16px !important;
	}
}

@media screen and (max-width: 1300px) {
	.pc-key .has-unitone-4-xl-font-size br {
		display: none;
	}	
}

@media screen and (max-width: 782px) {
	.wp-block-site-logo img {
		width: 220px;
	}
}

.wp-block-navigation__container a:hover {
	color: #4e70a3 !important;
}

.page-header {
	background: 
  url("/wp-content/uploads/2026/06/page-header-bg.png"),
  linear-gradient(90deg, rgb(174, 219, 240) 1%, rgb(90, 124, 168) 99%);
	background-size: cover;
	background-position: center;
}

.wp-site-blocks header > div[data-unitone-layout~=gutters] {
	padding-bottom: calc(var(--unitone--section--padding-bottom) + 30px) !important;
}

@media screen and (max-width: 782px) {
	.wp-site-blocks header > div[data-unitone-layout~=gutters] {
		padding-top: 34px !important;
		padding-bottom:  64px !important;
	}	
}

header .current-menu-item a {
	color: #4e70a3 !important;
}

header .residential-menu a,
header .enterprise-menu a {
	color: #fff !important;
	padding: 3px 24px !important;
	border-radius: 4px;
}

header .residential-menu a:hover,
header .enterprise-menu a:hover {
	color: #dedddd !important;
}

.residential-menu a {
	background-color: #1899B9;
}

.enterprise-menu a {
	background-color: #4E70A3;
}

.fv-columns .wp-block-column:first-of-type {
	margin-left: 60px;
}

.fv-columns .wp-block-column:last-of-type {
	margin-right: 40px;
}

.top-kv-service {
	background-image: url("/wp-content/uploads/2026/06/service-bg-square-texture.png");
	background-size: cover;
	background-position: bottom;
	padding: 0 !important;
}

.top-bottom-images {
	max-width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

body.home .commom-contact-bta {
	margin-top: -140px;
}

body.page-enterprise .commom-contact-bta,
body.page-residential .commom-contact-bta {
	margin-top: -240px;
}

.common-contact-info .wp-block-columns .wp-block-column:first-of-type::before {
	position: absolute;
	content: "";
	right: -13px;
	width: 2px;
	height: 100%;
	background: #fff;
}

@media screen and (max-width: 782px) {
	.common-contact-info .wp-block-columns .wp-block-column:first-of-type::before {
		right: 0;
		bottom: -14px;
		width: 100%;
    	height: 1px;
	}
	
	.commom-contact-bta {
		max-width: 100vw;
		margin-right: calc(-50vw + 50%);
		margin-left: calc(-50vw + 50%);
		border-radius: 0 !important;
	}
}

footer .wp-block-columns {
	justify-content: space-between;
}

.footer-nav a {
	text-decoration: none;
}

.footer-nav a {
  transition: filter .2s;
}

@media (hover: hover) {
  .footer-nav a:hover {
    filter: brightness(0.7);
  }
}

@media screen and (max-width: 782px) {
	.footer-tel img {
		width: 20px !important;
	}

	.footer-mail img {
		width: 30px !important;
	}
}

.yellow-corner-frame {
	display: inline-block;
    position: relative;
    padding: 8px 20px;
    background: radial-gradient(circle at 100% 100%, transparent 19px, #F8F5A3 20px) left top, radial-gradient(circle at 0% 100%, transparent 19px, #F8F5A3 20px) right top, radial-gradient(circle at 100% 0%, transparent 19px, #F8F5A3 20px) left bottom, radial-gradient(circle at 0% 0%, transparent 19px, #F8F5A3 20px) right bottom;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 782px) {
	.yellow-corner-frame {
		width: 240px;
	}
}

.blue-corner-frame {
	display: inline-block;
    position: relative;
    padding: 8px 20px;
    background: radial-gradient(circle at 100% 100%, transparent 19px, #4e70a3 20px) left top, radial-gradient(circle at 0% 100%, transparent 19px, #4e70a3 20px) right top, radial-gradient(circle at 100% 0%, transparent 19px, #4e70a3 20px) left bottom, radial-gradient(circle at 0% 0%, transparent 19px, #4e70a3 20px) right bottom;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.top-service::after {
	background-image: url("/wp-content/uploads/2026/07/service-bg-square-texture.png");
}

.top-service-term > .wp-block-column {
  display: flex;
  flex-direction: column;
}

.top-service-term > .wp-block-column > .wp-block-buttons {
  margin-top: auto;
  padding-top: 16px;
}

.top-strong-case,
.top-news-company {
	background: linear-gradient(180deg, #FFFFFF 0%, #DCF3FA 25%, #AEE3F5 100%);
	padding: 0 !important;
}

.top-strong-case::after {
	background-image: url("/wp-content/uploads/2026/06/strong-bg-square-texture.png");
	background-position: bottom;
}

.top-flow-sec::after {
	background-image: url("/wp-content/uploads/2026/06/flow-bg-square-texture.png");
	background-position: top -4vw center;
}

.sec-top-white-radius::before {
	position: absolute;
    top: -30px;
    content: "";
    width: 100vw;
    height: 30px;
    border-radius: 30px 30px 0 0;
    background-color: #fff;
}

.appeal-content {
	margin-bottom: -300px;
    z-index: 200 !important;
}

@media screen and (max-width: 782px) {
	.appeal-content h2 {
		font-size: 28px !important
	}
	
	.appeal-content h2 span {
		font-size: 28px !important
	}
	
	.include-monthly-fee p {
		font-size: 1.2rem !important;
	}
}

.wp-block-query .taxonomy-category {
	display: inline-block;
	padding: 4px 20px;
}

@media screen and (min-width: 783px) {
	.wp-block-query .taxonomy-category {
		width: 100%;
	}
}

.wp-block-query .taxonomy-category a {
	text-decoration: none;
}

.top-strong-point-sec .wp-block-columns:nth-of-type(odd) .wp-block-column:first-of-type {
  	max-width: 100vw;
	margin-left: calc(-50vw + 50%) !important;
}

.top-strong-point-sec .wp-block-columns:nth-of-type(even) .wp-block-column:last-of-type {
  	max-width: 100vw;
	margin-right: calc(-50vw + 50%) !important;
}

.strong-point-box {
	display: inline-block;
	position: relative;
	padding: 16px 48px;
	background:
		radial-gradient(circle at 100% 100%, transparent 39px, #F8F5A3 40px) left top,
		radial-gradient(circle at 0% 100%,   transparent 39px, #F8F5A3 40px) right top,
		radial-gradient(circle at 100% 0%,   transparent 39px, #F8F5A3 40px) left bottom,
		radial-gradient(circle at 0% 0%,     transparent 39px, #F8F5A3 40px) right bottom;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.service-point-list li {
	list-style: none;
	margin-left: 0;
}

.service-point-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: -0.1em;
}

.service-residential-point-list li::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><rect x="2" y="6" width="20" height="20" rx="2" stroke="%232499BE" stroke-width="3"/><path d="M7 15 L12 20 L26 4" stroke="%232499BE" stroke-width="4" fill="none"/></svg>') no-repeat center / contain;
}

.service-enterprise-point-list li::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" fill="none"><rect x="2" y="6" width="20" height="20" rx="2" stroke="%234A6DA7" stroke-width="3"/><path d="M7 15 L12 20 L26 4" stroke="%234A6DA7" stroke-width="4" fill="none"/></svg>') no-repeat center / contain;
} 

.flow-wrap .wp-block-column:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	width: 16px;
	height: 24px;
	background: #2499BE;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 782px) {
	.flow-wrap .wp-block-column:not(:last-of-type)::before {
		content: "";
		position: absolute;
		top: initial;
		bottom: -40px;
		right: 50%;
		transform: translateX(50%) translateY(0) rotate(90deg);
		width: 16px;
		height: 24px;
		background: #2499BE;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}

.company-info-table {
	z-index: 200;
}

.company-info-table tr td:first-of-type {
	width: 30%;
}

@media screen and (max-width: 782px) {
	.company-info-table tr td {
		display: block;
		width: 100% !important;
		border-bottom: none;
	}
	
	.company-info-table tr td:first-of-type {
		padding-bottom: 0;
	}
	
	.company-info-table tr td:last-of-type {
		padding-top: 0;
	}
	
	.philosophy-sec div[data-unitone-layout="gutters"] {
		padding-top: 20px;
	}
	
	.philosophy-sec div[data-unitone-layout="stack"] {
		gap: 16px;
	}
}

.unitone-accordion__content {
	padding-top: 12px;
}

.unitone-accordion__summary-inner {
	gap: 16px;
}

.flow-blue-corner-frame {
	display: inline-block;
    position: relative;
    padding: 8px 20px;
    background: radial-gradient(circle at 100% 100%, transparent 19px, #95A9C8 20px) left top, radial-gradient(circle at 0% 100%, transparent 19px, #95A9C8 20px) right top, radial-gradient(circle at 100% 0%, transparent 19px, #95A9C8 20px) left bottom, radial-gradient(circle at 0% 0%, transparent 19px, #95A9C8 20px) right bottom;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.supported-industries-wrap h3::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.32em;
	vertical-align: -0.2em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 88'%3E%3Crect x='3' y='14' width='58' height='58' rx='2' fill='%23fdf7a0'/%3E%3Cpath d='M16 50 L33 67 L85 8' fill='none' stroke='%234a6f9c' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.enterprise-price-table table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 800px;
}

@media screen and (max-width: 782px) {
	.enterprise-price-table table.has-fixed-layout .has-text-align-center {
		text-align: center !important;
	}
}

.enterprise-price-table th:first-child,
.enterprise-price-table td:first-child {
	width: 22%;
	font-size: 1.3rem;
}

@media screen and (max-width: 782px) {
	.wp-block-table.enterprise-price-table {
		padding-bottom: 22px;
		scrollbar-width: thin;
		scrollbar-color: #a0a0a0 #e5e5e5;
	}
	
	.enterprise-price-table th:first-child,
.enterprise-price-table td:first-child {
		font-size: 1.1rem;
	}
}

.enterprise-price-table tbody tr:nth-child(odd)  td {
	background: #ffffff; 
}

.enterprise-price-table tbody tr:nth-child(even) td {
	background: #e9eef6;
}

.enterprise-price-table thead th {
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	padding: 20px 16px;
}

.enterprise-price-table thead th:nth-child(2) {
	background: #2a9cbb;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-left: 7px solid #2a9cbb;
    border-right: 7px solid #2a9cbb;
	width: 50%;
}

.enterprise-price-table thead th:nth-child(3) {
	background: #41608f;
	background-clip: padding-box;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	width: 50%;
}

.enterprise-price-table tbody tr:last-of-type td:nth-child(2) {
	border-bottom: 7px solid #2a9cbb
}

.enterprise-price-table tbody td:nth-child(2) {
	border-left: 7px solid #2a9cbb;
	border-right: 7px solid #2a9cbb;
}

.enterprise-price-table tbody td:nth-child(3) {
	border-left: 7px solid #41608f;
	border-right: 7px solid #41608f;
}

.enterprise-price-table tbody tr:last-of-type td:nth-child(3) {
	border-bottom: 7px solid #41608f;
}

.manufacturer-kind img {
	vertical-align: middle;
}

.residential-flow .wp-block-column:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
	width: 16px;
	height: 24px;
	background: #2499BE;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 782px) {
	.residential-flow .wp-block-column:not(:last-of-type)::before {
		content: "";
		position: absolute;
		top: initial;
		bottom: -40px;
		right: 50%;
		transform: translateX(50%) translateY(0) rotate(90deg);
		width: 16px;
		height: 24px;
		background: #2499BE;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
	}
}

.page-enterprise .page-header,
.page-residential .page-header {
	display: none;
}

@media screen and (min-width: 782px) {
	.include-monthly-fee::before {
		content: "";
		position: absolute;
		left: 28px;
		top: 50%;
		transform: translateY(-50%);
		width: 48px;
		height: 48px;
		background: #4E70A3;
		border-radius: 50%;
	}

	.include-monthly-fee::after {
		content: "";
		position: absolute;
		left: 36px;
		top: calc(50% - 6px);
		width: 34px;
		height: 16px;
		border-left: 7px solid #fff;
		border-bottom: 7px solid #fff;
		transform: translateY(-50%) rotate(-45deg);
	}
}

.residential-price-list p::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.32em;
	vertical-align: -0.2em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 88'%3E%3Crect x='3' y='14' width='58' height='58' rx='2' fill='%23fdf7a0'/%3E%3Cpath d='M16 50 L33 67 L85 8' fill='none' stroke='%234a6f9c' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.price-card-arrow {
	position: relative;
}

.price-card-arrow::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #1899B9;
}

@media screen and (min-width: 782px) {
	.camera-pro {
        margin-bottom: -80px !important;
	}
	
	.camera-pro img {
	  transform: scale(1.25) translateX(30px) translateY(-20px) !important;
	  transform-origin: center;
	}
	
	.camera-popout {
		margin-top: -70px !important;
        margin-bottom: -70px !important;
	}
	
	.camera-popout img {
	  transform: scale(1.25) translateX(30px) translateY(-20px) !important;
	  transform-origin: center;
	}
	
	.enterprise-camera-popout img {
		transform: translateX(90px) !important;
		width: 95%;
	}
}

@media screen and (max-width: 782px) {
	.enterprise-camera-popout img {
		transform: scale(1.15) translateY(-20px) !important;
	}	
}

@media (min-width: 782px) {
	.camera-popout {
	  position: relative;
	  z-index: 10;
	  margin: 0;
	}

	.camera-popout--bullet img {
	  width: 100%;
	  transform: translateX(80px) translateY(-40px);
	}

	.camera-popout--dome img {
		margin-top: -80px;
		margin-left: -100px;
		margin-bottom: -60px;
		width: 90%;
		max-width: none;
	}
}

@media (max-width: 782px) {
	.camera-support-sp-flex {
		display: flex;
		align-items: center;
		margin-top: -40px !important;
	}
}

.residential-camera-kind-description {
  position: relative;
  padding: 40px;
}

.residential-camera-kind-description::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at bottom right, transparent 27px, #1899B9 28px) top left,
    radial-gradient(circle at bottom left,  transparent 27px, #1899B9 28px) top right,
    radial-gradient(circle at top right,    transparent 27px, #1899B9 28px) bottom left,
    radial-gradient(circle at top left,     transparent 27px, #1899B9 28px) bottom right;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 782px) {
	.residential-camera-kind-description {
	  padding: 20px;
	}
	
	.faq-accordion .wp-block-unitone-text-is-layout-constrained {
		padding-left: 0;
	}
}

.residential-assignment-sec {
	background-image: url("/wp-content/uploads/2026/07/residential-assignment-bg.jpg");
	background-size: cover;
}

.enterprise-assignment-sec {
	background-image: url("/wp-content/uploads/2026/06/enterprise-assignment-bg.jpg");
	background-size: cover;
}

.enterprise-feature-Industry-sec::after {
	background-image: url("/wp-content/uploads/2026/07/enterprise-feature-Industry-bg.png");
	background-position: center;
}

.security-camera-kinds-sec::after {
	background-image: url("/wp-content/uploads/2026/07/security-camera-kinds-bg.png");
	background-position: bottom;
}

.residential-service-feature::after {
	background-image: url("/wp-content/uploads/2026/07/residential-service-feature-bg.png");
	background-position: bottom;
}

.residential-plan-sec::after {
	background-image: url("/wp-content/uploads/2026/07/residential-plan-bg.png");
	background-position: bottom;
}

.residential-plan-kind-sec::after {
	background-image: url("/wp-content/uploads/2026/07/residential-plan-kind-bg.png");
	background-position: top 10vw center;
}

.manufacturer-flow-sec::after {
	background-image: url("/wp-content/uploads/2026/07/enterprise-left-manufacturer-bg.png");
}

.companyinfo-block::after {
	background-image: url("/wp-content/uploads/2026/07/companyinfo-map-bg.png");
	background-position: bottom;
}

.residential-camera-kind-sec .wp-block-columns {
	z-index: 200;
}

.residential-camera-kind-sec::after {
	background-image: url("/wp-content/uploads/2026/07/residential-camera-kind-bg.png");
    background-position: bottom center;
}

@media screen and (max-width: 782px) {
	.enterprise-introduction-flow .wp-block-columns .wp-block-column:first-of-type {
		flex-basis: 60px !important;
	}	
}

.residential-plan-info-block {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 783px) {
	.residential-subscription-plan {
		position: absolute !important;
		bottom: 0;
		width: 100%;
	}
}

.residential-case-faq-sec::after {
	background-image: url("/wp-content/uploads/2026/07/residential-faq-bg.png");
    background-position: bottom center;
}

@media screen and (max-width: 782px) {
	.page-about #wp--skip-link--target > div {
		padding-bottom: 0;
	}	
}

body .wpcf7 {
    background: none;
    border: none;
    max-width: 900px;
	margin: 0 auto 32px;
}

table.CF7_table {
    border-collapse: collapse;
    width: 100%;
}

.CF7_table td br {
	display: none;
}

table.CF7_table tr,
table.CF7_table tr th,
table.CF7_table tr td {
	display: block;
	width: 100%;
}
table.CF7_table tr th {
	text-align: left;
}
table.CF7_table tr:not(:last-of-type) {
	margin-bottom: 20px;
}

.CF7_table .wpcf7-form-control {
	border: 1px solid #d8d8d8;
	width: 100%;
	padding: 8px 12px;
	margin: 10px 0;
	border-radius: 6px;
	min-height: 50px;
	font-size: 1rem;
	background: #fff;
}

.address-th {
	padding-bottom: 12px;
}

.wpcf7-form-control .wpcf7-list-item:not(:first-of-type) {
	margin-left: 12px;
}

@media screen and (max-width: 782px) {
	.wpcf7-form-control .wpcf7-list-item {
		margin-left: 0 !important;
		display: block;
	}
}

.CF7_table ::placeholder {
	color:#797979;
}

.CF7_req {
	font-size:.9em;
	padding: 5px;
	background: #4e70a3;
	color: #fff;
	border-radius: 3px;
	margin-left: 1em;
}

.wpcf7 .CF7_table .wpcf7-radio {
    border: none;
	padding-left: 0;
	display: contents;
}

@media screen and (max-width: 782px) {
	.wpcf7 .CF7_table .wpcf7-radio .wpcf7-list-item:not(.first) {
		padding-top: 6px;
	}
}

.wpcf7 .CF7_table .wpcf7-radio label {
    display: flex;
	align-items: center;
}

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

.wpcf7-radio > span:not(:last-of-type) {
	margin-right: 8px;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #dc3232;
	margin-top: -6px;
}

.CF7_table .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.wpcf7 .wpcf7-submit {
    background-color: #4e70a3;
	border: none;
	color: #fff;
	margin-top: 32px;
    -webkit-appearance: none;
    min-width: 200px;
	font-size: 1.1rem;
	font-weight: 700;
	transition: filter .2s;
}

.wpcf7 .wpcf7-submit:hover {
	filter: brightness(0.9);
}

.wpcf7 .wpcf7-spinner {
	display: none;
}

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

.l-contents .wpcf7-form .wpcf7-response-output {
	border: none;
	color: #003b94;
	text-align: center;
}

.privacy-policy {
	margin-top: 24px;
}

.privacy-policy h2 {
	margin-bottom: 16px;
	font-size: 20px;
}

.privacy-content {
	height: 250px;
	overflow-y: scroll;
	padding: 16px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin-bottom: 18px;
}

.privacy-content h3 {
	margin: 24px 0 8px;
	font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	text-align: center;
	color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	text-align: center;
	color: #4e70a3;
}

@media screen and (max-width: 1024px) {
    .CF7_table tr:not(:last-of-type) {
		margin-bottom: 12px;
	}

    table.CF7-table tr th,
	table.CF7-table tr td {
		padding-bottom: 8px;
	}

    table.CF7_table tr,
	table.CF7_table tr th,
	table.CF7_table td {
        display: block;
        width: 100%;
        line-height: 2.5em;
    }
	
	.wpcf7-not-valid-tip {
		margin: -8px 0 0;
	}
}

 .grecaptcha-badge { 
 	visibility: hidden; 
} 

.grecaptcha-text{
	margin: 3rem auto;
	width: fit-content;
}