@charset "utf-8";


.page-title.about {
	background-image: url(../images/img_head.jpg)
}

.contents-wrap {
	padding: 0 !important;
}

.medical-list-item {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.medical-list-area {
	display: block;
	position: relative;
	text-decoration: none;
}

.medical-list-area:hover {
	background-color: rgba(0, 0, 0, .03);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.medical-list-wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.medical-list-wrap:before {
	content: "";
	display: block;
	background-size: 100% auto;
}

.medical-list-title-en {
	color: rgba(0, 0, 0, .5);
}

.medical-list-tex {
	line-height: 1.8;
	color: rgba(0, 0, 0, .5);
}


@media screen and ( max-width: 800px ) {

	.medical-list-area {
		padding: 50px calc(10px + 2vw);
		text-align: center;
	}

	.medical-list-wrap:before {
		width: 40px;
		height: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.dementia .medical-list-wrap:before {
		background-image: url(../../common/images/icon_puzzie.svg);
	}

	.depression .medical-list-wrap:before {
		background-image: url(../../common/images/icon_heart.svg);
	}

	.insomnia .medical-list-wrap:before {
		background-image: url(../../common/images/icon_eye.svg);
	}

	.medical-list-title {
		font-size: 2.5rem;
	}

	.medical-list-title-en {
		margin-top: 10px;
		display: block;
		font-size: 1.1rem;
	}

	.medical-list-tex {
		margin: 20px 0;
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 600px ) {

	.medical-list-title {
		font-size: 2.2rem;
	}

	.medical-list-title-en {
		font-size: 1rem;
	}

}


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

	.medical-list-area {
		padding: 100px calc(10px + 2vw);
	}

	.medical-list-wrap {
		padding-left: 120px;
	}

	.medical-list-wrap:before {
		width: 80px;
		height: 80px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.dementia .medical-list-wrap:before {
		background-image: url(../images/icon_puzzie.svg);
	}

	.depression .medical-list-wrap:before {
		background-image: url(../images/icon_heart.svg);
	}

	.insomnia .medical-list-wrap:before {
		background-image: url(../images/icon_eye.svg);
	}

	.medical-list-title {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		font-size: 3rem;
		white-space: pre-wrap;
		-ms-flex-align: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.medical-list-title-en {
		margin-left: 30px;
		font-size: 1.2rem;
	}

	.medical-list-tex {
		margin-top: 30px;
		font-size: 1.5rem;
	}

	.medical-list-more {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

}


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

