@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
.content-products {
}
.content-products .box-2 {
    margin-bottom: 50px;
    width: 95%;
    float: left;
    position: relative;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.content-products .box-2 h2 {
    text-align: center;
    font-size: large;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: normal;
}
.content-products .box-2 p  {
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.80);
    bottom: 0px;
    width: 96%;
    padding-top: 10px;
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: -1px;
    font-size: 130%;
    font-weight: 500;
}
.bt-electronics {
    background-color: #2A6C99;
    color: #FFFFFF;
}
.bt-medical {
    background-color: #2E917A;
    color: #FFFFFF;
}
.bt-cosmetic {
    background-color: #BF699B;
    color: #FFFFFF;
}
.bt-consumer {
    background-color: #C39860;
    color: #FFFFFF;
}
.bt-medical {
    color: #FFFFFF;
}
.go-pdf-catalog a {
    margin-top: 30px;
    width: 300px;
    margin-right: auto;
    background-color: #587EB2;
    color: #FFFFFF;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
}
.go-pdf-catalog a:hover {
    background-color: #80A2D1;
}
.go-pdf-catalog img {
	vertical-align: middle;
}
.products-contact {
    background-color: #D4E1FF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.products-contact h3 {
    color: #587EB2;
    font-size: 160%;
    margin-bottom: 10px;
    font-weight: normal;
}
.go-contact a {
    margin-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #587EB2;
    color: #FFFFFF;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
}
.go-contact a:hover {
    background-color: #80A2D1;
}
.products-info-ti h3 {
    background-color: #efefef;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
}
.content-products ul {
    margin-left: 0px;
    padding-left: 0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.content-products ul li   {
    margin-left: 0.5%;
    float: left;
    width: 46.4%;
    margin-right: 0.5%;
    list-style-image: none;
    list-style-type: none;
    padding-left: 1%;
    border: 1px solid #848484;
    padding-top: 1%;
    padding-right: 1%;
    margin-bottom: 12px;
}
.content-products ul li a {
    display: block;
    color: #494949;
}
.content-products ul li a:hover  {
    display: block;
    color: #828282;
}


.content-products ul li h4 {
    font-size: 140%;
    margin-bottom: 5px;
    font-weight: normal;

}
.content-products ul li p {
    margin-top: 5px;
}
.content-products-sozai {
    margin-left: 0px;
    padding-left: 0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.content-products-sozai .box-2 {
    width: 100%;
    margin-bottom: 20px;
}

.content-products-sozai .box-2.bemcot  {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 130%;
}
.content-products-sozai h4  {
    color: #036EB8;
    font-size: 120%;
    margin-bottom: 10px;
}
.content-products-sozai .box-1 {
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.content-products-sozai h5  {
    font-size: 100%;
}
.content-products-item ul   {
    padding-left: 0px;

}
.content-products-item ul li   {

}

.content-products-item .box-2   {
    margin-left: 5%;
    margin-right: 5%;
    list-style-image: none;
    list-style-type: none;
    width: 90%;
    margin-bottom: 15px;
}
.content-products-item table  {
    border-collapse: collapse; /* 隣り合うセルの線を結合 */
    border: 1px solid #848484;
    width: 100%;
    margin-top: 10px;
}
.content-products-item table tr  {


}
.content-products-item table th  {
    width: 30%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-weight: normal;
    background-color: #EAEAEA;
}
.content-products-item table td  {
    width: 70%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
content-products-item .box-2 img {
}

.jancode {
    text-align: right;
}
.brand-logo {
    background-color: #106FB8;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}
.content-products .box-3 {
    width: 42%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    border-width: 0px;
}
.content-products-catalog ul .box-4 {
    width: 40%;
    float: left;
    margin-left: 4%;
    margin-right: 5%;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 40px;
    text-align: center;
}
.content-products-catalog ul .box-4 h4 {
    text-align: center;
}
.content-products-item .box-2 h2 {
    font-size: 150%;
    margin-bottom: 5px;
    font-weight: normal;
}
.content-products-item h2 {
    font-size: 120%;
    margin-bottom: -10px;
}
.content-products-item .box-2 img {
    margin-bottom: 8px;
}
.arrow-gray {
    color: #B6B6B6;
}
.custo-area {
    margin-top: 40px;
    margin-bottom: 40px;
}

.custom-waku {
    text-align: center;
    border: 3px solid #9B9B9B;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    }
.custom-waku h2 {
    color: #106FB8;
    font-weight: bold;
}
.content-products-item {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-products-custom-item {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.content-products-custom-item .box-2 {

}
.content-products-custom-item ul   {
    padding-left: 0px;

}
.content-products-custom-item ul li   {

}

.content-products-custom-item .box-2   {
    margin-left: 2%;
    margin-right: 2%;
    list-style-image: none;
    list-style-type: none;
    width: 96%;
    margin-bottom: 15px;
}
.content-products-custom-item table  {
    border-collapse: collapse; /* 隣り合うセルの線を結合 */
    border: 1px solid #848484;
    width: 100%;
    margin-top: 5px;
}
.content-products-custom-item table tr  {


}
.content-products-custom-item table th  {
    width: 30%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-weight: normal;
    background-color: #EAEAEA;
}
.content-products-custom-item table td  {
    width: 70%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.content-products-item-longtable {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.content-products-item-longtable ul   {
    padding-left: 0px;

}
.content-products-item-longtable ul li   {

}

.content-products-item-longtable .box-2   {
    margin-left: 1%;
    margin-right: 1%;
    list-style-image: none;
    list-style-type: none;
    width: 98%;
    margin-bottom: 0px;
}
.content-products-item-longtable table  {
    border-collapse: collapse; /* 隣り合うセルの線を結合 */
    border: 1px solid #848484;
    width: 100%;
    margin-top: 15px;
    font-size: 80%;
}
.content-products-item-longtable table tr  {


}
.content-products-item-longtable table th  {
    width: 30%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-weight: normal;
    background-color: #EAEAEA;
}
.content-products-item-longtable table td  {
    width: 70%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.content-products-item-longtable .box-2 img {
}
.content-products-item-longtable .item-copy {
    margin-left: 1%;
    margin-right: 1%;
    width: 100%;
}
.content-products-item-longtable .item-copy h2 {
    font-weight: normal;
    font-size: 150%;
}
.youtube {
    position: relative;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 90%;
    padding-left: 5%;
    padding-right: 5%;
}






@media (min-width: 768px) {
.content-products-item {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.content-products-item table  {
    border: 1px solid #848484;
    width: 100%;
    margin-top: 10px;
}
.content-products-item .box-2   {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    list-style-image: none;
    list-style-type: none;
}

.products-contact .go-contact a {
    margin-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #587EB2;
    color: #FFFFFF;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
}
.go-contact a:hover {
    background-color: #80A2D1;
}
.go-bemcot a {
    margin-right: auto;
    background-color: #587EB2;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: auto;
    color: #FFFFFF;
    font-size: 90%;
}
.go-bemcot a:hover {
    background-color: #80A2D1;
    color: #FFFFFF;
}
.go-bemcot a:visited {
    color: #FFFFFF;
}
.go-bemcot img {
	vertical-align: middle;
}
.content-products .box-2 p {
    position: absolute;
    z-index: 3;
    background-color: rgba(255,255,255,0.80);
    bottom: 0px;
    padding-top: 10px;
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
    margin-bottom: -1px;
    font-size: 100%;
    width: 96.1%;
}
.content-products ul {
    margin-left: 0px;
    padding-left: 0px;
}
.content-products ul li  {
    margin-left: 0.5%;
    float: left;
    width: 30%;
    margin-right: 0.5%;
    list-style-image: none;
    list-style-type: none;
    padding-left: 1%;
    border: 1px solid #848484;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    margin-bottom: 12px;
}
.content-products ul li h4 {
    font-size: 140%;
    font-weight: normal;

}
.content-products-sozai .box-2.bemcot {
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    width: 39.72%;
    text-align: center;
    margin-bottom: 0pt;
}
.content-products-sozai .box-1 {
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}
.content-products-item {
    margin-bottom: 40px;

}
.content-products .box-2 {
    margin-bottom: 50px;
    width: 45%;
    float: left;
    position: relative;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.content-products .box-3 {
    width: 26%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 40px;
}
.content-products-catalog ul .box-4 {
    width: 20%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 40px;
    text-align: center;
}
.content-products-item .box-2 h2 {
    font-size: 130%;
    margin-bottom: 5px;
    font-weight: normal;
}
.content-products-custom-item {

}
.content-products-custom-item .box-2 {

}
.content-products-custom-item ul   {

}
.content-products-custom-item ul li   {

}
.content-products-custom-item table  {

}
.content-products-custom-item .box-2 img {
    margin-top: 30px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.content-products-item-longtable {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.content-products-item-longtable ul   {
    padding-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.content-products-item-longtable ul li   {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.content-products-item-longtable .box-2   {
    list-style-image: none;
    list-style-type: none;
    width: 49%;
    margin-bottom: 3px;
    float: left;
    margin-left: 1%;
    margin-right: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.content-products-item-longtable table  {
    border-collapse: collapse; /* 隣り合うセルの線を結合 */
    border: 1px solid #848484;
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    width: 99%;
}
.content-products-item-longtable table tr  {


}
.content-products-item-longtable table th  {
    width: 30%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-weight: normal;
    background-color: #EAEAEA;
}
.content-products-item-longtable table td  {
    width: 70%;
    border-left: 1px solid #848484;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #848484;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.content-products-item-longtable .box-2 img {
    margin-left: 0px;
    margin-right: 0px;
}
.content-products-item-longtable .item-copy {
    margin-bottom: 0px;
}
.content-products-item-longtable .item-copy h2 {
    font-weight: normal;
    font-size: 160%;
}
.youtube {
    position: relative;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: -100px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 70%;
    padding-left: 15%;
    padding-right: 15%;
}












}
