<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';


#container &gt; .inner {
	max-width: none;
}

.articleblock {
	max-width: 1200px;
	margin: 0 auto;
}

.blockheader .label {
	font-size: 1.7em;
}

.blockheader .desc {
	font-size: 1.7em;
}

.presentation {
}

.presentation:first-child {
}

.presentation &gt; .inner {
	padding: 3em 0;
}

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

	.presentation &gt; .inner {
		padding: 5em 0;
	}
}

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

	.blockheader .label {
		font-size: 1.5em;
	}

	.blockheader .desc {
		font-size: 1.5em;
	}

	.presentation:first-child {
	}

	.presentation.half .brick {
		padding: 50px;
	}

	.presentation.half:before {
		width: 50%;
	}

	.presentation.half &gt; .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.presentation.half .brick {
		padding: 50px;
	}
}

.presentation .blockheader .brick {
	padding: 0;
}



body.index .pageheader {
	background-image: url(../image/rehabilitation/back_pageheader_index.jpg);
}



#servicefee {
	max-width: 1000px;
	margin: 0 auto;
}

#servicefee .column {
	width: 100%;
	padding: 0;
}

#servicefee .column:not(:last-child) {
	margin-bottom: 3em;
}

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

	#servicefee .column {
		width: 50%;
		margin: 0 !important;
		padding: 0 4%;
	}
}


#contentblock .clinichoursannounce {
	display: block;
	margin: 0;
	font-size: 1rem;
}

#contentblock .clinichoursannounce p.head {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
}

#contentblock .clinichoursannounce &gt; div {
	width: 100%;
	border: none !important;
}



.presentation table.fees tbody td p {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
}

.presentation table.fees tbody td p:not(:last-child) {
	margin-bottom: .3em;
}

.presentation table.fees tbody td p .price {
	display: inline-block;
	padding-left: 0;
	font-size: 1em;
	line-height: 1;
}

.presentation table.fees tbody td p .price {
	width: 5em;
}

.presentation table.fees tbody td p:before {
	display: inline-block;
	width: 4.5em;
	padding: .3em;
	border-radius: 99px;
	background: #ccc;
	font-size: .75em;
	text-align: center;
}

.presentation table.fees tbody td p:nth-child(1):before {
	content: '�大牡雋�諡�';
}

.presentation table.fees tbody td p:nth-child(2):before {
	content: '�貞牡雋�諡�';
}


</pre></body></html>