.font_r {
	font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight:700;
}
@media screen and (min-width: 768px) {
	.btn_black {
		    width: 280px;
    color: #fff !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    padding: 18px 15px  20px !important;
    background-color: #000;
    background-image: url(../img/icon_arrow.png);
    background-size: auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-radius: 8px;
    text-align: center;
    margin:0 !important;
	}
	.btn_yellow {
		    width: 250px;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    padding: 13px 15px  13px !important;
    background-color: #fddb00;
    background-image: url(../img/icon_arrow_b.png);
    background-size: auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border:3px solid #000;
    border-radius: 8px;
    text-align: center;
    margin:0 !important;
	}
}
@media screen and (max-width: 767px) {
	.btn_black {
		    width: 100%;
    color: #fff !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    padding: 18px 15px  20px !important;
    background-color: #000;
    background-image: url(../img/icon_arrow.png);
    background-size: auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border-radius: 8px;
    text-align: center;
    margin:0 !important;
	}
	.order_1 {
		    order: 1;
	}
	.order_2 {
		    order: 2;
	}
	.btn_yellow {
		    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    padding: 13px 15px  13px !important;
    background-color: #fddb00;
    background-image: url(../img/icon_arrow_b.png);
    background-size: auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
    border:3px solid #000;
    border-radius: 8px;
    text-align: center;
    margin:0 !important;
	}
}
