@charset "UTF-8";

main {
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(../img/common/pattern01.png);
	background-size: 3rem 3rem;
}
.limit-nav .pagetop,
.limit-nav .pagetop-hover {
	margin-bottom: 0 !important;
}

/* ==================================================

[ INDEX ] 

*/
.p-customize-index {
	position: relative;
}

.p-customize-index .wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 15rem;
}

@media screen and (max-width: 1220px) {
	.p-customize-index .wrapper {
		padding-bottom: 15rem;
	}
}

@media screen and (max-width: 781px) {
	.p-customize-index .wrapper {
		padding-bottom: 5rem;
	}
}

/* ==================================================

[ INDEX ] NAV

*/
.p-customize-index .nav {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	padding: 4rem 5rem 5rem 5rem;
}
.fixed-nav .p-customize-index .nav {
	position: fixed;
	top: 6rem;
}
.p-customize-index .nav ul {
	display: flex;
	gap: 0.6rem 0;
	margin: 0 -0.3rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
}
.p-customize-index .nav ul li {
	/*flex-basis: calc(100% / 14);*/
	padding: 0 0.3rem;
	width: 100%;
}
.p-customize-index .nav ul li a {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.8rem;
	height: 9rem;
	background-color: #FFF;
	transition: height 0.2s ease;
}
.p-customize-index .nav ul li a::before,
.p-customize-index .nav ul li a::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	inset: 0;
	box-shadow: inset 0rem 0rem #000;
	transition: box-shadow 0.2s ease;
}
.p-customize-index .nav ul li a > * {
	position: relative;
}
.p-customize-index .nav ul li span {
	display: block;
	margin: 0 auto;
	max-width: 8rem;
	height: 4rem;
}
.p-customize-index .nav ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.p-customize-index .nav ul li em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 0.2rem;
	min-height: 3em;
}
.p-customize-index .nav-spacer {
	height: 12rem;
}
.p-customize-index .nav-limiter {
	height: 0;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.p-customize-index .nav ul li a:hover::before {
		box-shadow: inset -0.5rem -0.5rem #000;
	}
	.p-customize-index .nav ul li a:hover::after {
		box-shadow: inset 0.5rem 0.5rem #000;
	}
}

@media screen and (min-width: 781px) {
	.p-customize-index .nav ul li a {
		height: 5.6rem;
	}
	.fixed-nav .p-customize-index .nav ul li a {
		height: 5.6rem;
	}
	.p-customize-index .nav ul li em {
		display: none;
	}
	.p-customize-index .nav ul li em {
		position: absolute;
		top: 5.4rem;
		left: 0;
	}
	.fixed-nav .p-customize-index .nav ul li em {
		opacity: 0;
	}
}
@media screen and (min-width: 1020px) {
	.p-customize-index .nav ul li a {
		height: 9rem;
	}
	.p-customize-index .nav ul li em {
		display: flex;
	}
}

@media screen and (max-width: 781px) {
	.customize-display-pc {
		display: none;
	}
	.p-customize-index .nav ul li {
		flex-basis: calc(100% / 7);
	}
	.p-customize-index .nav-spacer {
		height: 2rem;
	}
	.p-customize-index .nav {
		position: fixed !important;
		top: auto !important;
		bottom: 0;
		padding: 0 1rem 0 1rem;
	}
	.p-customize-index .nav ul {
		flex-wrap: wrap;
		gap: 0.2rem 0;
		margin: 0 -0.1rem;
	}
	.p-customize-index .nav ul li {
		padding: 0 0.1rem;
	}
	.p-customize-index .nav ul li a {
		display: block;
		padding: 0;
		height: 5rem;
	}
	.p-customize-index .nav ul li span {
		height: 3.6rem;
	}
	.p-customize-index .nav ul li em {
		position: absolute;
		left: -30%;
		right: -30%;
		bottom: -0.4em;
		margin-top: 0;
		width: auto;
		transform: scale(0.6);
	}
	.p-customize-index .nav-spacer {
		display: none;
	}
}

/* ==================================================

[ INDEX ] SECTION

*/
.p-customize-index .content > section {
	padding: 5rem 0 3rem 0;
}
@media (max-width: 781px) {
	.p-customize-index .content > section {
		padding: 2rem 0 1rem 0;
	}
}

/* ==================================================

[ INDEX ] HEADING

*/
.p-customize-index .heading {
	padding: 0 5rem;
}
.p-customize-index .heading em {
	display: block;
	font-family: en;
	font-weight: 700;
	font-size: 3.6rem;
}
.p-customize-index .heading .c-title::before,
.p-customize-index .heading .c-title::after {
	top: 0.06em;
}

@media screen and (max-width: 781px) {
	.p-customize-index .heading {
		padding: 0 2rem;
	}
	.p-customize-index .heading em {
		font-size: 2.4rem;
	}
}

/* ==================================================

[ INDEX ] LIST

*/
.p-customize-index {

}
.p-customize-index .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px 0 0;
	padding: 4rem 0 0 0;
}
.p-customize-index .list .item {
	width: 16.667%;
}
.p-customize-index .list .item .frame {
	position: relative;
	display: block;
	margin: 0 0 0 -1px;
	padding: 4rem 4rem 4rem 4rem;
	height: 100%;
	border: 1px solid #FFF;
	border-top: 0;
}
.p-customize-index .list .item .frame::after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #FFF;
}
.p-customize-index .list .item .c-thumb span {
	padding-top: 66.666%;
	height: 0;
}
.p-customize-index .list .item .c-thumb span img {
	position: absolute;
	top: 0;
	left: 0;
}
.p-customize-index .list .item .c-title {
	margin: 2rem 0 1rem 0;
	font-family: en;
}

@media screen and (max-width: 1800px) {
	.p-customize-index .list .item {
		width: 20%;
	}
}
@media screen and (max-width: 1340px) {
	.p-customize-index .list .item {
		width: 25%;
	}
}
@media screen and (max-width: 980px) {
	.p-customize-index .list .item {
		width: 33.334%;
	}
}
@media screen and (max-width: 781px) {
	.p-customize-index .list .item {
		width: 50%;
	}
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.p-customize-index .list .item .frame {
		position: relative;
		transition: box-shadow 0.3s ease;
	}
	.p-customize-index .list .item .frame:hover {
		z-index: 80;
		box-shadow: 0px 0px 4rem 0px rgba(0,0,0,0.5);
	}
}

@media screen and (max-width: 781px) {
	.p-customize-index .list {
		margin: 2rem -2px 0 0;
		padding: 0;
	}
	.p-customize-index .list .item {
		width: 50%;
	}
	.p-customize-index .list .item .frame {
		padding: 2rem 2rem 1.5rem 2rem;
	}
	.p-customize-index .list .item .c-thumb span {
		height: 10.6rem;
	}
	.p-customize-index .list .item .c-title {
		margin: 1rem 0 1rem 0;
	}
	.p-customize-index .nav-spacer {

	}
}

/* ==================================================

[ DETAIL ] 

*/
.p-customize-detail .kv {
	display: flex;
	justify-content: center;
	padding: 5rem 0 0 0;
}
.p-customize-detail .kv img {
	width: 100%;
	max-width: 100rem;
}
.p-customize-detail .wrapper {
	position: relative;
}
.p-customize-detail .category {
	position: absolute;
	z-index: 90;
	top: 0;
	left: 0;
	padding: 4rem 10rem 0 10rem;
	width: 100%;
}
.fixed-category .p-customize-detail .category {
	position: fixed;
	top: 6rem;
}
.p-customize-detail .category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1px;
	font-size: 1.3rem;
	line-height: 1.3;
}
.p-customize-detail .category ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 1em;
	height: 4.4rem;
	background-color: #FFF;
}
.p-customize-detail .category ul a span {
	display: block;
	position: relative;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.p-customize-detail .category ul a {
		background-color: #000;
	}
	.p-customize-detail .category ul a::before {
		content: '';
		display: block;
		position: absolute;
		inset: 0;
		background-color: #FFF;
		transition: inset 0.2s ease;
	}
	.p-customize-detail .category ul a:hover::before {
		inset: 0.5rem;
	}
}

@media (max-width: 781px) {
	.p-customize-detail .kv {
		padding: 0;
	}
	.p-customize-detail .category {
		padding: 0rem 7rem 0 0;
	}
	.p-customize-detail .category ul {
		font-size: 1.1rem;
		justify-content: flex-start;
	}
	.p-customize-detail .category ul a {
		height: 3.4rem;
	}
}

/* ==================================================

[ DETAIL ] SECTION

*/
.p-customize-detail section {
	padding: 8rem 0;
}
.p-customize-detail section h2 {
	margin-bottom: 5rem;
	padding: 0 5rem;
	font-weight: 700;
	font-size: 3.2rem;
}
.p-customize-detail section article:not(:last-child) {
	margin-bottom: 8rem;
}
.p-customize-detail section article h3 {
	margin-bottom: 2rem;
	padding: 0 5rem;
	font-weight: 700;
	font-size: 2.4rem;
}
.p-customize-detail section article .wrap + .wrap {
	padding-top: 5rem;
}
.p-customize-detail section article .wrap:not(:last-child) {
	margin-bottom: 8rem;
}
.p-customize-detail section article .gallery {
	position: relative;
}
.p-customize-detail section article .gallery.single {
	display: flex;
	justify-content: center;
}
.p-customize-detail section article .gallery .block {
	
}
.p-customize-detail section article .gallery .block .frame {
	margin-left: -1px;
	padding: 5rem;
	border: 1px solid #FFF;
}
.p-customize-detail section article .gallery .block .image {
	position: relative;
}
.p-customize-detail section article .gallery .block .image span {
	display: block;
	height: 30vw;
}
.p-customize-detail section article .gallery .block .image img {
	width: auto;
	height: 100%;
}
.p-customize-detail section article .gallery .block .image em {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(0deg,rgba(0,0,0,0.7) 60%,rgba(0,0,0,0) 100%);
	padding: 2.5rem 1rem 1rem 1rem;
	font-size: 1.4rem;
	color: #FFF;
}
.p-customize-detail section article .gallery .slick-arrow {
	position: absolute;
	bottom: 100%;
	right: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	width: 3.8rem;
	height: 3.8rem;
	background-color: #FFF;
	font-size: 2rem;
	color: #000;
}
.p-customize-detail section article .gallery .slick-prev {
	right: 10.8rem;
}
.p-customize-detail section article .gallery .slick-arrow i {
	position: relative;
}
.p-customize-detail section article .detail {
	padding: 0 5rem;
}
.p-customize-detail section article .article a {
	text-decoration: underline;
}
.p-customize-detail section article .text {
	position: relative;
	margin: 4rem 0 0 0;
	padding-left: 0.8rem;
	font-size: 1.6rem;
}
.p-customize-detail section article .text::before,
.p-customize-detail section article .text::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 1px;
	height: 1.6rem;
	background-color: #FFF;
}
.p-customize-detail section article .text::after {
	height: 0.8rem;
	background-color: #C00;
}
.p-customize-detail section article .text p:not(:last-child) {
	margin-bottom: 1rem;
}
.p-customize-detail section article .article {
	margin: 4rem 0 0 0;
	font-size: 1.6rem;
}
.p-customize-detail section article .article p:not(:last-child) {
	margin-bottom: 1rem;
}
.p-customize-detail section article .article .wp-embedded-content {
	width: 100% !important;
}
.p-customize-detail section article .foot {
	display: flex;
	justify-content: center;
	margin: 5rem 0 0 0;
}
.p-customize-detail section article .foot a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF;
}
.p-customize-detail section article .foot a i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00;
}

.p-customize-detail section:nth-child(even) {
	background-repeat: repeat;
	background-image: url(../img/common/pattern02.png);
	background-size: 3rem 3rem;
	color: #FFF;
}
.p-customize-detail section:nth-child(even) article .gallery .block .frame {
	border-color: #333;
}
.p-customize-detail section:nth-child(even) .u-button-w {
	background-color: #FFF;
	color: #000;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.p-customize-detail section article .gallery .slick-arrow {
		background-color: #000;
	}
	.p-customize-detail section article .gallery .slick-arrow::before {
		content: '';
		display: block;
		position: absolute;
		inset: 0;
		background-color: #FFF;
		transition: inset 0.2s ease;
	}
	.p-customize-detail section article .gallery .slick-arrow:hover::before {
		inset: 0.5rem;
	}
}

@media (max-width: 781px) {
	.p-customize-detail section {
		overflow: hidden;
		padding: 4rem 0 4rem 0;
	}
	.p-customize-detail section h2 {
		margin-bottom: 2rem;
		padding: 0 2rem;
		font-size: 2.6rem;
	}
	.p-customize-detail section article:not(:last-child) {
		margin-bottom: 5rem;
	}
	.p-customize-detail section article h3 {
		margin-bottom: 2rem;
		padding: 0 10rem 0 2rem;
		font-size: 1.8rem;
	}
	.p-customize-detail section article .wrap + .wrap {
		padding-top: 2rem;
	}
	.p-customize-detail section article .wrap:not(:last-child) {
		margin-bottom: 7rem;
	}
	.p-customize-detail section article .gallery {
	}
	.p-customize-detail section article .gallery .block .frame {
		padding: 2rem;
	}
	.p-customize-detail section article .gallery .block .image span {
		height: 36vw;
	}
	.p-customize-detail section article .gallery .block .image img {
		width: auto;
		height: 100%;
	}
	.p-customize-detail section article .gallery .block .image em {
		padding: 2rem 1rem 0.6rem 1rem;
		font-size: 1.0rem;
	}
	.p-customize-detail section article .gallery .slick-arrow {
		right: 2rem;
		margin-bottom: 2rem;
		width: 3rem;
        height: 3rem;
        font-size: 1.6rem;
	}
	.p-customize-detail section article .gallery .slick-prev {
		right: 6rem;
	}
	.p-customize-detail section article .gallery .slick-arrow i {
		position: relative;
	}
	.p-customize-detail section article .detail {
		padding: 0 2rem;
	}
	.p-customize-detail section article .text {
		margin: 2rem 0 0 0;
	}
	.p-customize-detail section article .article {
		margin: 2rem 0 0 0;
		font-size: 1.4rem;
	}
	.p-customize-detail section article .article iframe {
		width: 100% !important;
	}
	.p-customize-detail section article .foot {
		margin: 3rem 0 0 0;
	}
}

/* ==================================================

[ FORM ] 

*/
.p-customize-form .content {
	padding: 5rem 5rem 10rem 5rem;
}
.p-customize-form .heading {
	margin-bottom: 3rem;
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}
.p-customize-form .subhead {
	margin-bottom: 3rem;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
@media (max-width: 781px) {
	.p-customize-form .content {
		padding: 3rem 2rem 5rem 2rem;
	}
	.p-customize-form .heading {
		margin-bottom: 2rem;
		font-size: 2.6rem;
	}
	.p-customize-form .subhead {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}

/* ==================================================

[ FORM ] SHOP

*/
.p-customize-form .shop {
	text-align: center;
}
.p-customize-form .shop .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -1px;
}
.p-customize-form .shop .block {
	flex-basis: 33.333%;
	margin: -1px 0 0 -1px;
	padding: 3rem 0;
	border: 1px solid #FFF;
}
.p-customize-form .shop .block h4 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
}
.p-customize-form .shop .block .add {
	margin: 0 0 1rem 0;
	font-size: 1.2rem;
}
.p-customize-form .shop .block .add br {
	display: none;
}
.p-customize-form .shop .block p {
	font-size: 30px;
	line-height: 1;
}
.p-customize-form .shop .block p span {
	padding-right: 5px;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.p-customize-form .shop .block {
		flex-basis: 50%;
	}
}
@media (max-width: 781px) {
	.p-customize-form .shop .row {
		display: block;
	}
	.p-customize-form .shop .block {
		margin: -1px 0 0 0;
		padding: 1.5rem 0;
	}
}

/* ==================================================

[ FORM ] PARTS

*/
.p-customize-form .parts {
	margin: 3rem 0 4rem 0;
	text-align: center;
}
.p-customize-form .parts .image img {
	display: block;
	margin: 0 auto;
	width: 42rem;
}
.p-customize-form .parts h4 {
	margin-top: 2rem;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
}
.p-customize-form .parts h5 {
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media (max-width: 781px) {
	.p-customize-form .parts .image img {
		width: 100%;
	}
	.p-customize-form .parts h4 {
		font-size: 2rem;
	}
	.p-customize-form .parts h5 {
		font-size: 1.4rem;
	}
}

/* ==================================================

[ FORM ] INPUT

*/
.p-customize-form .form-input {
	padding: 6rem 0 0 0;
}
.p-customize-form .form-input select,
.p-customize-form .form-input textarea,
.p-customize-form .form-input input[type="text"] {
	display: block;
	padding: 1.5rem 2rem;
	width: 100%;
	background-color: #FFF;
	border-radius: 0.5rem;
	font-size: 1.6rem;
	line-height: normal;
}
.p-customize-form .form-input select {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(../img/common/form-select.svg);
	background-size: 4rem 1rem;
}
.p-customize-form .form-input input[type="radio"] {
	margin-top: -0.16rem;
	width: 2.4rem;
	height: 2.4rem;
	background-color: #FFF;
	border: 0.8rem solid #FFF;
	border-radius: 50%;
}
.p-customize-form .form-input input[type="radio"]:checked {
	border-color: #000;
}
.p-customize-form .form-input .message {
	text-align: center;
	font-size: 1.8rem;
}
.p-customize-form .form-input .error {
	margin: 3rem 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	color: #C00;
	letter-spacing: 0.1em;
}
.p-customize-form .form-input .items {
	margin: 0 auto;
	max-width: 88rem;
}
.p-customize-form .form-input .items .row {
	display: flex;
	margin-bottom: 3rem;
}
.p-customize-form .form-input .items .title {
	display: flex;
	gap: 1rem;
	flex-basis: 20rem;
	padding-top: 1.8rem;
}
.p-customize-form .form-input .items .title .must span {
	display: block;
	padding: 0.4rem 0.5rem 0.3rem 0.5rem;
	background-color: #C00;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.3;
}
.p-customize-form .form-input .items .block {
	flex: 1;
	padding-left: 3rem;
}
.p-customize-form .form-input .items .inline {
	display: flex;
	gap: 4rem;
	margin-top: 2rem;
}
.p-customize-form .form-input .items .inline label {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.p-customize-form .form-input .items .row-textarea01 {
	align-items: center;
}
.p-customize-form .form-input .items .row-textarea01 .title {
	padding: 0;
}
.p-customize-form .form-input .items .row-textarea01 textarea {
	height: 10rem;
}
.p-customize-form .form-input .items .row-textarea02 textarea {
	height: 18rem;
}
.p-customize-form .form-input .items .alert {
	margin: 0.5rem 0 0 0;
	color: #C00;
}
@media (max-width: 781px) {
	.p-customize-form .form-input select,
	.p-customize-form .form-input textarea,
	.p-customize-form .form-input input[type="text"] {
		padding: 1rem 1rem;
		font-size: 1.4rem;
	}
	.p-customize-form .form-input select {
		min-height: 4.2rem;
	}
	.p-customize-form .form-input .message {
		font-size: 1.6rem;
	}
	.p-customize-form .form-input .items .row {
		display: block;
		margin-bottom: 2rem;
	}
	.p-customize-form .form-input .items .title {
		padding-top: 0;
	}
	.p-customize-form .form-input .items .block {
		flex: 1;
		margin-top: 1rem;
		padding-left: 0;
	}
	.p-customize-form .form-input .items .row-textarea01 textarea {
		height: 14rem;
	}
	.p-customize-form .form-input .items .row-textarea02 textarea {
		height: 24rem;
	}
}

/* ==================================================

[ FORM ] INPUT

*/
.p-customize-form .form-confirm .message {
	text-align: center;
}
.p-customize-form .form-confirm .items {
	margin: 0 auto;
	max-width: 88rem;
	line-height: 1.9;
}
.p-customize-form .form-confirm .items .row {
	display: flex;
	padding: 2.5rem 0;
	border-bottom: 1px solid #FFF;
}
.p-customize-form .form-confirm .items .title {
	display: flex;
	gap: 1rem;
	flex-basis: 20rem;
}
.p-customize-form .form-confirm .items .title .must {
	margin-top: 0.16em;
}
.p-customize-form .form-confirm .items .title .must span {
	display: block;
	padding: 0.4rem 0.5rem 0.3rem 0.5rem;
	background-color: #C00;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.3;
}
.p-customize-form .form-confirm .items .block {
	flex: 1;
	padding-left: 3rem;
}
@media (max-width: 781px) {
	.p-customize-form .form-confirm .items .row {
		display: block;
		padding: 2rem 0;
	}
	.p-customize-form .form-confirm .items .row:first-child {
		padding-top: 0;
	}
	.p-customize-form .form-confirm .items .block {
		margin-top: 1rem;
		padding-left: 0;
	}
}

/* ==================================================

[ FORM ] FOOT

*/
.p-customize-form .foot {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	margin-top: 5rem;
}
.p-customize-form .foot .btn-submit {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF;
}
.p-customize-form .foot .btn-submit i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00;
}
.p-customize-form .foot .btn-back {
	position: relative;
}
.p-customize-form .foot .btn-back i {
	position: absolute;
	top: 50%;
	right: 100%;
	margin: -1rem 0.5rem 0 0;
	font-size: 2rem;
	color: #C00;
	transform: rotate(180deg);
}

/* ==================================================

[ FORM ] COMPLETE

*/
.p-customize-form .form-complete {
	margin-bottom: 6rem;
}
.p-customize-form .form-complete .lead {
	text-align: center;
	line-height: 1.8;
}