.other_info {
	font-size: 14px;
	color: #4a4a4a;
}

/* 会社概要 */
.profile_box h4 {
  font-size: 30px;
  color: #FFFFFF;
}
.profile_box {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.profile_table {
  width: 100%;
  display: flex;
}
.profile_table .column {
  width: 50%;
  padding-bottom: 1px;
  padding-right: 30px;
}
.profile_table .row {
  display: flex;
  width: 100%;
  margin-bottom: 1px;
}
.profile_table .row .title {
  display: flex;
  justify-content: center;
  width: 20%;
	border-bottom: solid 5px #EDEDED;
  font-size: 14px;
		font-weight: bold;
  padding: 15px;
  margin-right:0px;

}

.profile_table .row .title02 {
  display: flex;
  justify-content: center;
  width: 20%;
	border-bottom: solid 5px #FFFFFF;
  font-size: 14px;
		font-weight: bold;
  padding: 15px;
  margin-right:0px;

}

.profile_table .row .detail {
  display: flex;
  width: 80%;
  font-size: 14px;
  padding: 15px 15px 15px 30px;
		border-bottom: solid 1px  #EDEDED;
}


@media screen and (max-width: 768px) {
.profile_table {
  display: block;
}
.profile_table .column {
  width: 100%;
  margin-right: 0px;
}
}