/*-----------------------------------
	company_block
-----------------------------------*/
#company_block{
	padding: 120px 0 142px;
}
#company_block table { 
	max-width: 1156px;
	width: 100%;
	margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 10;
	width: 100%;
 }
#company_block table td {
	font-size: 16px;
	padding: 28px 0 28px 38px;
	width: calc(100% - 150px);
	box-sizing: border-box;
}
#company_block table td:first-child {
    width: 150px;
    font-weight: 700;
	align-content: flex-start;
}
#company_block table tr:nth-child(odd) {
      background-color: #F6F6F6;
    }
#company_block table tr:nth-child(even) {
      background-color: #ffffff;
    }
#company_block table td.row_wrap{
    width: 100%;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    gap: 60px;
    padding: 32px 52px 53px 38px;
    box-sizing: border-box;
}
#company_block .column_wrap{
    width: fit-content;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#company_block .bottom_space{
    margin-bottom: 35px;
}
#company_block .margin_1{
    margin-left: 16px;
}
#company_block .margin_2{
    margin-left: 96px;
}

#company_block .tokkyo_img{
    max-width: 350px;
	width: 100%;
}
#company_block .tokkyo_img img{
	width: 100%;
	object-fit: contain;
}

@media screen and (max-width: 840px){
	#company_block table td.row_wrap{
		flex-direction: column;
		gap: 20px;
	}
}
@media screen and (max-width: 640px) {
    #company_block{
	    padding: 50px 0;
	}
	#company_block table td,
	#company_block table td:first-child{
		max-width: 100%;
		width: 100%;
		display: block;
		padding: 15px;
	}
	#company_block table td:first-child{
		padding-bottom: 0;
	}
	#company_block .bottom_space{
		margin-bottom: 15px;
	}
	#company_block table td.row_wrap{
		padding: 15px;
	}
}

