
/*170515リニューアル*/

.pl{
	display: flex;
	justify-content: center;
	width:950px;
	height:px;
	clear:both;
}

ul.pl li{
	margin-right:30px;
	padding:50px 0 100px;
}

ul.pl li:last-child{
	margin-right:0;
}

.ct{
	clear:both;
	text-align:right;
	margin-bottom:60px;
}

/* plan list  */

.plan_osusume {
	width: 950px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_ttl {
	margin: 0 auto 20px;
}
.plan_waku {
    position: relative;
	margin: 20px 0;
}
.plan_waku a {
    position: absolute;
    z-index: 99;
    top: 140px;
    left: 328px;
}
.plan_waku a:nth-of-type(2n) {
    top: 140px;
    left: 200px;
}

















