@charset "UTF-8";
/* sp(320px) */

#pageCompany {}

#pageCompany #headline {
	background-image: url(../img/company/bg_headline.jpg);
}

	@media (-webkit-min-device-pixel-ratio: 2){
		#pageCompany #headline {
			background-image: url(../img/company/bg_headline@2x.jpg);
		}
	/* end of media query(retina) */	
	}

#pageCompany #profile .member {
	background-color: #f6f5f5;
	padding: 30px 5% 30px;
}
#pageCompany #profile .member .ttl {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
#pageCompany #profile .member li {
	position: relative;

}
#pageCompany #profile .member li figure {

	margin-left: auto;
	margin-right: auto;
}
#pageCompany #profile .member li:nth-child(1) figure {
	max-width: 137px;
}
#pageCompany #profile .member li:nth-child(2) figure {
	max-width: 225px;
	padding-top: 10%;
}
#pageCompany #profile .member li:nth-child(3) figure {
	max-width: 204px;
	padding-top: 11%;
}
#pageCompany #profile .member li figure figcaption {
	text-align: center;
	padding-top: 10px;
}

/* アクセスマップ */
#pageCompany #access .gmap iframe {
	height: 260px;
}
#pageCompany #access .station .ttl {
	position: relative;
}
#pageCompany #access .station .ttl:before {
	content: '';
	border-top: 1px solid #d2d2d2;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
#pageCompany #access .station .ttl span {
	font-size: 15px;
	padding: 0 0.4em;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
#pageCompany #access .station li {
	margin-bottom: 30px;
}
#pageCompany #access .station li figure {
	max-width: 327px;
	margin-left: auto;
	margin-right: auto;
}
#pageCompany #access .station li figcaption {
	padding-top: 12px;
}



@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

/* アクセスマップ */
#pageCompany #access .gmap iframe {
	height: 400px;
}
#pageCompany #access .station .ttl span {
	font-size: 18px;
	padding: 0 1em;
}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */

/* アクセスマップ */
#pageCompany #access .gmap iframe {
	height: 420px;
}

/* end of media query(pc) */
}