@charset "utf-8";


/*:::::::::::::::　インデックス　:::::::::::::::*/

/*================================

タイトル周り

================================*/

.titlewrap{
	position: relative;
	padding: 80px 0;
	text-align: center;
	font-weight: normal;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	}
@media screen and (max-width: 640px) {
.titlewrap{
	padding: 50px 0 ;
	}
	}

.titlewrap h2{
	text-align: center;
	font-size: 2.5em;
	letter-spacing: .15em;
	}
@media screen and (max-width: 640px) {
.titlewrap h2{
	font-size: 1.8em;
	letter-spacing: .1em;
	}
	}

.titlewrap > p.sub{
	margin-top: 2em;
	text-align: center;
	letter-spacing: .1em;
	}

.titlewrap > div{
                position: absolute;
                top: calc(50% - 30px);
                right: 2.5%;
                width: 200px;
                height: 60px;
	}
@media screen and (max-width: 640px) {
.titlewrap > div{
                position: relative;
                width: 200px;
                height: 60px;
                top: auto;
                right: auto;
                margin: auto;
                margin-top: 50px;
	}
	}

.titlewrap > div a{
	display: flex;
	align-items: center;
	justify-content: center;
                width: 100%;
                height: 100%;
                border: 1px solid #ccc;
	}
.titlewrap > div a:hover{
	border: 1px solid #333;
	}

.titlewrap > div p{
	position: relative;
	display: inline-block;
	font-size: 1em;
	padding-left: 1.5em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-image: url(../images/search-line.svg);
	}
@media screen and (max-width: 640px) {
.titlewrap > div p{
	font-size: .9em;
	}
	}

.titlewrap > div a:hover p{
	text-decoration: none;
	}

/*================================

ライン

================================*/

.onewrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
                width: 95%;
                margin: auto;
	}
@media screen and (max-width: 640px) {
.onewrap{
                width: 100%;
	display: block;
	}
	}

.onewrap:last-child{
                margin-top: 50px;
                padding-top: 50px;
                padding-bottom: 100px;
                border-top: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.onewrap:last-child{
                margin-top: 0;
                padding-top: 0;
                padding-bottom: 50px;
                border-top: none;
	}
	}


/*================================

ライン

================================*/

.line{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	column-gap: 30px;
	}
@media screen and (max-width: 640px) {
.line{
                padding-bottom: 50px;
	}
	}

.line img{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.line img{
	width: 86%;
                margin: auto;
	}
	}

.line > div{
	width: 100%;
	}
@media screen and (max-width: 640px) {
.line > div{
	width: 86%;
                margin: auto;
	}
	}

.line > div h3{
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: .05em;
	margin-top: 30px;
	}
@media screen and (max-width: 640px) {
.line > div h3{
	margin-top: 20px;
	font-size: 1.5em;
	}
	}

.line > div p.jp{
	margin-top: .8em;
	}
@media screen and (max-width: 640px) {
.line > div p.jp{
                font-size: .9em;
	margin-top: .8em;
	line-height: 1.8em;
	}
	}

.line > div a{
	display: block;
	width: 280px;
	height: auto;
	margin-top: 30px;
	border: 1px solid #ccc;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.line > div a{
	margin-top: 20px;
	width: 100%;
	}
	}

.line > div a:hover{
	border: 1px solid #333;
	}

.line > div a p{
	display: inline-block;
	font-size: .9em;
	line-height: 4em;
	text-align: center;
	padding-right: 4em;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.svg);
	background-size: 25px;
	}



/*:::::::::::::::　中ページ　:::::::::::::::*/


/*================================

パンくず

================================*/

#breadcrumb {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
	padding: 1.5em 3%;
	font-size: .8em;
	line-height: 1em;
	}

#breadcrumb span{
	display: inline-block;
	width: 1em;
	margin: 0 1em;
	font-size: .8em;
	height: 1em;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right-s-line-black.svg);
	background-size: 1em;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
@media screen and (max-width: 640px) {
#breadcrumb span{
	margin: 0 .5em;
	}
	}

#breadcrumb a:hover{
	text-decoration: underline;
	}


/*================================

全体

================================*/

#contents.page{
	background-color: #fff;
	}

.pack{
	margin: auto;
	padding: 5em 0;
	width: 100%;
	min-width: 1100px;
	max-width: 1500px;
	height: auto;
	background-color: #fff;
	}
.pack:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack{
	margin: 0 auto 0;
	padding: 0 0 3em;
	min-width: 100%;
	max-width: 100%;
	}
	}

/*================================

ローカルメニュー

================================*/

.pack .menu{
	float: left;
	width: 20%;
	height;: auto;
	margin-left: 3%;
	margin-right: 9%;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.pack .menu{
	float: none;
	width: 100%;
	margin: 3em auto 0;
	padding: 3em 7% 0;
	border-top: 1px solid #dedede;
	}
	}

.pack .menu h2{
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 500;
	}
@media screen and (max-width: 640px) {
.pack .menu h2{
	font-size: 1.2em;
	}
.pack .menu.search h2{
	display: none;
	}
	}

.pack .menu p.jp{
	margin-top: .8em;
	line-height: 1.6em;
	}
@media screen and (max-width: 640px) {
.pack .menu p.jp{
	font-size: .9em;
	}
	}

/*メニュー*/

.pack .menu ul{
	width: 100%;
	margin-top: 3em;
	border-top: 1px solid #dedede;
	background-color: #fff;
	}
@media screen and (max-width: 640px) {
.pack .menu ul{
	margin-top: 1em;
	}
.pack .menu.search ul.searchs{
	display: none;
	}
.pack .menu.search ul.searchsview{
	display: block;
	margin-top: 0;
	margin-bottom: 2em;
	}
	}

.pack .menu ul li{
	border-bottom: 1px solid #dedede;
	}

.pack .menu ul li a {
	display: block;
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right-s-line-black.svg);
	background-size: 15px;
	padding: 1em 0 1em 2em;
	}

.pack .menu ul li a p{
	display: inline-block;
	font-size: .9em;
	line-height: 1.5em;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.pack .menu ul li a:hover p{
	border-bottom: 1px solid #333;
	}

/*その他メニュー*/

.pack .menu ul.other{
	width: 100%;
	margin-top: 2em;
	border-top: none;
	}
@media screen and (max-width: 640px) {
.pack .menu ul.other{
	margin-top: 1.5em;
	}
	}

.pack .menu ul.other li{
	border-bottom: none;
	line-height: 2em;
	}

.pack .menu ul.other li a {
	display: block;
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right-s-line-black.svg);
	background-size: 10px;
	padding: 0 0 0 1.5em;
	}

.pack .menu ul.other li a p{
	display: inline-block;
	font-size: .8em;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 640px) {
.pack .menu ul.other li a p{
	font-size: .9em;
	}
	}

.pack .menu ul.other li a:hover p{
	border-bottom: 1px solid #333;
	}

/*関連ボタン*/

.pack .menu ul.etcs{
	width: 100%;
	margin-top: 1.5em;
	border-top: none;
	}
@media screen and (max-width: 640px) {
.pack .menu ul.etcs{
	margin-top: 1.5em;
	}
.pack .menu.search ul.etcs{
	margin-top: 0;
	}
	}

.pack .menu ul.etcs li{
	border-bottom: none;
	}

.pack .menu ul.etcs li a {
	display: block;
	width: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1em;
	padding: .5em 0 .5em 1.5em;
	}

.pack .menu ul.etcs li:nth-child(1) a{
	background-image: url(../images/search-line.svg);
	}
.pack .menu ul.etcs li:nth-child(2) a{
	background-image: url(../images/book-open-line.svg);
	}
.pack .menu ul.etcs li:nth-child(3) a{
	background-image: url(../images/user-line.svg);
	}
.pack .menu ul.etcs li:nth-child(4) a{
	background-image: url(../images/user-line.svg);
	}
.pack .menu ul.etcs li a.manual{
	background-image: url(../images/file.svg) !important;
	}

.pack .menu ul.etcs li a p{
	display: inline-block;
	font-size: .8em;
	border-bottom: 1px solid transparent;
	}
@media screen and (max-width: 640px) {
.pack .menu ul.etcs li a p{
	font-size: .9em;
	}
	}

.pack .menu ul.etcs li a:hover p{
	border-bottom: 1px solid #333;
	}




/*================================

内容

================================*/

.pack .body{
	float: right;
	width: 68%;
	height;: auto;
	}
@media screen and (max-width: 640px) {
.pack .body{
	float: none;
	width: 100%;
	margin: auto;
	}
	}

.pack .body .block{
	width: 90%;
	}
.pack .body .block:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack .body .block{
	width: 100%;
	padding-right: 0;
	}
	}

.pack .body .block:nth-child(n+2){
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.pack .body .block:nth-child(n+2){
	margin-top: 3em;
	padding-top: 0;
	}
	}

.pack .body .block .image{
	width: 100%;
	height: auto;
	}

.pack .body .block .image img{
	width: 100%;
	height: auto;
                pointer-events: none;
	}

.pack .body .block .inner{
	width: 100%;
	margin: auto;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner{
	width: 86%;
	}
	}

.pack .body .block .inner h2.search{
	display: none;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h2.search{
	display: block;
	padding: 2em 0;
	font-size: 1.4em;
	text-align: center;
	}
	}

.pack .body .block .inner h3{
	margin-top: 1em;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: 500;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3{
	font-size: 1.6em;
	}
	}

.pack .body .block .inner h3.logo{
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

.pack .body .block .inner h3.logo.prop316{
	width: 300px;
	height: 60px;
	background-image: url(../images/logo-prop316.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.prop316{
	width: 250px;
	height: 50px;
	}
	}

.pack .body .block .inner h3.logo.propi{
	width: 240px;
	height: 60px;
	background-image: url(../images/logo-propi.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.propi{
	width: 230px;
	height: 50px;
	}
	}

.pack .body .block .inner h3.logo.signsystem{
	width: 380px;
	height: 70px;
	background-image: url(../images/logo-signsystem.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.signsystem{
	width: 300px;
	height: 55px;
	}
	}

.pack .body .block .inner h3.logo.nonslip{
	width: 360px;
	height: 60px;
	background-image: url(../images/logo-nonslip.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.nonslip{
	width: 280px;
	height: 40px;
	}
	}

.pack .body .block .inner h3.logo.prop{
	width: 340px;
	height: 50px;
	background-image: url(../images/logo-prop.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.prop{
	width: 150px;
	height: 50px;
	}
	}

.pack .body .block .inner h3.logo.mesh{
	width: 380px;
	height: 40px;
	background-image: url(../images/logo-mesh.svg);
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner h3.logo.mesh{
	width: 300px;
	height: 35px;
	}
	}

.pack .body .block .inner p.copy{
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner p.copy{
	margin-top: 1em;
	font-size: 1.1em;
	}
	}

.pack .body .block .inner p.sub{
	margin-top: 1em;
	line-height: 1.8em;
	font-weight: 400;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}

.pack .body .block .inner .section{
	width: 100%;
	margin-top: 2em;
	line-height: 2em;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}
.pack .body .block .inner .section:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .section{
	line-height: 1.8em;
	}
	}

.pack .body .block .inner .section .left{
	float: left;
	width: 30%;
	margin-right: 8%;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .section .left{
	float: none;
	width: 100%;
	margin-right: 0;
	}
	}

.pack .body .block .inner .section .right{
	float: left;
	width: 62%;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .section .right{
	float: none;
	width: 100%;
	padding-top: 1em;
	}
	}

.pack .body .block .inner .section img{
	width: 100%;
	height: auto;
                pointer-events: none;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .section img{
	width: 40%;
	}
	}

.pack .body .block .inner .section ul{
	margin: 2em 0;
	padding-left: 20px;
	}

.pack .body .block .inner .section ul li{
	margin-top: 1em;
	list-style-type: disc;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .section ul li{
	margin-top: .5em;
	}
	}

/*一覧へ*/

.pack .body .block .inner .forlist{
	margin-top: 3em;
	}
.pack .body .block .inner .forlist:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist{
	margin-top: 2em;
	}
	}

.pack .body .block .inner .forlist .thumb{
	float: left;
	width: 30%;
	height: auto;
	margin-right: 5%;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist .thumb{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top: 1em;
	text-align: left;
	}
	}

.pack .body .block .inner .forlist .thumb:last-child {
	margin-right: 0;
	}

.pack .body .block .inner .forlist .thumb a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist .thumb a{
	display: table;
	border: 1px solid #333;
	}
	}

.pack .body .block .inner .forlist .thumb a:hover{
	background-color: rgba(0, 0, 0, 0.1);
	}

.pack .body .block .inner .forlist .thumb .left{
	display: block;
	width: 100%;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist .thumb .left{
	display: table-cell;
	table-layout: fixed;
	width: 30%;
	}
	}

.pack .body .block .inner .forlist .thumb .left img{
	width: 100%;
	height: auto;
                pointer-events: none;
	}

.pack .body .block .inner .forlist .thumb .right{
	display: block;
	width: 100%;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist .thumb .right{
	display: table-cell;
	table-layout: fixed;
	vertical-align: middle;
	width: 70%;
	padding-left: 1em;
	}
	}

.pack .body .block .inner .forlist .thumb .right p{
	display: inline-block;
	font-size: .85em;
	line-height: 4em;
	padding-left: 1.5em;
	margin-left: -.5em;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right-s-line-black.svg);
	background-size: 1.2em;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlist .thumb .right p{
	font-size: 1em;
	line-height: 1.1em;
	}
	}

.pack .body .block.gda{
	font-size: .9em;
	}
@media screen and (max-width: 640px) {
.pack .body .block.gda{
	padding-top: 3em;
	}
	}

.pack .body .block.gda .inner .section{
	margin-top: 0;
	}

.pack .body .block.gda .inner .section img{
	width: 300px;
	height: auto;
	margin-bottom: 1em;
	}
@media screen and (max-width: 640px) {
.pack .body .block.gda .inner .section img{
	width: 250px;
	}
	}

/*サムネなし一覧へ*/

.pack .body .block .inner .forlistnot a{
	display: block;
	width: 280px;
	height: auto;
	margin-top: 3em;
	border: 1px solid #333;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .forlistnot a{
	width: 100%;
	margin-top: 1.5em;
	}
	}

.pack .body .block .inner .forlistnot a:hover{
	background-color: rgba(0, 0, 0, 0.1);
	}

.pack .body .block .inner .forlistnot a p{
	display: inline-block;
	font-size: 1em;
	line-height: 4em;
	padding-left: 1.5em;
	margin-left: -.5em;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right-s-line-black.svg);
	background-size: 1.2em;
	}

/*関連ボタン*/

.pack .body .block .inner .etcs{
	position: relative;
	padding-top: 2em;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .etcs{
	padding-top: 1em;
	}
	}

.pack .body .block .inner .etcs p{
	position: relative;
	display: inline-block;
	font-size: .9em;
	margin-right: 1.3em;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .etcs p{
	display: block;
	font-size: 1em;
	margin-right: 0;
	margin-top: .8em;
	}
	}

.pack .body .block .inner .etcs p{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.2em;
	}

.pack .body .block .inner .etcs p a{
	padding-left: .5em;
	}

.pack .body .block .inner .etcs p a:hover{
	text-decoration: underline;
	}



/*================================
================================
================================

商品一覧

================================
================================
================================*/

/*タイトル（SP）*/

.pack .sptitle{
	display: none;
	}
@media screen and (max-width: 640px) {
.pack .sptitle{
	display: block;
	margin-bottom: 2em;
	padding: 2em 7%;
	border-bottom: 1px solid #dedede;
	}
.pack .sptitle h2{
	margin: auto;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 500;
	}
.pack .sptitle p{
	margin: 1em auto 0;
	line-height: 1.4em;
	font-size: .9em;
	}
	}

/*　　リード　　*/

.pack .body.productlist .block .inner h3{
	margin-top: 0;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner h3{
	font-size: 1.6em;
	}
	}

.pack .body.productlist .block .inner h3.result{
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner h3.result{
	font-size: 1.2em;
	}
	}

.pack .body.productlist .block .inner p.jps{
	margin-top: .5em;
	}

.pack .body.productlist .block .inner p.copy{
	margin-top: 2em;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner p.copy{
	font-size: .9em;
	}
	}

/*　　タイプ　　*/

.pack .body.productlist .block .inner p.type{
	margin-top: 2em;
	padding: 2em 1em;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner p.type{
	margin-top: 1em;
	padding: 1em 1em;
	}
	}

.pack .body.productlist .block .inner p.type span{
	font-size: .7em;
	line-height: 1em;
	font-weight: normal;
	}

.pack .body.productlist .block .inner .types{
	margin-top: 2em;
	width: 100%;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types{
	margin-top: 1em;
	}
	}

.pack .body.productlist .block .inner .types.long p.description{
	line-height: 1.6em;
	}

.pack .body.productlist .block .inner .types p.categoly{
	margin-top: 1em;
	padding: 1em 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types p.categoly{
	margin-top: .5em;
	}
	}

.pack .body.productlist .block .inner .types ul{
	margin-top: .5em;
	width: 100%;
	letter-spacing: -.4em;
	}

.pack .body.productlist .block .inner .types ul li{
	display: inline-block;
	width: 18%;
	margin: .5em 2% 1em 0;
	vertical-align: top;
	letter-spacing: normal;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types ul li{
	width: 32%;
	}
.pack .body.productlist .block .inner .types ul li:nth-child(3n){
	margin: .5em 0 1em 0;
	}
	}

.pack .body.productlist .block .inner .types.long ul li{
	width: 100%;
	margin: 1.5em 0;
	}

.pack .body.productlist .block .inner .types ul li a img{
	width: 100%;
	border: 1px solid #dedede;
	}

.pack .body.productlist .block .inner .types ul li a:hover img{
	width: 100%;
	border: 1px solid #333;
	}

.pack .body.productlist .block .inner .types ul li a p{
	letter-spacing: normal;
	margin-top: .6em;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	word-break: break-all;
	}

.pack .body.productlist .block .inner .types.long ul li a p{
	font-size: 1em;
	}

.pack .body.productlist .block .inner .types.long ul li a p.name{
	letter-spacing: normal;
	margin-top: .6em;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	}



/*================================
================================
================================

CADデータダウンロード

================================
================================
================================*/

.pack .body.productlist h2.cadtitle{
	margin-top: .3em;
	font-size: 1.3em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist h2.cadtitle{
	margin-top: 2.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	}
	}

.pack .body.productlist .block .inner .types.cad ul{
	margin-top: .5em;
	width: 100%;
	letter-spacing: -.4em;
	}

.pack .body.productlist .block .inner .types.cad p.categoly{
	margin-top: 1em;
	padding: 1em 0 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	border-top: 1px dashed #dedede;
	border-bottom: none;
	}

.pack .body.productlist .block .inner .types.cad ul li{
	display: inline-block;
	width: 22%;
	margin: 1em 4% 1em 0;
	vertical-align: middle;
	letter-spacing: normal;
	border: 1px solid #333;
	}
.pack .body.productlist .block .inner .types.cad ul li:nth-child(4) {
	margin: 1em 0 1em 0;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types.cad ul li{
	width: 48%;
	margin: .5em 4% 0 0;
	}
.pack .body.productlist .block .inner .types.cad ul li:nth-child(even) {
	margin: .5em 0 0 0;
	}
	}

.pack .body.productlist .block .inner .types.cad ul li a{
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	}

.pack .body.productlist .block .inner .types.cad ul li a:hover{
	background-color: #f3f3f3;
	}

.pack .body.productlist .block .inner .types.cad ul li a p{
	display: inline-block;
	margin: 0;
	padding-left: 2em;
	font-size: 1em;
	line-height: 4em;
	font-weight: normal;
	text-align: center;
	letter-spacing: .05em;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/download-2-line.svg);
	background-size: 20px;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types.cad ul li a p{
	font-size: .9em;
	}
	}


/*================================
================================
================================

商品検索インデックス

================================
================================
================================*/


.pack .body.search {
	margin-top: 0;
	}
@media screen and (max-width: 640px) {
.pack .body.search {
	margin-top: 3em;
	}
	}

.pack .body.search h2 {
	display: none;
	}
@media screen and (max-width: 640px) {
.pack .body.search h2 {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	}
	}

.pack .body.search .block {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	}
@media screen and (max-width: 640px) {
.pack .body.search .block {
	padding-top: 3em;
	}
	}

.pack .body.search .block.refine {
	padding-top: 4em;
	}

.pack .body.search .block .inner h3{
	margin-top: 0;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	}

.pack .body.search .block .inner .form{
	margin-top: 2em;
	line-height: 3em;
	}

.search_container{
	box-sizing: border-box;
	}

.search_container input[type="text"]{
	border: 1px solid #dedede;
	padding: 1em 1em;
	background-color: rgba(0, 0, 0, .05);
	height: 4em;
	width: 90%;
	overflow: hidden;
	}
@media screen and (max-width: 640px) {
.search_container input[type="text"]{
	width: 80%;
	}
	}

.search_container input[type="text"]:focus {
	outline: 0;
	}

.search_container input[type="submit"]{
	cursor: pointer;
	border: none;
	outline : none;
	display: inline-block;
	color: transparent;
	background-color: #fff;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../../cpnt/images/search-line.svg);
	background-size: 60%;
	text-align: justify;
	text-justify: inter-ideograph;
	height: 4em;
	width: 7%;
	}
@media screen and (max-width: 640px) {
.search_container input[type="submit"]{
	width: 15%;
	}
	}

.pack .body.search .block .inner ul{
	margin-top: 2em;
	width: 100%;
	border-top: 1px solid #dedede;
	}

.pack .body.search .block .inner ul li{
	width: 100%;
	border-bottom: 1px solid #dedede;
	}

.pack .body.search .block .inner ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 2em 0 2em 1em;
	background-color: rgba(0, 0, 0, 0);
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(../../cpnt/images/arrow-right-s-line-black.svg);
	background-size: 20px;
	}
@media screen and (max-width: 640px) {
.pack .body.search .block .inner ul li a{
	padding: 2em 0 2em 0;
	}
	}

.pack .body.search .block .inner ul li a:hover{
	background-color: rgba(0, 0, 0, .05);
	}

.pack .body.search .block .inner ul li a p{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 500;
	}

.pack .body.search .block .inner ul li a p:nth-child(2) {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	}

.pack .body .block .inner .checktitle{
	padding: 0 0 2em 0;
	}
.pack .body .block .inner .checktitle:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .checktitle{
	border-top: 1px solid #dedede;
	padding: 1.5em 0;
	}
	}

.pack .body .block .inner .check{
	border-top: 1px solid #dedede;
	padding: 1em 0 0;
	}
.pack .body .block .inner .check:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .check{
	padding: 0 0 0;
	}
	}

.pack .body .block .inner .check .item{
	float: left;
	width: 20%;
	padding: 1em 0;
	clear: both;
	}
@media screen and (max-width: 640px) {
.pack .body .block .inner .check .item{
	float: none;
	width: 100%;
	padding: 1.5em 0 1em;
	}
	}



/*================================
================================
================================

商品検索ページ

================================
================================
================================*/

.bl_selectBlock{
	margin: 2em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #dedede;
	}

.bl_selectBlock_wrapper_wrapper{
	margin-bottom: 1em;
	}
.bl_selectBlock_wrapper_wrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.bl_selectBlock_ttl{
	float: left;
	width: 20%;
	}
@media screen and (max-width: 640px) {
.bl_selectBlock_ttl{
	float: none;
	width: 100%;
	font-weight: bold;
	}
	}

.bl_selectBlock_content{
	float: left;
	width: 80%;
	}
@media screen and (max-width: 640px) {
.bl_selectBlock_content{
	float: none;
	width: 100%;
	margin-top: 1em;
	}
	}

.bl_selectBlock_check{
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	}

.bl_selectBlock_check:last-child{
	margin-right: 0;
	}

.bl_selectBlock input{
	display: none;
	}

.bl_selectBlock label{
	display: inline;
	}

.bl_selectBlock input{
	}

.bl_selectBlock_check label .el_checkbox{
	position: relative;
	top: 2px;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: .5em;
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, .05);
	}

.bl_selectBlock_check label .el_checkbox:after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	}

.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
	background-color: #0033ff;
	}

.bl_selectBlock_check label{
	cursor: pointer;
	}

.bl_selectBlock_release{
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1em 0;
	}

.js_release{
	cursor: pointer;
	}

/*　　検索結果一覧　　*/

.el_searchResult{
	text-align: center;
	padding-bottom: 1em;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock{
	margin-top: .5em;
	width: 100%;
	letter-spacing: -.4em;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item{
	width: 18%;
	margin: .5em 1% 1em 1%;
	vertical-align: top;
	display: inline-block;
	}
@media screen and (max-width: 640px) {
.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item{
	width: 31%;
	}
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item a img{
	width: 100%;
	border: 1px solid #dedede;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item a:hover img{
	width: 100%;
	border: 1px solid #333;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item a p{
	letter-spacing: normal;
	margin-top: .6em;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item a p{
	font-size: .8em;
	line-height: 1.5em;
	word-break: break-all;
	}

.pack .body.productlist .block .inner .types .bl_searchResultBlock .bl_searchResultBlock_item a p.name{
	letter-spacing: normal;
	margin-top: .6em;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	}



/*================================
================================
================================

取扱い方法

================================
================================
================================*/

.list{
	width: 90%;
	padding: 0;
	}
@media screen and (max-width: 640px) {
.list{
	width: 86%;
	margin: 3em auto;
	}
	}

.list h2{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.list h2{
	text-align: center;
	font-size: 1.1em;
	}
	}

.list .qa__section {
	width: 100%;
	margin: 4em auto 0;
	border-top: 1px solid #dedede;
	}
@media screen and (max-width: 640px) {
.list .qa__section {
	margin: 3em auto 0;
	}
	}

.list .qa__section dl {
	margin: 0;
	border-bottom: 1px solid #dedede;
	}

.list .qa__section dl dt {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	background: url("../images/arrow-down-s-line.svg") no-repeat;
	background-size: 20px;
	background-position: right center;
	cursor: pointer;
	}

.list .qa__section dl dt p {
	position: relative;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 2em 0;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dt p {
	padding: 1.5em 0;
	}
	}

.list .qa__section dl dt.open {
	background: url("../images/arrow-up-s-line.svg") no-repeat;
	background-size: 20px;
	background-position: right center;
	}

.list .qa__section dl dd {
	width: 100%;
	padding: 0 0 2em 2em;
	margin: 0;
	line-height: 1.8em;
	display: none;
/*	text-align: justify;
	text-justify: inter-ideograph;*/
	text-align: left;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dd {
	padding: 0 0 1.5em;
	}
	}

.list .qa__section dl dd a{
	text-decoration: underline;
	font-size: 1em;
	}

.list .qa__section dl dd .box{
	display: table;
	width: 100%;
	margin: 1.5em auto 0;
	padding: 1em 2em;
	border: 1px solid #dedede;
	vertical-align: middle;
	}
.list .qa__section dl dd .box:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dd .box{
	margin: .2em auto 0;
	padding: 1.5em 1.5em;
	}
	}

.list .qa__section dl dd .box.more {
	margin: .2em auto 0;
	}

.list .qa__section dl dd .box.long {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	border: none;
	}

.list .qa__section dl dd .box .left{
	display: table-cell;
	width: 65%;
	vertical-align: middle;
	}
.list .qa__section dl dd .box.short .left{
	width: 75%;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dd .box .left{
	display: block;
	width: 100%;
	line-height: 1.6em;
	}
.list .qa__section dl dd .box.short .left{
	width: 100%;
	}
	}

.list .qa__section dl dd .box .left p{
	margin-top: 1em;
	font-size: .8em;
	line-height: 1.6em;
	padding: 1em 1em;
	border: 1px solid #dedede;
	}

.list .qa__section dl dd .box .right{
	display: table-cell;
	width: 35%;
	vertical-align: middle;
	}
.list .qa__section dl dd .box.short .right{
	width: 25%;
	padding-left: 3%;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dd .box .right{
	display: block;
	width: 100%;
	}
.list .qa__section dl dd .box.short .right{
	width: 100%;
	padding-left: 0;
	padding-top: 1em;
	text-align: center;
	}
	}

.list .qa__section dl dd .box .right img{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 640px) {
.list .qa__section dl dd .box.short .right img{
	width: 70%;
	}
	}

/*================================

ソート結果

================================*/

.list_item{
	display: inline-block;
	}

.is-hide {
	display: none !important;
	}

.is-view {
	display: inline-block !important;
	}






/*================================

virus

================================*/

.virus{
	display: table;
	width: 70%;
	margin: 3em auto;
	vertical-align: middle;
	table-layout: fixed;
	background-color: #000;
	}
@media screen and (max-width: 640px) {
.virus{
	display: block;
	width: 90%;
	margin: 1em auto;
	}
	}

.virus a {
	display: block;
	}
@media screen and (max-width: 640px) {
.virus a {
	width: 100%;
	}
	}

.virus .left{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.virus .left{
	display: block;
	width: 100%;
	}
	}

.virus .left img{
	width: 100%;
	height: auto;
                pointer-events: none;
	}

.virus .right{
	display: table-cell;
	width: 50%;
	padding: 0;
	vertical-align: middle;
	color: #fff;
	}
@media screen and (max-width: 640px) {
.virus .right{
	display: block;
	width: 100%;
	margin: auto;
	padding: 0 0 1em;
	text-align: center;
	}
	}

.virus .right p.jp{
	font-size: 1.2em;
	}
@media screen and (max-width: 640px) {
.virus .right p.jp{
	font-size: 1em;
	}
	}

.virus .right h3{
	margin-top: .8em;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.virus .right h3{
	margin-top: .8em;
	font-size: 1.2em;
	letter-spacing: 0em;
	}
	}

.virus a p.view{
	margin-top: 2em;
	display: inline-block;
	font-size: .9em;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 640px) {
.virus a p.view{
	margin-top: 1.5em;
	font-size: .8em;
	}
	}

.virus a:hover p.view{
	border-bottom: 1px solid #fff;
	}

.virus a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	}

/*sign-system image*/

.productlist .imagevisual22{
                width: 100%;
                margin-bottom: 2.5em;
                }
@media screen and (max-width: 640px) {
.productlist .imagevisual22{
                margin-bottom: 1.5em;
                }
	}

.productlist .imagevisual22 img{
                width: 100%;
                height: auto;
                pointer-events: none;
                }






/*================================

取り付け方法

================================*/

.howto{
	width: 90%;
	padding: 0;
	margin: 60px 0;
	}
@media screen and (max-width: 640px) {
.howto{
	width: 100%;
	margin: 40px auto;
	}
	}

.howto h2{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	}
@media screen and (max-width: 640px) {
.howto h2{
	text-align: center;
	font-size: 1.1em;
	}
	}

.howto .youtube {
	position: relative;
	width: 100%;
	height: auto;
	margin: 60px auto;
	overflow: hidden;
	}
@media screen and (max-width: 640px) {
.howto .youtube {
	width: 86%;
	margin: 40px auto;
	}
	}

.howto .youtube .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: auto;
	overflow: hidden;
	border: 1px solid #333;
	}

.howto .youtube p{
	margin-top: 1em;
	font-size: 1.1em;
	}
@media screen and (max-width: 640px) {
.howto .youtube p{
	font-size: 1em;
	}
	}
 
.howto .youtube .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

howto .more {
	padding: 4em 0;
	border-top: 1px solid #dedede;
	}

.howto .more a{
	display: block;
	width: 260px;
	height: auto;
	margin: auto;
	border: 1px solid #dedede;
	background-color: #fff;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.howto .more a{
	width: 66%;
	}
	}

.howto .more a:hover{
	border: 1px solid #333;
	}

.howto .more a p{
	display: inline-block;
	font-size: 1em;
	line-height: 4em;
	text-align: center;
	}



