@charset "UTF-8";
/*----------------------------------------

構造設定

----------------------------------------*/
#main {
	width: 100%;
}
#sidebar {
	display: none;
}
article.category-content {
	margin-bottom: 5em !important;
}
#list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em 0;
	margin-bottom: 5em;
}
.a-wrap {
	margin-bottom: 0;
	width: 49%;
}
.entry-card-thumb {
	width: 35%;
}
.entry-card-content {
	margin-left: 37.5%;
}
/*----------------------------------------

共通設定

----------------------------------------*/
[id^="sec0"] {
	font-size: 1.1em;
	margin: 0;
}
.sec-base {
	font-size: 1.1em;
	padding: 0 1em;
}
[id^="sec0"] h3 {
	margin: 2.5em 0 1.25em;
}
h4.subttl {
	background-color: unset;
	border-top: unset;
	border-bottom: #31ADB1 1px dashed;
	color: #31ADB1;
	display: block;
	margin: 5em 0 0;
}
h4.subttl::before {
	content: unset;
}
p {
	margin: 0 !important;
	padding: 0 !important;
}
ul.d-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.d-flex li {
	margin: 1.25em 0 0;
	width: 49%;
}
.item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 1em;
}
.item-list a {
	border: #ddd 1px solid;
	display: flex;
	align-items: center;
	margin: 1.5em 0 0;
	padding: 0.75em 2em;
	width: calc(50% - 0.75em);
}
.item-list a img {
	width: 15%;
}
.item-list a span {
	font-weight: bold;
	line-height: 1.2;
	margin-left: 1.5em;
}
.item-list > p,
.item-list > br {
	display: none;
}
/*----------------------------------------

共通設定　製品カテゴリー

----------------------------------------*/
.su-tabs {
	background: unset;
	border-radius: unset;
	margin: 5em 0 0;
	padding: 0;
}
.su-tabs-nav {
	display: flex;
}
.su-tabs-nav .tab_content {
	border: #333 3px solid;
	border-radius: unset;
	cursor: pointer;
	flex: 1;
	font-size: 1.25em;
	font-weight: bold;
	order: -1;
	padding: 1em 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
}
.su-tabs-nav span.su-tabs-current {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}
.su-tabs-nav .su-tabs-current::before {
	border-top: #333 15px solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.su-tabs-pane {
	background: unset;
	border-bottom-right-radius: unset;
	border-bottom-left-radius: unset;
	color: unset;
	font-size: unset;
	height: auto;
	opacity: 1;
	overflow: auto;
	padding: 0 1em 1em;
	transition: .5s opacity;
}
.su-tabs h3 {
	margin: 1.75em 0 1em;
}
.su-tabs p {
	display: none;
	margin: 0;
	padding: 0;
}
.category-page-content {
	margin-bottom: 0;
}
/*----------------------------------------

防犯カメラ（/category/security/）設定

----------------------------------------*/
.category-security #sec01 h2 {
	background-color: #EEEEEE;
	border: unset;
	border-radius: unset;
	font-size: 1.75em;
	margin-bottom: 0;
	padding: 0.75em;
	text-align: center;
}
.category-security #sec01 h2 small {
	font-size: 0.5em;
}
.category-security #sec01 ul {
	background-color: #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
	margin: 0 auto 0.75em;
	padding: 0;
}
.category-security #sec01 ul li {
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
}
/*----------------------------------------

防犯カメラ AIカメラシステム（/category/security-ai/）設定

----------------------------------------*/
#page-security-ai #sec01 #sec01-02 {
	display: flex;
	flex-wrap: wrap;
	gap: 3.75%;
	margin: 1.25em auto 0;
}
#page-security-ai #sec01 #sec01-02 .box {
	margin-bottom: 2em;
	max-width: 200px;
	width: 17%;
}
#page-security-ai #sec01 #sec01-02 .box .ttl {
	font-weight: bold;
	text-align: center;
}
#page-security-ai #sec01 #sec01-02 .box img {
	border-radius: 0.5em;
}
#page-security-ai #sec01 #sec01-02 .box span {
	display: block;
	line-height: 1;
	margin: 0.25em 0 0.35em;
	text-align: center;
}
[id^="popup"] {
	display: none;
}
.popup-open {
	border: #333 3px solid;
	border-radius: 5em;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 2.5;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
	width: 70%;
}
.popup-open:hover {
	background-color: #333;
	color: #fff;
}
.popup-overlay {
	display: none;
}
[id^="popup"]:checked ~ .popup-overlay {
	background-color: #00000075;
	display: block;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.popup-window {
	background-color: #ffffff;
	border-radius: 0.5em;
	max-width: 900px;
	padding: 1.25em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90vw;
}
.popup-base {
	display: flex;
	align-items: center;
	gap: 2%;
}
.popup-base img {
	max-width: 50%;
}
.popup-text {
	margin: 0;
}
.popup-text strong {
	display: block;
	font-size: 1.25em;
}
.popup-text:not(:last-of-type) {
	margin-bottom: 1em
}
.popup-close {
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: 0;
}
#page-security-ai #sec01 #sec01-03 dl {
	background-color: #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.25em;
	padding: 2em;
}
#page-security-ai #sec01 #sec01-03 dl dt {
	width: 35%;
}
#page-security-ai #sec01 #sec01-03 dl dd {
	margin: 0;
	width: 60%;
}
#page-security-ai #sec01 #sec01-03 dl dd h5 {
	background-color: #808080;
	border: none;
	border-radius: 2em;
	color: #fff;
	margin: 0;
	padding: 0.5em 1em;
}
#page-security-ai #sec01 #sec01-03 dl dd p {
	margin-top: 1.5em !important;
}
#page-security-ai #sec02 ul#sec02-02 li:nth-child(1) {
	width: 68%;
}
#page-security-ai #sec02 ul#sec02-02 li:nth-child(2) {
	width: 32%;
}
#page-security-ai #sec03 ul#sec03-02 li h5 {
	background-color: #808080;
	border: none;
	border-radius: 2em;
	color: #fff;
	margin: 0 0 1em;
	padding: 0.5em 1em;
}
#page-security-ai .category_link_btn {
	margin: 1.25em 1em 0;
	width: calc(100% - 2em);
}
/*----------------------------------------

防犯カメラ フルカラーナイトビジョン（/category/security-fullcolor/）設定

----------------------------------------*/
#page-security-fullcolor #sec01 h3 + div {
	margin-bottom: 1.5em;
}
#page-security-fullcolor #sec01 p img {
	display: block;
	margin: 0 auto 5em;
}
#page-security-fullcolor .category_link_btn {
	margin: 1.25em 1em 0;
	width: calc(100% - 2em);
}

/*----------------------------------------

防犯カメラセット（/category/sec-set/）設定

----------------------------------------*/
.category-sec-set #sec01 .dokodemo_button_black {
	width: 50%;
}
.category-sec-set #sec01 strong {
	display: block;
	font-size: 1.15em;
	margin: 0 0 0.5em;
	text-align: center;
}




@media screen and (max-width: 1024px) {
	/*----------------------------------------
	防犯カメラ設定
	----------------------------------------*/
	.category-security #sec01 h2 {
		font-size: 1.5em;
	}
	.category-security #sec01 ul li {
		font-size: 0.95em;
		width: 32.5%;
	}
	/*----------------------------------------
	防犯カメラ AIカメラシステム設定
	----------------------------------------*/
	.popup-open {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	/*----------------------------------------
	共通設定
	----------------------------------------*/
	[id^="sec0"] {
		font-size: 1em;
	}
	[id^="sec0"] h3 {
		margin: 3em 0 1em;
	}
	h4.subttl {
		margin: 2em 0 0;
	}
	.only_tb {
		display: block !important;
	}
	ul.d-flex {
		align-items: flex-start;
	}
	.item-list a {
		margin: 1em 0 0;
		padding: 1em;
	}
	/*----------------------------------------
	防犯カメラ設定
	----------------------------------------*/
	.category-security #sec01 h2 {
		font-size: 1.25em;
	}
	/*----------------------------------------
	防犯カメラ AIカメラシステム設定
	----------------------------------------*/
	#page-security-ai #sec01 #sec01-02 .box span {
		font-size: 1em;
	}
	#page-security-ai #sec01 #sec01-03 dl {
		padding: 1.25em;
	}
	#page-security-ai #sec01 #sec01-03 dl dd h5 {
		font-size: 1em;
	}
	#page-security-ai #sec01 #sec01-03 dl dd p {
		margin-top: 1em !important;
	}
	.popup-open {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	* {
		font-size: 0.9rem;
	}
	.a-wrap {
		margin-bottom: 0;
		width: 100%;
	}
	.entry-card-thumb {
		width: 30%;
	}
	.su-tabs h3 {
		font-size: 1.25em;
		margin: 1.25em 0 0.5em;
	}
	.su-tabs-nav .tab_content {
		padding: 0.5em 0;
	}
	[id^="sec0"] h3 {
		margin: 3em 0 1.25em;
	}
	.sec-base {
		padding: 0;
	}
	h4.subttl {
		margin: 2em 0 0;
	}
	ul.d-flex {
		margin-bottom: 0;
	}
	ul.d-flex li {
		width: 100%;
	}
	.item-list a {
		width: 100%;
	}
	.item-list a img {
		width: 15%;
	}
	.category-security #sec01 h2 {
		font-size: 1.15em;
	}
	.category-security #sec01 ul li {
		font-size: 0.85em;
		width: 47.5%;
	}
	/*----------------------------------------
	防犯カメラ AIカメラシステム設定
	----------------------------------------*/
	#page-security-ai #sec01 #sec01-02 {
		margin-top: 1.25em;
		width: 100%;
	}
	#page-security-ai #sec01 #sec01-02::after {
		content: "";
		display: block;
		width: 32.5%
	}
	#page-security-ai #sec01 #sec01-02 .box {
		width: 30%;
	}
	#page-security-ai #sec01 #sec01-02 .box span {
		min-height: 2em;
	}
	.popup-base {
		flex-wrap: wrap;
	}
	.popup-base img {
		max-width: 100%;
	}
	.popup-open {
		border: #333 2px solid;
		font-size: 0.9em;
		line-height: 2;
		padding: 0 0.75em;
	}
	.popup-text strong {
		font-size: 1.2em;
		text-align: center;
	}
	#page-security-ai #sec01 #sec01-03 dl dt,
	#page-security-ai #sec01 #sec01-03 dl dd {
		margin: 0;
		width: 100%;
	}
	#page-security-ai #sec01 #sec01-03 dl dd h5 {
		text-align: center;
	}
	#page-security-ai #sec02 ul#sec02-02 li:nth-child(1),
	#page-security-ai #sec02 ul#sec02-02 li:nth-child(2) {
		width: 100%;
	}
	/*----------------------------------------
	防犯カメラ フルカラーナイトビジョン設定
	----------------------------------------*/
	.category-security-fullcolor #sec01 h3 + div {
		margin: 1em 0;
	}
	.category-security-fullcolor p img {
		margin: 0 auto;
	}
	/*----------------------------------------
	防犯カメラセット設定
	----------------------------------------*/
	.category-sec-set #sec02 h3 {
		margin: 3em 0 1em;
	}
	.category-sec-set #sec02 .dokodemo_button_black {
		padding: 0.75em;
		width: 100%;
	}
	.category-sec-set #sec02 #sec-set-inquiry a {
		font-size: 0.8rem;
		margin-bottom: 1em;
		width: 100%;
	}
	.category-sec-set #sec02 #sec-set-inquiry a img {
		width: 7.5%;
	}
}
