@charset "UTF-8";
/* イメージ画像 */
.main-img { background: url("../images/tech-advantage_img.webp") no-repeat top center;}

@media screen and (max-width:1199px){
    .main-img { 
        background: url("../images/tech-advantage_img.webp") no-repeat top left -390px;
        background-size: auto 100%;}
}

@media screen and (max-width:899px){
    .main-img { 
        background: url("../images/tech-advantage_img.webp") no-repeat top left -290px;
        background-size: auto 100%;}
}

@media screen and (max-width:699px){
    .main-img { 
        background: url("../images/tech-advantage_img.webp") no-repeat top left -230px;
        background-size: auto 100%;}
}

@media screen and (max-width:499px){
    .main-img { 
        background: url("../images/tech-advantage_img.webp") no-repeat top left -290px;
        background-size: auto 100%;}
}

@media screen and (max-width:399px){
    .main-img { 
        background: url("../images/tech-advantage_img.webp") no-repeat top left -260px;
        background-size: auto 100%;}
}

/**============================================================================================**/
.flex {
    display: -webkit-flex;
    display: flex;
    width: 100%; margin: 0 0 50px;}

.flex img { width: 151px; height: 106px;}
.flex p { padding: 0 0 0 30px;}

@media screen and (max-width:699px){
    .flex p { padding: 0 0 0 20px;}
}

@media screen and (max-width:499px){
    .flex { display: block;}
    
    .flex img { display: block; margin: 0 auto;}
    .flex p { padding: 15px 0 0;}
}

/**========================================**/
/* 品質管理 */
#tech-advantage2 .m-b20,
#tech-advantage2 .m-t20 { font-size: 0;}

#tech-advantage2 .m-b20 img { margin: 20px 0 0;}
#tech-advantage2 .m-b20 img:first-child { margin-right: 100px;}

#tech-advantage2 .m-t20 img { margin: 10px 10px 0 0;}

@media screen and (max-width:599px){
    #tech-advantage2 .m-b20 img:first-child { margin-right: 30px;}
}

@media screen and (max-width:399px){
    #tech-advantage2 .m-b20 img:first-child { margin-right: 0;}
    
    #tech-advantage2 .m-t20 img { margin: 10px 10px 0 0;}
}



/* LastUp2025.07.04_kimata */