/*-------------- 首頁 smart search 開始 ---------------*/

div.n-smart-search {
    max-width: 1303px;
    width: 95%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 10px;
}

div.n-smart-search-new {
    max-width: 1303px;
    width: 95%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 15px auto 10px;
}

div.n-smart-search-new > a {
    width: 16.66%;
    padding: 10px;
    margin-top: 9px;
}

@media (max-width: 1200px) {
    div.n-smart-search-new > a {
        width: 20%;
    }
}

@media (max-width: 1080px) {
    div.n-smart-search-new > a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    div.n-smart-search-new > a {
        width: 33.3%;
    }
}

@media (max-width: 600px) {
    div.n-smart-search-new > a {
        width: 50%;
    }
}

div.n-smart-search-new > a > div.n-product-box{
    width: 100%;
    height: auto;
   /* border: 1px solid #777;*/
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    padding: 13px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #777;
    /*margin-top: 15px;*/
}

@media (max-width: 390px) {
    div.n-product-box > img {
        transform: scale(0.9);
    }
}

@media (max-width: 320px) {
    div.n-smart-search {
        justify-content: center;
    }

    div.n-product-box > img {
        transform: scale(0.8);
    }
}

@media (max-width: 800px) {
    div.n-smart-search {
        margin: 0 auto 10px;
    }
}

div.n-title-box > h3 {
    max-width: 1303px;
    width: 95%;
    margin: 40px auto 10px;
    text-align: center;
}

div.n-title-box > p {
    /*color: #74c043;*/
    max-width: 1130px;
    width: 95%;
    margin: 10px auto 10px;
    text-align: center;
    font-size: 18px;
}


@media (max-width: 800px) {
    div.n-title-box > h3 {
        /*font-size: 24px;*/
    }
    div.n-title-box > h3 {
        margin: 20px auto 5px;
    }
}

@media (max-width: 600px) {
    div.n-title-box > h3 {
        /*font-size: 22px;*/
    }
    div.n-title-box > h3 {
        margin: 20px auto 5px;
    }
}


div.n-smart-search > div.n-product-box {
    width: 188px;
    border: 1px solid #777;
    padding: 13px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

div.n-smart-search > a > div.n-product-box > span{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

div.n-smart-search-new > a > div.n-product-box > span{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

div.n-smart-search > a > div.n-product-box {
    width: 188px;
    border: 1px solid #777;
    padding: 13px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    color: #777;
    margin-top: 15px;
}

div.about_greenconn_box {
    max-width: 1303px;
    width: 95%;
    margin: 40px auto 10px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0,0,0,.1);
    /*background-image: url("../images/index/about_greenconn.png");*/
    background-size: cover;
}
div.abg_box_left {
    width: 51%;
    display: flex;
    flex-flow: column;
    padding-left: 41px;
    align-items: flex-start;
    justify-content: center;
    height: 425px;
}

div.abg_box_right {
    width: 60%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 350px;
}

h3.home_h3 {
    /*font-weight: 700;*/
    font-size: 34px;
    color: #74c043;
}
p.home_detail {
    color: #74c043;
    font-size: 18px;
}
div.home_bn {
    font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff;
}

div.home_bn.blog_btn {
    padding: 5px 50px;
    margin-top: 16px;
}

div.home_bn.about_green {
    margin-top: 20px;
}
div.bnBtn {
    position: absolute;
    top: 77%;
    left: 15%;
    font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff;
}

div.blog_news_box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin: 15px auto 10px;
    max-width: 1303px;
}
div.blog_news_box > a {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 33.3%;
    cursor: pointer;
    padding: 0 9px 0;
}

div.blog_news_box > a > img {
    width: 100%;
    height: auto;
}

div.blog_news_box > a > span {
    margin-top: 10px;
    color: #74c043;
    font-size: 18px;
    text-align: center;
}

div.home_btn_box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    margin: 15px auto 10px;
    max-width: 1303px;
}

div.form_partnership_box {
    /*max-width: 1303px;*/
    width: 100%;
    margin: 40px auto 10px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    /*background-color: rgba(0,0,0,.1);*/
    background-image: url("../images/content/partner_bg.jpg");
    background-position: center center;
    background-size: cover;
    padding: 30px 0 ;
}

div.ps_box_left {
    width: 45%;
    padding: 15px 15px 15px 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

div.ps_box_right {
    width: 70%;
    padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

div.ps_box_right > div {
    margin: 10px 0;
    width: 100%;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

input.home_input {
    border: 1px solid #74c043;
    border-radius: 6px;
    color: #777;
}

textarea.home_textarea {
    border: 1px solid #74c043;
    border-radius: 6px;
    color: #777;
    width: 92%;
}

input.home_input.regular {
    width: 45%;
}

input.home_input.regular:first-child {
    margin-right: 15px
}

div.crumb_box {
    max-width: 1430px;
    width: 98%;
    margin: 0 auto;
}

p.text_center_green {
    text-align: center;
    font-size: 18px;
    /*color: #74c043;*/
}

p.text_left_green {
    font-size: 18px;
    /*color: #74c043;*/
}

h2.common {
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    margin: 10px auto 10px;
    color: #777;
}

h2.common.left {
    text-align: left;
}

a.common_btn {
    font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff;
}
h1.newTitle {
    font-size: 45px;
    color: #74c043;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: normal;
}

h1.newTitle.left {
    text-align: left;
}

@media (max-width: 768px) {
    div.form_partnership_box {
        flex-flow: column;
        padding: 30px 0;
        background-image: none;
        border: 1px solid rgba(0,0,0,.2);
    }
    div.ps_box_left {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    h3.home_h3 {
        /*font-size: 30px;*/
        text-align: center;
    }
    div.ps_box_right {
        width: 100%;
        padding: 0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    div.ps_box_right > div {
        margin: 0;
        width: 100%;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    input.home_input.regular:first-child {
        margin-right: 0;
        margin-top: 15px;
    }
    input.home_input {
        margin-top: 15px;
    }
    input.home_input.regular {
        width: 80%;
    }
    textarea.home_textarea {
        width: 80%;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    h2.common {
        font-size: 30px;
    }
    h1.newTitle {
        font-size: 40px;
    }
}






@media (max-width: 1280px) {
    div.crumb_box {
        width: 95%;
    }
}

@media (max-width: 500px) {
    div.crumb_box {
        width: 92%;
    }
}



/*----------------footer newer start--------------------*/

footer.newer {
    margin-top: 45px;
}
footer.newer > div.footer_box {
    width: 1303px;
    margin: 0 auto 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    /*height: 350px;*/
}

div.footer_box_left {
    width: 37%;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}
div.footer_box_right {
    width: 63%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
div.footer_box_right > div {
    width: 100%;
}
div.footer_list_box {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: space-between;
}

div.footer_list_box > div {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

div.footer_list_box > div > a {
    line-height: 20px;
    cursor: pointer;
    color: #999 !important;
}
div.footer_list_box > div > a:hover {
    color: #fff !important;
}
div.footer_list_box > div > span {
    font-size: 18px;
}
div.footer_list_box > div > span:not(:first-child) {
    margin-top: 20px;
}

img.footer_logo {
    width: 256px;
    height: auto;
}
span.footer_slogan {
    margin-top: 13px;
}
span.email_info {

}span.copy_info {
     font-size: 14px;
 }
div.social_box {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

div.privacy_box {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

div.privacy_box > a {
    margin-right: 9px;
    color: #dedede;
}

.linkedin {
    font-size: 35px;
    margin-right: 9px;
    color: #dedede;
}

@media (max-width: 1280px) {
    footer.newer {
        display:none;
    }
}

/*----------------footer newer e n d--------------------*/


/*----------------footer mobile start--------------------*/
footer.mobile {
    width: 100%;
    padding: 25px 15px 60px;
    display: none;
}

footer.mobile div.infoWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

footer.mobile div.infoWrap > div {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}



@media (max-width: 1280px) {
    footer.mobile {
        display:block;
    }
}

/*----------------footer mobile e n d--------------------*/




@media (max-width: 1024px) {
    div.n-smart-search > a > div.n-product-box {
        width: 233px;
    }
}

@media (max-width: 768px) {
    div.n-smart-search > a > div.n-product-box {
        width: 228px;
    }
}

@media (max-width: 414px) {
    div.n-smart-search > a > div.n-product-box {
        width: 192px;
        padding-top: 5px;
        padding-bottom:5px
    }
}

@media (max-width: 375px) {
    div.n-smart-search > a > div.n-product-box {
        width: 173px;
    }
}

@media (max-width: 360px) {
    div.n-smart-search > a > div.n-product-box {
        width: 165px;
    }
}

@media (max-width: 320px) {
    div.n-smart-search > a > div.n-product-box {
        width: 277px;
    }
}

/*-------------- 首頁 smart search 結束 ---------------*/



/*-------------- FAQs             開始 ---------------*/
div.page_box {
    max-width: 1303px;
    width: 100%;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 10px;
}

div.faqs_nav_box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

div.faqs_nav_box.mt30 {
    margin-top: 30px;
}



div.faqs_nav_box > a {
    padding: 10px;
    border: 1px solid #74c043;
    color: #74c043;
    margin: 15px 12px 0;
    transition: .5s;
    border-radius: 6px;
}
div.faqs_nav_box > a:hover {
    color: #fff;
    background-color: #74c043;
}
h3.faqs {
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    margin: 10px auto 10px;
    color: #777;
}
div.qList {
    display: flex;
    width: 90%;
    padding: 0 15px 15px 15px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
}

@media (max-width: 700px) {
    div.qList {
        width: 100%;
    }
}

div.qList > div.question {
    font-weight: 700;
    color: #333;
    margin: 35px 0 12px 0;
    cursor: pointer;
    padding-left: 30px;
    background-image: url("../images/all/faq_plus.png");
    background-repeat:no-repeat;
}

div.qList > div.question.open {
    background-image: url("../images/all/faq_minus.png");
    background-repeat:no-repeat;
}

div.qList > div.answer {
    display: none;
    padding-left: 30px;
}

div.faq_bottom {
    display: flex;
    /*padding: 15px 200px;*/
    flex-flow: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

div.faq_bottom > div {
    border: 1px solid #74c043;
    border-radius: 6px;
    color: #74c043;
    width: 350px;
    height: 100px;
    flex-flow: row;
    display: flex;
    transition: .5s;
    margin: 15px 10px;
}

@media (max-width: 1200px) {
    div.faq_bottom {
        flex-flow: column;
    }
}

@media (max-width: 400px) {
    div.faq_bottom > div {
        width: 90%;
    }
}

div.faq_bottom > div:hover {
    background-color: #74c043;
    color: #fff;
}

div.faq_bm_left {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 35%;
}
div.faq_bm_right {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 65%;
}

div.square_box {
    width: 50px;
    height: 50px;
    border: 1px solid #74c043;
}


/*-------------- FAQs             結束 ---------------*/


/*-------------- Application             開始 ---------------*/

div.app_common_two_block {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 15px auto 0;
    width: 100%;
}

div.app_common_two_block > div {
    width: 50%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

div.app_common_tree_block {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 15px auto 0;
    width: 100%;
}

div.app_common_tree_block > div {
    width: 33.3%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}



h3.app {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
h3.glossary {
    font-size: 18px;
    color: #333;
}
a.learn_more_s {
    border-radius: 6px;
    color: #fff !important;
    font-size: 16px;
    background-color: #74c043;
    text-align: center;
    padding: 3px 8px;
    margin-top: 10px;
}

div.right_btn_box {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

div.myDate {
    color: #fff;
    background-color: #333;
    font-size: 12px;
    padding: 0px 8px;
    margin-top: 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}
p.t_center {
    text-align: center;
}
.serial_number_text {
    padding-top:10px;
    text-align: center;
}


/*-------------- Application             結束 ---------------*/



/*-------------- Industrial              開始 ---------------*/

/*-------------- Industrial              結束 ---------------*/


/*-------------- About Greenconn         開始 ---------------*/

h3.culture_title {
    /*position: absolute;
    bottom: 170px;
    left: 80px;*/
    /*font-weight: normal;*/
    font-size: 34px;
    /*color: #74c043;*/
    color: #777;
    /*font-weight: 700;*/
}

h3.milestone_title {
    /*position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: normal;
    font-size: 34px;
    color: #74c043;
    white-space: nowrap;*/
    font-weight: normal;
    font-size: 34px;
    /*color: #74c043;*/
    color: #777;
    white-space: nowrap;
    margin: 15px;

}

h3.milestone_title.esg {
    margin-bottom: 0;
}

h3.milestone_title.rd {
    display: block;
}
h3.milestone_title.mobile {
    display: none;
}

a.culture_btn {
    text-align: center;
   /* bottom: 60px;
    left: 80px;
    /*position:absolute;*/
    /*font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff !important;
    margin-top: 15px;*/
    font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff !important;
    margin-top: 15px;
}


a.milestone_btn {
    text-align: center;
    /*bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    position:absolute;*/
    font-size: 20px;
    border-radius: 6px;
    padding: 5px 50px;
    cursor: pointer;
    background-color: #74c043;
    color: #fff !important;
}

p.culture {
    /*position: absolute;
    bottom: 115px;
    left: 80px;*/
    font-weight: normal;
    font-size: 18px;
    /*color: #74c043;*/
    color: #777;
    text-align: right;
}

p.culture.left {
    text-align: left;
    /*color:#74c043;*/
}



    /*-------------- About Greenconn         結束 ---------------*/


/*-------------- Public                  開始 ---------------*/
html {
    scroll-behavior: smooth;
}

div.alone-img-pub{
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    text-align: center;
    margin: 0 auto;
}

div.alone-img-pub.greenhouse{
   position: relative;
}

a > div.greenhouse-btn-box {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    color: #74c043;
    position: absolute;
    font-size: 26px;
    bottom: 50px;
    left: 50px;
}
div.greenhouse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    width: 34px;
    height: 34px;
    background-color: #74c043;
    margin-right: 10px;
}

div.alone-img-pub img {
    width: 100%;
    height: auto;
}

div.video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-top: -10px;
    position: relative;
}

img.about-video {
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}
img.yt-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}

div.rmd-box.video img.yt-icon {
    width: 75px;
    height: auto;
}

h2.left {
    margin: 10px auto 10px 0;
    font-weight: normal;
}

div.ppap_box {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    color: #fff;
    padding: 10px;
}

div.ppap_left {
    display: flex;
    width: 80%;
    padding: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #4a4e4f;
}

div.ppap_left > h3 {
    text-align: center;
}

div.ppap_right {
    display: flex;
    width: 20%;
    padding: 35px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #4a4e4f;
}

div.ppap_right img {
    height: 200px;
    width: auto;
}

div.my-flex-box.videos {
    margin-top: 30px;
}

@media (max-width: 768px) {
    div.my-flex-box.videos {
        margin-top: 30px;
    }
}



/*這個要刪*/
div.app_photo_content_box {
    width: 95%;
    margin-top: 15px;
}

div.photo_content_box {
    width: 95%;
    margin-top: 15px;
}

/*這個要刪*/
div.app_photo_h250 {
    width:100%;
    height: 250px;
    background-color: rgba(0,0,0,.1);
    position: relative;
}

div.photo_h250 {
    width:100%;
    height: 250px;
    background-color: rgba(0,0,0,.1);
    position: relative;
}

div.photo_h240 {
    width:100%;
    height: 240px;
    border: 1px solid rgba(0,0,0,.2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.photo_h300 {
    width:100%;
    height: 300px;
    background-color: rgba(0,0,0,.1);
    position: relative;
}

div.photo_h400 {
    width:100%;
    height: 400px;
    background-color: rgba(0,0,0,.1);
    position: relative;
}

div.my-flex-box {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 15px auto 0;
    width: 100%;
}

div.my-flex-box.culture {
    align-items: center;
}

div.my-flex-box.center {
    align-items: center;
}

p.second_paragraph {
    padding-top: 20px;
}

ul.my_ul {
    margin-top: 20px;
}

ul.my_ul li {
    margin-top: 10px;
}

.pd-10 {
    padding: 10px;
}

img.app_bn {
    margin: 0 auto;
    max-width: 1303px;
    width: 100%;
    height: auto;
}

div.rmd-box {
    width: 100%;
    /*height: 240px;*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /*border: 1px solid rgba(0,0,0,.2);*/
    height: auto;
}

div.rmd-box.product {
    border: 1px solid rgba(0,0,0,.2);
    padding: 5px 0;
}

div.rmd-box.product img {
    border: none;
}

div.rmd-box.product.w240 img{
    width: 240px;
    height: auto;
}

div.rmd-box img {
    border: 1px solid rgba(0,0,0,.2);
}

div.rmd-box.video {
    position: relative;
}

div.rmd-box.video img {
    cursor: pointer;
    border: none;
    width: 100%;
}

div.rmd-box.auto {
    height: auto;
}

a.testing-box {
    width: 100%;
    height: 240px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.2);
}

a.testing-box img {
    width: auto;
    height: auto;
}

a.video-link {
    color: #74c043;
    text-decoration: none;
    border-bottom: 1px solid #74c043;
}

a.faqs-link {
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #777;
}

a.video-link:hover {
    border-bottom: none;
}

div.faq-photo-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

img.msl {
    max-width: 1031px;
    width: 100%;
}

img.disclaimer {
    max-width: 780px;
    width: 100%;
}

img.faq-quality-control {
    max-width: 1050px;
    width: 100%;
}

img.faq-production {
    max-width: 1050px;
    width: 100%;
}

img.faq-rd {
    max-width: 1050px;
    width: 100%;
}

@media (max-width: 768px) {
    div.my-flex-box > div {
        margin-top: 30px;
    }
    div.my-2-box.nearTitle, div.my-3-box.nearTitle, div.my-4-box.nearTitle, div.my-flex-box.culture.nearTitle {
        margin-top: 0;
    }
    div.mgt20 {
        margin-top: 20px !important;
    }
    div.page_box.pdt10 {
        padding-top: 10px;
    }
    h2.left {
        text-align: center;
    }
    div.my-flex-box.my_reverse {
       flex-flow: column-reverse;
    }
    div.page_box {
        padding-top: 30px;
    }
    div.ppap_box {
        flex-flow: column-reverse;
        align-items: stretch;
    }

    div.ppap_left {
        width: 100%;
        padding: 0 30px 30px 30px;
    }

    /*div.ppap_left > h3 {
        text-align: center;
    }*/

    div.ppap_right {
        width: 100%;
        padding: 30px
    }
    div.rmd-box {
        height: auto;
    }

    div.rmd-box a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    div.rmd-box img{
        /*transform: scale(0.8);*/
        /*width: 230px;*/
        width: 80%;
        height: auto;
    }
    div.rmd-box img.fac{
        /*transform: scale(0.8);*/
        width: 80%;
        height: auto;
    }
    div.rmd-box.product img, div.rmd-box.product.w240 img{
        width: 220px;
        height: auto;
        /*transform: scale(1);*/
    }
    h3.milestone_title.rd {
        display: none;
    }
    h3.milestone_title.mobile {
        display: block;
    }
    img.yt-icon {
        width: 75px;
        height: auto;
    }
    div.rmd-box img.yt-icon {
        width: 75px;
        height: auto;
    }
    img.about-video {
        width: 100%;
    }
}


div.my-2-box {
    width: 50%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    /*align-items: center;*/
}

div.my-2-box.desktop-pic {
    padding-bottom: 10px;
   /* border: 1px solid rgba(0,0,0,0.2);*/
}

div.my-2-box > img {
    /*width: 100%;*/
    height: auto;
}

div.my-2-box img.percent80 {
    width: 80%;
    height: auto;
}
div.my-2-box img.percent90 {
    width: 90%;
    height: auto;
}

img.news-img {
    width: 100%;
    height: auto;
    display: block;
}



div.my-2-box.text-box {
    align-items: flex-start;
}

div.my-3-box {
    width: 33.3%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

div.my-4-box {
    width: 33.3%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

div.my-5-box {
    width: 20%;
    display: flex;
    padding: 10px 10px 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

div.photo_4 {
    width:100%;
    height: 250px;
    background-color: rgba(0,0,0,.1);
}

div.photo_h240 {
    width:100%;
    height: 240px;
    border: 1px solid rgba(0,0,0,.2);
}

div.photo_content_box {
    width: 95%;
    margin-top: 15px;
}

div.photo_content_box.esg {
    margin-top: 10px;
}

div.photo_content_box > p {
    color: #777 !important;
}

div.flex_3_7_box {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-font: row;
}

div.flex_thirty {
    display: flex;
    width: 30%;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    padding: 10px 10px 0;
}
div.flex_seventy {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px 10px 0;
}

div.flex_forty {
    display: flex;
    width: 40%;
    align-items: flex-end;
    justify-content: center;
    flex-flow: column;
    padding: 10px 25px 0 10px;
}
div.flex_forty.start {
    align-items: flex-start;
    padding: 10px 15px 0 20px;
}
div.flex_sixty {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px 10px 0;
}

div.flex_sixty img {
    width: 100%;
    height: auto;
}

div.about-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

div.about-box.esg {
    margin-top: 15px;
}

div.about-box img {
    width: 88%;
}

div.center-one-wrap {
    display: flex;
    margin: 0 auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}




@media (max-width: 768px) {
    div.my-2-box, div.my-3-box, div.my-4-box, div.my-5-box {
        width: 100%;
    }
    div.my-flex-box {
        flex-flow: column;
    }
    div.my-2-box.desktop-pic {
        padding-bottom: 0;
        border: none;
    }
    img.auto.mobile-80p {
        width: 80%;
        padding-bottom: 20px;
    }
    img.mobile-90p {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    p.culture {
        text-align: center;
    }

    div.flex_sixty {
        width: 100%;
    }

    div.flex_forty {
        width: 100%;
        align-items: center;
        padding: 10px 10px 0 10px;
    }

    div.flex_seventy {
        width: 100%;
    }
}

/*-------------- Public                  結束 ---------------*/


/*-------------- Product                 開始 ---------------*/
div.products-wrap {
    max-width: 1303px;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    margin: 20px auto 0;
}
div.products-left {
    width: 27%;
    padding: 15px;
}

div.products-left-box {
    width: 100%;
    height: auto;
    border: 1px solid #777;
    padding: 10px 10px 20px 10px;
}

span.left-heading {
    color: #74c043;
}

a.left-heading {
    color: #74c043;
}

div.regular-left-box {
    margin-top: 30px;
}

div.regular-left-box.near-heading {
    margin-top: 20px;
}

ul.latest-news.near-heading {
    margin-top: -10px;
}

div.regular-left-box li {
    margin-left: -15px;
}



div.regular-left-box li > a {
    color: #777;
    line-height: 30px;
}

div.regular-left-box li > a:hover {
    color: #74c043;
}

div.regular-left-box ul.latest-news li a {
    line-height: 15px;
}

div.regular-left-box ul.latest-news li {
    margin-top: 18px;
    line-height: 21px;
}

div.products-right {
    width: 73%;
    padding: 15px;
}

div.heading-box {
    display: flex;
    margin-top: 10px;
}

div.heading-box.mgt30 {
    margin-top: 30px;
}

.mgt30 {
    margin-top: 30px;
}

div.heading-box > div {
    background-color: #74c043;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 25px;
}

div.products-row-box:not(:first-child) {
    width: 100%;
    margin-top: 60px;
}

div.products-row-box.near-heading {
    margin-top: 30px;
}

div.products-graphic-01 {
    margin: 30px auto 0;
    width: 80%;
    height: 400px;
    background-color: rgba(0,0,0,0.2);
}

span.bold {
    font-weight: 700;
    color: #333;
}

ol.products li:not(:first-child) {
    margin-top: 20px;
}

.mgt30 {
    margin-top: 30px;
}

img.auto {
    width: auto;
    height: auto;
    display: block;
    margin: 30px auto 0;
}

a.my-link {
    color: #777;
    text-decoration: none;
    border-bottom: solid 1px #777;
}

a.my-link:hover {
    border-bottom: none;
}

@media (max-width: 1280px) {
    div.products-left {
        display: none;
    }
    div.products-right {
        width: 100%;
    }

}


/*-------------- Product                 結束 ---------------*/



/*-------------- Glossary                開始 ---------------*/

div.glossary-unit {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

div.glossary-unit:not(:first-child) {
    margin-top: 50px;
}

div.glossary-left {
    width: 5%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    font-size: 36px;
    color: #333;
}

div.glossary-right {
    width: 93%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

div.g-right-child {
    padding: 15px;
    border: solid 1px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}

div.g-right-child:not(:first-child) {
    margin-top: 15px;
}


@media (max-width: 768px) {
    div.glossary-left {
        display: none;
    }

    div.glossary-right {
        width: 100%;
    }
}


/*-------------- Glossary                結束 ---------------*/

/*-------------- Hiring                  開始 ---------------*/
div.hiring_box {
    padding: 30px;
    border: solid 1px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

div.hiring_box:not(:first-child) {
    margin-top: 20px
}

div.hb_top {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    background-image: url(../images/all/faq_plus.png);
    background-repeat: no-repeat;
    background-position: 99.5% center;
    cursor: pointer;
}

div.hb_top.open {
    background-image: url(../images/all/faq_minus.png);
}

div.hb_top_01 {
    width: 55%;
    font-weight: 700;
    color: #333;
}
span.careers {
    font-weight: 700;
    color: #333;
    display: block;
}
p.careers {
    margin-top:15px;
}

ol.careers li {
    line-height: 23px;
    margin-bottom: 8px;
}



div.hb_top_02 {
    width: 12%;
}
div.hb_top_03 {
    width: 12%;
}
div.hb_top_04 {
    width: 9%;
}
div.hb_top_05 {
    width: 8%;
}
div.hb_top_06{
    width: 4%;
    text-align: right;
}
div.hb_top_06 img {
    cursor: pointer;
}

div.hb_bottom {
    margin-top: 18px;
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 30px;
    display: none;
}

/*-------------- Hiring                  結束 ---------------*/


/*-------------- HR 新版                  開始 ---------------*/
div.hr-wrap {
    width: 85%;
    margin: 0 auto 0;
}


div.hr-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed rgba(0,0,0,.2);
}

/*div.hr-box:last-child {
    border-bottom: none;
}*/

div.hr-box > div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 12px 8px;
}

@media (max-width:768px) {
    div.hr-wrap {
        width: 100%;
        margin: 0 auto 0;
    }
    div.hr-box > div {
        padding: 12px 3px;
    }

}


div.hr-box > div.bold {
    font-weight: 700;
}

div.hr-box-01 {
    width: 35%;
}

div.hr-box-02 {
    width: 15%;
}

div.hr-box-03 {
    width: 30%;
}

div.hr-box-04 {
    width: 15%;
}

div.hr-box-04 > a {
    color: #74c043;
    text-decoration: none;
    /*border-bottom: 1px solid #74c043;*/
}

div.hr-box-04 > a:hover {
    /*border-bottom: none;*/
}




/*-------------- HR 新版                  結束 ---------------*/



/*-------------- swiper                  開始 ---------------*/

.swiper {
    max-width: 1303px;
    width: 100%;
    height: auto;
    margin: 10px auto 0;
}
.swiper img {
    width: 100%;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #74c043 !important;
}
.swiper-pagination-bullet-active {
    background: #74c043 !important;
}
.swiper.desk {
    display: block;
}
.swiper.mobile {
    display: none;
}
@media (max-width: 768px) {
    .swiper.desk {
        display: none;
    }
    .swiper.mobile {
        display: block;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: rgba(0,0,0,.2) !important;
}

/*-------------- swiper                  結束 ---------------*/


/*-------------- 零配件                  開始 ---------------*/

div.accessories-box {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
div.accessories-box > a {
    margin-right: 5px;
    color: #777;
    text-decoration: underline;
}

div.accessories-box > a:hover {
    text-decoration: none;
}

/*-------------- 零配件                  開始 ---------------*/


