#swSofa a:hover img {
	opacity: .7;
}

.swSofa_ttl {
	margin-bottom: 10px;
}

.swSofa_mv {
	margin-bottom: 1px;
}

.swSofa_content_ttl {
	position: relative;
	margin-bottom: 1px;
	padding-left: 40px;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	background: #f1ecdf;
}

.swSofa_content_ttl::before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
	width: 15px;
	height: 15px;
	background: #a47850;
}

.swSofa_content_wrapp {
	padding: 15px;
	background: #f1ecdf;
}

.swSofa_section {
	padding: 15px;
	background: #fff;
	border: 1px solid #a47850;
}

.swSofa_section_image_wrapp {
	display: flex;
	justify-content: space-between;
}

.swSofa_section_image.image_left {
	width: 350px;
}

.swSofa_section_image.image_right {
	width: 335px;
}

.swSofa_section_txt {
	margin-top: 15px;
}

.swSofa_linkBtn {
	text-align: right;
}

/* 特集ページ用 style */
#contents #recept_head p.swSofa_linkBtn {
    width: 100%;
}

#pagebody h3.swSofa_content_ttl {
	margin: 0 0 1px;
	padding: 0 0 0 40px;
	font-size: 18px;
	border-bottom: none;
}