.design-detail {
	padding: 0 0 160px;
}

@media screen and (max-width: 736px) {
	.design-detail {
		padding: 0 0 60px;
	}
}

.design-detail .box {
	margin-bottom: 135px
}

@media screen and (max-width: 736px) {
	.design-detail .box {
		margin-bottom: 60px;
	}
}

.design-detail .box.other {
	margin-bottom: 0;
}

.design-detail .box .image-wrap {
	background-color: #282828;
	line-height: 1;
	margin-bottom: 35px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.design-detail .box .image-wrap {
		margin-bottom: 20px;
	}

	.design-detail .box .image-wrap img {
		margin: 0;
		width: 100%;
	}
}

.design-detail .box .name {
	color: #fff;
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.4em;
	margin-bottom: 110px;
	text-align: center;
	text-indent: 0.4em;
	text-shadow: 0px 0px 5px #fff;
}

@media screen and (max-width: 736px) {
	.design-detail .box .name {
		font-size: 13px;
		margin-bottom: 50px;
		letter-spacing: 0.4em;
		text-indent: 0.4em;
	}
}

@media screen and (max-width: 736px) {
	.design-detail .box .headding-quaternary {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin: 0 20px 35px;
		text-indent: 0.1em
	}

	.design-detail .box .text-primary {
		margin: 0 20px;
		line-height: 2.3;
	}
}

.design-detail .box.other .list {
	align-items: center;
	display: flex;
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list {
		align-items: flex-start;
		flex-direction: column;
	}
}

.design-detail .box.other .list:nth-child(2) {
	flex-direction: row-reverse;
	margin-top: 125px;
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list:nth-child(2) {
		flex-direction: column;
		margin-top: 60px;
	}
}

.design-detail .box.other .list .image {
	width: 54.9%;
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list .image {
		margin-bottom: 20px;
		margin-right: 20px;
		width: auto;
	}

	.design-detail .box.other .list:nth-child(2) .image {
		margin-right: 0;
		margin-left: 20px;
		width: auto;
	}
}

.design-detail .box.other .list .image img {
	height: auto;
	width: 100%;
}

.design-detail .box.other .list .content {
	box-sizing: content-box;
	padding-left: 50px;
	width: 410px;
}

@media screen and (max-width: 1100px) {
	.design-detail .box.other .list .content {
		padding-left: 35px;
		width: 350px
	}
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list .content {
		box-sizing: border-box;
		padding: 0 20px;
		width: 100%
	}
}

.design-detail .box.other .list:nth-child(2) .content {
	padding: 0 50px 0 0;
}

@media screen and (max-width: 1100px) {
	.design-detail .box.other .list:nth-child(2) .content {
		padding: 0 35px 0 0;
	}
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list:nth-child(2) .content {
		padding: 0 20px;
	}
}

.design-detail .box.other .list .content .name {
	margin-bottom: 45px;
	text-indent: 0;
	text-align: left;
	text-shadow: none;
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list .content .name {
		margin-bottom: 30px;
	}
}

.design-detail .box.other .list .content .headding {
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-bottom: 45px;
}

@media screen and (max-width: 1100px) {
	.design-detail .box.other .list .content .headding {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list .content .headding {
		font-size: 15px;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}
}

.design-detail .box.other .list .content .text {
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.design-detail .box.other .list .content .text {
		font-size: 13px;
	}
}