@charset "utf-8";

/* CSS Document */
.artec_logo {
	margin-top: 30px;
}

.main {
	margin-top: 30px;
	margin-bottom: 10px;
}

/*ヘッダ背景*/
.header {
	background-color: #F9F9F9;
}

/*グローバルナビ*/
/*ナビ背景*/
.naviback {
	background-color: #24A74B;
	width: 100%;
}

/*ナビ基本*/
li.pill a {
	background-color: #24A74B;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0px;
}

/*ナビアクティブ時*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #ffffff;
	background-color: #0F6428;
	font-size: 16px;
	border-radius: 0px;
}

/*ナビホバー時*/
.pill a:hover,
.pill a:focus {
	color: #ffffff;
	background-color: #0F6428 !important;
}


/*リンク画像のホバー*/
a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


/*フッタ*/
footer {
	background-color: black;
	padding-top: 15px;
	padding-bottom: 30px;
	color: white;
	margin-top: 90px;
}

.companyname {
	font-size: 17px;
}

.copyright {
	font-size: 14px;
}


/*背景ドット*/
.bg_pt {
	background-color: #f3fcfa;
	background-image: radial-gradient(#c8c8c8 1px, #f3fcfa 1px);
	background-size: 20px 20px;
	padding-bottom: 20px;
}

/*背景グリーンドット*/
.bg_green {
	background-color: #24A74B;
	background-image: radial-gradient(#209543 1px, #24A74B 1px);
	background-size: 20px 20px;
	padding-bottom: 20px;
}

/*背景グレー*/
.bg_gray {
	background-color: #E8E5E0;
	padding-bottom: 20px;
}

/*動画埋め込み*/
@media (max-width:599px) {
	.videoframe {
		margin-bottom: 10px;
		width: 420px;
		margin: 20px auto 75px;
	}
}

@media (min-width:600px) and (max-width:768px) {
	.videoframe {
		margin-bottom: 10px;
		width: 500px;
		margin: 20px auto 75px;
	}
}

@media (min-width:769px) {
	.videoframe {
		width: 600px;
		margin: 20px auto 75px;
	}
}

video {
	width: 100%;
	border: 3px solid #24A74B;
}

/*見出し*/
.subtitle {
	font-size: 32px;
	color: #3E3A39;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 15px;
}

/*見出し帯*/
.category_headline {
	font-size: 26px;
	color: white;
	border-radius: 30px;
	background: #24A74B;
	margin-top: 75px;
	margin-bottom: -10px;
}

.spectext {
	font-size: 18px;
}

p {
	margin-top: 15px;
	font-size: 18px;
}

/*センサーと実験例ページ用*/
.sensor_title {
	margin-bottom: 15px;
}

.sensor_description {
	font-size: 21px;
	margin-bottom: 30px;
}

.sensor_img {
	margin-bottom: 15px;
}

/*ソフトウェアページ用*/
.boderbox {
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wrap-btn {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.wrap-btn>a {
	margin-top: 10px;
	margin-bottom: 30px;
	display: inline-block;
}
.wrap-btn img {
	max-width: 100%;
}

/*画像共通マージン*/
.pc_images {
	margin-top: 60px;
	margin-bottom: 60px;

}

.pc_images_exception {
	margin-top: 90px;
}

.sp_images {
	margin-top: 45px;
	margin-bottom: 45px;
}

.sensor_images {
	margin-top: 60px;
	margin-bottom: 60px;

}

.sensor_images_exception {
	margin-top: 0px;
	margin-bottom: 60px;
}

/* ページトップへ戻るボタン */
#page-top {
	position: fixed;
	display: none;
	width: 100%;
	height: 0;
	bottom: 180px;
	z-index: 2;
	margin: auto;
}

#page-top a {
	position: absolute;
	display: block;
	right: 40px;
	width: 60px;
	height: 84px;
	background-size: 60px 84px;
	-moz-background-size: 60px 84px;
	background-image: url('../images/top_btn.png');
	background-repeat: no-repeat;
	/*	bottom:110px;*/
}

#page-top a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 480px) {
	#page-top {
		display: none;
	}
}