@charset "UTF-8";
/* table01 */
.companyprofile{
	margin-top: 50px;
}

#table01{
	margin: auto;
	font-size: 20px;
}

  
  #table01 th,
  #table01 td {
	line-height: 40px;
	text-align: left;
	padding: 18px 0;
	border: none;
  }
  
  #table01 th {
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	width: 25%;
	padding-left: 20px;
	padding-right: 40px;
  }

  #table01 td{
	  padding-right: 20px;
  }

  .gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 90%;
	margin: 60px auto 0 auto;
}

.gmap iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	width: 100%;
}

.jissekititle{
	margin-top: 40px;
}

.torihiki{
	margin-top: 80px;
}
.osaka{
	text-align: center;
	margin-top: 70px;
}

.osakaname{
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
}
.osakaphoto{
	width: 300px;
	margin-bottom: 20px;
}

  @media(max-width:580px){
	#table01{
		margin: auto;
		font-size: 18px;
	}

	#table01 th {
		text-align: left;
		text-align-last:left;
		text-align: left;
		width: 100%;
		padding-left: 20px;
		padding-right: 40px;
	  }
	#table01 th,
	#table01 td {
		padding: 0px 20px;
		display: block;
	}
	
	#table01 td{
		border-bottom: 1px solid black;
		padding-bottom: 20px;
	}

	#table01 th {
		padding-top: 20px;
	  }
  }
