.header-menu-title,
.travel-link-box,
.banner-title1,
.banner-title2,
.about-list-info-title,
.about-list-info-p,
.about-list-info-span,
.about-list-info-p2,
.about-list-p2,
.about-list2-p-box a,
.footer-cooperation-link,
.lohas-slove-info-p,
.lohas-chang-info-list-title,
.lohas-line-drawings-title1,
.lohas-line-drawings-title2,
.lohas-line-drawings-years,
.lohas-list5-info-title,
.lohas-list5 .lohas-list5-info-p,
.production-process-list-info,
.production-title,
.production-table-list,
.member-in-p,
.member-button,
.member-in-title,
.production-title2,
.about-list2-p{
    letter-spacing: 0;
}
.about-list-info{
    margin-top: 10%;
}
.about-list-info-span{
    width: 120px;
}
.about-list-info-p2{
    width: calc(100% - 120px);
}
.about-list-info-title{
    padding-bottom: 20px;
}
.about-list-info-p{
    padding-bottom: 10px;
}
.footer-cooperation-link{
    width: 150px;
}
/* .lohas-chang-info-list{
    width: 250px;
} */
.lohas-chang-info-list-title{
    font-size: 18px;
}
.production-title:after, .production-title:before{
    width: calc(50% - 250px);
}
.production-process-list-info span{
    margin-right: 4px;
}
.member-button{
    padding-left: 0;
}
.lohas-list2-info-process:hover .lohas-list-info-process-title{
    padding-top: 0;
}
.production-table-box .production-title2 {
    margin-bottom: 0px;
}
.production-table-box .production-title2.english-final{
    margin-bottom: 30px;
}
.lohas-line-drawings-info-box .lohas-line-drawings-info:nth-child(1) .lohas-line-drawing-list:nth-child(2) .lohas-line-drawing-list-arrow{
    width: 60%;
}
.lohas-line-drawings-info-box .lohas-line-drawings-info:nth-child(1) .lohas-line-drawing-list:nth-child(3) .lohas-line-drawing-list-arrow{
    width: 55%;
}
.lohas-chang-info-list-title:after {
    -webkit-text-stroke: 4px #FFF;

}
.production-table-box .production-title2:nth-child(n + 3){
    font-size: 16px;
    line-height: 1;
    color: #555;
}
@media only screen and (max-width: 1200px){
    .header-style1 .header-menu> li{
        width: 83px;
    }
    .header-menu-title{
        display: block;
        padding: 10px 0;
    }
    .header-menu-title:before{
        content: '';
        border-bottom: 4px solid #00a48b;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        left: 100%;
        bottom: 10px;
        opacity: 0;
        transition: all .3s linear;
    }
    .header-menu li:hover .header-menu-title:before, 
    .header-menu li.active .header-menu-title:before{
        left: 0;
        opacity: 1;
    }
    .header-menu-title:after{
        bottom: 10px;
        transform-origin: 100% 0;
    }
}
@media only screen and (max-width: 1280px){ 
    .index-list1-ifno{
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1000px){
    .footer-cooperation-box, .footer-contact-box {
        vertical-align: top;
    }
    .header-menu-title:before{
        display: none;
    }
    .header-style1 .header-menu> li{
        width: inherit;
    }
    .index-list1-info-box{
        height: inherit;
    }
    .index-list1-bg-box{
        height: 100%;
    }
    .index-list1-ifno{
        padding: 20px;
        padding-top: 0;
    }
    .index-list1-ifno .index-list-title{
        margin-top: 20px;
    }
    .index-list4{
        height: 900px;
    }
    .index-list5-info{
        width: 100%;
        margin-top: 0;
        box-sizing: border-box;
        padding: 20px;
    }
    .index-list5-bg-box, .index-list5-info-box{
        height: inherit;
    }
    .index-list5-bg {
        background-attachment: initial;
        height: 100%;
    }
    .lohas-chang-box, 
    .lohas-solve-box{
        height: inherit;
    }
    .lohas-chang-bg-box, 
    .lohas-solve-bg-box{
        position: absolute;
        top: 0;
        left: 0;
    }
    .lohas-chang-info-box, 
    .lohas-solve-info-box{
        position: relative;
        box-sizing: border-box;
        padding: 20px;
    }
    .lohas-chang-info-list:nth-child(even){
        margin-left: 0;
    }
    .lohas-list4{
        height: inherit;
    }
    .lohas-list4-img{
        width: 50%;
        position: static;
        display: inline-block;
        vertical-align: middle;
    }
    .lohas-list4-info-box{
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }
}
@media only screen and (max-width: 550px){
    .banner-title-block{
        box-sizing: border-box;
        padding: 10px;
    }
    .index-list4{
        height: 700px;
    }
    .about-list2{
        height: inherit;
    }
    .about-list2-bg-box{
        position: absolute;
        top: 0;
        left: 0;
    }
    .about-list2-info-box{
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .about-list2-title{
        padding: 20px 0;
    }

    .lohas-list4-img{
        width: 100%;
        display: block;
        text-align: center;
    }
    .lohas-list4-info-box{
        width: 100%;
        display: block;
    }
}