#titleSpace{
	position: relative;
	font-size: 34px;
	padding: 4em 40px;
	text-align: center;
	color: #3A64AD;
	background: #fff;
}
#titleSpace:before,
#titleSpace:after{
	content: "";
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	display: block;
}
#titleSpace:before{
	background: url("/product/nscarbolex/images/common/title_left.jpg") left top no-repeat;
	background-size: auto 100%;
	left: 0;
}
#titleSpace:after{
	background: url("/product/nscarbolex/images/common/title_right.jpg") right top no-repeat;
	background-size: auto 100%;
	right: 0;
}
#titleSpace span{
	position: relative;
	z-index: 10;
}
#titleSpace span:before,
#titleSpace span:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 8px;
	display: block;
	background: #43A55B;
}
#titleSpace span:before{
	left: -1.5em;
}
#titleSpace span:after{
	right: -1.5em;
}


#content{
	background: #F6F8FC;
}


#otherContentStart{
	max-width: 1280px;
	padding: 3em 40px 7em;
	margin: 0 auto;
}
#otherContentStart .note{
	color: #043E92;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.contactDecimal{
	counter-reset: item;
	list-style-type: none;
}
.contactDecimal li{
	list-style: none;
	position: relative;
	border-bottom: #becee4 solid 1px;
	padding: 1.5em 0 1.5em 3.5em;
}

.contactDecimal li:before {
	counter-increment: item;
	content: '0'counter(item);
	color: #fff;
	background: rgb(58,100,173);
	background: linear-gradient(315deg, rgba(58,100,173,1) 0%, rgba(67,165,91,1) 100%);
	font-weight: bold;
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 1em;
	line-height: 1em;
}
.contactDecimal li a{
	color: #043E92;
	text-decoration: underline;
}
.contactDecimal li a:hover{
	text-decoration: none;
}


.btnArea{
	margin-top: 4em;
	display: flex;
	justify-content: center;
}
.btnArea .btn{
	margin-top: 0;
}
.btnArea .btn:nth-of-type(n+2){
	margin-left: 4em;
}
.btn.back a:before{
	background: rgb(141,141,141);
	background: linear-gradient(315deg, rgba(141,141,141,1) 0%, rgba(0,0,0,1) 100%);
}




.news #otherContentStart{
	max-width: 1080px;
}


@media screen and (max-width:1099.5px){
	#titleSpace{
		font-size: 30px;
		padding: 10vw 40px;
	}

	
}


/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	#titleSpace {
		font-size: 16px;
		padding: 2.7em 20px;
	}
	#titleSpace span:before,
	#titleSpace span:after{
		height: 5px;
	}
	
	
	#otherContentStart{
		padding: 1em 20px 4em;
	}
	#otherContentStart .note {
		font-size: 16px;
		margin-bottom: 0.5em;
	}
	.contactDecimal {

	}
	.contactDecimal li{
		padding: 1em 0 1em 3em;
	}
	
	
	.btnArea {
		margin-top: 3em;
		display: block;
	}
	.btnArea .btn:nth-of-type(n+2) {
		margin: 2.5em 0 0;
	}
	
	
	
	
	
}
