@charset "shift_jis";
/* ==========================================================================
	spatial-reality-display-biz support products elf-sr1_bz css index.css
========================================================================== */

#mod-productsArea .titleArea h2,
#productsArea .title h2,
#purposeArea .title h2,
#pickupArea .title h2,
#productNews .title h2.main_title,
#inquiry .title h2 {
	clear: both;
	color: #666;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 0 5px 15px;
}
.pageSubContent#productNews #info .title h3,
.pageSubContent #menu-cat-03 .title h3 {
	clear: both;
	color: #666;
	font-size: 16px;
	padding: 0 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

/* mod-productsArea */
#mod-productsArea .mod-productsArea-inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
.topArea .imgArea {
	float: left;
	width: 250px;
	text-align: right;
	padding: 0;
	margin-top: 20px;
	margin-left: 40px;
}
.topArea .txtArea {
	float: right;
	width: 570px;
	text-align: left;
	margin-top: 30px;
}
.topArea .txtArea .productName {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* productsArea purposeArea */
ul.btn_area_text {
	width: 950px;
	margin: 0 auto 50px;
	padding: 0;
}

ul.mb10{
	margin: 0 auto 10px;
}

ul.btn_area_text li {
	float: left;
	padding: 5px;
	width: 178px;
}
ul.btn_area_text .mod-linkButton {
	background: url(/spatial-reality-display-biz/support/products/common/images/bg_mod-linkButton.jpg) repeat-x scroll 0 0;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 120px;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: center;
	width: 178px;
	vertical-align: middle;
	transition: opacity .2s ease-in 0s;
}
ul.btn_area_text .mod-linkButton a {
	display: block;
	padding: 10px;
	color: #333;
	-webkit-transition: opacity .2s ease-in 0s;
	-moz-transition: opacity .2s ease-in 0s;
	-ms-transition: opacity .2s ease-in 0s;
	-o-transition: opacity .2s ease-in 0s;
	transition: opacity .2s ease-in 0s;
}

ul.btn_area_text .mod-linkButton a:hover{
	opacity: .5;
	zoom: 1;
    text-decoration: none;
    letter-spacing: .01em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul.btn_area_text .mod-linkButton .figure {
	display: block;
}
ul.btn_area_text .mod-linkButton .figure img {
	padding-bottom: 5px;
}
ul.btn_area_text .mod-linkButton .content {
	background: url(/spatial-reality-display-biz/support/products/common/images/arrow_black.png) no-repeat scroll 2px 4px;
	line-height: 16px !important;
	padding-left: 12px;
	margin-left: 0;
	display: inline-block;
}

/* productNews inquiry */
#info,
#menu-cat-03 {
	width: 565px;
	float: left;
	margin: 0 15px 0;
}
#productNews .productNews_area {
	margin: 0 auto 50px;
	padding: 0;
}
#productNews .productNewsList,
.js-include-list {
	margin: 0 5px;
}
.pageSubContent ul,
#info ul,
#info ul {
	zoom: 1;
	padding-left: 0;
}
#productNews .productNewsList .info-date,
.newsContent .js-include-list .info-date {
	display: block;
	margin: 10px 0 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

#productNews .productNewsList .info-description,
.newsContent .js-include-list .info-description {
	margin: .2em 0 .5em;
    padding: 0 0 0 10px;
    line-height: 1.5;
    background: url(/support/share/images/arrow_black.png) no-repeat left .4em;
    word-break: break-all;
	font-size:16px;
}




#inquiry ul.txtlink {
	margin-left: 5px;
}
#inquiry ul.txtlink li {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.icon-importance {
    background: url(/support/share/images/bt-02.gif) left top no-repeat !important;
    padding-left: 20px !important;
}





/*
----------------------------------------------------------------------------
画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	#mod-productsArea .mod-productsArea-inner {
		width: 96%;
		margin: 0 10px 0 10px;
	}
	.mod-productsArea-inner .productsArea-main {
		text-align: left;
		width: 100%;
	}
	.mod-productsArea-inner .topArea {
		text-align: left;
		width: 100%;
	}
	.topArea .imgArea {
		width: 40%;
		padding: 0 0 10px;
		vertical-align: top;
		float: none;
		display: inline-block;
		margin-left: 0px;
	}
	.topArea .imgArea img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.topArea .txtArea {
		text-align: left;
		width: 55%;
		padding-bottom: 10px;
		float: none;
		display: inline-block;
	}
	.topArea .txtArea .productNameSub {
		font-size: .71429em;
		margin: 0 auto;
	}
	.topArea .txtArea .productName {
		margin: 0 auto 5px auto;
	}
	ul.btn_area_text {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	#info, #menu-cat-03 {
		width: 94%;
		margin-bottom: 30px;
	}
	#inquiry {
		margin-bottom: 50px;
	}
	
	
}

@media screen and (max-width: 500px) {
	.topArea .txtArea .productName {
		font-size: 20px;
	}
}

/*20201022*/
#pickupArea {
	margin-bottom: 50px;
}
#pickupArea .bnr_single{
	margin-left: 15px;
}
@media screen and (max-width: 640px){
	#pickupArea .bnr_single {
    width: auto;
    margin: 0 0 0 15px;
    float: none;
	}
	#pickupArea .bnr_single img {
    width: 100%;
    height: auto;
    max-width: 300px;
	}
}




/*20201030 annotation*/
ul.annotation{
	margin: 0px 0px 3em 6.5em;
    font-size: 16px;
}

@media screen and (max-width: 1100px) {
	ul.annotation{
	margin-left: 1em;
    padding-left: 0.7em;
	}
}

/*2023/05/29追記*/
.mod-mainContentContainer .infolink {
    margin: 10px 0 0;
}

.mod-mainContentContainer .infolink p{
    margin: 0;
}

.infolink_02 {
    margin: 0 0 30px;
	text-align: right;
}

.infolink_02 p{
    margin: 0;
	font-size: 1rem;
}

.infolink_02 a.s5-linkV3:after{
	margin: -0.15em 0 0 0.4em;
}

@media screen and (max-width: 640px) {
	ul.btn_area_text{
		margin-right: 0;
		margin-left: 0;
	}
	
	ul.btn_area_text li{
		padding: 5px 0;
	}
	
	.mod-linkButton a:after {
		clear: both;
		content: '';
		display: block;
		height: 0;
	}
	#productsArea ul li,
	#purposeArea ul li {
		float: none;
		width: auto;
	}
	
	#productsArea .mod-linkButton,
	#purposeArea .mod-linkButton {
		background-position: 0 50%;
		box-sizing: border-box;
		height: auto;
		text-align: left;
		width: 100%;
	}
	#productsArea .mod-linkButton .content,
	#purposeArea .mod-linkButton .content,
	#productsArea .mod-linkButton .figure,
	#purposeArea .mod-linkButton .figure {
		display: inline-block;
		float: left;
	}
	#productsArea .mod-linkButton .content,
	#purposeArea .mod-linkButton .content{
		background-position: 2px 14px;
		padding: 10px 0 0 12px;
	}
	#productsArea .mod-linkButton .figure img,
	#purposeArea .mod-linkButton .figure img {
		height: auto;
		width: 36px;
		padding-bottom: 0;
	}
}

/* 2024/04/26 追記*/
#inquiry {
	font-size: 1rem;
}

#inquiry dl {
	line-height: 1.8;
}

#inquiry dl dt {
	display: inline-block;
	width: 17%;
	margin-left: 0;
	font-weight: normal;
}

#inquiry dl dd {
	display: inline-block;
	margin: 0;
}

#inquiry dl dd::before {
	content: "：";
}

#inquiry p {
	margin: 0 0 0 1.3em;
}

#inquiry ul.list {
	padding-left: 2.5em;
	line-height: 1.8;
}

#inquiry ul.list li {
	list-style-type: disc;
	margin-left: 0;
}

#inquiry ul.list li span {
	font-size: 0.9375rem;
	padding-left: 1em;
    text-indent: -1em;
    display: block;
}

#inquiry .btn {
	margin-left: 0;
}

#inquiry .btn a {
    box-sizing: border-box;
    padding: 8px 18px;
    border: none;
    border-radius: 1px;
    background: #e4e7ec;
	display: inline-block;
	font-size: 1rem;
}

@media (max-width: 640px) {
	#inquiry h3,
	#inquiry dl,
	#inquiry p {
		margin-left: 0;
	}
	
	#inquiry ul.list {
		padding-left: 1.5em;
	}
	
		#inquiry dl dt {
		width: auto;
	}
}