@charset "UTF-8";

@media (max-width: 480px) {

    

    /* -------  first-view  --------------------------------------------------------------------------------- */

    .first-view_item_img_copy {
        top: 50%;
        left: 16px;
        font-size: 2.0rem;
    }




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

    .top_about_contents {
        display: block;
    }

    .top_about_contents_img {
        width: 100%;
    }

    .top_about_contents_text {
        width: 100%;
        padding: 0;
    }



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

    .top_activity_contents_box {
        display: block;
    }

    .top_activity_img {
        width: 100%;
    }

    .top_activity_text {
        width: 100%;
        padding: 0;
    }
    


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

    .performance_box_pc {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .performance_box_item {
        width: 50%;
        float: left;
        margin-bottom: 16px;
    }

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

    .info_box {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .item_anual-report {
        width: 315px;
    }

    .item_anual-report img {
        width: 100%;
    }

    .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;
    }

    .info_item.sp {
        width: 100%;
        display: flex;
        justify-content: center;
    }

}