@charset "utf-8";
.key-visual {
	width: 100%;
	background-color: #6499b5;
	height: 130px;
	background-image: url(/_img/ir/visual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
.ir {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ir .ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
.ir .ttl-sub {
	font-size: 16px;
	margin-bottom: 10px;
	color: #5EA5C4;
}

.ir .txt {
	font-size: 12px;
	color: #666;
	line-height: 190%;
}
.ir .chk-box {
	margin-bottom: 50px;
}

.ir .chk-box .box {
	background-color: #F8F8F8;
	float: left;
	width: 166px;
	margin-right: 32px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	border-radius: 5px;
}
.ir .chk-box .box:nth-child(4n) {
	margin-right: 0px;
}

.ir .chk-box .box h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 166px;
	padding-bottom: 10px;
}
.ir .chk-box .box ul li {
	font-size: 12px;
	background-image: url(/_img/ir/mrk_maru.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left 5px;
	line-height: 200%;
}
.ir .solution-list {
	border: 1px solid #999;
	font-size: 14px;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 40px;
}


.ir .solution-list li {
	background-image: url(/_img/common/ft_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ir .stage-list {
	font-size: 14px;
	color: #666;
	padding-left: 30px;
}


.ir .stage-list li {
	background-image: url(/_img/common/ft_arw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ir .list-txt {
	font-size: 14px;
	padding-left: 24px;
}
.ir .summary {
	font-size: 14px;
	margin-bottom: 40px;
	padding-left: 30px;
}

.ir .summary dt {
	width: 160px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.ir .summary dd {
	margin-bottom: 10px;
}
