/*
 * CSS Local Style Setting
 */
.productIntro__icnBox {
	margin: 0 auto;
	text-align: center;
}
.productIntro__icnBox img {
	margin-left: 12px;
	height:51px;
	width:auto;
}
.snsBox {
	position: static;
	margin-bottom: 20px;
}

.hlLv01--products__productName {
	font-size: 18px;
	margin-left: 0;
}
a.blank:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../../../shared/img/icn_openwindow05.png) no-repeat center center;
    background-size: 10px auto;
    margin-left: 7px;
    vertical-align: middle;
}
.caution {
	vertical-align: top;
	padding-left: 2px;
}
.center {
	text-align: center;
}
.modTxt02--indent04 {
    padding-left: 2.6em;
    text-indent: -2.6em;
}
.thProdImg span {
	font-size: 12px;
	font-weight: normal;
}
/**
	Feature
--------------------------------------------**/
.modTable01--productModel-lens {
	width: 80%;
}
.modTable01--productModel-lens .ths01{
	text-align: right;
}
.product--feature .features-item {
	margin: 40px 0 0;
}
.features-item-head {
	
	padding: 0px ;
	font-size: 40px;
	font-weight: normal;
}
.features-item-ttl {
	border-left: solid #1d436a 14px;
	padding: 14px ;
	font-size: 22px;
	font-weight: normal;
}
.features--body {
	padding: 24px 24px 0;
}
.productFeatureBox {
    padding-top: 55px;
	margin-top: 0;
}
.productFeatureBox-workflow {
	padding-top: 0;
}
.intro p {
	line-height: 1.7;
}
.newmark {
		position: relative;
		padding-bottom: 2px;
	}	.newmark::after {
		content: "NEW";
		display: inline-block;
		background : #d9635e;
		color: #fff;
		padding: 2px 20px;
		margin-left:15px;
		margin-right:5px;
		font-size: 14px;
margin-bottom: 10px;
	}
.workflow {
	position: relative;
}
.workflow a {
    position: absolute;
    display: block;
    top: 57.7%;
    width: 14%;
	height: 36.5%;
}
.workflow a:hover{
	opacity: 0.5;
	background: #FFF;
}
a.case01 { left: 1.42%;}
a.case02 { left: 17.9%;}
a.case03 { left: 34.6%;}
a.case04 { left: 51.4%;}
a.case05 { left: 67.9%;}
a.case06 { left: 84.6%;}

.font-s {
	font-size: 80%;
}

.MovieBtnItem {
    margin-top: 50px;
    padding: 0;
	text-align: center;
}
.MovieBtn {
    display: inline-block;
    width: 387px;
    font-size: 24px;
    background-color: #0065B3;
    padding: 14px 0;
    line-height: 1.2;
    color: #FFF;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.MovieArrow {
	font-size: 30px;
	vertical-align: middle;
	padding-right: 14px;
}

.MovieBtnItem a:hover {
	opacity: .7;
}
.productIntro__prdbtn {
	display: flex;
	justify-content: center;
	margin: 60px auto 40px;
	padding: 0 80px;
}
.productIntro__prdbtn a{
	color: #333;
	width: 40%;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #333;
	border-radius: 30px;
	padding: 15px 20px;
	margin: 0 10px;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	cursor:revert;
    line-height: 1.2;
}
.productIntro__prdbtn a::before {
    content: "▶";
    margin-right: 10px;
	font-size: 14px;
	padding-top: 4px;
}
.productIntro__prdbtn a:hover {
	background:#1b5692;
	color: #FFF;
	border: 1px solid #1b5692;
}
/**
	Spec
--------------------------------------------**/
.modTable01 td {
    padding: 10px 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}
.modTable01 td.tdbg01, .modTable01 td.tdbg02 {
    border-width: 1px;
    border-right: 1px solid #FFF;
}
/**
	Accessories
--------------------------------------------**/

@media print,screen and (min-width:641px) {
}


@media only screen and (max-width:640px) {
	
	
	.productIntro__icnBox img {
		height: 40px;
		padding: 0 2px 4px;
		display: inline-block;
	}
	.center {
		text-align: left;
	}
	
/**
	Feature
--------------------------------------------**/
	.modTable01--productModel-lens {
		width: 85%;
	}
	.modTable01--productModel-lens .ths01{
		text-align: center;
	}
	.product--feature .features-item {
		margin: 20px 0 0;
		}
	.keyfeatures__item {
		width: 100%;
	}
	.features-item-ttl {
		border-left: solid #1d436a 14px;
		padding: 10px ;
		font-size: 22px;
		font-weight: normal;
	}
	.features--body {
		padding: 18px;
	}
	.productFeatureBox {
		padding-top: 20px;
	}
	.imgRight {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	.workflow a {
		position: absolute;
		display: block;
		width: 27%;
		height: 13.2%;
	}
	.workflow img{
		width: 100%;
	}
	a.case01 { top: 23.2%; left: 4%;}
	a.case02 { top: 23.2%; left: 36.2%;}
	a.case03 { top: 23.2%; left: 69%;}
	a.case04 { top: 54.15%; left: 20.3%;}
	a.case05 { top: 54.15%;  left: 58%;}
	a.case06 { top: 85.2%;  left: 36.6%;}
	.workflow a:hover{
		opacity: 0;
		background: none;
	}
	
	.MovieBtn {
    	width: 80%;
		font-size: 18px;
		padding: 10px 0;
	}
	.productIntro__prdbtn {
		display: block;
	}
	.productIntro__prdbtn a {
		margin: 0 auto 10px;
		width: 80%;
		display: inline-block;
	}
	
	/************** Product related Link **************/
	
	.pageSectionInner--relatedLink--products {
		width: 100%;
	}
	.relatedLink__item--productsTop {
		margin:4% 4% 0 0;
		width:48%;
	}
	.relatedLink__item--productsTop:nth-child(1),
	.relatedLink__item--productsTop:nth-child(2) {
		margin-top:0;
	}
	.relatedLink__item--productsTop:nth-child(2n) {
		margin-right:0;
	}
	.pageSection--relatedLinkOnly {
		padding: 0 0 50px;
	}
/**
	Spec
--------------------------------------------**/
	.modTable01 td {
		width: 100%;
	}
	.modTable01 .spcol02 {
		width: 50%;
	}
	.modTable01 .spcol04 {
		width: 25%;
	}
	.modTable01--productModel .thcol05 {
        width: 20%;
        font-size: 80%;
        display: inline-block;
		vertical-align: middle;
    }
	.modTable01 .spcol05 {
		width: 20%;
	}
/**
	Accessories
--------------------------------------------**/
}
