@charset "UTF-8";
/********************************************************************************

page-case.css　症例用css

********************************************************************************/

/*######################################################################
 一覧
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-case-list #mainvisual {
}

/*============================================================
 セクション共通
*============================================================*/
#page-case-list .section {
}

/*============================================================
 セクション
*============================================================*/


/*######################################################################
 詳細
######################################################################*/
/*============================================================
 メインビジュアル
*============================================================*/
#page-case #mainvisual .detail {
	justify-content: space-between;
}
#page-case #mainvisual .detail .tags {
	gap: 8px;
}
#page-case #mainvisual .detail .tags .tag {
	font-size: 10px;
	color: #7C7C7C;
	background: #fff;
	line-height: 1.6;
	padding: 4px 16px;
	border: 1px solid #7C7C7C;
	font-family: var(--common-font-family-jp);
}

/*============================================================
 セクション共通
*============================================================*/
#page-case .section {
}

/*============================================================
 before/after
*============================================================*/
#page-case #sec-heading .block {
	gap: 40px;
	justify-content: center;
}
#page-case #sec-heading .block .col {
	text-align: center;
	width: 46%;
	max-width: 400px;
	margin-bottom: 0;
}
#page-case #sec-heading .block .col .image {
	margin-bottom: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#page-case #sec-heading .block .col .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-case #sec-heading .block .col .label {
	font-size: 20px;
	padding-top: 2px;
	border-top: 1px solid var(--common-color-text);
	margin-bottom: 0;
}
#page-case #sec-heading .block .col.after .label {
	color: var(--common-color-main);
	font-size: 24px;
	border-top: 1px solid var(--common-color-main);
	line-height: 1.4;
	font-weight: 600;
}

/*============================================================
 内容
*============================================================*/
#page-case #sec-contents .wrap {
	background: var(--common-color-background2);
	padding: 40px;
}
#page-case #sec-contents .block {
	margin-bottom: 40px;
}
#page-case #sec-contents .block > .label {
	color: var(--common-color-main);
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--common-color-main);
	margin-bottom: 16px;
}
#page-case #sec-contents .detail {
	margin-bottom: 40px;
}
#page-case #sec-contents .detail .row .col {
	text-align: center;
	flex: 1;
	border-right: 1px solid var(--common-color-main);
}
#page-case #sec-contents .detail .row .col:first-child {
	border-left: 1px solid var(--common-color-main);
}
#page-case #sec-contents .detail .row .col .label {
	font-size: 18px;
	color: #000;
	margin-bottom: 0;
}
#page-case #sec-contents .detail .row .col .data {
	font-size: 20px;
	padding: 0 8px;
	color: var(--common-color-main);
	font-weight: 500;
	margin-bottom: 0;
}
#page-case #sec-contents .detail .row01 {
	margin-bottom: 24px;
}

/*============================================================
 治療の経過
*============================================================*/
#page-case #sec-progress h2 {
	text-align: center;
	margin-bottom: 40px;
}
#page-case #sec-progress .block {
	gap: 56px;
}
#page-case #sec-progress .block .item {
	width: 228px;
	text-align: center;
	margin-bottom: 0;
}
#page-case #sec-progress .block .item p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
#page-case #sec-progress .block .item .image {
	margin-bottom: 24px;
	position: relative;
}
#page-case #sec-progress .block .item:not(:first-child) .image:before {
	content: "";
	position: absolute;
	background-image: url(../images/common/icon-list-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 16px;
	top: 50%;
	transform: translatey(-50%);
	left: -40px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1127px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-case-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-case #mainvisual {
    }
	
	/*============================================================
	 内容
	*============================================================*/
	#page-case #sec-contents .detail .row .col .label {
		font-size: 16px;
	}
	#page-case #sec-contents .detail .row .col .data {
		font-size: 18px;
	}
	
	/*============================================================
     治療の経過
    *============================================================*/
	#page-case #sec-progress .block {
		gap: 40px;
	}
	#page-case #sec-progress .block .item {
		width: calc((100% - 80px) / 3);
	}
	#page-case #sec-progress .block .item .image {
		margin-bottom: 16px;
	}
	#page-case #sec-progress .block .item:not(:first-child) .image:before {
		left: -33px;
	}
	#page-case #sec-progress .block .item p {
		font-size: 20px;
	}


}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*######################################################################
     一覧
    ######################################################################*/
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-case-list #mainvisual {
    }


    /*######################################################################
     詳細
    ######################################################################*/
	#page-case #sec-heading .section {
		margin-bottom: 48px;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-case #mainvisual {
    }
	
	/*============================================================
     before/after
    *============================================================*/
	#page-case #sec-heading .block {
		gap: 16px;
	}
	#page-case #sec-heading .block .col {
		width: calc((100% - 16px) / 2);
	}
	#page-case #sec-heading .block .col.after .label {
		font-size: 20px;
		line-height: 1.8;
	}
	
	/*============================================================
     内容
    *============================================================*/
	#page-case #sec-contents .wrap {
		padding: 24px 16px;
	}
	#page-case #sec-contents .block > .label {
		font-size: 20px;
	}
	#page-case #sec-contents .detail .row .col .label {
		font-size: 14px;
	}
	#page-case #sec-contents .detail .row .col .data {
		font-size: 16px;
	}
	#page-case #sec-contents .detail .row01 {
		margin-bottom: 16px;
	}
	#page-case #sec-contents .detail .row02 .col {
		flex: auto;
		width: 50%;
	}
	#page-case #sec-contents .detail .row02 .col:last-child {
		width: 100%;
		margin-top: 16px;
		border-left: 1px solid var(--common-color-main);
	}
	
	/*============================================================
     治療の経過
    *============================================================*/
	#page-case #sec-progress h2 {
		margin-bottom: 24px;
	}
	#page-case #sec-progress .block {
		gap: 24px;
	}
	#page-case #sec-progress .block .item {
		width: calc((100% - 48px) / 3);
	}
	#page-case #sec-progress .block .item .image {
		margin-bottom: 8px;
	}
	#page-case #sec-progress .block .item:not(:first-child) .image:before {
		left: -20px;
		width: 18px;
		height: 10px;
	}
	#page-case #sec-progress .block .item p {
		font-size: 14px;
		margin-bottom: 8px;
	}

}
