@charset "utf-8";
p {
    margin: 0;
}
#mv.is_company {
    background-image: url(/meatprocessor/images/company/company_1.png);
}
.company_top_message {
    font-size: 1.5rem;
    line-height: 1.9;
    padding-bottom: 30px;
}
.message_president_resize {
    font-size: 2.0rem;
    margin: 0;
}
.company_profile_subTitle {
    font-weight: 600;
    font-size: 2.2rem;
}
.company_profile {
    padding-bottom: 50px;
}

.company_profile_honsya {
    font-size: 1.8rem;
    font-weight: 500;
}
.factory_area {
    padding: 60px 0;
}
.factory_name {
    font-size: 2.0rem;
}
.factory_ul {
    padding-top: 50px;
}
.factory_name:before {
    content:url(/meatprocessor/images/company/company_4.png);
    padding-right:13px;
    position: relative;
    top: 7px;
}
.factory_adress {
    padding-left: 6%;
    font-size: 1.5rem;
    line-height: 1.1;
}
.factory_ul_item {
    padding-bottom: 15px;
}
p.top_message_president {
    font-size: 1.5rem;
}

ul.company_profile_ul {
    font-size: 1.5rem;
}
.company_group_farm {
    font-size: 2.0rem;
}
.company_Map{
    width: 100%;
}
/* ===================================================================================
for PC min-width: 741px
=================================================================================== */
@media screen and (min-width: 741px), print {
    .president_Img {
        float: right;
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .company_Map{
        height: 410px;
    }
}

/* ===================================================================================
for SP max-width: 740px
=================================================================================== */
@media screen and (max-width: 740px) {
    .group_farm_area {
        padding-bottom: 50px;
    }
    .president_Img {
        padding-bottom: 20px;
    }
}
