@charset "shift_jis";
/*
	================================================================================================
		support spatial-reality-display css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.pageSubContent, #info {
  width: auto;
  float: none;
}

#mod-productsArea .titleArea .infolink {
    right: 0;
    margin: 0;
}

/*
	====================================
		button
	====================================
*/
#modelArea ul li {
    float: left;
    padding: 8px 8px 8px 6px;
    width: 300px;
}
#purposeArea ul li {
    float: left;
    padding: 5px;
    width: 148px;
}
#modelArea .mod-linkButton {
	background: none;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 90px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    width: 300px;
}
#purposeArea .mod-linkButton {
    background: url("/support/spatial-reality-display/share3/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: 148px;
}
#modelArea .mod-linkButton a {
	overflow: hidden;
}
#modelArea span.figure {
    float: left;
    display: inline-block;
}

#modelArea .mod-linkButton .content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px 5px;
    line-height: 16px !important;
    padding-left: 12px;
    float: left;
    margin: 15px 0 0 10px;
	color: #43677e;
	font-weight: 700;
}
#purposeArea .mod-linkButton .content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px 5px;
    line-height: 16px !important;
    padding-left: 12px;
}
#purposeArea .mod-linkButton .figure {
    display: block;
}
@media screen and (max-width: 640px) {

#modelArea .mod-linkButton .content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px 6px;
}
	#modelArea img{
		width: 40px;
		height: 40px;
		float: left;
	}
	#modelArea .mod-linkButton {
	    background: none;
	    letter-spacing: 0.01em;
	    text-align: left;
	    width: 97%;
		max-height: 90px;
	    float: none;
	}
	#modelArea .mod-linkButton a .figure img,
	#purposeArea .mod-linkButton a .figure img {
	    height: auto;
	    vertical-align: middle;
	}
	#modelArea ul li{
	width: 45%;
    max-height: 90px;
	}
	#modelArea span.figure {
		float: none;
		margin: 10px 0 0 0;
		display: table-cell;
	}		
	#modelArea .mod-linkButton .content {
		float: none;
		margin: 0 0 20px 5px;
		word-break: break-all;
	}
}
/*
	====================================
		title
	====================================
*/
#modelArea .title,
#purposeArea .title,
#productNews .title {
  clear: both;
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 5px;
}
.pageSubContent #info .title,
.pageSubContent #menu-cat-03 .title {
	clear: both;
	color: #666;
	font-size: 15px;
	padding: 0 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

@media screen and (max-width: 640px) { 
#modelArea .title,
#purposeArea .title,
#productNews .title {
  font-size: 18px;
  color: #000;
}
#productNews.pageSubContent .title {
	font-size: 1.2em;
}
.mod-content .section .title h3#importantinfo {
    max-width: 74%;
}
h3#importantinfo {
  float: left;
  width: auto;
}
.title-List a {
  padding: 0 0 0 12px;
}
}
/*
	====================================
		機種別サポート情報
	====================================
*/
#modelArea .mod-button-wrap .txtlink {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll left center;
	margin-bottom: 50px;
	padding-left: 10px;
	display: inline-block;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	#modelArea .mod-button-wrap {
		text-align: left;
		margin-left: 20px;
	}
}
/*
	====================================
		目的別サポート
	====================================
*/
#pageMainContent {
	width: 950px;
	float: none;
}
#product-cat-02 {
	width: 950px;
}
#modelArea ul {
	margin-bottom: 30px;
}

#purposeArea ul {
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	#modelArea ul {
		margin-bottom: 10px;
	}
}

/*
	====================================
		ピックアップ
	====================================
*/

#pickup .bnr_area:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#pickup .bnr_single {
	float: left;
	margin: 8px 8px 8px 6px;
}

@media screen and (max-width: 640px) {
	#pickup .bnr_area {
		width: auto;
		margin: 0 auto;
	}
	
	#pickup .bnr_single {
		width: auto;
		margin: 0 auto;
		float: none;
	}
}

/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {
#info,
#menu-cat-03 {
	margin: 0 0 30px;
}
}


#inquiry ul {
    margin-left: 15px;
}

#inquiry ul.txtlink li {
    float: none;
    margin-bottom: 5px;
}

/*190121*/

#modelArea ul li.other .mod-linkButton a{
	width:94%;
	height:100%;
	display:table;
}


#modelArea ul li.other .mod-linkButton a span.content {
    /*background: url("/support/share/images/arrow_black.png") no-repeat;
	color: #43677e;
	font-weight: 700;*/
	vertical-align:middle;
	display:table-cell;
	background-position: 7.8em 2.6em;
	text-align:center;
	float:none;
}

@media screen and (max-width: 640px) {
#modelArea ul li.other .mod-linkButton a span.content {
	background-position: 1.5em 2.5em;
}
}

/*20190213*/

.newsContent .js-include-list p.nomal{
	font-size:1rem;
}

a.textLink.inline{
	margin-right:0;
	background-position:0 6px;
	display:inline;
}


/*2023/05/29追記*/
.inquiry_style {
    float: left;
    width: 440px;
    margin-left: 15px;
    margin-right: 15px;
}

.inquiry_style > h4.title {
    clear: both;
    color: #666;
    padding: 0 0 5px 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0!important;
    position: relative;
}

@media (max-width: 640px) {
	.inquiry_style {
	    float: none;
	    width: auto;
		display: block!important;
        margin-left: 0;
        margin-right: 0;
	}
	
	.inquiry_style > h4.title {
        color: #666;
    }
}

/* 2024/04/26 追記*/
.mod-mainContentContainer h5 {
	margin-bottom: 0.5em;
	font-size: 1.0769230769231rem;
}

.inquiry_style dl {
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.inquiry_style dl dt {
	display: inline-block;
	width: 35%;
	margin: 0;
	font-size: 1rem;
}

.inquiry_style dl dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1rem;
}

.inquiry_style dl dd::before {
	content: "：";
}

.mt05 {
	margin-top: 0.5em;
}

.inquiry_style ul.list {
	margin-left: 0!important;
	padding-left: 1.5em;
	line-height: 1.8;
}

.inquiry_style .btn {
	margin-top: 0.5em;
}

.inquiry_style .btn a {
	font-size: 1rem;
    box-sizing: border-box;
    padding: 8px 18px;
    border: none;
    border-radius: 1px;
    background: #e4e7ec;
	display: inline-block;
}

@media (max-width: 640px) {
	.inquiry_style dl dt {
		width: auto;
	}
	
	.inquiry_style dl dt,
	.inquiry_style dl dd {
		font-size: 1.0769230769231rem;
	}
}