@charset "utf-8";

h3.sectionttl {
	font-size: 3.0rem;
	font-size: 8vw;
	text-align: center;
	font-weight: normal;
	margin-bottom: calc(40/750*100%);
}

@media screen and (min-width: 768px) {
	h3.sectionttl {
		font-size: 3.2rem;
		margin-top: 110px;
	}
	.pagettl-item:last-of-type img {
		float: right;
	}
	h3.sectionttl + p {
		text-align: center;
	}
}
@media screen and (min-width: 2000px) {
	.pagettl-item:last-of-type img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------------------

効果・効率・即効性を叶える【re･Frame exercise®︎】

----------------------------------------------------*/

.effect_ttl {
	font-size: 3.0rem;
	font-size: 8vw;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #838578;
	margin-top: calc(150/750*100%);
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
.effect_box {
	background-color: #f5f5f4;
	padding-top: 60px;
	padding-bottom: 50px;
}
.effect .effect_box:nth-of-type(2) {
	background-color: #FFFFFF;
}
.effect_stl {
	font-size: 2.5rem;
	font-size: 6.666666666666667vw;
	text-align: center;
	border-bottom: 1px solid #b0b1ad;
	margin-bottom: 40px;
	padding-bottom: .5em;
	position: relative;
}
.effect_stl::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 85px;
	height: 2px;
	background-color: #b0b1ad;
}
.effect_list li {
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 20px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
.effect .effect_box:nth-of-type(2) .effect_list li {
	background-color: #f5f5f4;
}
.effect_img {
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	.effect_ttl {
		font-size: 3.5rem;
		background-image: url("../img/effect_bg01_sp.jpg");
		background-position: calc(50% + 550px) 0;
		background-repeat: no-repeat;
		background-size: auto 100%;
		margin-top: 100px;
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.effect_box {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.effect_stl {
		font-size: 3.0rem;
		margin-bottom: 70px;
		padding-bottom: .8em;
	}
	.effect_stl::after {
		width: 120px;
	}
	.effect_wrap {
		display: flex;
	}
	.effect_container {
		width: 48%;
		margin-right: 14%;
	}
	.effect_list {
		padding-bottom: 20px;
	}
	.effect_list li {
		font-size: 1.8rem;
		line-height: 2.2;
		margin-bottom: 30px;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.effect_img {
		width: 38%;
		margin-top: 0;
	}
}
@media screen and (min-width: 1000px) {
	.effect_stl,
	.effect_wrap {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}


/*----------------------------------------------------

【re･Frame exercise®︎】で得られる効果

----------------------------------------------------*/

.exercise_ttl {
	font-size: 3.0rem;
	font-size: 8vw;
	text-align: center;
	margin-top: calc(150/750*100%);
}
.exercise_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exercise_box {
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
	padding-top: 50px;
}
.exercise_img {
	width: 78%;
	margin-right: auto;
	margin-left: auto;
}
.exercise_list {
	padding-top: 1.0em;
}
.exercise_list li {
	padding-bottom: .5em;
}
@media screen and (min-width: 768px) {
	.exercise_ttl {
		font-size: 3.0rem;
		margin-top: 100px;
	}
	.exercise_wrap {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.exercise_box {
		flex-basis: 24%;
		max-width: 24%;
		text-align: center;
		padding-top: 50px;
	}
	.exercise_img {
		width: 78%;
		margin-right: auto;
		margin-left: auto;
	}
	.exercise_list {
		padding-top: 1.0em;
	}
}


