@charset "utf-8";

/* # WIDE MAINVISUAL
----------------------------------- */
.wide-mainvisual .cts-inner {
	padding-bottom: 90px;
}

.wide-mainvisual .cts-inner:before {
	background-image: url(/about/img/bg_main.png);
}

@media only screen and (max-width: 736px) {
	.wide-mainvisual .cts-inner:before {
		background-image: url(/about/img/sp/bg_main.png);
	}
}

/* # ABOUT
----------------------------------- */
.about-wrp {
	padding-top: 40px;
}

.about-wrp .cts-inner {
	text-align: center;
	padding-top: 41px;
}

.about-wrp .txt-box {
	padding: 4px 0 20px;
}

@media only screen and (max-width: 736px) {
	.about-wrp .cts-inner {
		text-align: left;
		padding-top: 0;
	}

	.about-wrp .txt-box {
		padding: 20px 0 0;
	}
}
