html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#fff; text-decoration: none; }
a:focus { outline:none !important; color:#fff; text-decoration:none; }
a:active { outline:none !important; color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:none; opacity:0.60; }
a:visit { color:#fff; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
address {margin:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 3px;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	color:#231815;
	background:#fff;
}
html, body {
	height: 100%;
	width:100%;
	min-width:1200px;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	background:#231815;
}
header #logo {
	position: relative;
}
#header {
	display: -webkit-flex;
	display: flex;
	width:1200px;
	margin:0 auto;
	padding:0 10px;
	height:200px;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

/*------------------------------ Grobal Nav ----------*/
nav#gnav {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
nav#gnav ul {
	display: -webkit-flex;
    display: flex;
}
nav#gnav ul.gn li {
	position:relative;
	font-size: 14px;
	font-weight:700;
	line-height:100%;
}
nav#gnav ul.gn li.home {
	display: none;
}
nav#gnav ul.gn li a {
	position: relative;
	display: block;
	margin:0 15px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#gnav ul.gn li a:after {
	position: absolute;
	content:'／';
	top:0;
	right:-22px;
}
nav#gnav ul.gn li:last-child a:after {
	display: none;
}

/*------------------------------ SNS Nav ----------*/
nav#gnav ul.sns {
	margin:0 0 50px 195px;
}
nav#gnav ul.sns li a {
	display: block;
	background:#fff;
	border-radius:50%;
}

/*-----------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------*/
footer {
	position: relative;
	background:#231815;
	color:#fff;
}
#footer {
	position:relative;
	width: 1200px;
	padding:60px 10px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#footer p {
	margin-bottom:5px;
	line-height:150%;
}
#footer p strong {
	font-size:28px;
	margin-left:10px;
}
#footer p span {
	display: inline-block;
}
#footer p.logo-f {
	margin-bottom:15px !important;
}
#footer p.shopname {
	font-weight:bold;
	margin-bottom:10px;
}
#footer small {
	position: absolute;
	bottom:40px;
	right:10px;
	display: block;
	padding:0;
	font-size:12px;
}
#footer small br {
	display: none;
}

ul.sns-f {
	position: relative;
	display: -webkit-flex;
    display: flex;
	margin-top:15px;
}
ul.sns-f li {
	display: block;
	background:#fff;
	border-radius:50%;
	margin-right:10px;
}
ul.sns-f:after {
	position: absolute;
	content:'';
	top:10px;
	left:60px;
	width:73px;
	height:13px;
	background:url("../img/followus.png") 0 0 no-repeat;
}

/*------------------------------ Grobal Nav ----------*/
nav#fnav {}
nav#fnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
nav#fnav ul li {
	position:relative;
	font-size: 14px;
	line-height:100%;
	text-align: center;
}
nav#fnav ul li:last-child a {
	position: relative;
	display: block;
	margin:0 0 0 30px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#fnav ul li a:after {
	position: absolute;
	content:'／';
	top:0;
	right:-22px;
}
nav#fnav ul li:last-child a:after {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	#toppage
-----------------------------------------------------------------------------------------*/
/*------------------------------ slider ----------*/
#slider {
	position: relative;
	min-width:1200px;
	height:600px;
}
.slide img {
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:auto;
	transform:translate(-50%, 0);
	object-fit:cover;
}
.bx-viewport .slide li {
	position: relative;
	height: 600px;
}

/*------------------------------ sc01 ----------*/
#sc {
	position: relative;
	text-align: center;
	padding-top:54px;
	margin:0 auto;
	max-width:1200px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#sc:before {
	position: absolute;
	content:'';
	top:0;
	left:50%;
	background:url("../img/bg-sc.png") 0 0 no-repeat;
	width:1075px;
	height:361px;
	margin:-33px 0 0 -538px;
}
#sc h2 {
	position: relative;
	overflow: hidden;
	text-indent:-9999px;
	background:url("../img/ttl-sc.png") 0 0 no-repeat;
	width:985px;
	height:53px;
	margin:0 auto 50px auto;
}
#sc p {
	position: relative;
	font-size:18px;
	line-height:200%;
	margin-bottom:50px;
}

#sc section {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#sc section img {
	width:270px;
	height: auto;
}

/*-- SKYCAMP --*/
#sc section#skycamp {
	border-top:4px solid #231815;
	border-bottom:4px solid #231815;
	padding:20px 0 20px 33px;
}
#sc section .bx-skycamp {
	width:820px;
	text-align: center;
}
#sc section .bx-skycamp h3 {
	position: relative;
	overflow: hidden;
	text-indent:-9999px;
	background:url("../img/ttl-skycamp.png") 50% 0 no-repeat;
	width:100%;
	height:150px;
	margin-bottom:20px;
	border-bottom:4px solid #231815;
}
#sc section .bx-skycamp p {
	font-weight:bold;
	font-size:29px;
	line-height:120%;
	margin-bottom:10px;
}
#sc section .bx-skycamp strong {
	font-size:42px;
	line-height:120%;
}
#sc section .bx-skycamp strong a {
	color:#231815 !important;
}
/*-- MARINE JET --*/
#sc section#marinejet {
	padding:20px 33px 0 0 !important;
	border-bottom:4px solid #231815;
	flex-flow: row-reverse;
}
#sc section .bx-marinejet {
	width:820px;
	text-align: center;
}
#sc section .bx-marinejet h3 {
	position: relative;
	overflow: hidden;
	text-indent:-9999px;
	background:url("../img/ttl-marinejet.png") 50% 0 no-repeat;
	width:100%;
	height:150px;
	margin-bottom:20px;
	border-bottom:4px solid #231815;
}
#sc section .bx-marinejet p {
	font-weight:bold;
	font-size:29px;
	line-height:120%;
	margin-bottom:10px;
}
#sc section .bx-marinejet strong {
	font-size:42px;
	line-height:120%;
}

/*-- SHOP INFORMATION --*/
#shop {
	padding:45px 0 30px 15px;
	margin:0 auto;
	max-width:1200px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#shop iframe {
	width:550px;
	height:330px;
}
#shop div {
	width:590px;
}
#shop div h2 {
	margin-bottom:15px;
}
#shop div dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
#shop div dl div dt {
	position: relative;
	width:130px;
	text-align: justify !important;
	word-break: break-all;
	padding-left:20px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#shop div dl div dt:before {
	position: absolute;
	content:'';
	top:8px;
	left:0;
	width:11px;
	height:11px;
	background:#231815;
}
#shop div dl div dd {
	width:460px;
}

/*-----------------------------------------------------------------------------------------
	contact page
-----------------------------------------------------------------------------------------*/

#ttl {
	font-size:40px;
	font-weight:bold;
	text-align: center;
	margin:105px 0 70px 0;
	line-height:100%;
}

/*-- mailform --*/
#mailForm {
	position: relative;
	margin:0 auto;
	width:1100px;
}
#mailForm-confirm,
#mailForm-complete{
	position: relative;
	margin:0 auto;
	padding:0 10px 50px 10px !important;
	background:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.bx-form dl div {
	display: -webkit-flex;
	display: flex;
	padding:12px 10px;
	-webkit-justify-content:space-between;
			justify-content:space-between;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-form dl div dt {
	position: relative;
	font-weight:700;
	padding-top:10px;
	font-size:20px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-form dl div dt.h:after {
	position: absolute;
	content:"\5FC5\a0\9808";
	top:7px;
	right:-60px;
	background:#e60012;
	color:#fff;
	padding:5px 10px;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	display: inline-block;
}
.bx-form dl div dd {
	width:75%;
}

/*-- input error  --*/
.bx-form dl div dd div {
	position: absolute;
	top:75%;
	left:10px;
	visibility: hidden;
	line-height:25px;
	font-size:12px;
	font-weight:normal;
	padding:0 10px;
	display: inline-block;
	background:#ff0000;
	color:#fff;
}

/*-- input  --*/
.bx-form dl div dd input[type="text"],
.bx-form dl div dd input[type="email"],
.bx-form dl div dd input[type="tel"] {
	width:100%;
	height: 50px;
	line-height: 50px;
	padding:0 10px;
	display: inline-block;
	background:#e6e6e6;
	border:1px solid #9fa0a0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-form dl div dd textarea {
	display: block;
	width:100%;
	height: 200px;
	padding:10px;
	margin-bottom:15px;
	background:#e6e6e6;
	border:1px solid #9fa0a0;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- confirm  --*/
dl.confirm {
	margin-bottom:50px;
}
dl.confirm div {
	font-size:20px;
	line-height:150%;
	padding:20px 10px;
	border-bottom:1px solid #ccc;
}
dl.confirm div dt {
	padding-top:0;
}
.bx-form dl div dt.h:after {
	top:-3px;
}

/*-- 送信ボタン --*/
.send-box {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:40px 0;
	width:100%;
	display: inline-block;
	text-align:center;
}
.send-box p {
	position: relative;
	padding-left:25px;
	margin:0 auto 20px auto;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	width:620px;
}
.send-box p:before {
	position: absolute;
	top:0;
	left:0;
	content:'※';
}
.send-box input[type="submit"],
.send-box button {
	position: relative;
	border:0;
	background:#231815;
	color:#fff;
	height: 122px;
	line-height: 122px;
	font-size: 26px;
	width:757px;
	margin-bottom:45px;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.send-box input[type="submit"]:hover,
.send-box button:hover {
	opacity: 1;
	cursor: pointer;
	color:#fff;
	background:#724D43;
	-webkit-transition:0.3s;
			transition:0.3s;
}

/*-- 送信完了 --*/
#complete {
	width:620px;
	margin:80px auto;
	padding:50px 30px 40px 30px;
	background:#fff;
	border-radius:10px;
	-webkit-box-shadow:0 0 10px rgba(35,24,21,0.03);
			box-shadow:0 0 10px rgba(35,24,21,0.03);
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#complete h2 {
	font-size:20px;
	color:#231815;
	text-align: center;
	font-weight:700;
	margin-bottom:30px;
}
#complete p {

}
#complete p a {
	display: block;
	text-align: center;
	color:#231815;
}
.err {
	color:#e60012 !important;
}
.ttl-err {
	color:#e60012;
	text-align: center;
	font-weight:700;
}
.ttl-form {
	color:#231815;
	text-align: center;
	font-weight:700;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/
@media only screen and (max-width:800px){
	a {}
	a:focus {}
	a:active {}
	a:hover {}
	a:visit {}
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}
	input[type="text"], 
	input[type="button"], 
	input[type="submit"], 
	textarea {}
	
	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
		line-height:180%;
	}
	html, body {
		height:100%;
		width:100%;
		min-width:100%;
		margin:0;
		padding:0;
	}
	main {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {}
	header #logo {
		margin-bottom:10%;
	}
	#header {
		display:block;
		width:100%;
		margin:0 auto;
		padding:10% 2%;
		height:auto;
		text-align: center;
	}

	/*------------------------------ Grobal Nav ----------*/
	nav#gnav {
		display:block;
	}
	nav#gnav ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
	}
	nav#gnav ul.gn li {}
	nav#gnav ul.gn li.home {
		display:block;
	}
	nav#gnav ul.gn li a {
		margin:0 18px;
	}
	nav#gnav ul.gn li a:after {
		right:-24px;
	}
	nav#gnav ul.gn li:last-child a:after {}

	/*------------------------------ SNS Nav ----------*/
	nav#gnav ul.sns {
		position: absolute;
		top:25px;
		right:25px;
		margin:0;
	}
	nav#gnav ul.sns li a {}

	/*-----------------------------------------------------------------------------------------
		footer
	-----------------------------------------------------------------------------------------*/
	footer {}
	#footer {
		width: 100%;
		padding:10% 2%;
		margin:0;
		display:block;
		text-align: center;
	}
	#footer p {
		font-size:14px;
		margin-bottom:2%;
		line-height:150%;
	}
	#footer p strong {
		font-size:24px;
		margin-left:2%;
	}
	#footer p span {
		display: inline-block;
	}
	#footer p.logo-f {
		width:220px;
		margin:0 auto 5% auto !important;
	}
	#footer p.logo-f img {
		width:100%;
		height:auto;
	}
	#footer p.shopname {
		font-weight:bold;
		margin-bottom:3%;
		font-size:14px;
	}
	#footer small {
		position:relative;
		bottom:auto;
		right:auto;
		display: block;
		padding:0;
		font-size:12px;
		text-align: center;
	}
	#footer small br {
		display: block;
	}

	ul.sns-f {
		position: relative;
		display:inline-block;
		margin:6% auto;
		text-align: center;
	}
	ul.sns-f li {
		display: block;
		width:33px;
		margin-right:50px;
	}
	ul.sns-f:after {
		left:50px;
	}

	/*------------------------------ Grobal Nav ----------*/
	nav#fnav {
		margin-bottom:8%;
	}
	nav#fnav ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
	}
	nav#fnav ul li {}
	nav#fnav ul li a {
		margin:0 15px;
	}
	nav#fnav ul li a:after {
		right:-16px;
	}
	nav#fnav ul li:last-child a:after {}

	/*-----------------------------------------------------------------------------------------
		#toppage
	-----------------------------------------------------------------------------------------*/
	/*------------------------------ slider ----------*/
	#slider {
		position: relative;
		overflow: hidden !important;
		width:100%;
		min-width:auto !important;
		height:350px;
	}
	.slide img {
		position:absolute;
		top:0;
		left:50%;
		height:auto;
		min-width:180%;
		transform:translate(-50%, 0);
		object-fit:cover;
	}
	.bx-viewport .slide li {
		overflow: hidden;
		height: 350px;
	}

	/*------------------------------ sc01 ----------*/
	#sc {
		position: relative;
		padding-top:0;
		margin:-100px auto 0 auto;
		max-width:100%;
	}
	#sc:before {
		position: absolute;
		content:'';
		top:0;
		left:2%;
		background:url("../img/bg-sc.png") 0 0 no-repeat;
		background-size:100% auto;
		width:96%;
		height:auto;
		margin:-80px 0 0 0;
		padding-top:50%;
	}
	#sc h2 {
		width:90%;
		height:53px;
		background-size:100% auto;
		margin:14% auto 5% auto;
	}
	#sc p {
		position: relative;
		font-size:16px;
		line-height:180%;
		margin:0 auto 10% auto;
		width:90%;
		text-align:left;
	}
	#sc p br {
		display: none;
	}

	#sc section {
		display:block;
	}
	#sc section img {
		width:240px;
		height: auto;
		margin:0 auto 10% auto;
		display: block;
	}

	/*-- SKYCAMP --*/
	#sc section#skycamp {
		width:90%;
		margin:0 auto 10% auto;
		padding:4%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#sc section .bx-skycamp {
		width:100%;
	}
	#sc section .bx-skycamp h3 {
		background-size:100% auto;
		width:100%;
		height:auto;
		padding-top:25%;
		margin-bottom:10%;
	}
	#sc section .bx-skycamp p {
		font-size:20px;
		line-height:120%;
		margin-bottom:2%;
	}
	#sc section .bx-skycamp strong {
		font-size:32px;
		line-height:120%;
	}
	#sc section .bx-skycamp strong a {
		color:#231815 !important;
		font-size:24px;
	}
	/*-- MARINE JET --*/
	#sc section#marinejet {
		width:90%;
		margin:0 auto 4% auto;
		padding:4% 0 !important;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		flex-flow:row;
	}
	#sc section .bx-marinejet {
		width:100%;
	}
	#sc section .bx-marinejet h3 {
		background-size:100% auto;
		width:100%;
		height:auto;
		padding-top:25%;
		margin-bottom:10%;
	}
	#sc section .bx-marinejet p {
		font-size:20px;
		line-height:120%;
		margin-bottom:2%;
	}
	#sc section .bx-marinejet strong {
		font-size:32px;
		line-height:120%;
	}

	/*-- SHOP INFORMATION --*/
	#shop {
		padding:4%;
		margin:0 auto;
		max-width:100%;
		display: block;
		margin-bottom:10%;
	}
	#shop iframe {
		width:100%;
		height:350px;
	}
	#shop div {
		width:100%;
	}
	#shop div h2 {
		text-align: center;
		margin:10% auto 4% auto;
	}
	#shop div dl div {
		font-size:14px;
	}
	#shop div dl div dt {
		width:30%;
	}
	#shop div dl div dt:before {}
	#shop div dl div dd {
		width:70%;
	}

	/*-----------------------------------------------------------------------------------------
		contact page
	-----------------------------------------------------------------------------------------*/

	#ttl {
		font-size:40px;
		font-weight:bold;
		text-align: center;
		margin:105px 0 70px 0;
		line-height:100%;
	}

		/*-- mailform --*/
	#mailForm {
		padding:4% 0;
		width:90%;
		margin:0 auto;
	}
	#mailForm-confirm,
	#mailForm-complete {
		position: relative;
		margin:0 auto;
		padding:0 2% 5% 2% !important;
		background:#fff;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}

	.bx-form dl div {
		display:block;
		padding:3% 2%;
		width:100%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.bx-form dl div dt {
		width:100%;
		position: relative;
		font-weight:700;
		font-size:16px;
		padding:2% 0;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	.bx-form dl div dt.h {
		padding-left:80px;
	}
	.bx-form dl div dt.h:after {
		top:8px;
		left:0;
		padding:1% 2%;
		font-size: 12px;
		line-height:20px;
		width:50px;
		text-align: center;
	}
	.bx-form dl div dd {
		width:100%;
	}

	/*-- input error  --*/
	.bx-form dl div dd div {
		position: absolute;
		top:75%;
		left:10px;
		visibility: hidden;
		line-height:25px;
		font-size:12px;
		font-weight:normal;
		padding:0 10px;
		display: inline-block;
		background:#ff0000;
		color:#fff;
	}

	/*-- input  --*/
	.bx-form dl div dd input[type="text"],
	.bx-form dl div dd input[type="email"],
	.bx-form dl div dd input[type="tel"] {
		padding:0 2%;
	}
	.bx-form dl div dd textarea {
		display: block;
		width:100%;
		height: 200px;
		padding:2%;
		margin-bottom:0;
	}

	/*-- confirm  --*/
	dl.confirm {
		margin-bottom:10%;
	}
	dl.confirm div {
		font-size:16px;
		line-height:150%;
		padding:3% 2%;
		border-bottom:1px solid #ccc;
	}
	dl.confirm div dd {
		padding-top:3%;
	}
	/*-- 送信ボタン --*/
	.send-box {
		margin:8% 0;
	}
	.send-box p {
		padding-left:25px;
		margin:0 auto 4% auto;
		font-size:15px;
		width:90%;
	}
	.send-box p:before {}
	.send-box input[type="submit"],
	.send-box button {
		height: 80px;
		line-height: 80px;
		font-size: 20px;
		width:80%;
		margin-bottom:10%;
		-webkit-transition:0s;
				transition:0s;
	}
	.send-box input[type="submit"]:hover,
	.send-box button:hover {
		-webkit-transition:0s;
				transition:0s;
	}

	/*-- 送信完了 --*/
	#complete {
		width:96%;
		margin:0 auto 10% auto;
		padding:7%;
		background:#fff;
		border-radius:0;
		-webkit-box-shadow:0 0 10px rgba(35,24,21,0);
				box-shadow:0 0 10px rgba(35,24,21,0);
	}
	#complete h2 {
		text-indent:inherit !important;
		font-size:20px;
		color:#231815;
		text-align: center;
		font-weight:700;
		margin-bottom:6%;
	}
	#complete h2:before {
		display: none;
	}
	#complete p {
		font-size:14px;
	}
	#complete p a {
		display: block;
		text-align: center;
		color:#231815;
	}
	.err {}
	.ttl-err {}
	.ttl-form {}
}