  @charset "utf-8";
/* ----業績ハイライト---- */

#gNav li:nth-child(2) {
	border-bottom: 4px solid #f19716;
}
#gNav li:nth-child(2) a {
	background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
	background-size: calc(100% - 1px) 100%;
	background-repeat: no-repeat;
	background-position: right;
}

/* ----h1イメージ---- */

#ir #tit {
	background-image: url(/wp/wp-content/themes/ios/corporate/img/h1_image.jpg);
}


/* ----第26期(2015年3月期)のポイント---- */

#main {
	width: 980px;
	margin: 0px auto;
}

#main h2 {
	margin-bottom: 40px;
}

#main div:last-child {
	margin-right: 0px;
}

#main h3 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #0c3388;
	color: #fff;
}

#point { 
	width: 283px;
	margin-right: 24px;
}

#point dl {
	margin-bottom: 20px;
	overflow: hidden;
}

#point dl dt {
	font-size: 15px;
	float: left;
	letter-spacing: 4px;
	line-height: 65px;
	text-align: center;
	width: 40%;
	height: 65px;
	margin-bottom: 1px;
	background-color: #0c3388;
	color: #fff;
}

#point dl dd {
	float: left;
	font-weight: bold !important;
	line-height: 65px;
	text-align: right;
	width: 55%;
	height: 65px;
	margin-bottom: 1px;
	background-color: #f3f3f3;
	padding-right:5%;
}

#point dl dd span {
	font-size: 22px;
	margin-right: 10px;
}

#earningsBlock {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
	flex-wrap: wrap;
}

#compositionRatio{ 
	width: calc((100% - 24px) - 283px);
}

#earningsBlock .leadTextBlock {
	margin-bottom: 5%;
}

#earningsBlock .leadTextBlock p {
	letter-spacing: 1px;
	line-height: 170%;
}

#earningsBlock .leadTextBlock p + p {
	margin-top: 3%;
}

#compositionRatio p {
	text-align:center;
	margin-top:20px;
}

#compositionRatio p img {
	width:85%;
}

#figureBlock{ 
	width: 100%;
}

#figureBlock ul {
	display: flex;
	justify-content: space-between;
}

#figureBlock ul li {
	width: calc(95% / 3);
	margin-bottom: 20px;
}

#figureBlock ul li p img{
  width: 100%;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
	#main {
		width: 100%;
	}
	#ir #tit {
		background-position: 15%;
	}
	#earningsBlock {
		display: block;
	}
	#earningsBlock .leadTextBlock {
		margin-bottom: 40px;
	}

	#earningsBlock .leadTextBlock p + p {
		margin-top: 20px;
	}
	#point,#compositionRatio,#figureBlock {
		width: 100%;
		margin: 0 0 40px;
	}
	#figureBlock ul {
		display: block;
	}
	#figureBlock ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	#figureBlock ul li:last-child {
		margin-bottom: 0;
	}
	#figureBlock ul li p {
		text-align: center;
	}
	#figureBlock ul li p img {
		width: 90%;
	}
	#compositionRatio p img {
		width: 90%;
	}
	#compositionRatio p {
		text-align: center;
	}
	#point p {
		font-size: 14px;
		line-height: 150%;
	}
	#main h2 {
		margin-bottom: 20px;
	}
	#point dl {
		margin-bottom: 10px;
	}
	#point dl dt,
	#point dl dd {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#point dl dd span {
		font-size: 18px;
	}
}

