#section_survey .section_survey {
  margin: 60px auto 0 !important;
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-design-section {
	margin-top: 70px
}
@media screen and (max-width: 768px) {
	.p-design-section {
		margin-top: 70px
	}
}
.p-design-sub-section {
	margin-top: 40px
}
@media screen and (max-width: 768px) {
	.p-design-sub-section {
		margin-top: 40px
	}
}
.p-design-sub-section > * + * {
	margin-top: 20px
}
.p-design-stack > * {
	margin-top: 80px
}
@media screen and (max-width: 768px) {
	.p-design-stack > * {
		margin-top: 60px
	}
}
.p-design-gallery-stack > * {
	margin-top: 70px
}

.c-box-button {
    margin-top: 40px;
	padding: 0 20px;
    text-align: center;
	width: 80%;
	background-color: aqua;
}
.pic_full.p-design-gallery .c-card__image{
	border: none;
}
@media screen and (max-width: 768px) {
.pic_full.p-design-gallery .c-card__image{
	border-radius: 0; 
}
.pic_full.p-design-gallery .c-card__text{
	padding: 0 30px;
}
}

.p-design-gallery-stack__modal-image {
	position: relative;
	cursor: pointer;
}
.p-design-gallery-stack__modal-image::after {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(/auto/common/images/icon/icon_zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.p-design-color__link--flex a {
	min-width: 250px;
}

@media screen and (max-width: 768px) {
	.p-design-color__link--flex a {
		min-width: auto;
		width: 100%;
	}		
}

@media screen and (max-width: 768px) {
.p-design-color-chip__stack{
	margin-top: 15px;
	width: auto;
	}		
.p-design-color-chip__stack.interior_collor{
	margin-top: 30px;
	}		
}
@media screen and (min-width: 769px) {
.c-grid.js-change-color .p-design-color-chip__stack {
	margin-top: 55px;
	}		
}
.js-color-caption span{
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
.js-color-caption span.is-active{
	display: block;
}
.js-color-slider-caption span{
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
.js-color-slider-caption span.is-active{
	display: block;
}

/* */
.p-subvisual {
	margin-top: 40px;
	margin-bottom: 70px;
	display: flex;
}

.p-subvisual picture {
	flex: 0 0 calc(50% - 10px);
	margin-right: 20px;
}

.p-subvisual picture:last-child {
	margin-right: 0;
}

.p-subvisual img {
	width: 100%;
}




.c-slider.sustainable-slider .swiper:not(.swiper-initialized) .swiper-wrapper{
	margin-right: -15px;
	margin-left: -15px;
	width: calc(100% + 30px);
}


.c-slider.sustainable-slider .swiper:not(.swiper-initialized) .swiper-slide{
	padding: 0 15px;
}

.c-slider.sustainable-slider .swiper:not(.swiper-initialized) .swiper-slide:first-child{
	position: relative;
}


/* .c-slider.sustainable-slider .swiper:not(.swiper-initialized) .swiper-slide:first-child:after{
	content:"";
	width: 12px;
	height: 22px;
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/icon_arrow_right.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} */


.c-card__image{
	/* position: relative; */
}

.c-card__image .icon-arrow{
	position: relative;
	width: 12px !important;
	height: 22px;
	position: absolute;
	right: -6px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}



@media screen and (max-width: 768px) {

	.c-card__image .icon-arrow{
		position: relative;
		width: 10px !important;
		height: 18px;
		position: absolute;
		right: -12px;
		top: 50%;
		display: block;
		transform: translateY(-50%);
	}


}