

/*==========================================
about
===========================================*/

#about{}

#about p{
	font-size:1.1em;
	line-height: 1.7;
}
#about {}


#app_about{
    background-image:url(../images/aboutImg.jpg);
	background-position: center;
}



/*==========================================
company
===========================================*/

#company{}

#company .flexWrap div:first-of-type{
	width: 60%;
}

#company .flexWrap div:last-of-type{
	width: 34%;
}

#company .flexWrap div:last-of-type img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

@media only screen and (max-width: 920px){
	#company .flexWrap div:first-of-type{
		width: 100%;
		padding-bottom: 30px;
	}

	#company .flexWrap div:last-of-type{
		width: 100%;
	}
}

/** table_line **/

.table_line{
	width: 100%;
}
.table_line tr {
  border-bottom: 1px solid #b5b1b1;
}

.table_line th,
.table_line td {
  padding: 1em 0;
  border: none;
}
.table_line td{
	padding-left: 15px;
}

.table_line th {
  width: 24%;
}

@media only screen and (max-width: 640px) {
  .table_line th,
  .table_line td {
	  width: 100%;
	  display: block;
  }

  .table_line th {
	  width: 100%;
	  padding-bottom: 5px;
  }

  .table_line td {
	  padding-top: 0;
	  padding-left: 0;
  }
}


/*==========================================
line
===========================================*/
#line{}

#line .flexWrap{
}
#line .flexWrap > div:first-of-type{
	width: 66%;
}

#line .flexWrap > div:last-of-type{
	width: 28%;
	
}
#line .flexWrap > div:last-of-type img{
	width: 100%;
	height: auto;
	max-width: 380px;
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 840px) {
	#line .flexWrap > div:first-of-type{
		width: 100%;
		margin: 0 0 40px 0;
	}
	#line .flexWrap > div:last-of-type{
		width: 100%;
		max-width: 380px;
		text-align: center;
		margin: 0 auto;
	}

}

/*==========================================
  マップ埋め込み
===========================================*/
.ggmap{
	position: relative;
	padding-bottom: 36.25%;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}