@charset "UTF-8";

.company_information_container{
    width: 100%;
    background-color:white
}

.company_information_block{
    width: 100%;
}.company_information_block > img{
    margin: auto;
    height: auto;
    display: block;
    padding: 2.5em 0;
}

.information_copy_right{
    width: 100%;
    height: fit-content;
    padding: 1.5em 0;
    background-color: rgb(50, 89, 73);
    overflow: hidden;
    color: white;
    text-align: center;
}

.company_information_content{
    width: 100%;
    height: fit-content;
    padding-bottom: 2em;
    text-align: center;
    font-weight: bold;
}.company_information_content > a{
    text-decoration: none;
    color: black;
    width: fit-content;
    display: block;
    margin: auto;    
}

/*----------- pc -----------*/
@media (min-width: 768px) {
    .company_information_container_bottom_margin{
        margin-bottom: 7.9em;
    }
    
    .company_information_block > img{
        width: 15em;
    }

    .company_information_content{
        font-size: 1em;
    }

/*----------- sp -----------*/
}@media (max-width: 767px) {
    .company_information_container_bottom_margin{
        margin-bottom: 83px;
    }

    .company_information_block > img{
        width: 12em;
    }
    .company_information_content{
        font-size: 1em;
    }
}