@charset "UTF-8";
/* CSS Document */

/************************************************
2s-sofa.css   202012
************************************************ */

#sofa-2s{
	width: 1000px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
	margin: auto;
}
#sofa-2s a{
	text-decoration: none;
	color: #333;
}
#sofa-2s a:hover{
	opacity: 0.7;
}
#sofa-2s img{
	max-width: 100%;
}
#sofa-2s h2 img{
	width: 100%;
}
#sofa-2s .intro{
	position: relative;
	margin: 0 auto 50px;
}
#sofa-2s .intro p{
	width: 95%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	margin: 50px auto;
	color: #333;
}
.section-box{
	margin: 70px auto 0;
	text-align: center;
}
.section-box h3{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 30px;
}
.section-box h4{
	padding: 0;
	margin: 0 auto 20px;
	border: none;
}
.section-box h4 span.en{
	font-size: 46px;
	font-family: 'Abel', sans-serif;
	color: #999;
	line-height: 1.4;
	margin-bottom: 10px;
}
.section-box h4 span.en span{
	font-size: 44px;
	padding-left: .2em;
}
.section-box h4 span.en:after{
	content: "：";
	font-size: 80%;
}
.section-box h4 span.jp{
	font-size: 18px;
	letter-spacing: .1em;
}
.section-box .ttl-img{
	margin: 0 auto 40px;
}
.section-box .sub{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	text-align: left;
	margin: 0 auto;
	border: 4px solid #f0f0f0;
	border-bottom: none;
}

.section-box p.sub-ttl{
	width: 20%;
	font-size: 36px;
	font-family: 'Abel', sans-serif;
	text-align: left;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	/*background: #f0f0f0;*/
	background: #dcecfb;
	padding: 2%;
	margin: 1%;
	box-sizing: border-box;
	text-align: center;
	/*color: #fff;*/
}
.section-box p.sub-txt{
	width: 78%;
	font-size: 14px;
	text-align: left;
	padding: 1.6em;
	/*border-top: 4px solid #f0f0f0;
	border-right: 4px solid #f0f0f0;*/
	box-sizing: border-box;
}
.section-box .inner-box{
	margin: 0 auto 60px;
	border: 4px solid #f0f0f0;
	padding: 1em;
}
.section-box .item-box{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	text-align: left;
	margin: 0 auto;
}

.section-box .item-img{
	width:43%;
	text-align: center;
	/*padding-right: 20px;*/
	box-sizing: border-box;
}
.section-box .item-txt{
	width: 55%;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.section-box .item-txt .ttl{
	font-size: 20px;
	margin: 0 0 10px;
}
.section-box .item-txt .ttl span{
	background:linear-gradient(transparent 70%, #dcecfb 0%);
}
.section-box .item-txt .txt{
	font-size: 13px;
	line-height: 1.6;
}

@media screen and (max-width: 896px){
	#sofa-2s{
		width: 96%;
	}
	#sofa-2s .intro{
		width: 100%;
		text-align: left;
		margin: 0 auto 30px;
	}
	#sofa-2s .intro p{
		width: 98%;
		font-size: 13px;
		line-height: 1.6;
		margin: 30px auto 20px;
		text-align: left;
	}
	.section-box{
		margin: 0 auto 30px;
	}
	.section-box:last-child{
		margin: 0 auto;
	}
	.section-box h3{
		font-size: 16px;
		margin: 0 auto 20px;
	}
	.section-box h4{
		margin: 0 auto 10px;
		font-weight: 400;
	}
	.section-box h4 span.en{
		font-size: 34px;
		margin-bottom: 0;
	}
	.section-box h4 span.en span{
	font-size: 30px;
}
	.section-box h4 span.jp{
		position: relative;
		top: -2px;
		font-size: 15px;
		letter-spacing: .1em;
		padding-top: 0;
	}
	.section-box .ttl-img{
		margin: 0 auto 30px;
	}
	.section-box .sub{
		border: 3px solid #f0f0f0;
		border-bottom: none;
	}
	.section-box p.sub-ttl{
		font-size: 28px;
	}
	.section-box p.sub-txt{
		font-size: 13px;
		padding: 1.5em;
		/*border-top: 3px solid #f0f0f0;
		border-right: 3px solid #f0f0f0;*/
	}
	.section-box .inner-box{
		margin: 0 auto 30px;
		border: 3px solid #f0f0f0;
		padding: 1em;
	}
	.section-box .inner-box:last-child{
		margin: 0 auto;
	}
	.section-box .item-txt .ttl{
		font-size: 18px;
		margin: 0 0 10px;
	}
	.section-box .item-txt .txt{
		font-size: 12px;
		margin: 0;
	}
	
}

@media screen and (max-width: 560px){ /*sp*/
	#sofa-2s .intro{
		width: 96%;
		text-align: left;
	}
	.section-box p.sub-ttl{
		width: 28%;
		font-size: 7.0vw;
		text-align: center;
		line-height: 1.2;
	}
	.section-box p.sub-txt{
		width: 70%;
		font-size: 13px;
		padding: 1.0em;
		margin: 0;
	}
	.section-box .inner-box{
		padding: 1em;
	}
	.section-box .item-img{
		width: 80%;
	}
	.section-box .item-txt{
		width: 100%;
		padding-left: 0;
	}
	.section-box .item-txt .txt{
		font-size: 12px;
	}
	
}