@charset "UTF-8";

/*--- 初めてご来院の方へ ---*/

#hd+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 15%;
	height: 80%;
	bottom: 0;
	left: 0;
	background: var(--i_sub2_color);
}

@media screen and (max-width: 900px) {
	#hd+section {
		padding-bottom: 60px;
	}

	#hd+section::before {
		width: 5%;
	}
}

/*--- 調布整体院 彩にはこんなお悩みの方が来られます。---*/

#img+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: var(--i_sub2_color);
}

#img+section>.content_wrapper {
	padding: 0;
}

#img+section .inner_item_img {
	margin-left: 0;
}

#txt+section {
	margin-top: -120px;
}

#txt+section .heading.block_header_1 p {
	color: var(--i_btn_color);
}

#txt+section>.content_wrapper {
	padding: 15px 0 0;
	border: 4px solid var(--i_btn_color);
	background: #edfdf8;
}

#txt+section>.content_wrapper>div:nth-of-type(2):nth-last-of-type(1).wrapper_item {
	border-top: 4px solid var(--i_btn_color);
}

@media screen and (max-width: 768px) {
	#txt+section {
		margin-top: -60px;
	}
}

/*--- 7つの理由 ---*/

a[id^="rs"]+div {
	overflow: visible;
}

a[id^="rs"]+div .heading.block_header_4 .h {
	font-size: 2.5rem !important;
}

a[id^="rs"]+div .inner_item {
	box-shadow: 0 0 25px rgb(0 0 0 / 10%) !important;
	justify-content: center;
}

a[id^="rs2"]+div .inner_item:nth-of-type(2) {
	margin-bottom: 0 !important;
}

a[id^="rs"]+div .inner_item_txt {
	padding: 60px 20px !important;
}

a[id^="rs"]+div .empty {
	display: none;
}

a[id^="rs"]+div .heading.block_header_1 {
	margin-bottom: 50px;
}

@media screen and (min-width: 901px) {
	a[id^="rs"]+div .wrapper_item {
		justify-content: center;
	}

	a[id^="rs"]+div .inner_item {
		min-height: 350px;
	}
}

@media screen and (max-width: 800px) {
	a[id^="rs"]+div .heading.block_header_4 .h {
		font-size: 1.8rem !important;
	}
}

/*--- 施術の流れ ---*/

#f+section>.content_wrapper {
	background: var(--i_main_color);
	padding-block: 45px;
}

#f+section .heading.block_header_1 p {
	color: #fff;
}

a[id^="fl"]+section>.content_wrapper {
	border-left: 3px solid var(--i_main_color);
	padding-block: 20px;
}

#fl_l+section>.content_wrapper {
	padding-bottom: 0;
}

a[id^="fl"]+section .wrapper_item {
	border-bottom: 1px solid var(--i_border_color);
	padding-bottom: 40px !important;
}

a[id^="fl"]+section .heading.block_header_2 {
	display: flex;
	flex-direction: column-reverse;
	align-items: start;
}

a[id^="fl"]+section .heading.block_header_2 p {
	background: var(--i_btn_color);
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px 0;
}

a[id^="fl"]+section .heading.block_header_2 .h {
	color: var(--i_btn_color);
	font-size: 3rem !important;
}

@media screen and (max-width: 800px) {
	a[id^="fl"]+section .heading.block_header_2 .h {
		font-size: 2rem !important;
	}
}

/*--- 調布整体院 彩～いろどり～は以下の方には向いておりません。 ---*/

#bad+section strong {
	border: 1px solid var(--i_txt_color);
	display: inline-flex;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#bad+section strong:last-of-type {
	margin-bottom: 0;
}

#bad+section+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 50px;
	height: 20px;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: var(--i_bg_color);
}