@charset "utf-8";

.mainHeader {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/16245/curves_bg_ttl.jpg);
	background-size: contain;
}

/*----------------------------------------------------
	カーブス事業部について
----------------------------------------------------*/
.box11 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.box11 .box-title {
    font-size: 1.2em;
    background: #802077;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box11 p {
    padding: 15px 20px;
    margin: 0;
    text-align: center;
    font-weight:bolder;
}
.box11:hover {
    background-color: #E6E6FA;
}
.curvesLead {
	padding: 72px 0 60px;
}

.curvesLead h3 {
	margin-bottom: 6px;
	padding: 10px 0 20px;
	color: #802077;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.16em;
}

.curvesLead p {
	font-size: 16px;
	line-height: 1.8;
}

.curvesLead .wrap {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.curvesLead .wrap .desc {
	width: 590px;
}

.curvesLead .wrap .pic {
	width: 410px;
}

@media (max-width: 767px) {
	.curvesLead {
		padding: 40px 0;
	}

	.curvesLead h3 {
		padding: 0;
		font-size: 26px;
	}

	.curvesLead p {
		font-size: 16px;
		line-height: 1.75;
	}

	.curvesLead .wrap {
		display: block;
	}

	.curvesLead .wrap .desc {
		width: 100%;
		margin-bottom: 20px;
	}

	.curvesLead .wrap .pic {
		width: 100%;
	}
}
/*----------------------------------------------------
	カーブス4つのポイント
----------------------------------------------------*/
.curvesPoint {
	padding: 60px 0 46px;
	background-color: #f4f4ec;
}

.curvesPoint h3 {
	margin-bottom: 28px;
	color: #802077;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.curvesPoint h3 span {
	display: inline-block;
}

.curvesPoint h3 span:after {
	display: block;
	height: 10px;
	margin-top: -8px;
	background-color: #ffff00;
	content: "";
}

.curvesPoint ul {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.curvesPoint ul li {
	width: 25%;
	padding: 0 1.5%;
}

.curvesPoint ul li .figure {
	display: block;
	margin-bottom: 12px;
	text-align: center;
}

.curvesPoint ul li h4 {
	margin-bottom: 4px;
	color: #802077;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

.curvesPoint ul li .desc {
	display: block;
	color: #534741;
	font-size: 16px;
	line-height: 1.625;
}

@media (max-width: 767px) {
	.curvesPoint {
		padding: 40px 0 40px;
	}

	.curvesPoint h3 {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.curvesPoint ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.curvesPoint ul li {
		width: 50%;
		margin-bottom: 12px;
		padding: 0 4%;
	}

	.curvesPoint ul li h4 {
		font-size: 16px;
	}

	.curvesPoint ul li .desc {
		font-size: 14px;
	}
}
