@charset "UTF-8";
/* CSS Document */

.wf-notosansjapanese {
	font-family: "Noto Sans Japanese";
}

.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}

.wf-mplus1p {
	font-family: "Mplus 1p";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.telpc {
	display: inline;
}

.telsp {
	display: none;
}

.wordbreak {
	word-break: break-all;
}

p {
	line-height: 1.6;
	/*1.35*/
}

a {
	color: #0162e6;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:visited {
	color: #0162e6;
}

a:hover {
	color: #019fe6;
}

p {
	font-size: 1.6rem;
}

strong {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #e6e301 60%);
}

a.btn {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0
}

hr {
	background-color: #dfeff7;
	border-top: 2px dashed #019fe6;
	margin: 50px 10% 50px;
}

.photoframe {
	padding: 4px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}


.btn.bluebtn {
	width: 30%;
	height: 50px;
	background-color: #0162e6;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}


.btn.bluebtn:hover {
	background-color: #019fe6;
}

.red {
	color: #e60106;
	font-weight: bold;
}

/*******************

フレーム

********************/
html {
	font-size: 62.5%;
}

body {
	color: #111;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 1.5rem;
}

.content-wrap {
	padding: 70px 0;
}

.content {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1%;
	box-sizing: border-box;
}

.content.blog {
	width: 100%;
	max-width: 767px;
}

.bottom50 {
	margin-bottom: 50px !important;
}

.bottom100 {
	margin-bottom: 100px !important;
}

.sec-title {
	font-size: 2.8rem;
	/*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
	font-family: "Sawarabi Gothic";
	color: #333;
	text-shadow: 0 0 5px white;
	border-left: solid 7px #019fe6;
	background-color: #FFF;
	line-height: 4.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding: 0.5rem 0 0.5rem 1.0rem;
	;
	margin-bottom: 3.0rem;
	box-shadow: 0 0 2px 1px rgba(1, 159, 230, 0.1);
}


/*******************

ヘッダービジュアル

********************/

header .headervisual {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

header .headervisual img {
	width: 100%;
}



/*******************

グローバルナビ

********************/

div.nav {
	background-color: #0162e6;
}

div.nav nav {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

div.nav ul {
	height: 100px;
}

div.nav li {
	height: 100px;
	width: 14.2%;
	float: left;
	text-align: center;
}

div.nav li a {
	display: block;
	height: 100px;
	background-color: #0162e6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding-top: 70px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: center top 10px;
}

div.nav li a:hover {
	background-color: #019fe6;
}

div.nav li.home a {
	background-image: url(../img/home.png);
}


div.nav li.service a {
	background-image: url(../img/service.png);
}

div.nav li.area a {
	background-image: url(../img/area.png);
}

div.nav li.flow a {
	background-image: url(../img/flow.png);
}

div.nav li.faq a {
	background-image: url(../img/faq.png);
}

div.nav li.company a {
	background-image: url(../img/company.png);
}

div.nav li.contact a {
	background-image: url(../img/form_icon.png);
	background-color: #e68801;
	background-size: auto 40px;
	padding-top: 60px;
	background-position: center top 15px;
}

div.nav li.contact a:hover {
	background-color: #e6b301;
}

div.nav li.line a {
	background-image: url(../img/line_fukidashi.png);
	background-color: #06C755;
	background-size: auto 45px;
	padding-top: 60px;
	background-position: center top 10px;
}

div.nav li.line a:hover {
	background-color: #2ee67a;
}

/*******************

スクロール時のヘッダー＆メニュー

********************/
.wrapper-small-header {
	position: fixed;
	top: -120px;
	width: 100%;
	z-index: 9999;

}

.small-header {
	background-color: #FFF;
	width: 100%;
}

.small-header .content {
	width: 100%;
	margin: 0 auto;
	height: 70px;
	padding-top: 8px
}

.small-header img {}

.small-header .name {
	float: left;
}

.small-header .tel {
	float: right;
}

.small-nav {
	background-color: #0162e6;
}

.small-nav ul {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.small-nav li {
	float: left;
	width: 14.28%;
	text-align: center;
	font-size: 1.6rem;
}


.small-nav a {
	padding-top: 1em;
	height: 3em;
	color: #FFF;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.small-nav a:hover {
	background-color: #019fe6;
}

.small-nav li.contact a {
	background-color: #e68801;
	padding-top: 0.4em;
	line-height: 1.2em;
}

.small-nav li.contact a:hover {
	background-color: #e6b301;
}

.small-nav li.line a {
	background-color: #06c755;
	padding-top: 0.4em;
	line-height: 1.2em;
}

.small-nav li.line a:hover {
	background-color: #2ee67a;
}

/*******************

パンくずリスト

********************/
.breadcrumb {
	padding: 0.5em 0;
}

.breadcrumb ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.5rem;
	padding: 0 10px;
}

.breadcrumb li {
	float: left;
	line-height: 2em;

}

.breadcrumb li::after {
	content: '　>　';
}

.breadcrumb li:last-child::after {
	content: none;
}

/*******************

ページタイトル

********************/
.pagetitlearea {
	background-color: #019fe6;
	height: 140px;
	width: 100%;
	text-align: center;
}

.pagetitlearea .title {
	color: #FFF;
	text-align: center;
	display: inline-block;
	font-size: 5.0rem;
	line-height: 140px;
	/*font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
	/*font-family: "Noto Sans Japanese";*/
	font-family: "Sawarabi Gothic";
}

/*******************

コンバージョンセクション

********************/
section.conversion .content {
	margin-bottom: 0;
}

section.conversion p.conversion-title {
	text-align: center;
	margin-bottom: 50px;
}

section.conversion .content-wrap {
	background-color: #e6e301;
}

section.conversion .contact-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

section.conversion .explanation {
	color: #000;
	margin-bottom: 20px;
}

section.conversion h2 {
	margin-bottom: 20px;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
}

section.conversion h3 {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

section.conversion h3::before {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background-color: #fff;
	left: calc(50% - 7em);
	top: 50%;
}

section.conversion h3::after {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background-color: #fff;
	right: calc(50% - 7em);
	top: 50%;
}

section.conversion h3 span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

section.conversion .mini-text {
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 0;
}

section.conversion .mini-text::before {
	content: '＼';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

section.conversion .mini-text::after {
	content: '／';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

section.conversion .tel .mini-text::before {
	left: calc(50% - 8.5em);
}

section.conversion .tel .mini-text::after {
	right: calc(50% - 8.5em);
}

section.conversion .form .mini-text::before {
	left: calc(50% - 8.5em);
}

section.conversion .form .mini-text::after {
	right: calc(50% - 8.5em);
}

section.conversion .linearea .mini-text::before {
	left: calc(50% - 7.5em);
}

section.conversion .linearea .mini-text::after {
	right: calc(50% - 7.5em);
}

section.conversion .button {
	background-color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 300px;
	max-width: 98%;
	text-decoration: none;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 4px 0 #754500;
}

section.conversion .button:hover {
	transform: translateY(2px);
	box-shadow: none !important;
}

section.conversion .tel {
	width: 48%;
	height: 200px;
	background-color: #0162e6;
	border-radius: 30px;
	padding: 20px 10px;
	margin-bottom: 4%;
}

section.conversion .tel .telnum {
	color: #fff;
	font-size: 4rem;
	color: #fff;
	text-align: center;
	letter-spacing: -0.01em;

}

section.conversion .form {
	width: 48%;
	height: 200px;
	background-color: #e68801;
	border-radius: 30px;
	padding: 20px 10px;
	margin-bottom: 4%;
}

section.conversion .linearea {
	width: 100%;
	height: 220px;
	background-color: #00b900;
	border-radius: 30px;
	padding: 20px 10px;
}

section.conversion .tel .button {
	box-shadow: none;
	color: #0162e6;
	font-weight: bold;
	font-size: 3.1rem;
	background-image: url(../img/icon_free_access.png);
	background-position: calc(50% - 3.5em) 0.15em;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left: 50px;
}

section.conversion .tel a.button {
	display: none;
	box-shadow: 0 4px 0 #023375;
}

section.conversion .tel a.button:hover {
	transform: translateY(2px);
	box-shadow: none !important;
}

section.conversion .tel span.button:hover {
	transform: translateY(0px);
}

section.conversion .form .button {
	color: #e68801;
	box-shadow: 0 4px 0 #754500;
	background-image: url(../img/icon_mail_sp.png);
	background-position: left 35px center;
	background-size: 40px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

section.conversion .linearea .button {
	color: #00b900;
	box-shadow: 0 4px 0 #014701;
	background-image: url(../img/icon_line_sp.png);
	background-position: left 35px center;
	background-size: 40px;
	background-repeat: no-repeat;
	padding-left: 15px;
}

section.conversion .linearea .button.pc {
	display: block;
}

section.conversion .linearea .button.sp {
	display: none;
}

section.conversion .linearea .line-wrap {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

section.conversion .linearea .line-wrap .left {
	color: #fff;
	width: 52%;
}

section.conversion .linearea .line-wrap .right {
	width: 48%;
}

section.conversion .linearea .left .l-text {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	background-image: url(../img/line-sumaho.png);
	background-size: 80px;
	background-position: left 20px center;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 0;
}

section.conversion .linearea .left .s-text {
	width: 80%;
	margin: 10px auto 0;
	padding-top: 15px;
	border-top: 2px solid #fff;
	line-height: 1.3em;
}

section.conversion .linearea .left .s-text span {
	color: yellow;
}

section.conversion .linearea .right .qr-area {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: 10px;
}

section.conversion .linearea .right .text-area {
	padding-top: 1.2em;
}

section.conversion .linearea .right .line-qr {
	width: 100px;
	text-align: right;
}

section.conversion .linearea .right .line-qr img {
	width: 90px;
}

section.conversion .linearea .right .s-text {
	font-size: 1.3em;
	color: yellow;
	vertical-align: middle;
	line-height: 1.2em;
}


/*******************

バナーエリア

********************/
div.banner-area {
	line-height: 500px;
	font-size: 1.3rem;
	text-align: center;
}

div.banner-area li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding: 1%;
}

div.banner-area li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

div.banner-area li img:hover {
	outline: 1px solid #fff;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

div.banner-area .content-wrap {
	background-color: #fff;
}

div.banner-area .content {
	margin-bottom: 0;
}

.content.banner .bgwhite {
	padding: 0 2%;
}

/*******************

フッター

********************/

footer .content-wrap {
	background-color: #019fe6;
	color: #FFF;
}

footer .column {
	font-size: 1.4rem;
	float: left;
	width: 33%;
}

footer .column li {
	line-height: 1.6rem;
	margin-bottom: 10px;

}

footer .column a {
	color: #FFF;
	display: inline-block;
	background-image: url(../img/triangle_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5px;
	padding-left: 10px;
}

footer .column a:hover {
	color: #0162e6;
}

footer .column .child li {
	padding-left: 10px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

footer .footer_area {
	clear: both;
	font-size: 1.2rem;
	line-height: 1.4rem;
}

footer .footer_area ul {
	margin-bottom: 15px;
}

footer .footer_area li {
	float: left;
	padding: 0.3rem;
}

footer .footer_area li a {
	color: #FFF;
}


footer small {
	line-height: 50px;
	font-size: 1.2rem;
	background-color: #0162e6;
	display: block;
	text-align: center;
	color: #FFF;
}

footer .content {
	margin-bottom: 0;
}

footer .mb2em {
	margin-bottom: 2em;
}

/*******************

PAGETOPへのボタン

********************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.3rem;
	width: 80px;
	height: 80px;
	background-color: #0162e6;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
	line-height: 1.3rem;

}

#page-top a {
	color: #FFF;
	text-decoration: none;
}

#page-top img {
	width: 50px;
	height: 50px;
}

#page-top:hover {
	background-color: #019fe6;
}

/*******************

	動くバナー

********************/
#movebanner {
	position: fixed !important;
	bottom: 20px;
	left: 20px;
	width: 196px;
	z-index: 100;
}

#movebanner {
	/*animation: fluffy1 3s ease infinite;*/
}

@keyframes fluffy1 {
	0% {
		transform: translateX(0px)
	}

	25% {
		transform: translateX(-20px)
	}

	50% {
		transform: translateX(0px)
	}

	75% {
		transform: translateX(20px)
	}

	100% {
		transform: translateX(0px)
	}
}

/*******************

スマホスライドメニュー

********************/

.offcanvas-right {
	background-color: #0162e6 !important;
	display: none;
}

.offcanvas-right ul {
	width: 100%;
}

.offcanvas-right li {
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}

.offcanvas-right li a {
	color: #fff !important;
	text-decoration: none;
	display: block;
	background-size: 30px;
	background-position: 10px center;
	background-repeat: no-repeat;
	height: 5.6rem;
	padding: 2.0rem 0 2.0rem 45px;
	font-size: 1.6rem;
}

.offcanvas-right li.home a {
	background-image: url(../img/home.png);
}

.offcanvas-right li.service a {
	background-image: url(../img/service.png);
}

.offcanvas-right li.area a {
	background-image: url(../img/area.png);
}

.offcanvas-right li.flow a {
	background-image: url(../img/flow.png);
}

.offcanvas-right li.faq a {
	background-image: url(../img/faq.png);
}

.offcanvas-right li.company a {
	background-image: url(../img/company.png);
}

.offcanvas-right li.contact a {
	background-image: url(../img/form_icon.png);
	background-color: #e68801;
}

.offcanvas-right li.line a {
	background-image: url(../img/icon_line_sp.png);
	background-size: 45px;
	background-color: #06c755;
	background-position: left center;
}

.offcanvas-right li.half a {
	display: inline-block;
	width: 50%;
	padding: 2.4rem 0.5rem;
	font-size: 1.4rem;
}

.offcanvas-right li.half a:first-child {
	border-right: 1px solid #fff;
}


@media (max-width: 1023px) {

	html {
		font-size: 60%;
	}

}

@media (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.telpc {
		display: none;
	}

	.telsp {
		display: inline;
	}

	.btn.bluebtn {
		width: 80%;
	}

	/*******************

フレーム（SP）

********************/

	html {
		font-size: 60.0%;
	}

	.content-wrap {
		padding: 30px 0;
	}

	.sec-title {
		font-size: 1.7rem;
		font-weight: bold;
		font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
		color: #333;
		text-shadow: 0 0 5px white;
		border-left: solid 7px #019fe6;
		background-color: #FFF;
		line-height: 2.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding: 1.5rem 0 1.5rem 1.0rem;
		;
		margin-bottom: 3.0rem;
		box-shadow: 0 0 2px 1px rgba(1, 159, 230, 0.1);
	}

	/*******************

ヘッダー（SP）

********************/
	.sp_head {
		background-color: #fff;
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0;
		z-index: 9999;
		box-shadow: 0 5px 15px -10px;
	}

	.sp_head .text {
		font-size: 10px;
		position: absolute;
		left: 10px;
		top: 5px;
	}

	.sp_head .name {
		max-width: 195px;
		width: 55%;
		height: auto;
		margin: 20px 0 0 10px;
	}

	.sp_head .hamburger {
		float: right;
		margin: 20px 10px 0 0;
	}

	.sp_head .mail,
	.sp_head .line {
		float: right;
		margin: 17px 8px 0 0;
		width: 48px;
	}

	/*******************

骨組み

********************/

	#wrapper {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.content {
		padding: 0 2%;
	}

	/*******************

パンくずリスト

********************/
	.breadcrumb {
		background-color: #dfeff7;
		padding: 1em 0;
	}

	.breadcrumb ul {
		font-size: 1.2rem;
		padding: 0 5px;
	}

	.breadcrumb li {
		line-height: 1.5em;
		letter-spacing: -1px;
	}

	.breadcrumb li::after {
		content: ' > ';
		margin-right: 0.5em;
	}

	/*******************

ページタイトル

********************/
	.pagetitlearea {
		height: 70px;
	}

	.pagetitlearea .title {
		font-size: 2.3rem;
		line-height: 70px;
	}

	/*******************

バナーエリア

********************/
	div.banner-area {
		line-height: inherit;
		font-size: 1.3rem;
		text-align: center;
	}

	div.banner-area li {
		float: none;
		width: 100%;
		height: auto;
	}

	div.banner-area li img {}

	div.banner-area li img a {
		display: block;
		width: 100%;
	}

	/*******************

コンバージョンセクション

********************/
	section.conversion h2 {
		font-size: 3rem;
	}

	section.conversion .form,
	section.conversion .tel,
	section.conversion .linearea {
		width: 100%;
		height: auto;
		max-width: 500px;
		margin: 0 auto 20px;
	}

	section.conversion .linearea .left .l-text {
		font-size: 2.5rem;
		background-size: 80px;
		background-position: left 10px center;
		padding-left: 50px;
	}

	section.conversion .tel a.button,
	section.conversion .linearea .button.sp {
		display: block;
	}

	section.conversion .tel span.button,
	section.conversion .linearea .button.pc {
		display: none;
	}

	section.conversion .linearea .line-wrap .left,
	section.conversion .linearea .line-wrap .right {
		width: 100%;
	}

	section.conversion .linearea .line-wrap .left {
		margin-bottom: 1.5em;
	}

	section.conversion .linearea .right .qr-area {
		display: none;
	}

	/*******************

コンバージョンセクション

********************/


	footer .tap {
		box-sizing: border-box;
		width: 100%;
		background-color: #01e68d;
		position: fixed;
		bottom: 0;
		z-index: 10;
	}

	footer .tap a {
		display: block;
		padding: 10px 1px;
		text-decoration: none;
	}

	footer img {
		display: inline-block;
		width: 49%;
	}

	/*******************

PAGETOPへのボタン

********************/
	#page-top {
		bottom: 70px;
		width: 50px;
		height: 50px;
		padding: 10px 0;
	}

	#page-top img {
		width: 30px;
		height: 30px;
	}


	/*******************

	動くバナー

********************/
	#movebanner {
		bottom: 70px;
		left: 20px;
		width: 130px;
	}
}


@media (max-width: 390px) {

	.sp_head .mail,
	.sp_head .line {
		float: right;
		margin: 17px 7px 0 0;
		width: 45px;
	}

	.sp_head .name {
		max-width: 180px;
		width: 46vw;
		height: auto;
		margin: 25px 0 0 5px;
	}

}

@media (max-width: 359px) {


	/*******************

コンバージョンセクション

********************/

	section.conversion .text {
		margin-bottom: 10px;
	}

	section.conversion .btn {
		width: 98%;
		max-width: 375px;
		height: 55px;
		background-color: #e68801;
		line-height: 55px;
		font-size: 1.8rem;
		background-position: 25px center;
		padding-left: 75px;
	}

	section.conversion .form br {
		display: none;
	}

}