
#contentNew #SNSshareBox{
	width: calc(95% - 6%);
	margin: 3% auto 0;
	background: #435ac0;
	border-radius: 5px;
	padding: 3%;
}
#contentNew #SNSshareBox{
	display: none;
}
/*#contentNew #SNSshareBox #sns-area{
	display: flex;
	justify-content: center;
} */
#contentNew #SNSshareBox #sns-area div{
	margin: 0 2%;
	width: 12%;
}
#contentNew #SNSshareBox #sns-area div:first-child{
	margin-left: 0;
}
#contentNew #SNSshareBox #sns-area div:last-child{
	margin-right: 0;
}
#contentNew #SNSshareBox #sns-area div a{
	display: block;
}
#contentNew #SNSshareBox #sns-area div img{
	vertical-align: top;
}

#contentNew #RelateCategory{
	display: flex;
	align-items: center;
	line-height: 1em;
	font-weight: bold;
	width: 95%;
	margin: 3% auto 0;
}
#contentNew #foottraceRelationInner dl{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    justify-content: flex-start;
}
#contentNew #foottraceRelationInner dl dt{
	background: #ebebeb;
	padding: 1.5% 3%;
	margin: 0 4% 1.5% 0;
	width:6em;
}
#contentNew #foottraceRelationInner dl dd{
	margin-right: 4%;
}
#contentNew #foottraceRelationInner dl dd:before,
.FeaturesTabContentBox .arwDef:before,
#ProductColumnArea .ProductColumnBox .arwDef:before{
	content: "";
	display: inline-block;
	margin-right: 3px;
	font-weight: bold;
	width: 7px;
	height: 11px;
	background: url(/shared/lcd/img/header_sp_arrow_b.png) left top no-repeat;
	background-size: 7px 11px;
}
#contentNew #foottraceRelationInner dl dd a{
	text-decoration: underline;
}
#contentNew #foottraceRelationInner dl dd a:hover{
	text-decoration: none;
}

#ProductOverview{
	margin: 7% auto 0;
	width: 90%;
}
#ProductOverview #PODescription h1{
	font-size: 200%;
	font-weight: normal;
	line-height: 1.2em;
}
#ProductOverview #PODescription h1 span{
	font-size: 50%;
	display: block;
	margin-bottom: 2%;
	line-height: 1.3em;
}
#ProductOverview #PODescription h2{
	font-size: 130%;
	color: #435ac0;
	line-height: 1.3em;
	margin: 8% 0 3%;
}

#ProductOverview .btn,
#ProductOverview .gaEcLink_dg,
#ProductOverview .gaSpfLink_dg {
    transition: .2s;
    display: block;
    padding: 2% 0;
    text-align: center;
    text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1vw;
	white-space: nowrap;
}
#ProductOverview .gaEcLink_dg img,
#ProductOverview .gaSpfLink_dg img{
display: none;
}
#ProductOverview .gaEcLink_dg:before{
content: "直販プライス";
}
#ProductOverview .gaSpfLink_dg:before{
content: "仕様書印刷";
}

#ProductOverview .btn.Black,
#ProductOverview .gaSpfLink_dg {
	background: #2b2b2b;
	color: #fff;
}
#ProductOverview .btn.Orange,
#ProductOverview .gaEcLink_dg{
	background: #eb8d1e;
	color: #fff;
	padding: 2% 0% !important;
	width: 48% !important;
	flex-grow: 0 !important;
}
#ProductOverview .btn.Black:hover,
#ProductOverview .btn.Orange:hover,
#ProductOverview .gaEcLink_dg:hover,
#ProductOverview .gaSpfLink_dg:hover{
	opacity: 0.7;
}
#ProductOverview .btn.Blue {
	background: #fff;
	color: #435ac0;
	border: #435ac0 solid 2px;
}
#ProductOverview .btn.Blue:hover{
	background: #dce0f3;
}

#ProductOverview .product-infoBox{
	margin-top: 3%;
	overflow-x: scroll;
}
#ProductOverview .product-info{
	width: 760px;
	margin-bottom: 16px;
	font-size: 12px;
}
#ProductOverview .product-info tr th,
#ProductOverview .product-info tr td{
	padding: 8px;
	border: #c6c6c6 solid 1px;
	line-height: 1.2em;
	vertical-align: middle;
}
#ProductOverview .product-info tr #firstprod{
	white-space: nowrap;
}
#ProductOverview .product-info tr th{
	background: #dce0f3;
	text-align: center;
}
#ProductOverview .product-info tr th:first-child{
	white-space: nowrap;
}

#ProductOverview .product-info tr td a{
	color: #435ac0;
}
#ProductOverview .product-info tr td a img{
	transition: 0.3s ease-in-out;
	display: block;
	margin: 0 auto;
}
#ProductOverview .product-info tr td a img:hover{
	opacity: 0.7;
}

#ProductOverview .PONote{
	font-size: 90%;
	margin-top: 5%;
}
#ProductOverview .PONote a{
	font-weight: bold;
	text-decoration: underline;
}
#ProductOverview .PONote a:hover{
	text-decoration: none;
}
#ProductOverview .PONote img{
	vertical-align: text-bottom;
	margin: 0 5px;
}
#ProductOverview .PONote p{
	text-indent: -1em;
	padding-left: 1em;
}

#ProductOverview #POBtnArea01,
#ProductOverview #POBtnArea02{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 5%;
	align-items: center;
}
/* #ProductOverview #POBtnArea01 a:nth-of-type(3n){
	margin-left: 2%;
} */
#ProductOverview #POBtnArea01 .btn,
#ProductOverview #POBtnArea02 .btn,
#ProductOverview .gaEcLink_dg,
#ProductOverview .gaSpfLink_dg{
	/* margin-bottom: 2%; */
	font-size: 90%;
	padding: 2.3% 0% 1.7%;
	flex-grow: 1;
}
#ProductOverview #POBtnArea01 div:first-child{
display: none;
}
#ProductOverview #POBtnArea01 div{
    width: 100%;
}
#ProductOverview #POBtnArea01 div:nth-of-type(2){
    margin-right:3%;
}
#ProductOverview #POBtnArea01 div a{
padding: 6px 0 5px !important;
}
#ProductOverview #POBtnArea01 div:nth-of-type(2) a.btn.Black{
    border:#2b2b2b solid 2px;
}
#ProductOverview #POBtnArea01 .btn.Black,
#ProductOverview .gaSpfLink_dg{
	/* border: #2b2b2b solid 2px; */
	display: none;
}

#ProductOverview #POBtnArea02 .btn.Orange{
	border: #eb8d1e solid 2px;
	padding: 2% 0;
}

#ProductOverview #POBtnArea02{
	margin-top: 5%;
	align-items: flex-end;
}
#ProductOverview #POBtnArea02 a.issprod,
#ProductOverview #POBtnArea02 #isssearchbtn{
	/* margin-left: 2%; */
}
#ProductOverview #POBtnArea02 img{
	/* max-width: 300px; */
	margin: 0 !important;
	width: 100%;
	height: 40px;
}
#ProductOverview #POBtnArea02 a,
#ProductOverview #POBtnArea02 a img{
	width: auto;
}

#PODescriptionRight .ppChangeImg {
    display: none;
}
#PODescriptionRight #ppChange_area1 {
    display: block;
}
#productPhotoChangeBox .slick-slide{
	/* width: 60px;
	min-width: 60px;
	max-width: 60px; */
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px 0;
	border-bottom: #fff solid 2px;
}
#productPhotoChangeBox .slick-slide:hover,
#productPhotoChangeBox .slick-slide.slick-current {
	cursor: pointer;
	opacity: 1;
	border-bottom: #435ac0 solid 2px;
}

#ProductOverview #PODescription #PODescriptionRight{
	/* margin-top: 6%; */
}
#ProductOverview #PODescription #PODescriptionRight .PrintDisplay{
	display: none;
}
#ProductOverview #PODescription #PODescriptionRight img{
	margin-bottom: 5px;
}
#ProductOverview #PODescription #PODescriptionRight .photoBox{
	text-align: center;
	height: 89.96vw;
	display: flex;
	align-items: center;
	background: #fff;
}
#ProductOverview #PODescription #PODescriptionRight .imgDLArea{
	margin-top: 2vw;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8vw;
	background: #fff;
}
#ProductOverview #PODescription #PODescriptionRight .imgDLArea .title{
	font-weight: bold;
}
#ProductOverview #PODescription #PODescriptionRight .imgDLArea .title img{
	max-width: 20px;
	width: 20px;
	margin-right: 7px;
	vertical-align: middle;
}
#ProductOverview #PODescription #PODescriptionRight .imgDLArea a{
	margin-left: 3%;
	width: 6em;
	padding: 1.5% 0;
	font-size: 90%;
}
#productPhotoChangeBox{
	overflow: hidden;
	margin: 7% auto 0;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#productPhotoChangeBox .slick-arrow{
	background: none;
	text-indent: -9999px;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	z-index: 100;
}
#productPhotoChangeBox .slick-prev{
	background: url(/shared/lcd/img/slider_prev.png) left top no-repeat;
	background-size: 30px auto;
	left: 0;
}
#productPhotoChangeBox .slick-next{
	background: url(/shared/lcd/img/slider_next.png) left top no-repeat;
	background-size: 30px auto;
	right: 0;
}
#productPhotoChangeBox .slick-arrow:hover{
	cursor: pointer;
}
#productPhotoChangeBox .slick-list{
	width: 80%;
	margin: 0 auto;
	padding:0 0 3px !important;
}

/* 商品特長 */
#ProductFeaturesTab{
	margin-top: 10%;
}

#ProductFeaturesTab .FeaturesTabArea{
	display: flex;
	position: relative;
	z-index: 2;
}
#ProductFeaturesTab .DisplayTabBox .hide{
	display:none;
}
#ProductFeaturesTab .FeaturesTabArea li{
	border-top: #e9e9e9 solid 1px;
	border-right: #e9e9e9 solid 1px;
	flex: 1;
	text-align: center;
	line-height: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #171717;
}
#ProductFeaturesTab .FeaturesTabArea li span{
	transition: 0.3s ease-in-out;
	display: block;
	border-top: #fff solid 3px;
	padding: 3% 0 2%;
	display: flex;
	width: 100%;
	height: calc(100% - 8px);
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
#ProductFeaturesTab .FeaturesTabArea li:last-child span{
	display: block;
}
#ProductFeaturesTab .FeaturesTabArea li:first-child{
	border-left: #e9e9e9 solid 1px;
}
#ProductFeaturesTab .FeaturesTabArea li.active{
	background: #f8f8f8;
}
#ProductFeaturesTab .FeaturesTabArea li.active span{
	border-top: #435ac0 solid 3px;
}


#ProductFeaturesTab .FeaturesTabArea.Btm{
	margin-bottom: 7%;
	margin-top: -1px;
}
#ProductFeaturesTab .FeaturesTabArea.Btm li{
	border-top: none;
	border-bottom: #e9e9e9 solid 1px;
}
#ProductFeaturesTab .FeaturesTabArea.Btm li span{
	border-top: none;
	padding: 4% 0 1%;
	border-bottom: #fff solid 3px;
}
#ProductFeaturesTab .FeaturesTabArea.Btm li.active span{
	border-top: none;
	border-bottom: #435ac0 solid 3px;
}

#ProductFeaturesTab .FeaturesTabContentBox{
	background: #f8f8f8;
	border-top: #e9e9e9 solid 1px;
	margin-top: -1px;
	padding: 6% 0 10%;
	position: relative;
	z-index: 1;
}

#contentNew .contentCenterMin{
	width: 95%;
	margin: 0 auto;
}

.FeaturesTabContentBox .OuterAllOperation{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 6%;
}
.NewTPLOuterBox + .OuterAllOperation{
	margin-top:10%;
}
.FeaturesTabContentBox .OuterAllOperation .btn{
    transition: .2s;
    display: block;
    padding: 2% 0;
	width: 48%;
    text-align: center;
    text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3em;
	border:#435ac0 solid 2px;
	color: #435ac0;
	background: #fff;
	font-size: 90%;
}
.FeaturesTabContentBox .NewTPLOuter{
	background: #fff;
	border-radius: 5px;
	border: #ececec solid 1px;
	border-top: #dce0f3 solid 15px;
	margin-top: 3%;
	position: relative;
}

.FeaturesTabContentBox .NewTPLOuter .TitleArea{
	padding: 4%;
	position: relative;
	min-height:3em;
	z-index: 1;
	border-bottom: #ECECEC solid 1px;
	width: 90%;
	margin: 0 auto;
}
.FeaturesTabContentBox .NewTPLOuter .TitleArea:after{
	content: "";
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	right: 4%;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(/shared/lcd/img/featurestpl_close.png) left top no-repeat;
	background-size: 20px auto;
}
.FeaturesTabContentBox .NewTPLOuter .TitleArea.open:after{
	background: url(/shared/lcd/img/featurestpl_open.png) left top no-repeat;
	background-size: 20px auto;
}
.FeaturesTabContentBox .NewTPLOuter .TitleArea:hover{
	cursor: pointer;
}
.FeaturesTabContentBox .NewTPLOuter .TitleArea p.tag{
	background: #435ac0;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	padding: 2% 7%;
	line-height: 1em;
	display: inline-block;
	margin-bottom: 4%;
	font-size: 90%;
}
.FeaturesTabContentBox .NewTPLOuter .TitleArea h2,
.FeaturesTabContentBox .NewTPLOuter .clmBoxAreaIn h2{
	font-size: 120%;
	color: #435ac0;
	padding-right: 10%;
	line-height: 1.3em;
	font-weight: normal;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxAreaIn h2{
	position: absolute;
	top: 3.5vw;
	left: 4%;
	display: block !important;
overflow: hidden;
width: 83%;
height: 2.5em;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxArea{
	padding: 0 4%;
	max-width: 1000px;
	font-size: 100%;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxAreaIn{

}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBoxCenter{
	margin-top: 3%;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoFull,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRightOutside{
	margin-top: 10%;	
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoFull p,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight p{
	margin-top: 3%;	
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoFull p a,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight p a{
	text-decoration: underline;
	font-weight: bold;
}

.FeaturesTabContentBox .NewTPLOuter h3{
	border-bottom: #435ac0 solid 3px;
	padding: 0 0 3%;
	line-height: 1.3em;
	font-size: 110%;
	margin: 10% 0 5%;
	font-weight: normal;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoFull p:first-child,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRightOutside p:first-child,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoFull:first-child,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRightOutside:first-child,
.FeaturesTabContentBox .NewTPLOuter h3:first-child,
.BtmGaiyolistBox .clmBoxPhotoRightOutside h3:first-child{
	margin-top: 0;
}
.FeaturesTabContentBox .NewTPLOuter h2 + .clmBoxPhotoFull,
.FeaturesTabContentBox .NewTPLOuter h2 + .clmBoxPhotoRightOutside,
.FeaturesTabContentBox .NewTPLOuter h2 + h3{
	margin-top: 8%;
}
.FeaturesTabContentBox .arwDef,
#ProductColumnArea .ProductColumnBox .arwDef{
	font-weight: bold;
	margin-top: 3%;
	display: block;
	text-decoration: underline;
	text-indent: -0.8em;
	padding-left: 0.8em;
}
.FeaturesTabContentBox #GreenLabelPDFArea .arwDef{
	display: inline-block;
	margin-top: 0;
}
.FeaturesTabContentBox .arwDef.disIB{
	display: inline-block;
}
.FeaturesTabContentBox .textI{
	text-indent: -0.8em;
	padding-left: 0.8em;
}
.FeaturesTabContentBox .arwDef.mT0{
	margin-top: 0;
}

.FeaturesTabContentBox .tableBox{
	margin-top: 3%;
}
.FeaturesTabContentBox .tableBox table{
	font-size: 12px;
}
.FeaturesTabContentBox .tableBox table tr th,
.FeaturesTabContentBox .tableBox table tr td{
	padding: 5px;
	border: #c3c3c3 solid 1px;
	vertical-align: middle;
	line-height: 1.3em;
	white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.FeaturesTabContentBox .tableBox table tr th{
	background: #dce0f3;
}
.FeaturesTabContentBox .tableBox table tr th[rowspan] p.OneRow{
    word-wrap: break-word;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
    width: 1em;
    line-height: 1em;
	white-space: nowrap;
}
.FeaturesTabContentBox .tableBox table tr th[rowspan] p.OneRow br{
	display: none;
}
.FeaturesTabContentBox .tableBox table tr .alignC{
	text-align: center;
}
.FeaturesTabContentBox .tableBox table tr .alignR{
	text-align: right;
}
.FeaturesTabContentBox .tableBox table tr .valignT{
	vertical-align: top;
}
.FeaturesTabContentBox .tableBox table tr .valignB{
	vertical-align: bottom;
}
.FeaturesTabContentBox .tableBox table tr .normal{
	font-weight: normal;
}
.FeaturesTabContentBox .tableBox table tr td{
	background: #fff;
}

.FeaturesTabContentBox .tableBox table tr a{
	text-decoration: underline;
}
.FeaturesTabContentBox .tableBox table tr img{
	width: 100%;
	height: auto;
}
.FeaturesTabContentBox .tableBox table tr td img.pdf {
    width: 30px;
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}
.FeaturesTabContentBox .tableBox.groupNone table colgroup{
	display: none;
}

.FeaturesTabContentBox .NewTPLOuter h4,
.BtmGaiyolistBox h4{
	border-left: #DCE0F3 solid 4px;
	padding-left: 2%;
	line-height: 1.5em;
	font-size: 110%;
	margin-bottom: 3%;
	color: #435AC0;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight,
.BtmGaiyolistBox .clmBoxPhotoRight{

}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight .txtBox,
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight .photoBox,
.BtmGaiyolistBox .clmBoxPhotoRight .txtBox,
.BtmGaiyolistBox .clmBoxPhotoRight .photoBox{

}
.FeaturesTabContentBox .NewTPLOuter .photoBox img,
.FeaturesTabContentBox .NewTPLOuter .photoBoxCenter img{
width:100%;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight .photoBox{
	margin-top: 3%;
	/* background: #f8f8f8; */
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight .photoBox img{
	/* width: 60%; */
	display: block;
	margin: 0 auto;
	/* max-width: 480px; */
}

.FeaturesTabContentBox .NewTPLOuter .photoBox.movie{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.FeaturesTabContentBox .NewTPLOuter .photoBox.movie iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}




/* スペック */
#specArea{
margin-top: 0 !important;
}
#contentNew .contentCenterMin.bgW{
	background: #fff;
	padding: 5% 0;
}
#contentNew .SpecOuter{
	padding: 0 5%;
	margin-top: 7%;
}
#contentNew .SpecOuter.CorrespondencePCSearch{
	margin-top: 0;
}
#contentNew .SpecOuter:first-child,
#contentNew .OSNote + .SpecOuter{
	margin-top: 0;
}
#contentNew .SpecOuterIn p a{
	text-decoration: underline;
}
#contentNew .SpecOuterIn p a:hover{
	text-decoration: none;
}
#contentNew .OSNote {
    margin-bottom: 3% !important;
    padding: 0 5% !important;
}

.FeaturesTabContentBox .Spec h2{
	background: #f8f8f8;
	font-size: 120%;
	color: #435ac0;
	border-top:#435ac0 solid 4px;
	border-bottom:#dce0f3 solid 2px;
	padding: 5%;
	margin-bottom: 5%;
	font-weight: normal;
}
.FeaturesTabContentBox .Spec h3{
	font-size: 110%;
	color: #435ac0;
	border-bottom:#435ac0 solid 2px;
	padding-bottom: 3%;
	margin: 7% 0 3%;
	font-weight: normal;
}
.FeaturesTabContentBox .Spec h4{
	color: #435ac0;
	margin: 7% 0 3%;
}
.FeaturesTabContentBox .Spec h4:first-child{
	margin-top: 0;
}
#contentNew .FeaturesTabContentBox .Spec .SpecOuterIn .photoBox{
	max-width: 650px;
}



/* 各種規格/サービス */
.FeaturesTabContentBox .FeaturesServiceListTitle{
	font-size: 130%;
	margin: 10% auto 5% !important;
	font-weight: bold;
	border-left: #435ac0 solid 5px;
	padding-left: 10px;
}
.FeaturesTabContentBox .FeaturesServiceListTitle:first-child{
	margin-top: 3% !important;
}
.FeaturesTabContentBox .FeaturesServiceListIn{
    background: #fff;
    border-radius: 5px;
    border: #ececec solid 1px;
    border-top: #dce0f3 solid 15px;
    margin-top: 3%;
	padding: 5% 0;
}
.FeaturesTabContentBox .FeaturesServiceListIn .ServiceListContent{
	padding: 0 5%;
}
.FeaturesTabContentBox .FeaturesServiceListIn .ServiceListContent h2{
	color: #435ac0;
	font-size: 130%;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 5%;
	font-weight: normal;
}
.FeaturesTabContentBox .FeaturesServiceListIn .ServiceListContent img{
	width: 67%;
	display: block;
	margin: 0 auto;
}
.FeaturesTabContentBox .FeaturesServiceListIn .ServiceListContent img.pdf,
.FeaturesTabContentBox .GreenLabelIconPDF{
	width: 30px;
	display: inline;
	margin-left: 5px;
	vertical-align: middle;
}
.FeaturesTabContentBox .FeaturesServiceListIn.GreenLabel{
	border: #dce0f3 solid 1px !important;
}
.FeaturesTabContentBox .FeaturesServiceListIn.GreenLabel h2{
	margin-top: 15px;
	color: #171717;
	margin-bottom: 0;
}

.FeaturesTabContentBox .FeaturesServiceListIn.GreenLabel img{
	height: 44px;
	width: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxRoundGray {
    border-radius: 5px;
    border: 1px solid #ECECEC;
    padding: 5%;
    display: block;
    background: #f8f8f8;
	margin-top: 3%;
}
.FeaturesTabContentBox .NewTPLOuter h5{
	font-size: 100%;
}

.FeaturesTabContentBox .NewTPLOuter a.BtnBlueFrame{
	font-weight: bold;
	border: #435ac0 solid 2px;
	border-radius: 5px;
	color: #435ac0;
	display: inline-block;
	text-decoration: none;
	padding: 1.5% 4% 1.5% 7%;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight.iconVer{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight.iconVer .txtBox{
	flex-basis: 72%;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoRight.iconVer .photoBox{
	flex-basis: 25%;
}
.FeaturesTabContentBox .NewTPLOuter ul li{
	list-style: disc inside;
	padding-left: 1.33vw;
}


.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	margin-top: 3%;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column p{
	width: 49%;
	margin: 1% 2% 0 0;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column p:nth-of-type(1),
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column p:nth-of-type(2){
	margin-top: 0;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column p:nth-of-type(2n){
	margin-right: 0;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column li{
	width: 49%;
	margin: 2% 2% 0 0;
	padding: 0;
	list-style: none;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column li:nth-of-type(1),
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column li:nth-of-type(2){
	margin-top: 0;
}
.FeaturesTabContentBox .NewTPLOuter .clmBoxArea .photoBox4column li:nth-of-type(2n){
	margin-right: 0;
}


/* 仕様書印刷 */
#printCover,
#catch {
    visibility: hidden;
    display: none;
}



/* 対応パソコンを検索 */
.CorrespondencePCSearch .product-attention{
	margin-bottom: 5%;
}
.CorrespondencePCSearch #box-search-pc{
	background: #F8F8F8;
	border:#DCE0F3 solid 2px;
width:auto;
}
.CorrespondencePCSearch #box-search-pc:before{
    content: "対応パソコンを検索";
	width: calc(100% - 10%);
	background: #DCE0F3;
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding: 4% 5%;
}
.CorrespondencePCSearch #box-search-pc img{
	display: none;
}

.CorrespondencePCSearch #box-search-pc-in{
	padding: 7% !important;
}
.CorrespondencePCSearch #box-search-pc-in .box-form{
	width:auto;
	padding: 0;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl{
	margin: 5% 0 0;
	font-size: 100%;
	float: none;
	padding: 0;

}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:first-child{
	margin-top: 0;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl dt{
    font-size: inherit;
line-height: 1em;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl dt:before{
	width:100%;
	font-weight: bold;
	display: block;
	margin-bottom: 2%;
	font-size: 100%;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:first-child dt:before{
    content: "PCメーカー";
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(2) dt:before{
    content: "タイプ";
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(3) dt:before{
    content: "販売年";
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(4) dt:before{
    content: "機種・モデル名";
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(5) dt:before{
    content: "製品型番";
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(6){
	width: 100%;
	margin-top: 5%;
}


.CorrespondencePCSearch #box-search-pc-in .box-form dl dd{
  width: 100%;
  position: relative;
  display: inline-block;
}
*/*.CorrespondencePCSearch #box-search-pc-in .box-form dl:first-child dd:before,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(2) dd:before,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(3) dd:before,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(5) dd:before{
  content: '';
	position: absolute;
	top:0;
	right: 0;
	width: 40px;
	height: 100%;
	display: block;
	background: #435ac0;
	border-radius: 0 5px 5px 0;
	z-index: 10;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl:first-child dd:after,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(2) dd:after,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(3) dd:after,
.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(5) dd:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 14.5px;
	margin-top: -7px;
	z-index: 20;
} */
.CorrespondencePCSearch #box-search-pc-in .box-form dl dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	background: url("/shared/lcd/img/icon_pcsearch_select.png") #fff right top no-repeat;
	background-size:auto 100%; 
	position: relative;
	z-index: 1;
	padding: 0 40px 0 3%;
	border: 1px solid #b4b3b3;
	border-radius: 7px;
	width: 100% !important;
	font-size: 100%;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl dd input[type="text"]{
	border: 1px solid #b4b3b3;
	border-radius: 7px;
	width: calc(100% - 6%) !important;
	font-size: 100%;
	height: 38px;
	/* line-height: 0; */
	padding: 0 3%;
	margin-bottom: 3%;
}
.CorrespondencePCSearch #box-search-pc-in .box-form dl dd select:-ms-expand {
    display: none;
}

.CorrespondencePCSearch .product-attention{
	margin-top: 20px;
}
.CorrespondencePCSearch .product-attention a{
	text-decoration: underline;
	font-weight: bold;
}
.CorrespondencePCSearch .product-attention a:hover{
	text-decoration: none;
}

.CorrespondencePCSearch #box-search-pc-in .box-form dl:nth-of-type(6) input[type="image"]{
	background: #fff;
	display: block;
	margin: 0 auto;
	border: #435ac0 solid 2px;
	border-radius: 5px;
	font-size: 100%;
	color: #435ac0;
	text-align: center;
	width: 60%;
	padding: 4% 0;

}



.FeaturesTabContentBox .BtmGaiyolistBox {
	margin-top: 8%;
}
.FeaturesTabContentBox .BtmGaiyolistBox h2,
#contentNew #gigaclearengine2 h2{
	font-size: 120%;
	color: #435ac0;
	border-top: #435ac0 solid 4px;
	border-bottom: #dce0f3 solid 2px;
	padding: 5%;
	margin-bottom: 5%;
	font-weight: normal;
}
.FeaturesTabContentBox .BtmGaiyolistBox h3{
    border-bottom: #435ac0 solid 3px;
    padding: 0 0 3%;
    line-height: 1.3em;
    font-size: 110%;
    margin: 10% 0 5%;
    font-weight: normal;
}
.FeaturesTabContentBox .BtmGaiyolistBox h2 + h3{
margin-top:0;
}
.FeaturesTabContentBox .MovieIframe{
	max-width: 1000px;
	margin: 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.FeaturesTabContentBox .MovieIframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.FeaturesTabContentBox .NewTPLOuter .clmBoxPhotoArea:last-child{
	padding-bottom: 4%;
}

#ProductColumnArea{
	width: 86%;
	margin: 8% auto;
}
#ProductColumnArea .ProductColumnBox{
	display: flex;
	justify-content: space-between;
	margin-top: 5%;
}
#ProductColumnArea .ProductColumnBox:first-child{
	margin-top: 0;
}
#ProductColumnArea .ProductColumnBox .Photo{
	flex-basis: 39%;
	transition: 0.2s;
}
#ProductColumnArea .ProductColumnBox .txtBox{
	flex-basis: 57%;
	margin-left: 2.5%;
}
#ProductColumnArea .ProductColumnBox .txtBox .tag{
	text-align: center;
	color: #fff;
	background: #415ac1;
	font-weight: bold;
	width: 10em;
	padding: 4px 0 2px;
	margin-bottom: 10px;
}
#ProductColumnArea .ProductColumnBox .txtBox .ttl,
#ProductColumnArea .ProductColumnBox .txtBox .ttl a{
	color: #415ac1;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 2%;
	line-height: 1.5em;
}



/* BtmGaiyolistBox お知らせ */
.BtmGaiyolistBox dl.news{
padding:3% 0 0;
}
.BtmGaiyolistBox h2 + dl.news{
border-top: none;
padding-top:0;
}
.BtmGaiyolistBox dl.news dt{
font-weight:bold;
}
.BtmGaiyolistBox dl.news dd{
margin-top:2%;
}
.BtmGaiyolistBox dl.news dd a{
text-decoration: underline;
}
/* BtmGaiyolistBox 関連情報 */
.BtmGaiyolistBox .tableBox{

}
.BtmGaiyolistBox .tableBox table tr th,
.BtmGaiyolistBox .tableBox table tr td{
vertical-align: top;
}
.BtmGaiyolistBox .tableBox table tr th.valignM,
.BtmGaiyolistBox .tableBox table tr td.valignM{
vertical-align: middle;
}
/* BtmGaiyolistBox テキストテキスト */
.BtmGaiyolistBox .clmBoxPhotoRight{

}
.BtmGaiyolistBox .clmBoxPhotoRight .photoBox{
margin-top:3%;
}
.BtmGaiyolistBox ul.disc {
    margin-left: 1.5em;
}
.BtmGaiyolistBox ul.disc li {
    list-style: disc;
}
.BtmGaiyolistBox ol.num {
    margin-left: 1.8em;
}
.BtmGaiyolistBox ol.num li {
    list-style: decimal;
}

#contentNew #gigaclearengine2{
	width: 95%;
	margin: 3% auto 10%;
}
#contentNew #gigaclearengine2 h1{
	background: #eaedff;
	/* color: #435ac0; */
	font-size: 185%;
	font-weight: normal;
	line-height: 1.2em;
	padding: 5%;
}
#contentNew #gigaclearengine2 .clmBoxPhotoFull{
	margin-top: 8%;
}
#contentNew #gigaclearengine2 h1 + .clmBoxPhotoFull{
	margin-top: 3%;
}
#contentNew #gigaclearengine2 .clmBoxPhotoFull .photoBoxCenter{
	margin-top: 3%;
}

#ProductOverview #POBtnArea01 #ThreeViewsPDF .btn.Black{
	display: block;
padding: 2.3% 0% 1.7%;
}





