@charset "utf-8";
#new_quotation p,h1{
    text-align: center;
    font-size: 25px;
}
#new_quotation img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    padding: 0;
    border: solid 3px #050505;
    border-radius: 10px;
}
#new_quotation img:hover{
    transition: opacity 0.3s linear;
    opacity:0.5;
}
#quotationmenu h1{
    color: #0f0f0f;
    text-align: center;
    font-size: 25px;
}
#quotationmenu h1::before{
    content: "【";
}
#quotationmenu h1::after{
    content: "】";
}
#quotationmenu ul{
    width: 660px;
    margin: 0 auto;
    padding-left: 0;
}
#quotationmenu ul li{
    list-style: none;
    float: left;
    margin: 0 20px;
    margin-bottom: 20px;
}
#quotationmenu ul li img{
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 10px;
}
#quotationmenu ul li:nth-child(5n){
    margin-right: 0;
}
#quotationmenu ul li:nth-child(1n){
    margin-left: 0;
}
#quotationmenu ul li:hover{
    transition: opacity 0.3s linear;
    opacity:0.5;
}
#extraction_list {
    clear: both;
    text-align: center;
}
#servicemenu h1{
    color: #0f0f0f;
    text-align: center;
    font-size: 25px;
}
#servicemenu h1::before{
    content: "【";
}
#servicemenu h1::after{
    content: "】";
}
/*#servicemenu ul{
    width: 660px;
    margin: 0 auto;
    padding-left: 0;
}*/
/*#servicemenu ul li{
    list-style: none;
    float: left;
    margin: 0 20px;
    margin-bottom: 20px;
}*/
 .menu_2 ul{
        width: 100%;
        overflow: hidden;
        padding: 0;
    }
    .menu_2 ul li{
        list-style: none;
        float: left;
        width: 33%;
        overflow: hidden;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 5px;
    }
    .icon_flame img{
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }
.icon_flame img:hover{
    transition-duration: 0.5s;
    transform: scale(1.33,1.33);
}

/*.icon_flame{
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #000000;
}
#servicemenu ul li img{
    width: 300px;
    height: 300px;
    object-fit: cover;
/*    border-radius: 10px;
    box-shadow: 5px 5px 2px #000000;
*/
}*/
/*#servicemenu ul li:nth-child(5n){
    margin-right: 0;
}
#servicemenu ul li:nth-child(1n){
    margin-left: 0;
}*/
/*#servicemenu ul li img:hover{
    transition-duration: 0.5s;
    transform: scale(1.33,1.33);
    }*/
#manualmenu h1{
    color: #0f0f0f;
    text-align: center;
    font-size: 25px;
}
#manualmenu h1::before{
    content: "【";
}
#manualmenu h1::after{
    content: "】";
}
#manualmenu ul{
    width: 650px;
    margin: 0 auto;
    padding-left: 0;
}
#manualmenu ul li{
    list-style: none;
}
.manual_flame li a{
    text-decoration: none;
}
.manual_flame{
    position: relative;
    height: 100px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 5px 5px 2px #000000;
    padding: 10px 10px;
    margin-bottom: 10px;
}
#manualmenu ul li img{
    width: 100px;
    height: 100x;
    float: left;
/*    border-radius: 10px;
    box-shadow: 5px 5px 2px #000000;
*/
}
.manual_text{
    margin: 0px 10px 10px 130px;
    color: black;
}
.manual_text h2{
    text-align: left;
    color: crimson;
    font-style: oblique;
    font-size: 16px;
}
.manual_text:visited{
    color: black;
}
.manual_text p{
    font-size: 11px;
    line-height: 1.2;
    margin: 0px 0px 0.5em 0px;
}
#manualmenu ul li:hover{
/*    position: absolute;
    left: -50px;
    top: -50px;
    width: 400px;
    height: 400px;
    transition: opacity 0.3s linear;
    opacity:0.8;
*/
    transition-duration: 0.5s;
    transform: scale(1.05,1.05);
    opacity: 0.8;
}
@media screen and (max-width : 960px){
#quotationmenu ul{
    width: 100%;
}
#quotationmenu ul li{
    margin: 0 10px;
    margin-bottom: 10px;
}
#quotationmenu ul li:nth-child(5n){
    margin-right: 10px;
}
#new_quotation h1,#quotationmenu h1{
    font-size: 18px;
}

#servicemenu h1{
    font-size: 20px;
}
#servicemenu ul{
    width: 100%;
}
/*#servicemenu ul li{
    margin: 0 10px;
    margin-bottom: 15px;
}*/
/*.icon_flame{
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
}*/
/*#servicemenu ul li img{
    width: 130px;
    height: 130px;
}*/
/*#servicemenu ul li:nth-child(3n){
    margin-right: 0;
}
#servicemenu ul li:nth-child(1n){
    margin-left: 0;
}*/
#manualmenu ul{
    width: 100%;
}
}
@media screen and (max-width : 767px){
#quotationmenu ul{
    width: 100%;
}
#quotationmenu ul li{
    margin: 0 10px;
    margin-bottom: 10px;
}
#quotationmenu ul li:nth-child(5n){
    margin-right: 10px;
}
#new_quotation h1,#quotationmenu h1{
    font-size: 18px;
}

#servicemenu h1{
    font-size: 18px;
}
/*#servicemenu ul{
    width: 100%;
}*/
/*#servicemenu ul li{
    margin: 0 10px;
    margin-bottom: 10px;
}*/
/*.icon_flame{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}*/
/*#servicemenu ul li img{
    width: 150px;
    height: 150px;
}*/
/*#servicemenu ul li:nth-child(2n){
    margin-right: 0;
}
#servicemenu ul li:nth-child(1n){
    margin-left: 0;
}*/
#manualmenu ul{
    width: 100%;
}
.manual_text h2{
    font-size: 8px;
}
.manual_text p{
    font-size: 8px;
}
}