@charset "utf-8";
section.comp_mv {
    background: url(/aoki/images/company/com_mv.png);
    height: 350px;
    background-size: cover;
    background-position: center bottom;
}
.company_content{
    padding-top: 10px;
}
.company_title {
    font-size: 3.9rem;
    font-weight: normal;
    text-align: center;
    margin: 0px 0 30px;
}
.company_top_message {
    font-size: 1.5rem;
    line-height: 1.9;
    padding-bottom: 30px;
}
.message_president_resize {
    font-size: 2.4rem;
}

.gaiyo_yellow {
    /* background: #d5b913; */
    color: #000;
    /* padding: 0px 25px; */
    margin: 7px 0;
    text-align: left;
    /* box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2); */
    display: inline-block;
    font-weight: 500;
    font-size: 1.6rem;
}

.gaiyo_ul li {
    overflow: hidden;
}
.gaiyo_ul {
    padding-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.gaiyo_yellow_text {
    padding: 5px 5px 5px 15px;
    line-height: 1.9;
    font-size: 1.48rem;
    box-sizing: border-box;
}
.company_map {
    text-decoration: underline;
    color: -webkit-link;
}
.company_worldMap {
    margin: 35px auto;
}
.company_h2 {
    text-align: center;
    font-size: 2.85rem;
    padding-top: 20px;
}

.company_subTitle {
    text-align: center;
    font-size: 1.6rem;
    color: rgb(90, 92, 110);
    font-weight: 600;
    padding-bottom: 15px;
}
.company_overseasText {
    line-height: 1.8;
    font-size: 1.5rem;
}
.overseas_Plants {
    padding: 10px 0 50px;
}
.main_content.is_rinen {
    padding: 50px 0;
}

.rinen-box {
    background: #dbd0c5;
    text-align: center;
    padding: 15px;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.rinen-box-h2 {
    background: #ff8022;
    padding: 10px 0 15px;
    border-radius: 9999px;
    margin-bottom: 20px;
}

.rinen_inner {
    background: #FFF;
    padding: 25px 40px;
    font-size: 1.6rem;
    line-height: 2em;
}

.flex .rinen_inner {
    margin: 5px;
}
.rinen_inner h2 {
    color: #ff8022;
    font-size: 2.0rem;
}
.top_message_president {
    text-align: right;
}
h2.is_access {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 10px;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px), print {
    .president_Img {
        float: right;
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .gaiyo_yellow_text {
        float: left;
        width: 75%;
    }
    .gaiyo_yellow {
        float: left;
    }
    .gaiyo_yellow_exc {
        padding-left: 42%;
    }
    .company_Map{
        width: 100%;
        height: 410px;
        margin-bottom: 50px;
    }
    .gaiyo_yellow {
        width: 5em;
    }
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
    .president_Img {
        display: block;
        padding-bottom: 10px;
        margin: 0 auto;
    }
    .company_Map{
        width: 100%;
    }
    .gaiyo_yellow {
        width: 25%;
    }
    .flex {
    display: block;
}
.top_message_president:last-child {
    margin-bottom: 2em;
}
}
