/*--- only ENnglish CSS ---*/

/*--- component ---*/

.thumb-link-name{
    letter-spacing: 1px;
    font-size: 17px;
}



/*---pages ---*/

/*--- top ---*/
.item-group02 .item .text{
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 40px;
    height: 90px;
}

.thumb-link-top-giko .thumb-link-name{
    max-width: 180px;
}
.thumb-link-top-fuzi .thumb-link-name{
    margin: auto;
    max-width: 170px;
}


/*--- company ---*/

/*--- history ---*/
.btn-history{
    padding-bottom: 10px;    
}

.btn-history-is .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_is.svg);
}
.btn-history-is:hover .btn-history-logo,
.btn-history-is:active .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_is-o.svg);
}
.btn-history-is .btn-history-logo{
    width: 126px;
}

.btn-history-rec .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_rec.svg);
}
.btn-history-rec:hover .btn-history-logo,
.btn-history-rec:active .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_rec-o.svg);
}

.btn-history-giko .btn-history-logo{
    width: 130px;
    background-image: url(../images/company_history-assets/logo_giko.svg);
}
.btn-history-giko:hover .btn-history-logo,
.btn-history-giko:active .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_giko-o.svg);
}


.btn-history-fuji .btn-history-logo{
    width: 120px;
    background-image: url(../images/company_history-assets/logo_fuji.png);
}
.btn-history-fuji:hover .btn-history-logo,
.btn-history-fuji:active .btn-history-logo{
    background-image: url(../images/company_history-assets/logo_fuji-o.png);
}
.btn-history-txt{
    font-size: 0.9rem;
}
.btn-history-logo{
    height: 25px;
    background-size: contain;
    background-size: cover;
    background-position: center;
}


.history-item{
    justify-content: flex-start;
}
.history-seireki{
    margin-right: 50px;
}

.btn-history-wrapper .btn-history{
    width: 24%;
}
@media (max-width: 767px){
    .content-wrapper.content-wrapper-sidebar .content-bottom{

    }
    .history-seireki{
        margin-right: 10px;
    }
}








/*--- common ---*/

/*--- footer ---*/
#footer .item-group03 .btn03 img{
    width: 130px;
}

@media (max-width: 767px){
    #footer .item-group03 .btn03{
        text-align: center;
    }
}