@charset "utf-8";


.about-medical-system {
	
}

.about-medical-system__list {
	
}

.about-medical-system__list > li {
	
}

.about-medical-system__list > li:before {
	background-color: #69add7;
}

.about-medical-system__ttl {
	
}

.about-medical-system__txt {
	
}

.about-medical-system__fig {
	width: 100%;
	margin-bottom: 40px;
}

.about-medical-system__fig img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: auto;
}

@media screen and (min-width: 1280px) {
	
	.about-medical-system {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.about-medical-system__list {
		flex-direction: column;
		width: calc(50% - 20px);
	}
	.about-medical-system__list > li {
		width: 100% !important;
	}
	
	.about-medical-system__fig {
		width: calc(50% - 20px);
	}
	
	.about-medical-system__ttl {
		margin-bottom: 10px;
	}
	
	.about-medical-system__txt:first-of-type {
		margin-top: 0;
	}
	
	.about-medical-system__list li > *:last-child {
		margin-bottom: 0;
	}
}
