@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::after {
	background: url(../images/hair-removal/mv_ttl.svg) top center/contain no-repeat;
	width: 117px;
	height: 15px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::after {
		width: 68px;
		height: 32px;
	}
}

/*=======================================================
main
=======================================================*/
.bl_hairRemoval .bl_detail{
	background: none;
	padding: 0;
}
.bl_hairRemoval .el_detailTtl{
	font-size: 30px;
}
.bl_hairRemoval .bl_media{
	justify-content: center;
}
.ly_detail{
	padding: 56px 56px 64px;
	background: #F0EEE7;
	margin-top: 24px;
}
.ly_detail .el_detailTtl{
	margin-bottom: 16px;
}
.bl_tableWrapper{
	margin-top: 40px;
}
.ly_detail .bl_table.col_four > thead th,
.ly_detail .bl_table > thead th, .bl_table > tbody th{
	background: #78746B!important;
	color: #fff;
}
.ly_detail .bl_detail_imgWrapper + .bl_tableWrapper .bl_table > tbody th{
	background: #D2C3BC!important;
}
.ly_treatmentConts{
	margin-top: 64px;
	background: #F0EEE7;
	padding: 56px 56px 64px;
}
.bl_treatmentTime{
	width: 400px;
	padding-bottom: 3px; 
}
.bl_treatmentTime_ddata{
	padding-top: 2px;
}
.bl_hairRemoval .bl_treatmentTime_ddata .txt_sm {
	font-size: 14px;
}
.bl_hairRemoval .bl_treatmentConts_ddata .bl_bulletList {
	margin-bottom: 8px;
}
.bl_table > thead th,
.bl_table > tbody th,
.bl_table > tbody td {
	border-bottom: 2px solid #F0EEE7;
}
@media screen and (max-width : 750px){
	.ly_detail{
		padding: 56px 40px;
	}
	.bl_hairRemoval .el_detailTtl{
		font-size: 42px;
	}
	.ly_treatmentConts{
		padding: 56px 40px 64px;
	}
	.bl_treatmentTime{
		width: 100%;
	}
	.bl_hairRemoval .bl_treatmentTime_ddata .txt_sm {
		font-size: 22px;
	}
}
/*=======================================================
脱毛について
=======================================================*/
.el_detailTtl:not(:first-of-type){
	margin-top: 56px;
}
.bl_about_thead th{
	width: 255px!important;
}
.bl_about_thead th:first-of-type{
	width: 139px!important;
	position: relative;
}
.bl_about_thead th:first-of-type::before{
	content: '';
	position: absolute;
	background: #fff;
	width: 146px;
	height: 1px;
	left: -4px;
	top: 22.4px;
	transform: rotate(18deg);
}
.bl_about_tbody tr:last-of-type th{
	height: 78px;
}
.bl_about_tbody tr:nth-of-type(2) td{
	padding: 18px 18px 16px;
}
.bl_about_tbody td > p:last-of-type{
	text-align: left;
}
.bl_td_imgWrapper{
	width: 68px;
	margin: 8px auto 12px;
	mix-blend-mode: revert-layer;
}
@media screen and (max-width: 750px){
	.bl_about_thead th,
	.bl_about_thead th:first-of-type{
		width: 25%!important;
	}
	.bl_about_thead th:first-of-type::before {
		width: 263px;
		height: 2px;
		left: -3px;
		top: 30px;
		transform: rotate(13deg);
	}
	.bl_about_tbody tr:nth-of-type(2) td{
		padding: 18px 15px 16px;
	}
}
/*=======================================================
料金
=======================================================*/
.bl_detail_imgWrapper{
	width: 912px;
	margin: 0 auto 40px;
}
.bl_price_thead th{
	width: 262px!important;
}
.bl_price_thead th:first-of-type{
	width: 384px!important;
}
.bl_price_tbody th{
	background:#E5F1FF!important;
	color: #222!important;
	font-weight: normal!important;
}
.bl_price_tbody td{
	padding: 11px 0 10px;
}
.bl_tableInner + .el_att{
	text-align: left;
	margin-top: 8px;
}
@media screen and (max-width: 750px){
	.bl_detail_imgWrapper{
		width: 100%;
	}
	.bl_price_thead th,
	.bl_price_thead th:first-of-type{
		width: 262px!important;
		width: 33.3333%!important;
	}
}
/*=======================================================
脱毛症例
=======================================================*/
.ly_example{
	margin-top: 56px;
	padding: 56px 0 0;
	position: relative;
}
.ly_example::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 332px;
	background: linear-gradient(180deg, #F6F2E8 0%, #FFFFFF 100%);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.bl_example  .bl_mediaList{
	gap: 32px;
}
.bl_example .bl_media{
	gap: 0 32px;
}
.bl_example .bl_media_imgWrapper{
	flex: 0 1 440px;
}
.bl_media_body {
	gap: 0;
	width: 440px;
}
.bl_example .bl_media_body dt{
	background: #78746B;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bl_example .bl_media_body dt:nth-of-type(2){
	background: #D2C3BC;
	color: #222;
	margin-top: 8px;
}
.bl_example .bl_media_body dd{
	background: #fff;
	height: 48px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #F0EEE7;
}
.bl_treatmentConts:first-of-type {
	margin-top: 0!important;
}
@media screen and (max-width: 750px){
	.bl_example .bl_media_imgWrapper{
		flex: 0 1 100%;
	}
	.bl_example .bl_media_body dt{
		height: 64px;
		font-size: 24px;
	}
	.bl_example .bl_media_body dd{
		height: 64px;
		font-size: 24px;
	}
	.bl_example .bl_media{
		gap: 32px;
	}
	.bl_media_body {
		width: 100%;
	}
	.bl_example .bl_media_body dt:nth-of-type(2){
		margin-top: 16px;
	}
}
/*=======================================================
hair-treatment
=======================================================*/
.bl_treatment_att{
	text-align: left;
	margin-top: 8px;
}
@media screen and (max-width: 750px){
	.bl_treatment_att{
		margin: 8px 0;
	}
	.bl_treatment_att.sp{
		display: block;
	}
}
