@charset "utf-8";

.botox .sub_title ul{ text-align: right; }
.botox .sub_title li{ display: inline-block; padding: 5% 0 0 5px; }
.botox .sub_title li span{ padding: 5px 20px; color: #fff; display: block; border-left: 30px solid transparent; border-bottom: 30px solid #7a6a56; height: 0; line-height: 40px; }

@media (max-width:991px) {
	.botox .sub_title li{ float: left; width: 50%; padding: 2% 5px 0 5px; }
	.botox .sub_title li span{ display: block; height: auto; padding: 5% 0; line-height: 1.5em; text-align: center; color: #fff; border-left: 0px; border-bottom: 0; background: #7a6a56; }
}

.filler .sub_title{ color: #fff; }
.filler .sub_title ul{ text-align: right; color: #fff; }
.filler .sub_title li{ display: inline-block; padding: 5% 0 0 20px; }
.filler .sub_title li span{ padding: 5px 20px; color: #fff; display: block; border-left: 20px solid transparent; border-bottom: 30px solid #7a6a56; height: 0; line-height: 40px; }

@media (max-width:991px) {
	.filler .sub_title{ color: #444; }
	.filler .sub_title li{ float: left; width: 50%; padding: 2% 5px 0 5px; }
	.filler .sub_title li span{ display: block; height: auto; padding: 5% 0; line-height: 1.5em; text-align: center; color: #fff; border-left: 0px; border-bottom: 0; background: #7a6a56; }
}