@charset "utf-8";
/**
 * style.css
 */


/* navi */
#headerSecond #gNav ul li.nav02 a{
	background: #011849;
	color: #fff;
}

/* title */
.contentTitle{
	background: url(../imgs/content-title.jpg) center 0 no-repeat;
	background-size: cover;
}



/* index
--------------------------------------------------*/
#services.index{
}
#services.index #main .mainInner{
	width: 800px;
	overflow: hidden;
}
#services.index #main ul{
	width: 840px;
	margin-right: -40px;
}
#services.index #main ul li {
	width: 380px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
#services.index #main ul li .titleWrap{
	background: url(../../common/imgs/bottom-triangle.png) no-repeat right bottom #fafafa;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}
#services.index #main ul li .titleWrap h4{
	font-size:114%;
	padding:40px 0;
}
#services.index #main ul li .titleWrap h4 a{
	text-decoration: none;
}
#services.index #main ul li:hover{
	cursor: pointer;
}

.servicesCopy{
	margin-bottom: 60px;
}
.servicesCopy .copy{
	background: #011849;
	color: #ffffff;
	display: inline-block;
	padding: 14px;
}
.servicesCopy .copy.copy1{
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 9px;
}
.servicesCopy .copy.copy2{
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}
.servicesCopy .copy .color{
	color: #ff8001;
}

.servicesTxt{
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 2.25;
}








/* page
--------------------------------------------------*/

#services .section + .section{
	margin-top: 80px;
}

#services .section .read{
	margin-bottom: 40px;
}
#services .section .img01,
#services .section .img02,
#services .section .img03{
	margin-bottom: 40px;
	position: relative;
}
#services .section .caption{
	color: #fff;
	background: #111154;
	padding:5px 7px 5px 10px;
	position: absolute;
	right: 0;
	bottom:0;
}

#services .section .caution{
	margin-top: 20px;
}
img.pdf{
	margin-top: -3px;
	margin-right:8px;
}





#services .section .column2{
	padding-top: 2px;
}
#services .section .column2 .left{
	float: left;
}
#services .section .column2 .right{
	float: right;
}

#services .section .box{
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #dedede;
	letter-spacing: 0;
}
#services .section .box .leftWrap{
	float: left;
	width: 369px;
	/* border-right:1px dotted #dedede; */
}
#services .section .box .rightWrap{
	float: right;
	width: 338px;
	padding-left: 30px;
}
#services .section .box dl+dl{
	margin-top: 18px;
}
#services .section .box dl dt{
	color: #011849;
	font-weight: bold;
	font-size: 15px;
	background: url(../../common/imgs/icon-indent.gif) no-repeat left center;
	padding-left: 12px;
	margin-bottom: 5px;
	letter-spacing: -0.01em;
}


/* page08 */
#services.page08 .section.sec01 .box .leftWrap{
	border-right:none;
}
#services.page08 .section .box dl{
	margin-bottom: 0px;
}









