@charset "utf-8";
/* CSS Document */
.s5arwbx{position:relative;}
.s5-arwtxt, .s5arw{
	position:absolute;
}
.s5-arwtxt{
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
    line-height: 30px;
    color: #ff0000;
    text-align: center; 
	right: 0;
	top: -112px;   
}

.s5txtbr{display:block;}
.s5arw{right:90px;top:-48px;}
@media only screen and (max-width: 1200px){
.s5-arwtxt{
	font-size: 26px;
    line-height: 26px;
	right:16px;
}

.s5arw{top:-52px;width:90px;}
}
@media only screen and (max-width: 1000px){
.s5arwbx{width:100%;display:table;}
.s5-arwtxt{
	font-size: 24px;
    line-height: 24px;
	left:auto;
	position:inherit;
	top:auto;
	margin:-20px 90px -10px 0;
	text-align:center;
	float:right;
}
.s5txtbr{display:none;}

.s5arw{right:225px;top:-5px;width:70px;transform:rotate(25deg);-webkit-transform:rotate(25deg);}
}
@media only screen and (max-width: 767px){
.s5-arwtxt{
	font-size: 20px;
	line-height: 20px;
	margin:0 0 -10px 0;
}
.s5arw {
    width: 60px;
    right: 119px;
    top: 5px;
	transform:rotate(35deg);-webkit-transform:rotate(35deg);
}
}
@media only screen and (max-width: 479px){
.s5txtbr{display:block;}
}


