
.app-desc { text-align:center;margin-bottom:1rem; }
.new-apply-layout dl {
	float:left;
	width:100%;
}

.new-apply-layout dl dt {
	font-size:1rem;
	line-height:4rem;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	background:#1086cc;
	border:1px solid #1086cc;
	float:left;
	width:29%;
	clear:both;
	margin-top:1rem;
	height:4rem;
	margin-right:1%;
}

.new-apply-layout dl dt:nth-child(3n) {
	background:#315bad;
	border:1px solid #315bad;
}

.new-apply-layout dl dt:nth-child(3n+2) {
	background:#228F6F;
	border:1px solid #228F6F;
}



.new-apply-layout dl dd {
	float:left;
	width:70%;
	margin-top:1rem;
}

.new-apply-layout dl dd a {
	line-height:4rem;
	font-size:0.9rem;
	border:1px solid #d7dae1;
	background:#f0f2f7;
	box-sizing:border-box;
	text-align:center;
	width:32.333%;
	float:left;
	margin-left:1%;
	height:4rem;
	
	
}

.new-apply-layout dl dd a:first-of-type { margin-left:0; }
.new-apply-layout dl dd a span { margin-right:.5rem; }

.new-apply-layout dl dd a:hover {
	background: #6e7588;
	color:#fff;
}

.new-apply-layout dl dd a .icon.icon01 {
	background:url(/images/content/edition_03.png) center center no-repeat;
	background-size:cover;
	width:3.275rem;
	height:1rem;
	vertical-align:middle;
	display:inline-block;
}

.new-apply-layout dl dd a:hover .icon.icon01 {
	background:url(/images/content/edition_04.png) center center no-repeat;
	background-size:cover;
}

.new-apply-layout dl dd a .icon.icon02 {
	background:url(/images/content/edition_05.png) center center no-repeat;
	background-size:cover;
	width:1.95rem;
	height:0.95rem;
	vertical-align:middle;
	display:inline-block;
}


.new-apply-layout dl dd a:hover .icon.icon02 {
	background:url(/images/content/edition_06.png) center center no-repeat;
	background-size:cover;
}
.new-apply-layout dl dd a .icon.icon03 {
	background:url(/images/content/edition_07.png) center center no-repeat;
	background-size:cover;
	width:1.45rem;
	height:1.65rem;
	vertical-align:middle;
	display:inline-block;
}
.new-apply-layout dl dd a:hover .icon.icon03 {
	background:url(/images/content/edition_08.png) center center no-repeat;
	background-size:cover;
}


@media(max-width:840px){
	.new-apply-layout dl dt { float:none;width:100%;}
	.new-apply-layout dl dd { width:100%;margin-bottom:2rem; } 
}
@media(max-width:480px){ 
	.new-apply-layout dl dd a { width:100%;margin-left:0;margin-top:.5rem; } 
	.new-apply-layout dl dd a:first-of-type { margin-top:0; }
}


