@charset "utf-8";

/*---------------------------------
2022.09
---------------------------------*/
main a{
	text-decoration: none;
}
.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn__link.fc-bki{
	color:#000000!important;
}
.apply_area a,
.link_component a {
text-decoration: none;
}
.link_component a:after {
	content: url(/content/dam/nttcom/hq/jp/business/services/application/ai/cotoha-ma/img/icon_right_arrow_w.png);
	margin-left: 10px;
}

.wrapper .p-contact .p-contact__item .p-contact-item__button .c-btn__link{
	font-size:16px;
	font-weight:bold;
}
@media screen and (max-width: 480px) {
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap .p-facade__button .c-btn.--large {
		margin: 10px auto !important;
	}
}

/*---------------------------------
PDFダウンロード
---------------------------------*/
.pdf_wrap{
	display:flex;
	align-items:center;
}
@media only screen and (max-width: 768px){
	.pdf_wrap{
		display:block;
	}
}
/*---------------------------------
アコーディオン内
---------------------------------*/
.accordion_component a{
	color: #004386;
	text-decoration: none;
}
.information dl{
	border-bottom: 1px solid #ddd;
}

/*---------------------------------
クラウド録画カメラならすべて実現します
---------------------------------*/
@media only screen and (min-width: 740px){
	.sharebox .lowarea .inner{
		padding:20px;
	}
}
@media only screen and (max-width: 739px){
	.sharebox .lowarea .inner{
		padding:20px;
	}
	.sharebox_title{
		display:block;
	}
}
.meritpoint_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.meritpoint_wrap img{
	width:100%;
}
.meritpoint_wrap a{
	display:block;
	line-height: 0;/*画像下のスキマ対策*/
}
.meritpoint_box01{
	width:calc((100% - 40px) / 3);
	border:2px solid #E7E6E6;
	margin-bottom:20px;
}
.meritpoint_box01:hover{
	border:2px solid #004386;
}
.meritpoint_box02{
	width:calc((100% - 60px) / 4);
}
@media only screen and (max-width: 480px){
	.meritpoint_box01{
		width:100%;
	}
	.meritpoint_box02{
		width:calc((100% - 20px) / 2);
		margin-top:20px;
	}
}

/*---------------------------------
選べるカメララインナップ・プラン
---------------------------------*/
.top_lineup_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.top_lineup_box01{
	width:43%;
	border: 2px solid #cecece;
	padding:15px;
}
.top_lineup_box02{
	width:6%;
	display: flex;
	align-items: center;
}
.top_lineup_box02 img{
	width:100%;
}
.top_lineup_box01 h4{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:0 0 15px 0;
}
.top_lineup_box01 p{
	padding-left: 1.3em;
	text-indent: -1.3em;
	text-align:center;
	margin:0;
}
@media only screen and (max-width: 480px){
	.top_lineup_wrap{
		flex-direction:column;
		align-items: center;
	}
	.top_lineup_box01{
		width:100%;
	}
	.top_lineup_box02{
		width:10%;
		margin:10px 0;
	}
}

/*---------------------------------
〇〇を見るボタン
---------------------------------*/
.more_btn{
	text-align:right;
}
.more_btn a{
	display: inline-block;
	background-color: #004386;
	padding: 12px 35px 12px 20px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}
.more_btn a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	transform: rotate(45deg);
}
.more_btn a:hover{
	background-color: #176abc;
}

/*---------------------------------
お役立ち記事
---------------------------------*/
.useful_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.useful_box{
	width:31.4%;
	border: 2px solid #cecece;
}
.useful_box:hover{
	border:2px solid #004386;
}
.useful_box img{
	width:100%;
}
.useful_box p{
	margin:15px;
}
@media only screen and (max-width: 480px){
	.useful_box{
		width:100%;
		margin-bottom:20px;
	}
}

/*---------------------------------
デモ画面
---------------------------------*/
.demo_wrap a:hover
.demo_wrap img{
	max-width:100%;
}
.demo_wrap a:hover{
	opacity:.6;
}

/*---------------------------------
オンラインなら最短15営業日でお届け
---------------------------------*/
/*ボタン組*/
.shortest_wrap{
	width: 60%;
	margin:0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.shortest_box01{
	width:100%;
	margin-bottom:15px;
}
.shortest_box02{
	width:48%;
}
@media only screen and (max-width: 768px){
	.shortest_wrap{
		width: 100%;
	}
}
/*ボタン*/
.shortest_wrap .c-btn.--large{
	width:100%;
}
.shortest_wrap .c-btn.--large .c-btn__link{
	font-size:18px;
	font-weight:bold;
	box-shadow: 0 2px 6px rgb(0 0 0 / 40%);
}
/*オンラインなら最短15営業日でお届け*/
.shortest_txt {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin:100px 0 20px !important;
	position: relative;
}
.shortest_txt::before {
	left: 290px;
	transform: rotate(-32deg);
	content: "";
	width: 3px;
	height: 50px;
	display: inline-block;
	background: #CC0033;
	position: absolute;
	top: -5px;
}
.shortest_txt::after {
	right: 290px;
	transform: rotate(32deg);
	content: "";
	width: 3px;
	height: 50px;
	display: inline-block;
	background: #CC0033;
	position: absolute;
	top: -5px;
}
@media only screen and (max-width: 768px){
	.shortest_txt::before {
		left: 20px;
	}
	.shortest_txt::after {
		right: 20px;
	}
}
@media only screen and (max-width: 480px){
	.shortest_txt::before {
		top:10px;
	}
	.shortest_txt::after {
		top:10px;
	}
}

/*---------------------------------
比べて納得　テーブル
---------------------------------*/
/*テーブル内文字サイズ調整*/
.compare_area{
	font-size:102.5%;
}
.compare_area{
	margin-top:53px;
}
.compare_area details{
	text-indent:-1000px;
}

/*table全体*/
.compare_table
.compare_table table,
.compare_table td,
.compare_table th {
	border: 1px solid #CCC;
	border-collapse: collapse;
	/*empty-cells: hide;*/
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	line-height:1.6;
}
/*th*/
table.compare_table tr th:nth-of-type(1){
	background-color:#DDEBF7;
}
table.compare_table tr th:nth-of-type(2){
	background-color:#E6E6E6;
}
table.compare_table tr th:nth-of-type(3){
	background-color:#FFD13F;
}
/*td*/
table.compare_table tr td:nth-of-type(1){
	background-color:#F3F3F3;
	font-weight:normal;
}
table.compare_table tr td:nth-of-type(2){
	background-color:#FFF5D9;
}
/*その他*/
.empty{
	border-top: 1px solid #FFF !important;
	border-left: 1px solid #FFF !important;
	background-color:#FFF !important;
}
.txt_red{
	color:#C00000;
	font-weight:bold;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.txt_mark{
	font-size:30px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
.txt_mark02{
	font-size:23px;
	font-family: "メイリオ", Meiryo, sans-serif;
}

/*フキダシ見出し*/
.bnr_heading{
	position: relative;
	/*
	display: flex;
	align-items: center;
	flex-direction: column;
	*/
	margin: 0 0 30px;
	padding: 20px;
	background: #004386;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}
.bnr_heading span{
	font-size: 40px;
	font-weight: bold;
	line-height:1.4;
}
@media only screen and (max-width: 768px){
	.bnr_heading{
		font-size:22px;
	}
	.bnr_heading span{
		font-size:28px;
	}
}
.bnr_heading::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #004386;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

/*---------------------------------
利用シーン　既存調整
---------------------------------*/
.box .box_pic{
	margin:2px 2px 0;
}
.box .box_pic img{
	width:100%;
	display:block;
	margin:0;
}
.casebox .box ul li{
	margin:0 0.5em 0 -0.5em;
}
@media only screen and (max-width: 480px){
	.casebox .box ul li{
		margin:0;
	}
}
.casebox .cbox .arrow{
	margin-bottom:0;
}

/*---------------------------------
よく使われている機能・オプション
---------------------------------*/
.function_ttl{
	width: 640px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	background-color:#004386;
	padding:5px 15px;
	margin:0 auto;
}
.function_wrap{
	width: 640px;
	margin:10px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	border:1px solid #004386;
	padding:10px;
}
a .function_wrap:hover{
	opacity:.6;
}
.function_box01{
	width:15%;
}
.function_box02{
	width:80%;
}
.function_box01 img{
	width:100%;
}
.function_wrap h5{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	border:1px solid #8FAADC;
	background-color:#BDD7EE;
	padding:3px 10px;
	margin:0 0 10px;
}
.function_wrap p{
	line-height:1.5;
	margin:0;
}
@media only screen and (max-width: 768px){
	.function_ttl,
	.function_wrap{
		width: 100%;
	}
}

/*---------------------------------
買取/レンタル　タブ
---------------------------------*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
/*
.tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #004196;
	display: block;
	order: -1;
}
*/
.tab-label {
	color: #004196;
	background: #F2F2F2;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 20px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border:1px solid #004196;
	flex: 1;
	transition: .5s;
}
.tab-label:hover {
	opacity:.5;
	transition: .5s opacity;
}
/*
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
*/
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-switch:checked+.tab-label {
	background: #004196;
	color:#FFF;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	/*overflow: auto;*/
	/*padding: 0 50px;*/
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
@media only screen and (max-width: 480px){
	.tab-switch:checked+.tab-label+.tab-content {
		padding: 0;
	}
}

/*---------------------------------
初期費用・クラウド録画月額料金
---------------------------------*/
.block_outer{
	border:1px solid #004196;
	border-radius:20px;
}
.block_ttl{
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	background-color:#D8E5F4;
	border-radius:19px 19px 0 0;
	padding:10px;
	margin:0 0 30px 0;
}
.block_pic{
	max-width:860px;
	margin:0 auto;
	padding:0 25px;
	text-align:center;
}
.block_pic img{
	max-width:100%;
}
.block_txt{
	max-width:860px;
	margin:0 auto;
	padding:25px;
	line-height:1.5;
}
.block_txt img{
	width:auto;
	vertical-align:text-bottom;
}
.block_txt p{
	margin:0;
}

/*---------------------------------
カメラ
---------------------------------*/
.camera_ttl{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	padding:5px 15px;
	margin:0 auto;
}
.camera_outer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.camera_outer_box{
	width:calc((100% - 15px) / 2);
	padding:15px;
	margin:0 0 15px;
}
@media only screen and (max-width: 480px){
	.camera_outer_box{
		width:100%;
	}
}

/*カメラ*/
.camera_product_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:0 0 15px 0;
}
.camera_product_box01{
	width:30%;
}
.camera_product_box02{
	width:65%;
}
.camera_product_box01 img{
	width:100%;
}
.type{
	font-size:13px;
	line-height:1.5;
	margin:0 !important;
}
.model{
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 0.5em 0!important;
}
.lead{
	font-size:13px;
	line-height:1.5;
	margin:0 0 1em 0 !important;
}
.price{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin:0 !important;
}
/*アイコン*/
.camera_spec_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.camera_spec_box{
	width:calc((100% - 4px) / 5);
	margin:0 0 1px;
	padding:5px;
	font-size:12px;
	text-align:center;
}
.camera_spec_box img{
	width:24px;/*アイコン*/
	display:inline-block;
	margin-bottom:2px;
}

/*青*/
.camera_ttl.--blue{
	background-color:#4472C4;
}
.--blue .camera_outer_box{
	border:1px solid #004196;
}
.--blue .model{
	color:#4472C4;
}
.--blue .camera_spec_box{
	background-color:#D8E5F4;
}
/*緑*/
.camera_ttl.--green{
	background-color:#2A8E4A;
}
.--green .camera_outer_box{
	border:1px solid #009646;
}
.--green .model{
	color:#2A8E4A;
}
.--green .camera_spec_box{
	background-color:#E2F0D9;
}

/*---------------------------------
オプション機能
---------------------------------*/
.cameraoption_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.cameraoption_wrap a{
	color:#333 !important;
	display:block;
	width:100%;
	height:100%;
	border-radius:19px;
}
.cameraoption_box{
	width:calc((100% - 40px) / 3);
	border:1px solid #004196;
	border-radius:20px;
	margin:0 0 20px 0;
}
@media only screen and (max-width: 768px){
	.cameraoption_box{
		width:calc((100% - 20px) / 2);
	}
}
@media only screen and (max-width: 480px){
	.cameraoption_box{
		width:100%;
	}
}

.cameraoption_box a:hover {
	box-shadow: 0 16px 20px rgb(0 0 0 / 15%);
}
.cameraoption_pic{
	border-radius:19px;
	background-color:#D8E5F4;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	padding:20px;
	margin:0 0 20px 0;
}
.cameraoption_pic img{
	width:100px;
}
.cameraoption_ttl{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	padding:0 20px;
	margin:0 0 15px 0;
}
.cameraoption_txt{
	line-height:1.5;
	padding:0 20px;
	margin:0 0 20px 0;
}
.cameraoption_btn{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	padding:5px 20px;
	border:1px solid #004196;
	border-radius:15px;
	margin:20px;
}
/*---------------------------------
インターネット環境がない場合
---------------------------------*/
.lte_ttl{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 10px;
}
.lte_pic img{
	width:100%;
}
.lte_table img{
	width:100px;
}
.lte_table th,
.lte_table td{
	line-height:1.5;
	text-align:center;
	vertical-align: middle;
}
/*1列目*/
.lte_table tr th:nth-of-type(1){
	text-align:left;
}

/*---------------------------------
2022.10
導入事例
---------------------------------*/
.example_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.example_box{
	width:31.4%;
	border: 2px solid #cecece;
	padding:15px;
}
.example_box:hover{
	border:2px solid #004386;
}
@media only screen and (max-width: 480px){
	.example_box{
		width:100%;
		margin-bottom:20px;
	}
}
.example_box a{
	display:block;
	width:100%;
	height:100%;
}
.example_box p{
	color:#333;
	margin:15px 0;
}
.example_pic{
	width:100%;
	text-align:center;
	border:1px solid #cecece;
}
.example_pic img{
	display:block;
	max-width:100%;
	height:150px;
	margin:0 auto;
}
.example_logo{
	width:100%;
	text-align:center;
	margin:15px 0;
}
.example_logo img{
	width:100%;
}
.example_btn{
	color:#FFF;
	font-size:16px;
	line-height:1.5;
	text-align:center;
	background-color:#004386;
	border-radius:5px;
	padding:5px 15px;
	margin:15px auto;
	width:70%;
}
.example_label{
	color:#333;
	display:inline-block;
	font-size:11px;
	line-height:1.5;
	text-align:center;
	padding:3px 0;
	border:1px solid #cecece;
	width:48%;
	margin:0 0.5%;
}