/* Y'S GEAR : profile about.css */


.contentsWidth > section {
	overflow: hidden;
}


.commonMediumText {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.commonMediumText b:first-child {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
}


/*======================================================================*
 *  [ businessGuideline | 行動指針 ] 
 *======================================================================*/

.businessGuideline {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.businessGuideline dt {
	width: 7em;
	font-weight: bold;
}
.businessGuideline dd {
	width: calc(100% - 7em);
	margin-bottom: 10px;
}


/*======================================================================*
 *  [ businessOverview | 事業紹介 ] 
 *======================================================================*/

.businessOverview {
	margin: 0 -10px;
}

.businessOverview div {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}

.businessOverview a {
	display: block;
	position: relative;
	padding-top: 84.50704225%;
	background-size: cover;
	background-position: center;
}
.businessOverview .mc a		 { background-image: url(../img/img_mc.jpg); }
.businessOverview .marine a	 { background-image: url(../img/img_marine.jpg); }
.businessOverview .pas a	 { background-image: url(../img/img_pas.jpg); }
.businessOverview .etc a	 { background-image: url(../img/img_etc.jpg); }

.businessOverview section {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 30px 15px 15px;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	color: #fff;
}
.businessOverview a:hover section, 
.businessOverview a:active section {
	background: rgba(0,0,0,1);
}
.businessOverview section:before {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	margin-top: -8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.businessOverview h3 {
	margin-bottom: 5px;
	font-size: 17px;
	font-size: 1.7rem;
}
.businessOverview p {
	min-height: 3.2em;
	line-height: 1.6;
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	/*======================================================================*
	*  [ businessGuideline | 行動指針 ] 
	*======================================================================*/

	.businessGuideline {
		margin-left: 0;
	}
	.businessGuideline dt {
		width: 5em;
	}
	.businessGuideline dd {
		width: calc(100% - 5em);
	}
		
	/*==================================================================*
	 *  [ businessOverview | 事業紹介 ] 
	 *==================================================================*/
	
	.businessOverview {
		margin: 0 0 -10px 0;
	}
	
	.businessOverview div {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	
	.businessOverview a {
		padding-top: 220px;
	}
	
	.businessOverview section {
		padding: 10px 30px 10px 10px;
	}
	.businessOverview h3 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.businessOverview p {
		min-height: auto;
	}
	
}

