@charset "UTF-8";

/*
 * Version : 1.0
 * Date : 2023-11
 */

.item__description{
    width: 60%;
    margin: 0 auto;
}
.overview .item__description {
    margin: 0;
    width: 100%;
}
.ceo__content{
    font-size: 1.2em;
}

.ceo__signature span{
    vertical-align: middle;
}
.ceo__signature img{
    margin-left: 1em;
    vertical-align: middle;
}

.en .neoSystem .neo__info_wrap{
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .en .neoSystem .neo__info_wrap{
        width: 100%;
    }
}


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