/*　チェックマーク　
---------------------------*/
ul.list-checkmark li{
	line-height: 1.5;
	padding-left: 1.75em;
	background:url(../images/common/checkmark-brown.png) no-repeat  left .35em;
	background-size: 1em auto;
	margin-top: .5em;
}
/*　＊マーク
---------------------------*/
.asterisk-mark{
	padding-left: 1.25em;
	position: relative;
}
.asterisk-mark .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/*　ミニブログ
---------------------------*/
.bgbox-miniblog {
	background: #294739;
	color: #fff;
	align-items: center;
	padding: 2em;
}
.bgbox-miniblog .x-large{
	padding-left: 2.25em;
	background: url(../images/seikeigeka/icon-blog-white.png) no-repeat .25em .3rem;
	background-size: 1.25em auto;
	line-height: 1.5;
}
.miniblog-link{
	margin-top: 1.5em;
}
.miniblog-link li {
	padding: 1em;
	border-bottom: 1px solid #51695d;
	border-top: 1px solid #51695d;
	display: flex;
	flex-wrap: wrap;
}
.miniblog-link li span{
	width: 6.5em;
	font-size: .75em;
	margin-top: .25em;
}
.miniblog-link li a{
	color: #fff;
	text-decoration: underline;
	width: calc(100% - 6.5em);
}
	@media screen and (max-width:600px) {
		.miniblog-link li {
			padding-left: 0;
			padding-right: 0;
		}
	}

/*　flex box
---------------------------*/
.clm2-block{
	width: 47.5%;
}
.clm3{
	width: calc(100% / 3 - .5em);
}
	@media screen and (max-width:600px) {
		.clm2-block {
			width: 100%;
			margin-bottom: 1em;
		}
	}

/*　before after
---------------------------*/
.banda-list li{
	width: 47.5%;
	position: relative;
}
.banda-list li .eng{
	font-size: 1.75em;
	font-weight: 100;
	position: relative;
}
.banda-list li .thumb{
	position: relative;
}
.banda-arw-right:before,
.banda-arw-bottom:before{
	width: 2em;
	height: 2em;
	background-color: #b8a658;
	position: absolute;
	content: "";
	z-index: 5;
}
.banda-arw-right:before{
	clip-path: polygon(0 0, 86.6% 50%, 0 100%);
	right: calc(-2em - .5em);
	top: 50%;
	transform: translateY(-50%);
}
.banda-arw-bottom:before{
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	left: 50%;
	bottom: calc(-2em - .5em);
	transform: translateX(-50%);
	content: "";
}
	@media screen and (min-width:600px) {
		.banda-arw-bottom:before{
			display: none;
		}
	}
	@media screen and (max-width:600px) {
		.banda-arw-right:before{
			display: none;
		}
		.banda-arw-bottom:before{
			display: block;
		}
		.banda-list li{
			width: 100%;
			margin-bottom: 2em;
		}
		.banda-list:last-child{
			margin-bottom: 0;
		}
	}


/* 前十字靭帯断裂 
---------------------------*/
.desc-4jintai{
	background: #f8f6ee;
	color: #745e46;
	padding: 1.5em 1.5em 1.75em;
}
.tit-4jintai{
	background: #b8a658;
	color: #fff;
	font-weight: 500;
	border-radius: 5em;
	text-align: center;
	padding: .25em 1em;
	display: inline-block;
}
.list-4jintai li{
	width: calc(25% - 1em);
}
.list-4jintai li .thumb{
	margin-bottom: .75em;
	line-height: 1.0;
	border-radius: .75em;
	overflow: hidden;
}
	@media screen and (max-width:1200px) {
		.desc-4jintai{
			padding-left: 1em;
			padding-right: 1em;
		}
		.list-4jintai li{
			width: calc(25% - .75em);
		}
	}
	@media screen and (max-width:860px) {
		.desc-4jintai{
			padding-top: 7.5%;
			padding-left: 7.5%;
			padding-right: 7.5%;
			padding-bottom: calc(7.5% - 1.25em);
		}
		.list-4jintai li{
			width: calc(50% - 2.5%);
			margin-bottom: 1.25em;
		}
	}
	@media screen and (max-width:600px) {
		.desc-4jintai{
			padding-top: 5%;
			padding-left: 5%;
			padding-right: 5%;
			padding-bottom: calc(5% - 1.25em);
		}
	}

.list-tplo-yobo li{
	width: calc(100% / 3 - 1.25em);
}
.list-tplo-yobo li .thumb{
	margin-bottom: .75em;
	line-height: 1.0;
	border-radius: .75em;
	overflow: hidden;
}
.list-tplo-yobo li .em{
	text-align: center;
}
	@media screen and (max-width:860px) {
		.list-tplo-yobo li{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 1em;
		}
		.list-tplo-yobo li .thumb{
			width: 47.5%;
		}
		.list-tplo-yobo li .txt{
			width: 47.5%;
		}
		.list-tplo-yobo li .em{
			text-align: left;
		}
	}
	@media screen and (max-width:600px) {
		.list-tplo-yobo li .thumb{
			width: 100%;
		}
		.list-tplo-yobo li .txt{
			width: 95%;
			margin: 0 auto;
		}
		.list-tplo-yobo li .em{
			text-align: center;
		}
	}

/* 膝蓋骨脱臼
---------------------------*/
.list-level li{
	margin-bottom: 1.5em;
}
.list-level .flex{
	align-items: center;
	font-weight: 500;
	padding: .75em 1em;
	margin-bottom: 1em;
}
.list-level li .grade{
	font-size: .875em;
	width: 6.5rem;
	font-weight: 600;
	text-align: center;
	border-radius: 3em;
	background: #fff;
}
	.list-level li:nth-child(1) .flex{
		background: #f4f2e6;
	}
	.list-level li:nth-child(2) .flex{
		
		background: #e4dbcd;
	}
	.list-level li:nth-child(3) .flex{
		
		background: #d4cdc6;
	}
	.list-level li:nth-child(4) .flex{
		background: #cad2ce;
	}
	.list-level li .grade .eng{
		font-size: 1.5em;
		font-family: "Roboto", sans-serif;
		padding-left: .25em;
		line-height: .75;
	}
	.gradecolor_1{
		color: #aa9437;
	}
	.gradecolor_2{
		color: #9f7f4d;
	}
	.gradecolor_3{
		color: #745e46;
	}
	.gradecolor_4{
		color: #496357;
	}
.list-level li .grade-txt{
	width: calc(100% - 7.5rem);
}

.severity-bg{
	background: #f4f2e6;
	padding: 3em 5% 1em;
}
.severity-wrap{
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 1em;
}
	@media screen and (max-width:600px) {
		.severity-bg{
			padding-left: 2.5%;
			padding-right: 2.5%;
		}
		.severity-wrap{
			grid-template-columns: 60px 1fr;
			padding-left: 1.75em;
			padding-right: 1.75em;
		}
	}

.severity-scale{
	position: relative;
	display: grid;
	grid-template-columns: 1.5em 1fr; 
	grid-template-rows: auto repeat(4, 1fr) auto;
	align-items: center;
	color: #745e46;
	font-weight: 600;
}
.severity-arrow{
	grid-column: 1;
	grid-row: 1 / -1;
	position: relative;
	min-height: 100%;
}
.severity-arrow::before{
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	background: linear-gradient(
	to bottom,
		#b8a658,
		#496357
	);
}
.s-arw-top{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #b8a658;
}
.s-arw-bottom{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #2f6f5f;
}
.severity-scale .level{
	grid-column: 2;
	text-align: center;
}
.severity-txt{
	margin: 0;
	padding-left: 1em;
	list-style: disc;
}
.severity-txt li{
	padding: .25em 0;
}

.patella-keika-list li{
	background: #f4f2e6;
	width: calc(100% / 4 - .5em);
	text-align: center;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.patella-keika-list li .icon{
	margin: 1em auto 0;
}
.patella-keika-list li .icon img{
	width: 66px;
}
	@media screen and (max-width:860px) {
		.patella-keika-list li{
			width: calc(100% / 2 - .5em);
			margin-bottom: 1em;
		}
		.patella-keika-list li .icon img{
			width: 42px;
		}
	}
