@charset "UTF-8";
.reform_point_img {
	display: flex;
	flex-wrap: wrap;
}
.reform_point_img>div {
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.reform_point_img {
		justify-content: center;
	}
}
.c_h1_image {
    background-image: url(/loan/asumo/reform/imgs/mv_bg.png);
    background-position: center;
	background-size: auto 100%;
}
.rate_box_right_top{
	background-color: #adda00;
}
.rate_box_right_bottom > div{
	border: 3px solid #adda00;
}