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

#company {
}

#company .philosophy {
    width: 100%;
    background-color: #EBEBEB;
    padding: 60px 0;
}

#company .philosophy .philosophy_text {
    text-align: center;
}

#company .philosophy .philosophy_text .lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

#company .philosophy .philosophy_text .text {
    line-height: 1.8;
}

#company .company_info {
    padding: 40px 0 80px 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#company .company_info h3 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 26px;
}


#company .company_info table {
	width: 100%;
	border-collapse: collapse;
}

#company .company_info table th {
    width: 25%;
	text-align: left;
	background-color: #F29600;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 15px
}

#company .company_info table td {
    width: 75%
}

#company .company_info table td {
    border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	padding: 15px
}

#company .company_info table td.sign {
    display: flex;
    align-items: center;
    border: none;
}

#company .company_info table td.sign p {
    margin-right: 18px;
}

#company .company_info table td img {
    width: 67px;
    padding-bottom: 1px;
}

#company .company_info table tr:first-of-type td {
	border-top: none;
}
#company .company_info table tr:last-of-type td {
	border-bottom: none;
}

#company .company_info table .branch-list {
    display: flex;
}

#company .company_info table .branch-list li {
    margin-right: 24px;
    border-bottom: 1px solid #333;
    line-height: 1.3;
}

#company .company_info table .branch-list li a {
    display: flex;
    align-items: center;
}

#company .company_info table .branch-list li img {
    width: 14px;
    margin-left: 3px;
}


@media screen and (max-width: 767px) {
    #company .philosophy .philosophy_text .lead {
        font-size: 18px;
    }

    #company .philosophy .philosophy_text .text {
        line-height: 1.4;
        font-size: 14px;
        text-align: left;
    }
    
	#company .company_info table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#company .company_info table th {
		width: 100%;
		background-color: #F29600;
		color: #fff;
		height: 40px;
		display: flex;
		align-items: center;
	}

	#company .company_info table td {
		width: 100%;
		background-color: #F7F7F7;
	}
	
	#company .company_info table th,
	#company .company_info table td {
		border: none;
        font-size: 14px;
	}
}




