.remind {
    width: 100%;
    margin-bottom: 20px;
}

.remind img {
    width: 32%;
    height: 90px;
}

.remind img:not(:last-child) {
    margin-right: 1%;
}


.process_rule:hover{
	content: url('/img/btn_rule01_pressed.png');
}

.process:hover{
	content: url('/img/btn_rule02_pressed.png');
}

.dispute:hover{
	content: url('/img/btn_rule03_pressed.png');
}