@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::after {
	background: url(../images/cases/mv_ttl.svg) top center/contain no-repeat;
	width: 38px;
	height: 10px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::after {
		width: 70px;
		height: 19px;
		bottom: -36px;
	}
}

/*=======================================================
一覧
=======================================================*/
.bl_cases {
	padding: 40px 0 56px;
}
.bl_cases_catList{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 44px;
	margin-top: 32px;
}
.bl_cases_catList > li{
	width: 490px;
	height: 120px;
}
.bl_cases_catList > li.diet{
	order: 1;
}
.bl_cases_catList > li.skin-care{
	order: 2;
}
.bl_cases_catList > li.hair-removal{
	order: 3;
}
.bl_cases_catList > li.hair-care{
	order: 4;
}
.bl_cases_catList > li.permanent-makeup{
	order: 5;
}
.bl_cases_catList > li.diet > a{
	background: url(../images/cases/diet_bg.jpg) top center / contain no-repeat;
}
.bl_cases_catList > li.skin-care > a{
	background: url(../images/cases/skin-care_bg.jpg) top center / contain no-repeat;
}
.bl_cases_catList > li.hair-removal > a{
	background: url(../images/cases/hair-removal_bg.jpg) top center / contain no-repeat;
}
.bl_cases_catList > li.hair-care > a{
	background: url(../images/cases/hair-care_bg.jpg) top center / contain no-repeat;
}
.bl_cases_catList > li.permanent-makeup > a{
	background: url(../images/cases/permanent-makeup_bg.jpg) top center / contain no-repeat;
}
.bl_cases_catList > li > a{
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	padding-left: 60px;
}
@media screen and (max-width : 750px){
	.bl_cases_catList{
		gap: 46px;
		margin-top: 56px;
	}
	.bl_cases_catList > li{
		width: 690px;
		height: 170px;
	}
	.bl_cases_catList > li > a{
		font-size: 36px;
		padding-left: 60px;
	}
}

/*=======================================================
検索
=======================================================*/
.bl_search_form{
	border: 1px solid #78746B;
	padding-bottom: 32px;
}
.bl_search_form .el_sec_mainTtl{
	background: #78746B;
	height: 54px;
	font-size: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
	margin-bottom: 0;
}
.bl_search_detailWrapper{
	padding: 32px 40px;
}
.bl_search_detail{
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
.bl_search_ttl{
	width: 100px;
	font-size: 17px;
}
.bl_search_list{
	display: flex;
	flex-wrap: wrap;
}
.bl_search_item{
	width: 164px;
}
.el_search_label input + span {
	position: relative;
	padding-left: 34px;
}
.el_search_label input + span::before {
	content: "";
	background: #fff;
	width: 22px;
	height: 22px;
	border: 2px solid #78746B;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.el_search_label input + span::after {
	content: "";
	display: block;
	background: transparent;
	border-bottom: 2px solid #78746B;
	border-right: 2px solid #78746B;
	width: 9px;
	height: 17px;
	position: absolute;
	left: 6px;
	top: 2px;
	transform: rotate(42deg);
	opacity: 0;
}
.el_search_label input:checked + span::after {
	opacity: 1;
}
.bl_search_form .el_arrowBtn{
	color: #fff;
	width: 200px;
	height: 48px;
}
.bl_search_form .el_arrowBtn::after{
	content: none;
}
.bl_search_form .el_arrowBtn input{
	width: 200px;
	height: 48px;
	color: #fff;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
}
.bl_result{
	margin-top: 56px;
}
.bl_result .ly_cont_inner{
	padding-bottom: 64px;
}
.bl_card_ttl{
	font-size: 17px;
	font-weight: normal;
	margin-top: 8px;
}
@media screen and (max-width : 750px){
	.bl_search_form{
		border: 2px solid #78746B;
		padding-bottom: 56px;
	}
	.bl_search_form .el_sec_mainTtl{
		height: 72px;
		font-size: 34px;
		padding-bottom: 1px;
	}
	.bl_search_detailWrapper{
		padding: 42px;
	}
	.bl_search_detail{
		padding: 24px 0;
		border-bottom: 2px solid #ccc;
	}
	.bl_search_ttl{
		width: 100%;
		font-size: 28px;
		margin-bottom: 16px;
	}
	.bl_search_list{
		gap: 24px;
	}
	.bl_search_list:first-of-type{
		padding-top: 0;
	}
	.bl_search_item{
		width: auto;
	}
	.el_search_label input + span {
		padding-left: 42px;
	}
	.el_search_label input + span::before {
		width: 28px;
		height: 28px;
		top: 52%;
	}
	.el_search_label input + span::after {
		border-bottom: 3px solid #78746B;
		border-right: 3px solid #78746B;
		width: 13px;
		height: 28px;
		left: 8px;
		top: 4px;
	}
	.bl_search_form .el_arrowBtn{
		width: 340px;
		height: 64px;
	}
	.bl_search_form .el_arrowBtn input{
		width: 340px;
		height: 64px;
		font-size: 28px;
	}
	.bl_result{
		margin-top: 64px;
	}
	.bl_card_ttl{
		font-size: 28px;
		margin-top: 16px;
	}
}
/*=======================================================
詳細
=======================================================*/
.ly_cases {
	padding: 40px 0 56px;
}
.bl_post {
	border: 1px solid #4D4D4D;
}
/* 記事ページ */
.bl_post_ttl {
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	padding: 6px 8px 6px 36px;
	background: #78746B;
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bl_post_cont {
	padding: 32px 39px 40px;
}
.bl_post_imgWrapper {
	margin-bottom: 16px;
}
.bl_post_def > div {
	padding: 18px 16px 18px 24px;
	background: #F0EEE7;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 24px;
}
.bl_post_def > div:not(:first-of-type) {
	margin-top: 12px;
}
.bl_post_def > div.bl_detail{
	flex-direction: column;
	align-items: flex-start;
}
.bl_post_dttl {
	font-size: 18px;
	color: #4E2E2E;
	font-weight: bold;
}

/* テーブル */
.el_att.scroll {
	display: none;
}
.bl_tableWrapper {
	margin-top: 40px;
}
.bl_results > table {
	border: 2px solid #fff;
}
.bl_results > table th,
.bl_results > table td {
	border: 2px solid #fff;
	padding: 14px 8px 11px;
	text-align: center;
}
.bl_results > table tr:first-of-type > th {
	background: #78746B;
	color: #fff;
	font-weight: normal;
}
.bl_results > table tr:first-of-type > th:first-of-type {
	background: #fff;
}
.bl_results > table tr:not(:first-of-type) > th {
	background: #D2C3BC;
	font-weight: normal;
}
.bl_results > table tr:not(:first-of-type) > td {
	background: #F0EEE7;
}
.bl_results > table tr:not(:first-of-type) > td:last-of-type {
	font-weight: bold;
}
.bl_pager{
	margin-top: 56px;
}
.bl_pager_inner .el_arrowBtn{
	width: 170px;
	height: 40px;
	margin-top: 0;
}
.bl_pager_inner .bl_pager_link{
	width: 170px;
}
@media screen and (max-width : 750px){
	/* 記事ページ */
	.bl_post_ttl {
		padding: 16px 8px 16px 36px;
		font-size: 34px;
	}
	.bl_post_imgWrapper {
		margin-bottom: 24px;
	}
	.bl_post_def > div {
		padding: 22px 20px;
	}
	.bl_post_dttl {
		font-size: 28px;
	}
	/* テーブル */
	.el_att.scroll {
		display: block;
		margin-bottom: 16px;
	}
	.bl_tableWrapper {
		margin-top: 56px;
	}
	.bl_results {
		overflow: scroll;
	}
	.bl_results > table {
		width: 920px!important;
	}
	.bl_results > table th,
	.bl_results > table td {
		padding: 16px 8px;
	}

	/* .ly_cases .bl_pager {
	margin-bottom: 40px;
} */
	.bl_pager_inner .bl_pager_link{
		width: 230px;
	}
	.ly_cont_main .el_arrowBtn {
		width: 200px;
		height: 60px;
		padding-left: 0;
	}
}

/*=======================================================
サイドバー
=======================================================*/
.bl_aside{
	border: none;
	padding-bottom: 0;
}
.bl_aside .bl_search_detailWrapper{
	padding: 20px 16px 32px;
}
.bl_aside .bl_search_ttl{
	width: 100%;
	font-size: 18px;
	margin-bottom: 16px;
}
.bl_aside .bl_search_list{
	gap: 12px 20px;
}
.bl_aside .bl_search_detail.weight .bl_search_list{
	flex-direction: column;
}
.bl_aside .bl_search_item{
	width: auto;
}
.bl_search_form .el_arrowBtn{
	margin-top: 0;
}
.bl_aside .bl_search_form .el_arrowBtn::after{
	content: '';
}
.ly_cont_side .bl_cases_catList > li{
	width: 280px;
	height: 66px;
}
.ly_cont_side .bl_cases_catList > li > a{
	border: 1px solid #78746B;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #78746B;
	background: #F1EEE7;
	padding-left: 0;
	position: relative;
}
.ly_cont_side .bl_cases_catList > li:nth-of-type(4) > a,
.ly_cont_side .bl_cases_catList > li:nth-of-type(5) > a{
	padding-right: 16px;
}
.ly_cont_side .bl_cases_catList > li > a::after{
	content: '';
	position: absolute;
	background: url(../images/common/btn_arrow__brown.svg) top center / contain no-repeat;
	width: 9px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: 12px;
}
@media screen and (max-width : 750px){
	.bl_aside .bl_aside_ttl{
		margin-bottom: 0;
	}
	.bl_aside .bl_search_detailWrapper{
		padding: 24px 24px 56px;
	}
	.bl_aside .bl_search_ttl{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.bl_aside .bl_search_list{
		gap: 32px;
	}
	.bl_aside .bl_search_detail.weight .bl_search_list{
		flex-direction: unset;
	}
	.ly_cont_side .bl_cases_catList{
		gap: 30px;
	}
	.ly_cont_side .bl_cases_catList > li{
		width: 330px;
		height: 84px;
	}
	.ly_cont_side .bl_cases_catList > li > a{
		border: 2px solid #78746B;
		font-size: 28px;
		line-height: 1.3;
	}
	.ly_cont_side .bl_cases_catList > li:nth-of-type(4) > a,
	.ly_cont_side .bl_cases_catList > li:nth-of-type(5) > a{
		padding-right: 16px;
	}
	.ly_cont_side .bl_cases_catList > li > a::after{
		width: 12px;
		height: 20px;
		right: 24px;
	}	
}