header h2 {
	background: url("images/case/case.png") center center no-repeat;
}
.box-1column dt {
	line-height: 1.181;
	min-height: 2.5em;
}


.img-wrap-asahi img {
    width: 90%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}

.img-wrap-kanro img {
    width: 50%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}

@media only screen and ( max-width: 768px ){img-wrap-asahi
	header h2 img {
		display: block;
		width: 22.533%;
	}
	.box-1column dt {
		line-height: 1.5;
		min-height: initial;
	}
}