/* 空き家買取 */

#gra {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1bf49b+0,acdc71+100 */
	background: #1bf49b; /* Old browsers */
	background: -moz-linear-gradient(left,  #1bf49b 0%, #acdc71 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1bf49b 0%,#acdc71 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1bf49b 0%,#acdc71 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bf49b', endColorstr='#acdc71',GradientType=1 ); /* IE6-9 */
	}

@media screen and (min-width: 641px){

#houpur {
	line-height: 200%;
	letter-spacing: 0.1em;
	margin: 0px 0px 100px 0px;
	}

#houpur section {
	width: 100%;
	padding: 100px 0px;
	}

#houpur h2 {
	width: 90%;
	font-size: 48px;
	font-weight: 900;
	line-height: 150%;
	margin: 0px auto 40px auto;
	text-align: center;
	}

#houpur h2 p {
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	}

#houpur h2 p br {
	display: none;
	}

#houpur h2 font {
	color: #F4991A;
	}

#houpur .main {
	width: 100%;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	padding: 130px 0px;
	text-align: center;
	position: relative;
	}

#houpur .main:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#houpur .main .hli {
	width: 90%;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	display: table;
	}

#houpur .main h2 {
	width: 100%;
	font-size: 48px;
	font-weight: 900;
	line-height: 120%;
	margin: 0px auto 50px auto;
	text-shadow: 10px 10px 10px #ffffff,
	-10px 10px 10px #ffffff,  10px -10px 10px #ffffff,
	10px 0 10px #ffffff, -10px  0 10px #ffffff,
	0 10px 10px #ffffff,  0 -10px 10px #ffffff;
	}

#houpur .main h2 p {
	font-size: 84px;
	font-weight: 900;
	line-height: 120%;
	margin: 30px 0px 0px 0px;
	}

#houpur .main h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 120%;
	margin: 0px 0px 70px 0px;
	text-shadow: 10px 10px 10px #ffffff,
	-10px 10px 10px #ffffff,  10px -10px 10px #ffffff,
	10px 0 10px #ffffff, -10px  0 10px #ffffff,
	0 10px 10px #ffffff,  0 -10px 10px #ffffff;
	}

#houpur .main h3 font {
	font-weight: 900;
	color: #F4991A;
	}

#houpur .main h3 br {
	display: none;
	}

#houpur .inq {
	width: 100%;
	max-width: 800px;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 0px auto !important;
	padding: 50px 5%;
	text-align: center;
	display: table;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .inq a {
	width: 90%;
	max-width: 600px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4991a+0,dc70ab+100 */
	background: #f4991a; /* Old browsers */
	background: -moz-linear-gradient(left,  #f4991a 0%, #dc70ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f4991a 0%,#dc70ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f4991a 0%,#dc70ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4991a', endColorstr='#dc70ab',GradientType=1 ); /* IE6-9 */
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 36px;
	font-weight: 900;
	line-height: 100px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto 40px auto;
	display: table;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .inq span {
	font-size: 21px;
	font-weight: 900;
	margin: 0px auto 20px auto;
	display: block;
	}

#houpur .inq p {
	background: url(../img/fre01.svg) no-repeat left center;
	background-size: auto 35px;
	font-size: 48px;
	font-weight: bold;
	line-height: 35px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 65px;
	display: table;
	}

#houpur .main .fre {
	width: 140px;
	height: 140px;
	background: #ffffff;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 36px;
	font-weight: 900;
	line-height: 120%;
	color: #1BF49B;
	padding: 25px 0px 0px 0px;
	position: absolute;
	left: 3.125%;
	top: 50px;
	z-index: 2;
	}

#houpur .wor ol {
	width: 90%;
	max-width: 1000px;
	background: #F2EEE6;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px #1BF49B solid;
	margin: 0px auto;
	padding: 20px 0px 50px 0px;
	position: relative;
	}

#houpur .wor ul {
	margin: 0px auto;
	display: table;
	}

#houpur .wor li {
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	margin: 30px 0px 0px 0px;
	}

#houpur .wor li p {
	width: 40px;
	height: 40px;
	background: #1BF49B;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
	}

#houpur .wor li p:before {
	content: '';
	width: 26px;
	height: 16px;
	border-bottom: 6px #ffffff solid;
	border-left: 6px #ffffff solid;
	position: absolute;
    left: 7px;
    top: 7px;
    transform: rotate(-45deg);
	}

#houpur .wor img {
	position: absolute;
    left: -5%;
    bottom: -20px;
	}

#houpur .wor img:last-child {
	left: auto;
    right: -5%;
	}

#houpur .pro {
	background: #F5F8F7;
	}

#houpur .pro ul {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	}

#houpur .pro li {
	width: 49%;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 16px;
	line-height: 200%;
	margin: 0px 2% 20px 0px;
	padding: 50px 3%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .pro li:nth-child(2n+1) {
	margin: 0px 0px 20px 0px;
	}

#houpur .pro li.lon {
	width: 100%;
	}

#houpur .pro h3 {
	font-size: 32px;
	font-weight: 900;
	line-height: 150%;
	color: #F4991A;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#houpur .pro h3 span {
	color: #111111;
	display: block;
	}

#houpur .pro h3 br {
	display: none;
	}

#houpur .pro li p {
	height: 120px;
	line-height: 120px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#houpur .pro li p img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

#houpur .pro li dl {
	width: 90%;
	max-width: 840px;
	margin: 0px auto;
	display: table;
	}

#houpur .pro li dt {
	width: 140px;
	display: table-cell;
	vertical-align: middle;
	}

#houpur .pro li dl h3 {
	display: none;
	}

#houpur .pro li dd {
	width: calc(100% - 140px);
	padding: 0px 0px 0px 3.571%;
	display: table-cell;
	vertical-align: middle;
	}

#houpur .pro h4 {
	width: 90%;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	margin: 0px auto;
	text-align: center;
	}

#houpur .pro h4 br {
	display: none;
	}

#houpur .pro .tit {
	background: #1BF49B;
	font-size: 24px;
	font-weight: 900;
	color: #ffffff;
	padding: 0px 15px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#houpur .res {
	width: 100%;
	padding: 100px 5%;
	}

#houpur .cho .cop {
	width: 90%;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	margin: 0px auto 90px auto;
	text-align: center;
	}

#houpur .cho .cop br {
	display: none;
	}

#houpur .cho ul {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
	}

#houpur .cho ul h3 {
	width: 90%;
	font-size: 32px;
	font-weight: 900;
	color: #1BF49B;
	margin: 0px auto 50px auto;
	text-align: center;
	}

#houpur .cho dl {
	width: 100%;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px #1BF49B solid;
	font-size: 16px;
	line-height: 200%;
	margin: 20px 0px 0px 0px;
	padding: 27px 2.7%;
	display: table;
	}

#houpur .cho dt {
	width: 30%;
	display: table-cell;
	vertical-align: middle;
	}

#houpur .cho dt img {
	width: 100%;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#houpur .cho dd {
	width: 70%;
	padding: 0px 0px 0px 3%;
	display: table-cell;
	vertical-align: middle;
	}

#houpur .cho ul h4 {
	font-size: 24px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding-left: 1em;
	text-indent: -1em;
	}

#houpur .flo {
	background: #F5F8F7;
	}

#houpur .flo ul {
	width: 90%;
	max-width: 1400px;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	letter-spacing: 0.1em;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .flo li {
	width: calc(100% / 4);
	border-right: 1px #F0F0F0 solid;
	font-size: 16px;
	line-height: 200%;
	padding: 30px 2.142%;
	}

#houpur .flo li:last-child {
	border: none;
	}

#houpur .flo h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 40px;
	margin: 0px 0px 20px 0px;
	}

#houpur .flo h3 p {
	width: 40px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 24px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#houpur .fortit {
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4991a+0,dc70ab+100 */
	background: #f4991a; /* Old browsers */
	background: -moz-linear-gradient(left,  #f4991a 0%, #dc70ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f4991a 0%,#dc70ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f4991a 0%,#dc70ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4991a', endColorstr='#dc70ab',GradientType=1 ); /* IE6-9 */
	font-size: 48px;
	font-weight: 900;
	line-height: 120%;
	color: #ffffff;
	padding: 50px 5%;
	letter-spacing: 0.1em;
	text-align: center;
	}

#res .for dd h4 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	}

}

@media screen and (max-width: 640px){

#houpur {
	line-height: 200%;
	letter-spacing: 0.1em;
	margin: 0px 0px 50px 0px;
	}

#houpur section {
	width: 100%;
	padding: 50px 0px;
	}

#houpur h2 {
	width: 90%;
	font-size: 24px;
	font-weight: 900;
	line-height: 150%;
	margin: 0px auto 30px auto;
	text-align: center;
	}

#houpur h2 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	}

#houpur h2 font {
	color: #F4991A;
	}

#houpur .main {
	width: 100%;
	background: url(img/main.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0px 70px 0px;
	text-align: center;
	position: relative;
	}

#houpur .main:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#houpur .main .hli {
	width: 90%;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	display: table;
	}

#houpur .main h2 {
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	line-height: 120%;
	margin: 0px auto 30px auto;
	text-shadow: 10px 10px 10px #ffffff,
	-10px 10px 10px #ffffff,  10px -10px 10px #ffffff,
	10px 0 10px #ffffff, -10px  0 10px #ffffff,
	0 10px 10px #ffffff,  0 -10px 10px #ffffff;
	}

#houpur .main h2 p {
	font-size: 42px;
	font-weight: 900;
	line-height: 120%;
	margin: 20px 0px 0px 0px;
	}

#houpur .main h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
	margin: 0px 0px 40px 0px;
	text-shadow: 10px 10px 10px #ffffff,
	-10px 10px 10px #ffffff,  10px -10px 10px #ffffff,
	10px 0 10px #ffffff, -10px  0 10px #ffffff,
	0 10px 10px #ffffff,  0 -10px 10px #ffffff;
	}

#houpur .main h3 font {
	font-weight: 900;
	color: #F4991A;
	}

#houpur .inq {
	width: 100%;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 0px auto !important;
	padding: 30px 5%;
	text-align: center;
	display: table;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);f
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#res #houpur .inq {
	width: 90%;
	}

#houpur .inq a {
	width: 90%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4991a+0,dc70ab+100 */
	background: #f4991a; /* Old browsers */
	background: -moz-linear-gradient(left,  #f4991a 0%, #dc70ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f4991a 0%,#dc70ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f4991a 0%,#dc70ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4991a', endColorstr='#dc70ab',GradientType=1 ); /* IE6-9 */
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 21px;
	font-weight: 900;
	line-height: 70px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0px auto 30px auto;
	display: table;
	position: relative;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .inq span {
	font-size: 14px;
	font-weight: 900;
	margin: 0px auto 10px auto;
	display: block;
	}

#houpur .inq p {
	background: url(../img/fre01.svg) no-repeat left center;
	background-size: auto 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 38px;
	display: table;
	}

#houpur .main .fre {
	width: 60px;
	height: 60px;
	background: #ffffff;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	font-weight: 900;
	line-height: 120%;
	color: #1BF49B;
	padding: 10px 0px 0px 0px;
	position: absolute;
	left: 3%;
	top: 10px;
	z-index: 2;
	}

#houpur .wor ol {
	width: 90%;
	background: #F2EEE6;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px #1BF49B solid;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
	position: relative;
	}

#houpur .wor ul {
	width: 85%;
	margin: 0px auto;
	display: table;
	}

#houpur .wor li {
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	margin: 20px 0px 0px 0px;
	position: relative;
	z-index: 1;
	}

#houpur .wor li p {
	width: 24px;
	height: 24px;
	background: #1BF49B;
	margin: 0px 10px 0px 0px;
	float: left;
	position: relative;
	}

#houpur .wor li p:before {
	content: '';
	width: 16px;
	height: 10px;
	border-bottom: 4px #ffffff solid;
	border-left: 4px #ffffff solid;
	position: absolute;
    left: 5px;
    top: 5px;
    transform: rotate(-45deg);
	}

#houpur .wor img {
	width: 15%;
	position: absolute;
    left: -5%;
    bottom: -20px;
	}

#houpur .wor img:last-child {
	left: auto;
    right: -5%;
	}

#houpur .pro {
	background: #F5F8F7;
	}

#houpur .pro ul {
	width: 90%;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	}

#houpur .pro li {
	width: 100%;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
	padding: 30px 5%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	}

#houpur .pro h3 {
	font-size: 21px;
	font-weight: 900;
	line-height: 150%;
	color: #F4991A;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#houpur .pro li.lon h3 {
	display: none;
	}

#houpur .pro h3 span {
	color: #111111;
	display: block;
	}

#houpur .pro li p {
	height: 80px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#houpur .pro li p img {
	max-width: 100%;
	max-height: 100%;
	}

#houpur .pro li dt {
	height: 80px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#houpur .pro li dt img {
	max-width: 100%;
	max-height: 100%;
	}

#houpur .pro li dl h3 {
	display: block !important;
	}

#houpur .pro li dd {
	width: calc(100% - 140px);
	padding: 0px 0px 0px 3.571%;
	display: table-cell;
	vertical-align: middle;
	}

#houpur .pro h4 {
	width: 90%;
	font-size: 21px;
	font-weight: 500;
	line-height: 150%;
	margin: 0px auto;
	text-align: center;
	}

#houpur .pro .tit {
	background: #1BF49B;
	font-size: 16px;
	font-weight: 900;
	color: #ffffff;
	padding: 0px 10px;
	line-height: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#houpur .res {
	width: 100%;
	padding: 50px 5%;
	}

#houpur .cho .cop {
	width: 90%;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin: 0px auto 50px auto;
	text-align: center;
	}

#houpur .cho ul {
	width: 90%;
	margin: 0px auto;
	}

#houpur .cho ul h3 {
	width: 90%;
	font-size: 24px;
	font-weight: 900;
	color: #1BF49B;
	margin: 0px auto 30px auto;
	text-align: center;
	}

#houpur .cho dl {
	width: 100%;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px #1BF49B solid;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	padding: 20px 5%;
	}

#houpur .cho dt {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#houpur .cho dt img {
	width: 100%;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

#houpur .cho ul h4 {
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	padding-left: 1em;
	text-indent: -1em;
	}

#houpur .flo {
	background: #F5F8F7;
	}

#houpur .flo ul {
	width: 90%;
	background: #ffffff;
    border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	letter-spacing: 0.1em;
	margin: 0px auto;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}

#houpur .flo li {
	width: 100%;
	border-bottom: 1px #F0F0F0 solid;
	font-size: 14px;
	padding: 20px 5%;
	}

#houpur .flo li:last-child {
	border: none;
	}

#houpur .flo h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
	}

#houpur .flo h3 p {
	width: 30px;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	text-align: center;
	display: inline-block;
	}

#houpur .fortit {
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4991a+0,dc70ab+100 */
	background: #f4991a; /* Old browsers */
	background: -moz-linear-gradient(left,  #f4991a 0%, #dc70ab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f4991a 0%,#dc70ab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f4991a 0%,#dc70ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4991a', endColorstr='#dc70ab',GradientType=1 ); /* IE6-9 */
	font-size: 24px;
	font-weight: 900;
	line-height: 120%;
	color: #ffffff;
	padding: 30px 5%;
	letter-spacing: 0.1em;
	text-align: center;
	}

}


