.lp-form-new * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-form-new {
	overflow: hidden;
}

.lp-form-new {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.lp-form-new__row {
    flex-wrap: wrap;
    justify-content: center;
}

.lp-form-new .lp-form-tpl {
	width: 100%;	
}


.lp-form-new .lp-form-tpl__button {
    letter-spacing: .01em;
    width: auto;
}

.lp-form-new ._center .lp-form-tpl__button-wrapper {
	text-align: center;
}

.lp-form-new ._left .lp-form-tpl__button-wrapper {
	text-align: left;
}

.lp-form-new ._right .lp-form-tpl__button-wrapper {
	text-align: right;
}


.lp-form-new._center .lp-form-new__form form {
	justify-content: center;
}
.lp-form-new._left .lp-form-new__form form {
  justify-content: flex-start;  
}

.lp-form-new._right .lp-form-new__form form {
  justify-content: flex-end;  
}

.lp-form-new._right .lpc-col-10-lg,
.lp-form-new._left .lpc-col-10-lg {
	width: 100%;  
}

.lp-form-new--bg {
	background-color: var(--primary-color-a-01);
}

.lp-form-new .lp-block-bg_item {
	border-radius: inherit;
	border: inherit;
}

@media all and (max-width: 599px) {
	.lp-form-new .lp-form-tpl__button {
		width: 100%;
	}
	.lp-form-new .lp-form-tpl__button-wrapper {
	    order: 1;
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	.lp-form-new .lp-form-tpl__button-wrapper,
	 .lp-form-new .lp-form-tpl__item._type-checkbox {
	    width: 100%;
	}
	.lp-form-new._left .lp-form-new__title-wrap {
	  margin-bottom: 22px;
	}
	.lp-form-new__form form {
		display: flex;
		flex-direction: column;
	}
}

@media all and (min-width: 600px) {
	.lp-form-new .lp-form-tpl__button {
		width: 100%;
	}
	.lp-form-new .lp-form-tpl__button-wrapper {
	    order: 1;
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	.lp-form-new .lp-form-tpl__button-wrapper,
	 .lp-form-new .lp-form-tpl__item._type-checkbox {
	    width: 100%;
	}
	.lp-form-new._left .lp-form-new__title-wrap {
	  margin-bottom: 22px;
	}
	.lp-form-new__form form {
		display: flex;
		flex-direction: column;
	}
}

@media all and (min-width: 960px) {
	.lp-form-new .lp-form-tpl__button-wrapper {
		padding-top: 12px;
		width: 100%;
	}
	.lp-form-new__form form {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin-right: -12px;
	    margin-left: -12px;
	}
	.lp-form-new .lp-form-tpl__item, .lp-form-new .lp-form-tpl__button-wrapper {
		width: calc((100% - 72px)/3);
	    margin-right: 12px;
	    margin-left: 12px;
	}
	.lp-form-new .lp-form-tpl__item._type-checkbox, 
	.lp-form-new .lp-form-tpl__button-wrapper._type-checkbox {
	    width: 100%;
	}
	.lp-form-new .lp-form-tpl__item._type-checkbox {
	    order: 1;
	}
	.lp-form-new .lp-form-tpl__button-wrapper {
		width: 100%;
	}
	.lp-form-new .lp-form-tpl__item {
	    width: calc((100% - 72px)/3);
	}
	.lp-form-new .lp-form-tpl__item._type-checkbox, 
	 .lp-form-new .lp-form-tpl__button-wrapper._type-checkbox {
	    width: 100%;
	}
	.lp-form-new__form form {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	}
	.lp-form-new .two_columns .lp-form-tpl__item {
		width: calc((100% - 64px)/2);
	}
	.lp-form-new .lp-form-tpl__item._type-checkbox._personal-bottom, 
	.lp-form-new .lp-form-tpl__button-wrapper {
	    width: 100%;
	}
	.lp-form-new._left .lp-form-tpl__button-wrapper {
		text-align: left;
	}
	.lp-form-new._center .lp-form-tpl__button-wrapper {
		text-align: center;
	}
	.lp-form-new._right .lp-form-tpl__button-wrapper {
		text-align: right;
	}
	.lp-form-new._right .lp-form-tpl__item._type-checkbox {
	  text-align: right;
	}
	.lp-form-new._center .lp-form-tpl__item._type-checkbox {
	  text-align: center;
	}
	.lp-form-new ._left .lp-form-new__form{
	    justify-content: flex-start;  
	}
	.lp-form-new ._right .lp-form-new__form{
	    justify-content: flex-end;  
	}
	._right .lp-form-tpl__item._type-checkbox {
		text-align: inherit;  
	}
	.lp-form-new__form form {
		display: flex;
		flex-wrap: wrap;
	}
}


@media all and (min-width: 1200px) {
	.lp-form-new .lp-form-tpl__button-wrapper {
		padding-top: 12px;
		width: 100%;
	}
	.lp-form-new .lp-form-tpl__button {
	    letter-spacing: .01em;
	    width: auto;
	}
	.lp-form-new__form form {
	    display: flex;
	    flex-wrap: wrap;
	    margin-right: -16px;
	    margin-left: -16px;
	}
	.lp-form-new .lp-form-tpl__button-wrapper {
	    padding-top: 6px;
	    padding-bottom: 6px;
	}
	.lp-form-new .lp-form-tpl__item, 
	.lp-form-new .lp-form-tpl__button-wrapper {
	    width: calc((100% - 96px)/3);
	    margin-right: 16px;
	    margin-left: 16px;
	}
	.lp-form-new .two_columns .lp-form-tpl__item {
		width: calc((100% - 64px)/2);
	}
	.lp-form-new .four_columns .lp-form-tpl__item {
		width: calc((100% - 128px)/4);
	}
	.lp-form-new .lp-form-tpl__button-wrapper {
		width: calc(100% - 24px);	
	}
	.lp-form-new .three_columns .lp-form-tpl__item {
	    width: calc((100% - 96px)/3);
	}
}

.lp-form-new .lp-form-tpl__button-wrapper {
	order: 2;
}
.lp-form-new ._type-checkbox._personal-bottom {
	padding: 0 0 8px;
}
._center .lp-form-new__title-wrap {
	text-align: center;
}

.lp-card-style {
	border: 1px solid var(--text-color-a-01);
}

.lp-off-border {
	border: none;
	background-color: var(--content-background-lp);
}