.subsidy-inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	border: 5px solid #ffa524;
	border-radius: 10px;
	text-align: center;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.subsidy-text-wrap {
	font-size: 3.8rem;
	font-weight: bold;
}

.subsidy-text-wrap .subsidy-price {
	margin-top: 20px;
}

.subsidy-caution p {
	font-size: 1.4rem;
	color: #424242;
	margin-top: 40px;
}

@media(max-width:768px){
	.subsidy-inner {
		padding: 30px 15px 10px;
		margin-top: 30px;
	}
	
	.subsidy-text-wrap {
		font-size: 2.8rem;
		line-height: 1.5;
	}
	
	.subsidy-caution p {
		margin-top: 30px;
		line-height: 1.2;
	}
}
