@charset "UTF-8";

.dir_title h1:after{
/*	content: "INCENTIVES";*/
}


.main_wrapper{
	background:#f3f5f8;
	padding-top:80px;
}
.stock table.table_blue{
	margin: 0.6em 1em 0.6em 0;
	margin:0 0 15px 0;
	background:#ddd;
	border-color: #f3f5f8;
}
.stock table.table_blue th{
	font-size:16px;
	border-color: #f3f5f8;
	padding-left:0;
	padding-right:0;
	text-align: center;
}
.stock table.table_blue td{
	background:#fff;
	border-color: #f3f5f8;
	text-align: center;
}
.stock table.table_blue tr.ttl td{
	border-bottom:6px solid #f3f5f8;
}
.stock table.table_blue tr td.th_sub{
	text-align: center;
	padding-left:0;
	padding-right:0;
	border-right:6px solid #f3f5f8;
}




.stock h3{
	font-size:20px;
	margin-bottom:36px;
}
.stock h3:before{
	content:"";
	display:inline-block;
	background:#15336c;
	width:1em;
	height:1em;
	margin-right:0.3em;
	vertical-align: middle;
}
.stock .tbl_lead{
	margin-bottom:36px;
	font-size:16px;
}
.stock .tbl_lead ul{
	padding-top:1.4em;
	font-size:12px;
}
.stock .tbl_lead ul li{
	padding-left:1em;
	text-indent: -1em;
	margin-bottom:0.4em;
}
.stock .tbl_lead ul li:last-of-type{
	margin-bottom:0;
}


/*
.stock .tbl_wrapper_scr:first-of-type{
	margin-bottom: 100px;
}
*/



.stock .tbl_wrapper_scr:first-of-type{
	margin:0 auto 110px;
}

table.table_blue.table2 td {
    width: 402px;
}
table.table_blue.table2 td {
    padding: 10px 10px 10px 10px;
}


.b_detail{
	padding:40px 0 70px;
	text-align: center;
}


@media screen and (max-width: 834px) {
	.main_wrapper{
		padding-top:56px;
	}
	.stock table.table_blue{
		width:860px;
	}
	.stock table.table_blue tr{
		display: table-row;
	}
	.stock table.table_blue.table2 th br{
		display: none;
	}
	.stock table.table_blue .access_img {
		margin: 0.6em 0.1em;
	}
	.stock h3{
		margin-bottom:25px;
	}
	.stock .tbl_lead{
		margin-bottom:25px;
	}
	table.table_blue.table2 td {
		width: 300px;
	}
	
	.b_detail{
		padding:28px 0 50px;
	}
}








/*
article.scheme
*/
article.scheme{
	max-width: 980px;
}
article.scheme h2{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 18px;
	margin-bottom: 34px;
	line-height: 1.4;
	border-bottom:solid 2px #15336c;
}
article.scheme .msg{
	font-size:16px;
	text-align: center;
	line-height: 2.24;
	margin-bottom:110px;
}



@media screen and (max-width: 678px) {
	.gray_wrapper{
		padding-bottom:60px;
	}
	.stock .tbl_wrapper_scr:first-of-type{
		margin:0 auto 60px;
	}
	article.scheme h2{
		padding-bottom: 13px;
		margin-bottom: 23px;
	}
	article.scheme .msg{
		margin-bottom:77px;
		text-align: left;
	}
	article.scheme .msg br.pc{
		display:none;
	}
}
