@charset "utf-8";

/*==========================================================

	ABOUT

========================================================*/
#aboutTop #contentsArea .titleArea{
	background: url(../../images/top_slide03.jpg) 50% 40% no-repeat;
	background-size: cover;
}
#aboutTop #contentsArea #sec02 h3{
	font-weight: bold;
}
#aboutTop #contentsArea #sec02 .clearfix p{
	width: 540px;
}
#aboutTop #contentsArea #sec02 dl dt{
	font-weight:bold;
	color: #0556a1;
	font-size:110%;
	margin-bottom:0.2em;
}
#aboutTop #contentsArea #sec02 dl dd{
	margin-bottom:1em;
}
#aboutTop #contentsArea #sec02 dl#seikei dt{
	width: 4em;
	float: left;
}
#aboutTop #contentsArea #sec02 dl#seikei dd{
	margin-left: 4em;
}



#aboutTop #contentsArea #sec02 .photo {
	padding:0 !important;
}
#aboutTop #contentsArea #sec02 .photo li{
	float:left;
	width:32.15%;
	height:200px;
	margin: 0 1% 1% 0;
	position:relative;
	overflow:hidden;
}
#aboutTop #contentsArea #sec02 .photo li:nth-child(3){
	margin: 0 0 1% 0;
}
#aboutTop #contentsArea #sec02 .photo li img{
	margin:0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: 1;
}
#aboutTop #contentsArea #sec02 .photo li:after{
	position: absolute;
	z-index: 10;
	content: "";
	background: url("../../shared/images/icon_zoom.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
}










/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:768px), only screen and (max-device-width:768px){

#aboutTop #contentsArea #sec02 .clearfix p{
	float: none;
	width: auto;
}
#aboutTop #contentsArea #sec02 img{
	float: none;
	display: block;
	margin: 0 auto;
	width: 100%;
}

#aboutTop #contentsArea #sec02 .photo li{
	float:left;
	width:32.15%;
	height:75px;
	margin: 0 1% 1% 0;
	position:relative;
	overflow:hidden;
}
#aboutTop #contentsArea #sec02 .photo li:nth-child(3){
	margin: 0 0 1% 0;
}
#aboutTop #contentsArea #sec02 .photo li:after{
	width: 25px;
	height: 25px;
}






}