@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
5.1 Products
--------------------------------------------------------------*/
/* 5.1 Common
--------------------------------------------------------------*/
.page-quick__list.products li:nth-child(1) {
	background: url(../img/products-energy_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(2) {
	background: url(../img/products-surveillance_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(3) {
	background: url(../img/products-railway_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(4) {
	background: url(../img/products-railsystem_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(5) {
	background: url(../img/products-machinery_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(6) {
	background: url(../img/products-tele_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(7) {
	background: url(../img/products-camera_s.jpg) no-repeat center/cover;
}
.page-quick__list.products li:nth-child(8) {
	background: url(../img/products-dx_s.jpg) no-repeat center/cover;
}
/* 5.2 products-list
--------------------------------------------------------------*/
.products-list {

}
.products-list li:nth-child(odd) {
    background: #F0F4F7;
}
.products-desc {
    margin-bottom: 3rem;
}
.products-link {

}
.products-link a {
    background: #2F50D9;
    color: #FFF ;
    padding: 0.5rem 0.8rem 0.6rem 0.8rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: inline-block;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .products-list li {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .products-txt {
        margin-bottom: 2rem;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .products-list li {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .products-list li .container {
        display: flex;
        justify-content: space-between;
    }
    .products-txt {
        width: 48%;
    }
    .products-img {
        width: 48%;
    }
}
/* 5.3 products-category
--------------------------------------------------------------*/
.products-category__mv figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products-category__mv figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.products-category__mv figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.products-category__mv .h1 {
    text-align: center;
    color: #FFF;
}
.products-category__list li {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.products-category__list li:nth-child(odd) {
    background: #F0F4F7;
}
.products-category__img {
    line-height: 0;
}
.products-category__default {
    margin-bottom: 1rem;
}
.products-category__thumb {
}
.products-category__thumb figure {
    border-radius: 0.75rem;
    overflow: hidden;
    margin: 0 0.2rem;
}
.products-category__thumb .slick-current {
    border-color: #2F50D9;
}
.products-category__category {
    background: #2F50D9;
    color: #FFF;
    padding: 0.5rem 0.8rem 0.6rem 0.8rem;
    line-height: 1;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 1.25rem;
}
.products-category__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.products-category__desc {
    margin-bottom: 1rem;
}
.products-category__desc a {
    color: #2F50D9;
    text-decoration: underline;
}
.products-category__plus {
    display: flex;
    margin-bottom: 1rem;
}
.products-category__post {
    margin-right: 1rem;
}
.products-category__cases {

}
.products-category__post a,
.products-category__cases a {
    display: block;
    line-height: 0;
    padding: 1.1rem 3rem 1.2rem 2rem;
    border: 2px solid #2F50D9;
    text-align: center;
}
.products-category__post a:after,
.products-category__cases a:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1.6rem;
    right: 0.7rem;
    top: calc(50% - 0.8rem);
}
.products-category__post a:after {
    background: url(../img/icon-file-lines__blu.svg) no-repeat center/contain;
}
.products-category__cases a:after {
    background: url(../img/icon-bookmark__blu.svg) no-repeat center/contain;
}
.products-category__contact {
    border-top: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    font-weight: 600;
}
.single-products .products-category__contact {
    background: #F0F4F7;
    border-radius: 1.25rem;
    border: none;
    padding: 2rem;
    margin-top: 2rem;
}
a.products-category__tel {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #2F50D9;
    line-height: 1;
    display: flex;
    align-items: center;
}
a.products-category__tel b {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
}
a.products-category__mail {
    background: #2F50D9;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
    margin-left: 1rem;
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
}
/* media query : mobile */
@media screen and (max-width:768px) {
    .products-category__img {
        margin-bottom: 1rem;
    }
    .products-category__tel a {
        font-size: 1.5rem;
    }
    .products-category__contact {
        flex-direction: column;
    }
    .products-category__contact b {
        margin-bottom: 0.5rem;
    }
    .products-category__contact i {
        margin-bottom: 0.5rem;
    }
    .products-category__contact a {
        flex-direction: column;
        margin: 0;
    }
}
/* media query : desktop */
@media screen and (min-width:769px) {
    .products-category__list li .container{
        display: flex;
        justify-content: space-between;
    }
    .products-category__img {
        width: 40%;
    }
    .single-products .products-category__img {
        width: auto;
        max-width: 70%;
        margin: 0 auto 3rem;
    }
    .single-products .products-category__contact {
        justify-content: center;
    }
    .products-category__txt {
        width: 55%;
        margin-left: 5%;
    }
    .products-category__tel a {
        font-size: 2rem;
    }
    
}