/***** SlideShow *****/
.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: auto;
}
/* The dots/bullets/indicators */
.dot {

    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;

}
.active {
    background-color: #717171;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.prev{
    left:-540px;
    top:-275px;
}
/* Position the "next button" to the right */
.next {
    right:-540px;
    top:-275px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}







/****** Common Styles ******/
.div_block_title_up{
    color: #00CC66;
    font-family: "Arial Black";
    font-size: 34px;
    text-decoration: underline;
}
.div_block_title_down{
    color: #00CC66;
    font-family: "MS Pゴシック";
    font-weight: bold;
    font-size: 20px;
}

.div_colorbar1{
    width: 100%;
    height: 20px;
    background-color: #DDEBF7;
}
.div_colorbar2{
    width: 100%;
    height: 20px;
    background-color: #9BC2E6;
}
.div_colorbar3{
    width: 100%;
    height: 20px;
    background-color: #1F4E78;
}


/***** Navigation Menu (Header) *****/
ul{
    display: flex;
}
.nav_menu{
    width:700px;
    margin: 0 auto;
}
.nav_menu li{
    list-style: none;
    width:200px;
    border-left: solid 1px black;
}
.nav_eng{
    margin-top:8px;
    font-family: "Arial Black";
    color:#000000;
    font-size: 20px;
}
.nav_jp{
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 14px;
}
.nav_eng_push{
    text-decoration: underline;
    font-family: "Arial Black";
    color:#ED7D31;
    font-size: 24px;
}
.nav_jp_push{
    text-decoration: underline;
    font-family: "Meiryo UI";
    color:#ED7D31;
    font-size: 18px;
}
.menu_button{
    text-decoration: none;
}
.li_header_right{
    border-right: solid 1px black;
}


/***** Navigation Menu (Footer) *****/
.footer_nav_menu{
    width:280px;
    padding-top:5px;
    margin: 0 auto;
}
.footer_nav_menu li{
    height: 16px;
    list-style: none;
    border-left: solid 1px black;
    padding-top: 5px;
    padding-left: 15px;
    margin-right: 15px;
}
.li_footer_right{
    color:#00B0F0;
    border-right: solid 1px black ;
    padding-right: 10px;
}
.footer_menu_button{
    color:#00B0F0;
}
.footer_nav_jp{
    color:#00B0F0;
    font-size: 10px;
}


/***** Contens Body *****/
.main_body{
    width:1200px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}


/***** Body Header *****/
.div_header{
    width: 100%;
}
.div_header_up, .div_header_down{
    display: flex;
    width: 100%;
}
.div_header_company{
    width: 80%;
    display: flex;
}
.img_logo{
    width: 120px;
}
.div_header_company_eng{
    padding-top:10px;
    padding-left: 10px;
    font-family: "Arial Black";
    color:#000000;
    font-size: 30px;
}
.div_header_company_jp{
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 20px;
}
.div_header_contact{
    width: 20%;
    text-align: right;
    float: right;
}
.div_header_mail{
    display: flex;
    float: right;
}
.a_mail{
    font-family: "Arial Black";
    color:#00B0F0;
    font-size: 15px;
    text-decoration: none;
}
.img_email{
    height: 30px;
}
.div_header_mail_address{
    padding-top: 7px;
    padding-left: 7px;
}
.div_header_tel{
    display: flex;
    float: right;
}
.a_tel{
    font-family: "Arial Black";
    color:#ED7D31;
    font-size: 24px;
    text-decoration: none;
}
.img_tel{
    height: 25px;
}
.div_header_tel_number{
    padding-left: 5px;
    width:180px;
}
.div_header_time{
    font-family: "Meiryo UI";
    color:#FF0000;
    font-size: 8px;
    float: right;
}
.div_header_menu{
    width: 100%;
}

.div_slideshow{
    margin-top: 30px;
}

/***** Service Block *****/
.div_service{
    margin-bottom: 50px;
}
.div_service_title, .div_product_title{
    margin-top: 50px;
    margin-bottom: 10px;
}
.div_service_main{
    width: 100%;
    height: 550px;
    margin: 0 auto;
    background-image: url("../pictures/service_back.png");
    background-repeat: no-repeat;
    margin-top: 30px;
}
.div_service_img_line{
    width: 100%;
    height: 380px;
}
.div_service_img{
    float:right;
    width: 650px;
    height: 380px;
    background-image: url("../pictures/service_img.png");
    background-repeat: no-repeat;
}
.div_service_description{
    padding: 20px;
    text-align: left;
    float: right;
    width: 80%;
    font-family: "游ゴシック";
    font-size: 20px;
}

/***** Product Block *****/
.div_product_china{
    margin-top: 50px;
    margin-bottom: 100px;
}
.div_product_japan_main, .div_product_china_main{
    display: flex;
}
.div_product_japan_title{
    width: 100%;
    padding-bottom:0px;
    text-align: left;
    border-bottom: solid #2E75B6 5px;
    color: #595959;
    font-family:游ゴシック;
    font-size: 28px;
    font-weight: bold;
}
.div_product_china_title{
    width: 100%;
    padding-bottom:0px;
    text-align:right;
    border-bottom: solid #2E75B6 5px;
    color: #595959;
    font-family:游ゴシック;
    font-size: 28px;
    font-weight: bold;
}
.div_product_japan_image{
    width:50%;
    height: 410px;
    background-image: url("../pictures/product_japan.png");
    background-repeat: no-repeat;
}
.div_product_china_image{
    padding-left: 150px;
    text-align: right;
    width:40%;
    height: 520px;
    background-image: url("../pictures/product_china.png");
    background-repeat: no-repeat;
}
.div_product_japan_description{
    text-align: left;
}
.div_product_china_description{
    width: 55%;
    text-align:right;
    padding-left: 120px;
    padding-right: 80px;
}
.div_product_japan_description_up, .div_product_japan_description_down,
.div_product_china_description_up, .div_product_china_description_down{
    padding-top: 30px;
    font-family: "游ゴシック";
    color:#595959;
    font-size: 24px;
}


/***** Contact Block *****/
.div_contact{
    padding-top: 20px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-image: url("../pictures/contact_back.png");
    background-repeat: no-repeat;
}
.div_contact_description{
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 24px;
}
.div_contact_main{
    margin:0 auto;
}
.div_contact_label{
    text-align: right;
    width:120px;
    font-family: "Arial Black";
    color:#000000;
    font-size: 20px;
}
.div_contact_tel, .div_contact_mail{
    width:30%;
    display: flex;
    margin: 0 auto;
}
.a_mail_footer{
    font-size: 20px;
    font-family: "Arial Black";
    color:#00B0F0;
    text-decoration: none;
}


/***** Company Block *****/
.div_company{
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 20px;
}
.div_company_main{
    margin-top: 30px;
}
.div_company_main_text{
    margin: 0 auto;
    width :800px;
}
.div_company_line{
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    text-align: left;
}
.div_company_label{
    width:20%;
}
.company_eng{
    font-family: "Arial Black";
}


/***** Vision Block *****/
.div_vision{
    margin-top: 50px;
    margin-bottom: 100px;
}
.div_vision_main{
    width: 100%;
    margin-top: 30px;
    text-align: left;
}
.div_vision_main_text{
    margin: 0 auto;
    width:870px;
    line-height: 2.0;
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 24px;
}

/***** Access Block *****/
.div_access{
    margin-top: 50px;
    margin-bottom: 100px;
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 20px;
}
.div_access_main{
    text-align: left;
    margin-top: 30px;
    padding-left: 150px;
}
.div_access_map{
    margin-top: 50px;
    width: 100%;
}


/***** Body Footer *****/
.div_footer{
    width:100%;
    height: 90px;
    background-color: #A9D08E;
}
.div_footer_copy{
    font-family: "Meiryo UI";
    color:#000000;
    font-size: 5px;
}