.TopSlider{
    margin-top: 30px;
    position: relative;
}

.slider{
    margin: 30px auto 70px auto ;
    width: 100%;
    max-width: 1800px;
}

.slider img{
    height: auto;
    width: 100%;
}

.slick-dots li {
    /* margin: 0 4px;  */
    width: 25px!important;
    height: 2px!important;
}

.slick-dots li button:before {
    content:'';
    width: 70px;  
    height: 5px;
    background: #cccccc;
    opacity: 1;
}

.slick-dots li.slick-active button:before{
    background: #4d4d4d;
}

.slick-dots li button {
    width: 25px!important;
    height: 2px!important;
    padding: 0px!important;
}

.slick-dots li button:before {
    line-height: 25px;
    width: 25px!important;
    height: 2px!important;
    content: ''!important;
}

.slick-slide{
    margin: 0 10px;
    /* width: 660px!important; */
    width: 660px;

}

.Slider_title{
    position: absolute;
    z-index: 20;
    top: 190px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}


.TopPolicy{
    width: 660px;
    margin: 0 auto;
    margin-top: 70px;
}

.TopPolicy_title{
    display: flex;
    align-items: center; 
    justify-content: center; 
    font-size: 18px;
    margin-bottom: 20px;
    color: #0099cc;
}

.TopPolicy_title:before, .TopPolicy_title:after{
    border-top: 1px solid;
    content: "";
    width: 250px; /* 線の長さ */
} 

.TopPolicy_title:before {
    margin-right: 30px; /* 文字の右隣 */
}

.TopPolicy_title:after {
    margin-left: 30px; /* 文字の左隣 */
}

.TopPolicy_title p{
    width: 100px;
    text-align: center;
    white-space: nowrap;
}
  
.TopPolicy_info{
    font-size: 14px;
    line-height: 21px;
}


.TopMarinex{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.TopMarinex_block{
    width: 500px;
    background-color: #f2f2f2;
}

.TopMarinex_block2{
    width: 500px;
    display: flex;
    align-items: center;
}

.TopMarinex_block2 img{
    width: 100%;
}

.TopMarinex_block div{ 
    width: 400px;
    margin: 60px auto 60px auto;
}

.TopMarinex_block h2{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    color: #0099cc;
}


.TopMarinex_block p{
    font-size: 14px;
    line-height: 25px;
}


.TopToPage{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 25px;
    margin: 80px auto;
}

.TopToPage_block{
    width: 330px;
} 

.ToPage_img{
    width: 330px;
    height: 200px;
    line-height: 1px;
}

.ToPage_title{
    height: 80px;
    background-color: #191d6a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

.ToPage_title p{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}


.ToPage_title p span{
    color: #fff;
    font-size: 12px;
}

.RecentNews_maintitle h2{
    font-size: 50px;
    color: #0099cc;
}

.RecentNews_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px 20px;
    justify-content: center;
}

.RecentNews_block{
    width: 245px;
}

.RecentNews_img{
    width: 245px;
    height: 245px;
}


.RecentNews_img img{
    width: 245px;
    height: 245px;
    object-fit: cover;
}

.RecentNews_title{
    margin-top: 20px;
}

.RecentNews_title span{
    font-size: 16px;
    line-height: 16px;
    color: #0099cc;
}


.RecentNews_title p{
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.ToOnline{
    margin-top: 80px;
    background-image: url("../img/ToOnline.jpg");
    height: 300px;
    background-position:center;
}

.ToOnline_title{
    width: 640px;
    height: 140px;
    margin: 0 auto;
    padding-top: 80px;
}

.ToOnline_title a img{
    width: 100%;
    margin:  auto;
}


/*product*/
.PageTitle{
    padding-top: 60px; 
    width: 300px;
    margin: 0 auto;
}

.PageTitle h1{
   font-size: 30px;
   line-height: 30px;
   padding-bottom: 15px;
   color: #0099cc;
   text-align: center;
   border-bottom: 1px solid #0099cc;
}


.PageTitle_sub{
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 50px;
 }

.PageExp{
    width: 660px;
    margin: 0 auto 60px auto;
    line-height: 25px;
}

.PageExp p{
    font-size: 14px;
    line-height: 25px;

}


.PageExp a{
    text-decoration: underline;
    color: #0099cc;

}

.ProductList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 40px;
    margin-bottom: 60px;
}

.ProductList_block{
    width: 500px;
    display: flex;
}

.ProductList_img{
    width: 280px;
    height: 280px;
}


.ProductList_img img{
    width: 100%;
    height: 100%;
}

.ProductList_exp{
    padding: 20px;
    width: 180px;
    height: 240px;
    background-color: #f2f2f2;
}

.ProductList_exp h3{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0099cc;
    font-size: 17px;
}

.ProductList_exp p{
    font-size: 13px;
    height: 100px;
}

.ProductList_pdf{
    width: 50px;
    margin-top: 10px;
}

.ProductList_pdf img{
    width: 100%;
}

.Product_ec{
    width: 660px;
    margin: 0 auto;
}

.Product_ec img{
    width: 100%;
}


/*research*/

.Research_row{
    display: flex;
    gap: 20px 40px;
    margin-bottom: 35px;
    align-items: center;
}

.Research_left{
    background-color: #0099cc;
    color: #fff;
    width: 240px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Research_left2{
    background-color: #0099cc;
    color: #fff;
    width: 240px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Research_left p{
    /* line-height: 55px; */
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
}

.Research_left2 p{
    /* line-height: 55px; */
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
}

.Research_left3{
    background-color: #0099cc;
    color: #fff;
    width: 240px;
    height: 420px;
}

.Research_left3 p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 220px;
}

.Research_right{
    font-size: 14px;
    line-height: 25px;
}

.Research_img{
    width: 160px;
    margin: 0 40px;

}

.Research_img img{
    width: 100%;
}



/*company*/

.Company_list{
    width: 800px;
    margin: 0 auto;
}

.Company_row{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-bottom: 25px;
}

.Company_left{
    width: 90px;
}

.Company_left p{
    /* text-align: justify; */
    text-align-last: justify;
    text-justify: inter-character;
    font-size: 14px;
}

.Company_right p{
    font-size: 14px;
    line-height: 25px;
}

.Company_map{
    margin-top: 60px;
}

.Company_map iframe{
    width: 800px;
    height: 480px;
}


/*contact*/

.Contact_form{
    margin-bottom: 50px;
}

.ContactNumber{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 25px;
}

.ContactNumber_block{
    width: 330px;
    background-color: #f2f2f2;
    padding: 20px 0;
}

.ContactNumber_block p{
    font-size: 14px;
    line-height: 14px;
    color: #0099cc;
    text-align: center;
    margin-bottom: 15px;
}


.ContactNumber_block h3{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

.PageTitle2{
    width: 300px;
    margin: 0 auto;
    margin-top: 100px; 

}

.PageTitle2 h1{
   font-size: 30px;
   line-height: 30px;
   padding-bottom: 15px;
   color: #0099cc;
   text-align: center;
   border-bottom: 1px solid #0099cc;
}


.PrivacyPolicy{
    width: 800px;
    margin: 0 auto;
}

.Contact_oversea{
    font-size: 30px;
}

.PrivacyPolicy p{
    font-size: 14px;
    line-height: 25px;
}




@media screen and (max-width: 1024px) {
    .container1040 {
        width: 90%;
    }

    .TopMarinex {
        gap: 40px 4%;
    }

    .TopMarinex_block {
        width: 48%;
        background-color: #f2f2f2;
    }

    .TopMarinex_block div {
        width: 80%;
        margin: 60px auto 60px auto;
    }

    .TopMarinex_block2 {
        width: 48%;
    }

    .TopToPage_block {
        width: 32%;
    }

    .TopToPage {
        gap: 30px 2%;
    }

    .ToPage_img {
        width: 100%;
        height: auto;
    }
    
    .ToPage_img img{
        width: 100%;
    }

    .RecentNews_block{
        width: 23.5%;
    }
    
    .RecentNews_img{
        width: 100%;
        height: 216px;
    }


    .RecentNews_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .RecentNews_list {
        gap: 30px 2%;
    }

    .ToPage_title {
        height: 70px;
    }


    .ToPage_title p {
        font-size: 16px;
    }

    .ToPage_title p span {
        color: #fff;
        font-size: 11px;
    }

    .RecentNews_title p {
        font-size: 14px;

    }
    
    .ContactNumber_block{
        width: 32%;
    }

    .ContactNumber {
        gap: 25px 2%;
    }

    
}


@media screen and (max-width: 959px) {

    .RecentNews_img{
        width: 100%;
        height: 202px;
    }

    .Company_list{
        width: 650px;
    }
    

    .Company_map iframe {
        width: 650px;
        height: 450px;
    }


    .ContactNumber_block h3 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .Contact_oversea{
        font-size: 23px;
    }

    .PrivacyPolicy{
        width: 90%;
    }



}

@media screen and (max-width: 820px) {

    .RecentNews_img{
        width: 100%;
        height: 173px;
    }

    .ToPage_title p {
        font-size: 15px;
    }


}


@media screen and (max-width: 769px) {

    .RecentNews_img{
        width: 100%;
        height: 162px;
    }

    .Research_row{
        flex-wrap: wrap;
        
    }

    .Research_left {
        width: 100%;
        height: 55px;

    }

    .Research_right {
        width: 90%;
        margin: 0 auto;
    }

    .Research_left2 {
        width: 100%;
        height: 55px;
    }


    .Research_left3 {
        width: 100%;
        height: auto;
    }

    .Research_left3 p {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 55px;
    }

    .Research_img {
        margin: 0 auto 20px auto;
    }

}


@media screen and (max-width: 559px) {
    .TopPolicy {
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
    }



    .Slider_title img{
        width: 100%;
    }

    .slick-slide {
        margin: 0 10px;
        /* width: 660px!important; */
        width: 330px;
    }

    .TopMarinex_block {
        width: 100%;
    }

    .TopMarinex_block2 {
        width: 100%;
    }

    .TopToPage_block {
        width: 100%;
    }

    .Slider_title {
        top: 90px;
        width: 70%;
    }

    .RecentNews_block {
        width: 48%;
    }

    .RecentNews_list {
        gap: 30px 4%;
    }

    .RecentNews_img {
        width: 100%;
        height: 168px;
    }

    .ToOnline_title{
        width: 90%;
        margin: 0 auto;
        padding-top: 100px;
    }

    .ToOnline_title a img {
        width: 100%;
        text-align: center;
    }


    .PageExp {
        width: 90%;
    }

    .Product_ec{
        width: 90%;
    }

    .ProductList_block{
        flex-wrap: wrap;
        justify-content: center;
    }


    .ProductList_exp{
        width: 240px;
    }

    .Company_right{
        width: 100%;
    }

    .Company_list{
        width: 90%;
    }

    .Company_map iframe {
        width: 100%;
        height: 250px;
    }

    .ContactNumber_block{
        width: 100%;
    }

}


@media screen and (max-width: 375px) {
    /* .RecentNews_img {
        width: 100%;
        height: 162px;
    } */

}