@charset "UTF-8";

.main {
}

.pagehd {
	padding-bottom: 50px;
}

.pagehd_ttl {
}

.pagehd_ttl::before {
	background: url(../img/menu/breath/pagehd-icon@2x.png) center / 100% 100%;
}

.pagehd_catch {
	margin-bottom: 20px;
}

.pagehd_txt {
	margin-bottom: 50px;
}

.pagehd_question {
}

.pagehd_question_cnt {
}

.pagehd_question_cnt span {
	margin-bottom: 45px;
}

.pagehd_question_ttl {
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
}

.pagehd_question_ttl p {
	display: block;
	position: relative;
	color: #a57165;
	font-size: 24px;
}

.pagehd_question_ttl p::before,
.pagehd_question_ttl p::after {
	content: "";
	position: absolute;
	bottom: 50%;
	width: 25px;
	height: 35px;
	background: url(../img/cmn/strong-border@2x.png) center / contain;
}

.pagehd_question_ttl p::before {
	right: calc(100% + 10px);
	transform: translateY(50%);
}

.pagehd_question_ttl p::after {
	left: calc(100% + 10px);
	transform: translateY(50%) scale(-1, 1);
}

.pagehd_question_list {
	margin-bottom: 70px;
}

.pagehd_question_list_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	margin-bottom: 13px;
	border-radius: 9999px;
	background: #f1efeb;
	font-size: 20px;
}

.pagehd_question_list_cnt:last-child {
	margin-bottom: 0;
}

.pagehd_question_row {
	position: relative;
}

.pagehd_question_txt {
	font-size: 24px;
}

.pagehd_question_img {
	position: absolute;
	top: -40px;
	right: 40px;
}

.measurement {
	display: flex;
	align-items: end;
	gap: 70px;
	padding-bottom: 0;
	border-bottom: none;
}

.measurement_wrap {
}

.measurement_hd {
}

.measurement_cnt {
}

.measurement_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.pagehd {
		padding-bottom: 30px;
	}

	.pagehd_ttl {
	}

	.pagehd_ttl::before {
	}

	.pagehd_catch {
	}

	.pagehd_txt {
		margin-bottom: 20px;
	}

	.pagehd_question {
	}

	.pagehd_question_cnt {
		margin-bottom: 0;
	}

	.pagehd_question_cnt span {
	}

	.pagehd_question_ttl {
	}

	.pagehd_question_ttl p {
		font-size: 20px;
	}

	.pagehd_question_ttl p::before,
	.pagehd_question_ttl p::after {
		bottom: 8px;
		width: 17.36px;
		height: 24.48px;
		background-repeat: no-repeat;
		transform: translateY(0);
	}

	.pagehd_question_ttl p::before {
	}

	.pagehd_question_ttl p::after {
		transform: translateY(0) scale(-1, 1);
	}

	.pagehd_question_list {
		margin-bottom: 15px;
	}

	.pagehd_question_list_cnt {
		height: auto;
		padding: 10px 11px;
		font-size: 16px;
		text-align: center;
	}

	.pagehd_question_list_cnt:last-child {
	}

	.pagehd_question_row {
		display: flex;
		flex-flow: column-reverse;
		align-items: center;
		gap: 9px;
	}

	.pagehd_question_txt {
		font-size: 18px;
	}

	.pagehd_question_img {
		position: unset;
		width: 68px;
	}

	.measurement {
		flex-flow: column;
		align-items: center;
		gap: 19px;
	}

	.measurement_wrap {
	}

	.measurement_hd {
	}

	.measurement_cnt {
	}

	.measurement_img {
	}
}
