.space_30 {
	height: 30px;
}

.space_18 {
	height: 18px;
}

.howtoshop-page {
	min-height: 450px;
}

.howtoshop-page .page-title, .faq-page .page-title {
	z-index: 1;
	width: 100%;
	border-top: 1px solid #E7E7E7;
	margin-bottom: 40px;
	text-align: center;
}

.howtoshop-page .page-title h1, .faq-page .page-title h1 {
	font-family: 'Prompt';
	font-size: 42px;
	font-weight: 600;
	color: #0867B2;
	letter-spacing: -1px;
	margin-top: 40px;
}

.howtoshop-page .accordion {
	padding-left: 25px;
	padding-right: 20px;
}

.howtoshop-page .accordion .title {
	color: #333333;
	font-weight: bold;
	padding-top: 20px !important;
	padding-bottom: 0px;
	cursor: pointer;
}

.howtoshop-page .accordion .content.active {
	color: #515356;
}

.howtoshop-page .topic-1 {
	padding-top: 15px;
}

.howtoshop-page .topic-1 h4 {
	font-family: 'Prompt';
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 0;
}

.howtoshop-page .topic-1 span {
	display: block;
	font-size: 16px;
	color: #9B9B9B;
	text-align: center;
	padding: 5px;
	margin-bottom: 40px;
}

.howtoshop-page .topic-1+p {
	font-size: 16px;
	line-height: 1.5;
	text-indent: 28px;
}

.howtoshop-page .separate-line {
	margin-top: 20px;
	border-bottom: solid 1px #DDDDDD;
}

.howtoshop-page .topic-2 {
	padding: 0px;
	color: #515356;
}

.howtoshop-page .topic-2 .topic-2-title {
	line-height: 1.5;
	text-indent: 28px;
	padding-top: 15px;
}

.howtoshop-page .topic-2 ol {
	padding-left: 50px;
}

.howtoshop-page .topic-2 ol li {
	margin-bottom: 8px;
}

.howtoshop-page .topic-3 {
	padding: 0px;
	color: #515356;
}

.howtoshop-page .topic-3 div {
	line-height: 1.5;
	text-indent: 28px;
	padding-top: 15px;
}

.faq-page {
	min-height: 450px;
}

.faq-page h2 {
	font-family: 'Prompt';
	padding-right: 20px;
	font-size: 24px;
	color: #333333;
	letter-spacing: -0.6px;
	font-weight: 600;
	line-height: 24px;
}

.faq-page .title {
	color: #333333;
	font-weight: bold;
	padding-top: 20px !important;
	padding-bottom: 0px;
	cursor: pointer;
}

.faq-page .accordion .content {
	padding: 0px;
	color: #515356;
}

.faq-page .accordion .content>div {
	line-height: 1.5;
	text-indent: 28px;
	padding-top: 10px;
}

.faq-page .line-seperate {
	margin-top: 20px;
	border-bottom: solid 1px #dddddd;
}

.faq-page .link-homepro {
	color: #ec7205;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	body {
		background-color: #FFFFFF !important;
	}
	.howtoshop-page .ui.accordion .title:not(.ui), .faq-page .ui.accordion .title:not(.ui)
		{
		font-family: 'Prompt', sans-serif !important;
		font-size: 16px !important;
	}
	.howtoshop-page #content, .faq-page #content {
		margin-top: 67px;
	}
	.howtoshop-page .wrapper, .faq-page .wrapper {
		margin: 12px;
	}
	.howtoshop-page .content {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 14px;
	}
	.howtoshop-page .topic-1 {
		font-size: 14px;
	}
	.howtoshop-page .topic-1 .topic-text {
		padding-left: 10px;
	}
	.howtoshop-page .topic-1 h4 {
		font-family: 'Prompt';
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 14px;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
	}
	.howtoshop-page .topic-1-remark {
		text-indent: 30px;
		margin-top: 20px;
	}
	.howtoshop-page .line-seperate {
		margin-top: 8px;
		border-bottom: solid 1px #DDDDDD;
	}
	.howtoshop-page .topic-2 ol li {
		margin-bottom: 8px;
		font-style: italic;
	}
	.howtoshop-page .topic-3 {
		text-indent: 20px;
	}
	.faq-page .line-seperate {
		margin-top: 8px;
		border-bottom: solid 1px #DDDDDD;
	}
	.faq-page .content {
		margin-left: 8px;
		margin-right: 8px;
	}
	.faq-page .content>div {
		text-indent: 20px;
		margin-top: 8px;
	}
	.faq-page .accordion-header {
		margin-top: 18px;
	}
}