@charset "utf-8";


/* Responsive
-----------------------------------*/
#sbContents {
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#sbContents .maxWidth {
	width: 1000px;
	margin: 0 auto;
}
#sbContents .fixImg {
	width: auto;
	height: auto;
}
#sbContents .pc {
    display: block;
}
#sbContents .sp {
    display: none;
}
@media screen and (max-width: 768px) {
    #sbContents .maxWidth {
        width: 100%;
    }
	#sbContents .fixImg {
		width: 100%;
		height: auto;
	}
	#sbContents .pc {
		display: none;
	}
    #sbContents .sp {
        display: block;
    }
}


/* LP
-----------------------------------*/
#sbContents .sbLp .versatileTitle {
	margin: 32px 0;
}
#sbContents .sbLp .versatileTitle h2 {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
}
#sbContents .sbLp .versatileTitle p {
	font-size: 18px;
	line-height: 1.5em;
	padding: 16px 0;
}
@media screen and (max-width: 768px) {
	#sbContents .sbLp .versatileTitle {
		margin: 16px 0;
		padding: 16px;
	}
	#sbContents .sbLp .versatileTitle h2 {
		font-size: 24px;
		line-height: 1.5em;
	}
	#sbContents .sbLp .versatileTitle p {
		font-size: 14px;
		line-height: 1.5em;
		padding: 8px 0;
	}
}