@charset "utf-8";
/* CSS Document */
.app-develop-lt dl dt {
    background: url(../images/icon042.png) no-repeat;
}
.app-develop-box dl dt {
    margin: 0 auto;
    margin-bottom: 30px !important;
}
.app-develop-lt dl dt {
    width: 123px;
    height: 145px;
}
.app-develop-rt dl dt {
    width: 123px;
    height: 145px;
}
.app-develop-lt dl dt {
    background: url(../images/icon042.png) no-repeat;
}
.app-develop-rt dl dt {
    background: url(../images/icon043.png) no-repeat;
}
@media screen and (max-width: 768px){
	.app-develop-lt dl dt, .app-develop-rt dl dt {
	    width: 70px;
	    height: 80px;
	    background-size: contain;
	}
}
@media screen and (max-width: 500px){
	.app-develop-lt dl dt, .app-develop-rt dl dt {
	    width: 40px;
	    height: 45px;
	    margin-bottom: 5px !important;
	}
}