@charset "utf-8";
/* CSS Document */

.company_wrap{
    width: 1000px;
    margin: 0 auto;
    min-width: 1000px;
}


/******会社案内******/
.company_column{
    width: 100%;
    margin: 20px auto 40px;
    
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items:center;
}

.company_column table{
    width: 45%;
}

.company_column tr{

}

.company_column th,.company_column td{
    justify-content:center;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #dcdddd;
}

.company_column th{
    width: 100px;
    text-align: left;
    

}

/******事業内容*******/

.business_column{
    
}

.business_column ol{
    list-style: decimal;
    width: 90%;
    margin: 20px auto 40px;
    
}




.business_column dl{
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    vertical-align: middle;
    
}



.business_column dt{
    font-weight: 800;
    width: 20%;
 
}

.business_column dd{
    width: 80%;
    
}


.business_column dt,.business_column dd{
    border-bottom: 1px solid #dcdddd;
    height: 60px;
    display: flex;
    vertical-align: middle;
    align-items:center;

}


/*********沿革************/


.history_column{
    
}


.history_column dl{
     width: 90%;
    margin: 20px auto 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    vertical-align: middle;
    
}


.history_column dt{
        font-weight: 800;
    width: 20%;
}

.history_column dd{
     width: 80%;
}

.history_column dt,.history_column dd{
      border-bottom: 1px solid #dcdddd;
    height: 60px;
    display: flex;
    vertical-align: middle;
    align-items:center;
  
}



/***********************************
スマホ用css(768px~)
***********************************/

@media screen and (max-width: 768px) {

    

.company_wrap{
    width: 100%;
    min-width: inherit;
    margin: 18% auto;
}
    
    

/******会社案内******/
.company_column{
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
}
    
.company_column table{
    width: 100%;
}
    
.company_column th{
    width: 10%;

}
    
.company_column iframe{
    width: 100%;
    margin: 20px auto;
    display: bloc;

}
    
    

/******事業内容*******/

.business_column{
    
}

.business_column ol{
    list-style: decimal;
    width: 90%;
    margin: 20px auto 40px;
    
}




.business_column dl{
    width: 100%;
        margin: 20px auto 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        vertical-align: middle;
        align-content: flex-start;
        justify-content: center;
}
    



.business_column dt{
    width: 100%;
    border: none;
    padding: 10px 0;
 
}

.business_column dd{
    width: 100%;
    padding: 1% 2% 2%;
    
}


.business_column dt,.business_column dd{
    height: inherit;
}



/*********沿革************/


.history_column{
    
}


.history_column dl{
        width: 90%;
        margin: 20px auto 80px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
        vertical-align: middle;
        align-content: flex-start;
    }


.history_column dt{
        font-weight: 800;
    width: 100%;
    border: none;

}

.history_column dd{
     width: 100%;
}

.history_column dt,.history_column dd{
    height: inherit;
    display: flex;
    padding: 2% 0;
    vertical-align: middle;
    align-items:center;
  
}


    
    
    
}/********スマホ用css(768px~)ここまで***/










