@charset "utf-8";

/* --------- --------- --------- --------- brake --------- */
@media screen and (max-width: 768px) {
	section.common_section:first-of-type {
		margin-top: 5rem;
	}
}
section.brake h3.method_header {
	margin-top: 2.5rem;
	padding-bottom: .125rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
section.brake h3.method_header::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #523418;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
section.brake > .caption {
	margin-top: 2.5rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	section.brake > .caption {
		margin-top: 1.5rem;
	}
}
section.brake > .brake_lever_opening .method {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
	counter-reset: order 0;
}
section.brake > .brake_lever_opening .method li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2.5rem;
	padding: 1.25rem 1.25rem 2rem 1.25rem;
	counter-increment: order 1;
	position: relative;
}
section.brake > .brake_lever_opening .method li::before {
	content: counter(order);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.25rem;
	height: 3.25rem;
	font-family: 'GenJyuuGothic', sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 800;
	background-color: #523418;
	border-radius: 1.625rem;
	position: absolute;
	top: -.25rem;
	left: -.25rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	section.brake > .brake_lever_opening .method li::before {
		width: 2.5rem;
		height: 2.5rem;
		top: .125rem;
		left: .125rem;
	}
}
section.brake > .brake_lever_opening .method li .image {
	display: flex;
	justify-content: center;
	width: calc((100% - 2.5rem) / 2);
	padding: .5rem;
	overflow: hidden;
	border: 3px solid #523418;
	border-radius: 1rem;
	text-align: center;
}
section.brake > .brake_lever_opening .method li .text {
	width: calc((100% - 2.5rem) / 2);
	margin-top: 1rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width: 480px) {
	section.brake > .brake_lever_opening .method li {
		gap: 1.25rem;
	}
	section.brake > .brake_lever_opening .method li .image,
	section.brake > .brake_lever_opening .method li .text {
		width: 100%;
		margin-top: initial;
	}
}
section.brake > .brake_strength_adjustment .method {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
section.brake > .brake_strength_adjustment .method li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2.5rem;
	padding: 1.25rem 1.25rem 2rem 1.25rem;
	position: relative;
}
section.brake > .brake_strength_adjustment .method li .header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.25rem;
	padding: 1.25rem;
	font-family: 'GenJyuuGothic', sans-serif;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 800;
	background-color: #523418;
	border-radius: 1.625rem;
	position: absolute;
	top: -.25rem;
	left: -.25rem;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	section.brake > .brake_strength_adjustment .method li .header {
		height: 2.5rem;
		top: .125rem;
		left: .125rem;
	}
}
section.brake > .brake_strength_adjustment .method li .image {
	display: flex;
	justify-content: center;
	width: calc((100% - 2.5rem) / 2);
	padding: .5rem;
	overflow: hidden;
	border: 3px solid #523418;
	border-radius: 1rem;
	text-align: center;
}
section.brake > .brake_strength_adjustment .method li .text {
	width: calc((100% - 2.5rem) / 2);
	margin-top: 1rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width: 480px) {
	section.brake > .brake_strength_adjustment .method li {
		gap: 1.25rem;
	}
	section.brake > .brake_strength_adjustment .method li .image,
	section.brake > .brake_strength_adjustment .method li .text {
		width: 100%;
		margin-top: initial;
	}
}
section.brake > .brake_strength_adjustment .method li .text h4 {
	margin-bottom: .25rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
}
section.brake > .brake_adjustment_precautions > ul {
	margin-top: .75rem;
}
section.brake > .brake_adjustment_precautions > ul li {
	margin-top: .375rem;
	padding-left: 1.25rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
section.brake > .brake_adjustment_precautions > ul li::before {
	content: '・';
	font-family: 'GenJyuuGothic', sans-serif;
	font-size: .875rem;
	font-weight: 00;
	line-height: 1.4;
	position: absolute;
	left: .375rem;
}
section.brake > .brake_adjustment_precautions > .text {
	margin-top: .75rem;
	padding-left: 1.25rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
section.brake > .brake_operation_precautions > .text {
	margin-top: .75rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}