@charset "utf-8";

/* CSS Document */
.AboutpageOver {
    height: calc(100vh - 70px);
    top: 70px;
}

.Aboutpage {
    min-height: calc(100vh - 70px);
}

.AboutpageC {
    min-height: calc(100vh - 123px);
}

@media screen and (max-width: 850px) {
    .AboutpageOver {
        height: calc(100vh - 60px);
        top: 60px;
    }
    .Aboutpage {
        min-height: calc(100vh - 60px);
    }
    .AboutpageC {
        min-height: calc(100vh - 60px);
        width: 100%;
    }
    .ContactpageR,
    .RegardspageR,
    .AboutpageR,
    .AboutpageL {
        display: none;
    }
    .AboutpageCli {
        width: calc(100% - 35px);
        transform: translateX(35px);
    }
    .AboutpageCnav {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media screen and (max-width: 450px) {
    .AboutpageOver {
        min-height: calc(100vh - 60px);
        top: 60px;
    }
    .Aboutpage {
        min-height: calc(100vh - 60px);
    }
    .AboutpageC {
        min-height: calc(100vh - 60px);
        width: 100%;
    }
    .footer_class {
        display: none;
    }
}
.branddspage{
	background-color: #FFFFFF;
}
