@charset "utf-8";
/* CSS Document */

.mabouthistory {
    position: relative;
    top: 55vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.mabouthistory img {
    width: 100%;
}

.maboutpurpose {
    position: relative;
    top: 70vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.maboutpurpose img {
    width: 100%;
}

.maboutrule {
    position: relative;
    top: 87vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.maboutrule img {
    width: 100%;
}

.maboutservice {
    position: relative;
    top: 103vw;
    width: 83vw;
    left: 8vw;
    /*background: #D78384;*/
}

.maboutservice img {
    width: 100%;
}

.maboutcopyright {
    position: relative;
    top: 120vw;
    width: 100vw;
    left: 0;
    background: #D78384;
}

.maboutcopyright img {
    position: absolute;
    bottom: 0;
    width: 100%;
}