@charset "utf-8";
.company_head {
    color: #e95293;
    font-size: 1.6rem;
    font-weight: normal;
}
.company_leader-comment:not(:last-child) {
    padding-bottom: 1em;
}
.company_info li:not(:last-child) {
    padding-bottom: 5px;
}
.company_history-list th {
    text-align: left;
}
.company_history-list th,.company_history-list td {
    padding: 5px 0;
}
.company_history-list tr {
    border-bottom: dotted 2px;
}
.company_history-list {
    width: 100%;
}
.company_cont:not(:last-child) {
    padding-bottom: 100px;
}
.company_info:after {
    content: '';
    height: 33%;
    position: absolute;
    width: 100%;
    background-color: #3e3a39;
    bottom: 0;
    z-index: -1;
}
.company_info {
    position: relative;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px) {
     .company_head {
        padding-bottom: 10px;
    }
 	.company_text-r {
        width: 50%;
        float: right;
        box-sizing: border-box;
        padding-left: 5%;
    }
    .company_img-l {
        float: right;
        width: 50%;
        text-align: center;
    }
    .company_text-l {
        float: left;
        width: 50%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    .company_img-r {
        float: left;
        width: 50%;
        text-align: center;
    }
 	.company_history-list th {
        width: 25%;
    }
    .company_cont:not(:last-child) {
        padding-bottom: 100px;
    }
    .company_leader {
        padding-top: 100px;
    }

 }

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {

    .company_history-list th,.company_history-list td {
        display: block;
    }
    .company_history-list th,.company_history-list td {
        padding: 15px 0;
    }
    .company_history-list th {
        padding-bottom: 0;
    }
    .company_history-list td {
        padding-top: 0;
    }
    .company_text-r {
        padding-bottom: 30px;
    }
    .company_text-l {
        padding-bottom: 30px;
    }
    .company_cont:not(:last-child) {
        padding-bottom: 50px;
    }
    .company_leader {
        padding-top: 50px;
    }
 }
