@charset "UTF-8";

/* -------  top_about  --------------------------------------------------------------------------------- */

.top_about_contents {
    display: flex;
}

.top_about_contents_img {
    width: 50%;
    margin-bottom: 24px;
}

.top_about_contents_img img {
    width: 100%;
}

.top_about_contents_text {
    width: 50%;
    padding: 0 32px;
}

.top_about_contents_text p {
    margin-bottom: 24px;
}





/* -------  top_activity  --------------------------------------------------------------------------------- */

.top_activity_contents_text {
    margin-bottom: 24px;
}





/* -------  top_performance  --------------------------------------------------------------------------------- */


.performance_box_pc {
    display: flex;
    justify-content: space-between;
    width: 800px;
}

.performance_number p {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;

}





/* -------  top_information --------------------------------------------------------------------------------- */

.info_box {
    width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.item_anual-report {
    width: 278px
}

.item_anual-report img {
    height: 448px;
}

.cambodia_link {
    display: flex;
    width: 240px;
    height: 40px;
    background-color: #047849;
    padding: 0 4px;
    align-items: center;
    margin: 0;
}

.cambodia_link p {
    color: #fff;
}

.facebook_link {
    display: flex;
    width: 240px;
    height: 40px;
    background-color: #0f8cf1;
    padding: 0 4px;
    align-items: center;
    margin: 0;

}

.note_link {
    display: flex;
    width: 240px;
    height: 40px;
    border: solid 1px #cccccc;
    padding: 0 4px;
    margin: 0;

}

.facebook_link img {
    height: 28px;
    margin: 0 12px 0 4px; 
}

.note_link img {
    height: 38px;
    margin-right: 12px; 
}

.note_link p, .facebook_link p {
    width: calc(100% - 62px);
    text-align: center;
    line-height: 40px;
}

.cambodia_link p {
    width: 100%;
    text-align: center;
}

.facebook_link p {
    color: #fff;
}





