@charset "UTF-8";

/* ---------------------------
    共通
--------------------------- */
.company_summary{
    font-weight: bold;
    color: black;
}

/* ---------------------------
    PC
--------------------------- */
@media (min-width: 1024px){
    h1{
    padding-top: 230px;
    }
    .company_summary{
        display: flex;
        justify-content: space-between;
        margin: 100px 0 60px;
    }
    .company_summary p{
        width: 730px;
    }
    .company_summary img{
        width: 16%;
        height: auto;
    }
    ol{
        margin-left: 20px;
    }
    ol li{
        list-style-type: decimal;
    }
}


/* ---------------------------
    SP
--------------------------- */
@media (max-width: 1024px){
    h1{
    padding-top: 130px;
    }
    .company_summary{
        font-size: 14px;
        margin-bottom: 50px;
    }
    .company_summary img{
        width: 128px;
        margin: 55px auto 40px;
        text-align: center;
        display: block;
    }
    ol{
        margin-left: 15px;
    }
    ol li{
        list-style-type: decimal;
    }
}