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

#title-area {
	background: url(../images/main_image.jpg) 25% center no-repeat;
	background-size: cover;
}

#contents-area hr {
	width: 100%;
}





#contents-area .multi {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}

#contents-area .multi ul {

}

#contents-area .multi ul > * {
	margin-top: 20px;
}

#contents-area .multi ul > *:first-child {
	margin-top: 0;
}

#contents-area .multi li {
	box-sizing: border-box;
}

#contents-area .multi li:last-child {
	margin-bottom: 0;
}

#contents-area .multi figure {
	position: relative;
}

#contents-area .multi figure img {
	display: block;
	filter: brightness(0.9);
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
}

#contents-area .multi li a:hover figure img {
	filter: brightness(1.1);
}

#contents-area .multi li a {
	position: relative;
}

#contents-area .multi li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	z-index: 1;
	border-radius: 5px;
}

#contents-area .multi li figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
	padding: 10px 20px 10px 35px;
	transition: all 0.2s ease-in-out;
	font-size: 1.3rem;
	font-weight: 600;
	color: rgba(0,0,0,0.6);
	background-color: rgba(255,255,255,0.85);
	box-sizing: border-box;
}

#contents-area .multi li a:hover figcaption {
	background-color: rgba(255,255,255,1);
}

#contents-area .multi li figcaption:before {
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	content: "";
	background-color: rgba(0,0,0,0.5);
	background-image: url(../../common/images/arrow_round.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

#contents-area .multi li a:hover figcaption:before {
	background-color: var(--color-link);
}

#contents-area .multi li a:hover figcaption {
	background-position: 3px center;
}

#contents-area .multi li a:hover figcaption {
	color: var(--color-link);
}

@media screen and (min-width: 768px) {
	#contents-area .multi ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#contents-area .multi ul:before,
	#contents-area .multi ul:after {
		content: "";
		display: block;
		order: 2;
	}

	#contents-area .multi ul:before,
	#contents-area .multi ul:after,
	#contents-area .multi li {
		width: calc(50% - 15px);
	}

	#contents-area .multi ul > * {
		margin-top: 25px;
	}

	#contents-area .multi ul > *:nth-child(-n + 2) {
		margin-top: 0;
	}

	#contents-area .multi li figcaption {
		padding: 15px 20px 15px 35px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1280px) {
	#contents-area .multi {
		padding-top: 30px;
	}

	#contents-area .multi ul:before,
	#contents-area .multi ul:after,
	#contents-area .multi li {
		width: calc(33.33% - 20px);
	}

	#contents-area .multi ul > *:nth-child(-n + 3) {
		margin-top: 0;
	}
}



#contents-area #contents-menu .sep {
	width: calc(100% - 25px);
	border-top: 1px dashed rgba(0,0,0,0.5);
	margin: 0 0 40px;
}


/* --------------------------------------- */

.banner {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
}

.banner a {
	display: flex !important;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	border-radius: 5px;
}

.banner a:hover:before {
	opacity: 1;
}

.banner-inner {
	position: relative;
	width: 100%;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.banner a {
		padding: 30px;
	}
}


/* ========================================================================== */

.jcqhc-banner {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
	height: 140px;
	/* height: 280px; */
	text-align: center;
}

.jcqhc-banner a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	position: relative;
	background-image: url(/about/jcqhc/images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}

.jcqhc-banner a:hover {
	box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}


.jcqhc-banner a:hover:before {
	opacity: 1;
}

.jcqhc-banner .banner-inner {
	position: relative;
	width: 100%;
	z-index: 2;
	/* margin-left: 170px; */
}

.jcqhc-banner .banner-inner > *:last-child {
	margin-bottom: 0;
}

.jcqhc-banner a:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: all 0.2s ease;
	opacity: 0.25;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	box-sizing: border-box;
}

.jcqhc-banner .ttl {
	position: relative;
	z-index: 2;
}

.jcqhc-banner .ttl img {
	display: block;
	vertical-align: bottom;
	width: 100%;
	height: auto;
	margin: auto;
}

.jcqhc-banner .badge {
	position: absolute;
	display: block;
	left: 0;
	right: auto;
	top: 0;
	margin: auto;
	width: auto;
	height: 100%;
	display: none;
}

.jcqhc-banner .badge img {
	display: block;
	width: auto;
	height: 100%;
}


@media screen and (min-width: 768px) {
	.jcqhc-banner {
		height: 280px;
	}

	.jcqhc-banner a {
		padding: 20px;
	}

	.jcqhc-banner .badge {
		display: block;
	}

	.jcqhc-banner .banner-inner {
		margin-left: 170px;
	}

	.jcqhc-banner .ttl {
		height: 80px;
	}

	.jcqhc-banner .ttl img {
		width: auto;
		height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	#contents-area .multi {
		padding-top: 30px;
	}

	.jcqhc-banner {
		margin-top: 35px;
	}

	.jcqhc-banner .ttl {
		height: 120px;
	}
}


/* ----- */


.riha-banner {
	height: 280px;
	text-align: center;
}

.riha-banner a {
	color: #fff !important;
	position: relative;
	background-image: url(/hospitalization/receiving/ward/reha/images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 65%;
}

.riha-banner .banner-inner > *:last-child {
	margin-bottom: 0;
}

.riha-banner a:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: all 0.2s ease;
	opacity: 0.25;
	border-radius: 5px;
}

.riha-banner .ttl {
	position: relative;
	width: 100%;
	/* margin-bottom: 20px; */
	z-index: 2;
}

.riha-banner .ttl img {
	display: block;
	width: 100%;
	max-width: 410px;
	height: auto;
	margin: auto;
}

.riha-banner .pickup {
	display: inline-block;
	font-size: 1.2rem !important;
	font-weight: 600;
	padding: 8px 13px;
	box-sizing: border-box;
	border: 2px solid currentColor;
}

@media screen and (min-width: 768px) {
	.riha-banner .ttl {
		height: 100px;
		margin-bottom: 20px !important;
	}

	.riha-banner .ttl img {
		width: auto;
		height: 100%;
	}
}

