@charset "utf-8";
.page-content{
	padding : 100px 0 50px;
}
span.sme-text-color.has-white-color {
	background : red;
	color : #FFF;
	line-height : 1;
	font-size : 14px;
	padding : 3px 10px;
}
.privacy{
	color : blue;
	text-decoration : underline;
}
span.screen-reader-text{
	display : none;
}

/* # =================================================================
#### responsive
# ================================================================= */
/* # =================================================================
#### 1200px
# ================================================================= */
@media screen and (max-width: 1200px){

}/*** 1200px ***/
/* # =================================================================
#### 1024px
# ================================================================= */
@media screen and (max-width: 1024px){

}/*** 1024px ***/
/* # =================================================================
#### 896px
# ================================================================= */
@media screen and (max-width: 896px){
.contact .page-content{
	margin-bottom : 100px;
}
}/*** 896px ***/
/* # =================================================================
#### 600px
# ================================================================= */
@media screen and (max-width: 600px){

}/*** 600px ***/
/* # =================================================================
#### 480px
# ================================================================= */
@media screen and (max-width: 480px){

}/*** 480px ***/
/* # =================================================================
#### 320px
# ================================================================= */
@media screen and (max-width: 320px){

}/*** 320px ***/