@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*jumbotron*/
/*3Dレーザスキャナ、GNSSソリューションズ、トータルステーション、その他の製品各ページ用*/
#scanner .jumbotron {
	background:url(../images/other/image18_1200_300.jpg) no-repeat scroll left center / cover;
}

#gnss .jumbotron {
	background:url(../images/other/image21_1200_300.jpg) no-repeat scroll center center / cover;
}

#totalstation .jumbotron {
	background:url(../images/other/image10_1200_300.jpg) no-repeat scroll left center / cover;
}

#others .jumbotron {
	background:url(../images/other/image09_1200_300.jpg) no-repeat scroll center center / cover;
}



/*メイン*/
main section {
	margin-bottom: 3rem;
}

main h2 {
	font-size: 20px;
}

main h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}



section p {
	line-height: 1.7;
}

.product_detail {
	margin-bottom: 1rem;
}

.product_image {
	width: 100%;
}
.product_image3 {
	width: 100%;
}

@media only screen and (min-width: 768px){
.product_image3 {
	width: 33.3%;
	padding-right: px;	
}
}

/*特徴/仕様、カタログ*/
main .spec,
main .catalog {
	padding: 0 5px;
	margin-bottom: 0;
}

main .spec {
	margin-left: 20px;
}

main .spec li{
	font-size: 14px;
	padding-bottom: 5px;
}

main .catalog li {
	font-size: 14px;
	list-style-type: none;
	padding-bottom: 7px;
}

main .catalog li a {
	color: #333;
}

main .catalog a .fa-file-pdf {
	color: red;
}

main .catalog a .fa-external-link-alt {
	color: #0056a8;
}

main .catalog a .fa-file-powerpoint {
	color:#ff470f;
	}

/*accordion panel*/
.accordion_detail > dt,
.accordion_detail > dd {
	background: #D0D0D0;
	border-top: 1px solid #fff;
}

.accordion_detail >dt {
	position: relative;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	outline: none;
}

.accordion_detail > dt:hover,
.accordion_detail > dt:focus {
	background: #BFBFBF;
}

.accordion_detail > dt::after {
	position: absolute;
	top: 0.7rem;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	content: "\f067";
}

.accordion_detail > dt.open::after {
	content: "\f068";
}

.accordion_detail > dt:first-child {
	border-top: none;
}

.accordion_detail > dd {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	color: #333;
	padding: 10px;
	margin-bottom: 0;
}


.accordion_detail > dd:last-child {
	border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px){
.left_txt {
    font-size: 16px;
    line-height: 1.5;
}
}


/*製品一覧へ戻るボタン*/
.prev {
	width: 100%;
	margin: 10px 0 20px;
	text-align: right;
}

.prev a {
	background-color: #333;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: ;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	width: 45%;
}

.prev a:hover {
	opacity: 0.8;
}





/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 576px) {

	/*jumbotron*/
	/*3Dレーザスキャナ、GNSSソリューションズ、トータルステーション、その他の製品各ページ用*/
	#scanner .jumbotron {
		background:url(../images/other/image18_1200_300.jpg) no-repeat scroll center center / cover;
	}

	#totalstation .jumbotron {
		background:url(../images/other/image10_1200_300.jpg) no-repeat scroll center center / cover;
	}

	/*特徴/仕様、カタログ*/
	main .catalog li {
		padding-bottom: 15px;
	}



}



/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 768px) {

	/*メイン*/
	main section {
		margin-bottom: 5rem;
		display: block;
		margin-top:-50px;
		padding-top:50px;
	}


	main h2 {
		font-size: 22px;
	}

	main h3 {
		font-size: 18px;
		margin-bottom: 1.5rem;
	}


	.product_box {
		margin-bottom: 1rem;
	}

	.text {
		margin-left: 43%;
		font-size: 16px;
		line-height: 1.5;
	}

	.product_image {
		width: 40%;
	}

	.product_detail {
		margin-bottom: 1.5rem;
	}

	/*特徴/仕様、カタログ*/
	main .spec {
		padding: 0 20px;
		margin-left: 0;
	}

	main .spec li {
		font-size: 14px;
	}

	.accordion_detail > dd {
		padding: 20px;
	}



	/*製品一覧へ戻るボタン*/
	.prev a {
		width: 20%;
	}




}



/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media only screen and (min-width: 992px) {


}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 1200px) {

	/*特徴/仕様、カタログ*/
	main .catalog li {
		padding-bottom: 10px;
	}



}
