@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-contents #main-contents .page-link {
	margin-bottom: 40px;
}

#main-contents section div dt {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
/*
#main-contents section div dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	color: #F05C9E;
}
*/

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	#main-contents section div dt {
		font-size: 1.6rem;
	}

	#main-contents section div dd {
		font-size: 1.4rem;
	}
}



.case-container h2 {
	color: var(--section-color);
	font-weight: bold;
}


#myhome.case-container {
	--section-color: #46B0D0;
}

#hospitalization.case-container {
	--section-color: #6466ca;
}


.case-container h2::before {
	border-color: currentColor;
}

.case {
	
}

.case p {
	font-size: inherit;
}

.case .link-button a,
.lower-contents .main-contents .case .link-button a {
	color: var(--section-color);
	border: 1px solid var(--section-color);
	background-image: url(/common/images/arrow_blue.png);
}

.case__item {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(0,0,0,0.25);
	box-sizing: border-box;
	font-feature-settings: "palt";
}

.case__item:last-child {
	margin-bottom: 0;
}

.case__item dt {
	display: flex;
	gap: 10px;
	color: var(--section-color);
}

.case__item .icon {
	stroke-width: 1.5;
}

.case__item dd .icon {
	position: absolute;
	top: 2px;
	left: 0px;
	stroke-width: 1.2;
}

.case__item dd {
	position: relative;
	text-align: justify;
	padding-left: 33px;
}

.case__item p {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.case {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	.case__item {
		width: calc(50% - 15px);
		padding-left: 30px;
		border-left: 1px solid rgba(0,0,0,0.25);
	}
}

