  @charset "utf-8";
#main_image {
	width: 100%;
}
.imgBox {
	background-image: url(/sales/renewal/images/main_renewal.jpg);
	height: 200px;
	width: 100%;
}
.number span {
	display: block;
}
.box ul li {
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.number li {
	font-size: 120%;
	line-height: 1.28;
}
.wrapper h2.boxBorder-title:first-of-type {
	margin-top: -35px;
}
.boxBorder {
	padding: 20px 20px 0 20px;
	margin: 30px 0 40px;
}
/**/

@media print, screen and (min-width: 480px) {
	.imgBox {
		height: 300px;
	}
	.number li {
		font-size: 138%;
		line-height: 1.8;
	}
}
/**/

@media print, screen and (min-width: 824px) {
/*
	.box {
		margin-bottom: 40px;
	}
	.box .box {
		margin-bottom: 20px;
	}
*/
/*
	.wrapper p {
		margin-bottom: 40px;
	}
*/

}
/**/
@media only screen and (min-width: 1012px) {

	.imgBox {
		height: 360px;
	}
}




