@charset "utf-8";
/*------------------------------------------------------------
	first
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/first/page_img.jpg);
}
.pageTitle .headLine01 .jp {
	color: #3c3c3c;
}
#main .comWhiteBg {
	margin-bottom: 5rem;
}
#main .comWhiteBg:last-child {
	margin-bottom: 13rem;
}
#main .thing .text {
	margin-bottom: 4.8rem;
	letter-spacing: 0.03em;
	line-height: 1.75;
}
#main .thing .sub {
	padding: 5rem 0;
	border-top: 1px solid #24479c;
	border-bottom: 1px solid #24479c;
}
#main .thing .notesUl li {
	margin-bottom: 1.8rem;
	padding-left: 2.3rem;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
}
#main .thing .notesUl li:last-child {
	margin-bottom: 0;
}
#main .thing .notesUl li::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.7rem;
	left: 0;
	content: "";
	z-index: 1;
	border-radius: 50%;
	background-color: #e97e94;
}
#main .patients .text {
	margin-bottom: 2.7rem;
	line-height: 1.75;
}
#main .appoint .text {
	margin-bottom: 1.5rem;
}
#main .appoint .sub {
	margin: 4.9rem 0;
	padding: 5rem 0;
	border-top: 1px solid #24479c;
	border-bottom: 1px solid #24479c;
}
#main .appoint .linkBox {
	margin-top: 3rem;
	align-items: flex-start;
}
#main .appoint .linkBox .linkUl {
	width: 50%;
}
#main .appoint .linkBox .linkUl li:not(:last-child) {
	margin-bottom: 2.2rem;
}
#main .appoint .linkBox .linkUl a {
	padding-bottom: 0.4rem;
	margin-left: 3rem;
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #e97e94;
}
#main .appoint .linkBox .linkUl a::after {
	position: absolute;
	top: 0.6rem;
	left: -3rem;
	content: "";
	z-index: 1;
	width: 2rem;
	height: 2.6rem;
	background: url(../common/img/icon10.png) no-repeat left top / 100%;
}
#main .appoint .linkBox .linkUl a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .appoint .sub .comBtn01 {
		min-width: 26rem;
	}
}
@media all and (max-width: 896px) {
	#main .comWhiteBg:last-child {
		margin-bottom: 0;
	} 
	#main .thing .text {
		margin-bottom: 3rem;
	}
	#main .thing .sub {
		padding: 3rem 0;
	}
	#main .thing .notesUl li {
		margin-bottom: 1rem;
		padding-left: 1.8rem;
		font-size: 1.4rem;
	}
	#main .thing .notesUl li::after {
		width: 1rem;
		height: 1rem;
		top: 0.5rem;
	}
	#main .appoint .text {
		margin-bottom: 1.5rem;
	}
	#main .appoint .sub {
		margin: 3rem 0;
		padding: 3rem 0;
	}
	#main .appoint .linkBox {
		margin-top: 3rem;
		display: block;
	}
	#main .appoint .linkBox .linkUl {
		width: auto;
	}
	#main .appoint .linkBox .linkUl:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .appoint .linkBox .linkUl li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .appoint .linkBox .linkUl a {
		margin-left: 2rem;
		font-size: 1.2rem;
	}
	#main .appoint .linkBox .linkUl a::after {
		top: 0.2rem;
		left: -2rem;
		width: 1.5rem;
		height: 2rem;
	}
}