.btn-accordion {
	align-items: center;
	background: #222;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	height: 56px;
	justify-content: center;
	padding: 8px;
	position: relative;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}

.btn-accordion::after {
	align-items: center;
	content: '';
	display: flex;
	position: absolute;
	right: 8px;
}

.btn-accordion,
.btn-accordion::after {
	cursor: pointer;
}

.btn-accordion::after {
	height: 13px;
	width: 24px;
}

.btn-accordion.lazyloaded::after {
	/*
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyA5Ij4KICA8cGF0aCBkPSJNOC41LDlDOC42NCw5LDE3LDEuMjgsMTcsMS4yOEwxNS41OSwwTDguNSw2LjIzTDEuNDEsMEwwLDEuMjgJQzAsMS4yOCw4LjM2LDksOC41LDl6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K') right center no-repeat;
	*/
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff' %3E%3Cpath d='M8.5 9C8.64 9 17 1.28 17 1.28L15.59 0 8.5 6.23 1.41 0 0 1.28S8.36 9 8.5 9z'/%3E%3C/svg%3E") right center no-repeat;
}

.btn-accordion {
	color: #fff;
}

.btn-accordion:hover {
	background: #f3e929;
	color: #222;
	text-decoration: none;
}

.btn-accordion:active {
	background: #f6f6a2;
	color: #222;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.btn-accordion {
		margin-left: auto;
		margin-right: auto;
		padding: 16px;
	}
	
	.btn-accordion {
		height: 80px;
		width: 468px;
	}
	
	.btn-accordion::after {
		right: 16px;
	}
}




.box-accordion {
	position: relative;
	z-index: 1;
}

.box-accordion input {
	display: none;
}

.box-accordion input:checked + label {
	display: none;
}

.box-accordion .ac-container {
	max-height: 0;
	overflow: hidden;
}

.box-accordion .ac-container,
.box-accordion input:checked ~ .ac-container {
	transition: all 1.6s ease-out;
}

.box-accordion input:checked ~ .ac-container {
	max-height: 28000px;
}




.icon {
	height: 64px;
}

.icon-circle,
.icon-circle-flow,
.icon-circle-reason,
.icon-circle-faq {
	align-items: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.icon-circle {
	background: #f0f0f0;
	height: 120px;
	width: 120px;
}

.icon-circle-flow {
	background: #f3e929;
	height: 36px;
	width: 36px;
}

.icon-circle-reason {
	background: #f3e929;
	height: 48px;
	width: 48px;
}

.icon-circle-faq {
	background: #f0f0f0;
	height: 48px;
	width: 48px;
}




.nav-btn {
	display: flex;
}

.btn-instagram,
.btn-x {
	align-items: center;
	border-radius: 48px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 48px;
}

.btn-instagram::before{
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
	content: '';
	height: 48px;
	left: -12px;
	position: absolute;
	top: 24px;
	width: 48px;
}

.btn-instagram {
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	position: relative;
}

.btn-x {
	background: #000;
}

.icon-svg {
	position: relative;
	z-index: 2;
}

.icon-x {
	width: 30px;
	height: 31px
}




.btn,
.btn-coupon {
	align-items: center;
	background: #222;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
}

.btn {
	background: #222;
	height: 56px;
	padding: 8px;
}

.btn-coupon {
	background: #e50000;
	height: 64px;
	padding: 16px 8px;
}

.btn:hover,
.btn-coupon:hover {
	background: #f3e929;
	color: #222;
}

.btn:active,
.btn-coupon:active {
	background: #f6f6a2;
	color: #222;
}

.img-thumb {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.img-eyecatch {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.icon {
		height: 88px;
	}
	
	.icon-circle,
	.icon-circle-flow,
	.icon-circle-reason,
	.icon-circle-faq {
		margin-left: auto;
		margin-right: auto;
	}
	
	.icon-circle {
		height: 184px;
		margin-bottom: 3.2rem;
		width: 184px;
	}
	
	.icon-circle-flow {
		height: 44px;
		width: 44px;
	}
	
	.icon-circle-reason,
	.icon-circle-faq {
		height: 88px;
		width: 88px;
	}
	
	.btn,
	.btn-coupon {
		height: 80px;
		padding: 16px;
		width: 468px;
	}
	
	.img-thumb {
		height: 332px;
		width: 468px;
		/*
		height: 324px;
		width: 456px;
		*/
	}
}




.block-beforeafter {
	width: 100%;
}

.block-coupon {
	align-items: center;
	background: #e50000;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 16px;
	text-align: center;
	width: 100%;
}

.block-example {
	border: 1px solid #222;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	width: 72%;
}

.block-faq {
	display: flex;
}

.block-flow {
	display: flex;
}

.block-flow-right {
	padding-left: 8px;
	width: calc( 100% - 36px );
}

.block-flow-thumb {
	display: flex;
}

.block-footer {
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	margin-left: auto;
	margin-right: auto;
}

.block-reason {
	align-items: center;
	display: flex;
}

.block-reason-right {
	padding-left: 8px;
	width: calc( 100% - 48px );
}

.block-service-content {
	display: flex;
	flex-wrap: wrap;
}

.block-service-feature {
	margin-left: auto;
	width: calc( 100% - 136px );
}

.block-service-reverse {
	display: flex;
	flex-direction: column;
}

.block-service-thumb {
	display: flex;
	flex-direction: column;
}

.block-thumb {
	box-sizing: border-box;
	width: 50%;
}

@media screen and (min-width: 768px) {
	.block-beforeafter {
		width: 468px;
	}
	
	.block-coupon {
		padding: 24px;
	}
	
	.block-example {
		padding: 24px;
		width: 50%;
	}
	
	.block-faq {
		align-items: center;
	}
	
	.block-flow-thumb {
		margin-right: 24px;
		width: 468px;
	}
	
	.block-flow-right {
		padding-left: 16px;
	}
	
	.block-footer {
		flex-direction: row;
		padding: 0;
		width: 960px;
	}
	
	.block-footer-content {
		width: 320px;
	}
	
	.block-reason-right {
		padding-left: 16px;
	}
	
	.block-service {
		display: flex;
		flex-wrap: wrap;
	}
	
	.block-service-content {
		display: inline-block;
		width: 468px;
	}
	
	.block-service-feature {
		margin-left: auto;
		width: 100%;
	}
	
	.block-service-reverse {
		flex-direction: row-reverse;
	}
	
	.block-service-right {
		padding-right: 24px;
		width: calc( 100% - 184px );
	}
	
	.block-service-thumb {
		flex-direction: row;
	}
}

.a-footer:hover {
	color: #f3e929;
}

.a-footer:active {
	color: #f6f6a2;
}

.table {
	width: 100%;
}

.th-bg {
	background: #f0f0f0;
	border-bottom: 1px solid #222;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.td-bg {
	border-bottom: 1px solid #222;
	padding: 4px;
	vertical-align: middle;
}

.td-width-ladies {
	width: 70px;
}

.td-width-mens {
	width: 75px;
}

.list {
	list-style-type: disc;
	margin-left: 18px;
}

.list-num {
	list-style-type: decimal;
	margin-left: 26px;
}

.iframe {
	height: 160px;
	width: 100%;
}

.footer {
	background: #222;
	color: #fff;
	padding: 16px 0 48px 0;
}

@media screen and (min-width: 768px) {
	.table {
		width: 960px;
	}
	
	.th-bg,
	.td-bg {
		padding: 16px;
	}
	
	.list {
		margin-left: 28px;
	}
	
	.list-num {
		margin-left: 38px;
	}
	
	.iframe {
		height: 480px;
		width: 960px
	}
	
	.footer {
		padding: 40px 0;
	}
}




.pagination {
	display: flex;
	flex-direction: column;
}

.page-numbers {
	align-items: center;
	background: #222;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-right: 16px;
	min-width: 32px;
	padding: 8px;
}

.page-numbers:last-child {
	margin: 0;
}

.page-numbers:link {
	color: #fff;
}

.page-numbers:hover {
	background: #f3e929;
	color: #222;
}

.current,
.current:hover {
	background: #f0f0f0;
}

.current,
.prev {
	margin-bottom: .8rem;
}

@media screen and (min-width: 768px) {
	.pagination {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.pagination-left,
	.pagination-right {
		width: 468px;
	}
	
	.page-numbers {
		height: 56px;
		margin-right: 24px;
		padding: 16px;
	}
	
	.current,
	.current:hover {
		font-weight: bold;
	}
	
	.current,
	.prev {
		margin-bottom: 0;
	}
}





.a-pagetop {
	background: #222;
	border: 1px solid #fff;
	bottom: 64px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 1.1rem;
	height: 48px;
	letter-spacing: .04rem;
	line-height: 1.2rem;
	padding: 10px 0 0 0;
	position: fixed;
	right: 8px;
	text-align: center;
	text-decoration: none;
	width: 48px;
	z-index: 10;
}

.a-pagetop::before {
	align-items: center;
	/*
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyA5Ij4KICA8cGF0aCBkPSJNOC41LDBDOC42NCwwLDE3LDcuNzIsMTcsNy43MkwxNS41OSw5TDguNSwyLjc3TDEuNDEsOUwwLDcuNzIJQzAsNy43Miw4LjM2LDAsOC41LDB6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K') center center no-repeat;
	*/
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill-rule='evenodd' clip-rule='evenodd' fill='%23ffffff' %3E%3Cpath d='M8.5 9C8.64 9 17 1.28 17 1.28L15.59 0 8.5 6.23 1.41 0 0 1.28S8.36 9 8.5 9z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 16px 10px;
	content: '';
	display: flex;
	height: 10px;
	justify-content: center;
	margin-bottom: 4px;
	transform: rotate(180deg);
	width: 48px;
}

.a-pagetop:link,
.a-pagetop:visited {
	color: #fff;
}

.a-pagetop:hover {
	background: #f3e929;
	color: #222;
}

.a-pagetop:active {
	background: #f6f6a2;
}

@media screen and (min-width: 768px) {
	.a-pagetop {
		bottom: 24px;
		font-size: 1.2rem;
		height: 64px;
		letter-spacing: 0;
		line-height: 1;
		padding: 16px 0 0 0;
		right: 24px;
		width: 64px;
	}
	
	.a-pagetop::before {
		background-size: 24px 13px;
		height: 13px;
		margin-bottom: 8px;
		width: 64px;
	}
}