/*PWC関連商品適合表CSS（NNM/RNS共用）*/

.mnopen{width:100%; padding:10px 5px; font-size:16px; font-weight:bold; background:#FF7624; display:block; box-sizing:border-box; text-align:center;}
/*パンくず*/
.pwcpnkz{font-size:12px; line-height:1.3em; margin-bottom:10px;}

/*---------------------------------------------------------------*/

@media screen and (min-width: 100px) and (max-width: 736px){
.flmenuWrap{width:100%; font-size:12px; clear:both; margin-bottom:20px;}
.flmenu{width:50%; display:block; float:left; border:#ADADAD 1px solid; padding:4px; box-sizing:border-box;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 37%, rgba(225,225,225,1) 65%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */}
.flmenu:hover{color:#ffffff;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 47%, rgba(255,124,0,1) 53%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */}

.kanbanPC{display:none;}
.kanbanMB{text-align:center;}

.mbbr{ }

/*アコーディオン内容*/
#mnopen .mbtxt{font-weight:bold; color:#FFFFFF; text-decoration:underline;}
#mnopen .pctxt{display:none;}

/*イージング*/
label#mnopen {width:100%; padding:10px 5px; font-size:16px; font-weight:bold; background:#FF7624; color:#FFFFFF; display:block; box-sizing:border-box; text-align:center;}
input[type="checkbox"].on-off{display: none;}

.easingmenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.easingmenu li {padding: 0px;}
input[type="checkbox"].on-off + ul{height: 0; overflow: hidden;}
input[type="checkbox"].on-off:checked + ul{height: 360px;}

}


@media screen and (min-width: 737px) and (max-width: 1024px){
.flmenuWrap{width:100%; font-size:14px; clear:both; margin-bottom:20px;}
.flmenu{width:33.333%; display:block; float:left; border:#ADADAD 1px solid; padding:4px; box-sizing:border-box;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 37%, rgba(225,225,225,1) 65%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */}
.flmenu:hover{color:#ffffff;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 47%, rgba(255,124,0,1) 53%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */}

.kanbanPC{text-align:center;}
.kanbanMB{display:none;}

.mbbr{display:none;}

/*アコーディオン内容*/
#menuop{clear:both; display:block !important;}
#mnopen .mbtxt{display:none;}
#mnopen .pctxt{font-weight:bold; color:#FFFFFF;}

/*イージング*/
label#mnopen {width:100%; padding:10px 5px; font-size:16px; font-weight:bold; background:#FF7624; color:#FFFFFF; display:block; box-sizing:border-box; text-align:center;}
input[type="checkbox"].on-off{display: none;}
.easingmenu ul {margin: 0; padding: 0; list-style: none;}
.easingmenu li {padding: 0px;}

}


@media screen and (min-width: 1025px) and (max-width: 3000px){
.flmenuWrap{width:100%; font-size:14px; clear:both; margin-bottom:20px;}
.flmenu{width:25%; display:block; float:left; border:#ADADAD 1px solid; padding:4px; box-sizing:border-box;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 37%, rgba(225,225,225,1) 65%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 37%,rgba(225,225,225,1) 65%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */}
.flmenu:hover{color:#ffffff;
background: rgb(255,183,107); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 47%, rgba(255,124,0,1) 53%, rgba(255,127,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 47%,rgba(255,124,0,1) 53%,rgba(255,127,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */}
.kanbanPC{text-align:center;}
.kanbanMB{display:none;}

.mbbr{display:none;}

/*アコーディオン内容*/
#menuop{clear:both; display:block !important;}
#mnopen .mbtxt{display:none;}
#mnopen .pctxt{font-weight:bold; color:#FFFFFF;}

/*イージング*/
label#mnopen {width:100%; padding:10px 5px; font-size:16px; font-weight:bold; background:#FF7624; color:#FFFFFF; display:block; box-sizing:border-box; text-align:center;}
input[type="checkbox"].on-off{display: none;}
.easingmenu ul {margin: 0; padding: 0; list-style: none;}
.easingmenu li {padding: 0px;}


}

