@charset "utf-8";

/* =========================================================
   外科ページ
   ========================================================= */

.surgery-page #undercommon section {
	margin-bottom: 100px;
	overflow: visible;
}


/* =========================================================
   外科紹介
   ========================================================= */

.surgery-introduction {
	display: grid;
	grid-template-columns: 490px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	margin-top: 85px;
}

.surgery-introduction__image {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
}

.surgery-introduction__image img {
	display: block;
	width: 100%;
	height: auto;
}

.surgery-introduction__text {
	padding-top: 0;
}

.surgery-introduction__text p {
	margin: 0 0 29px;
	font-size: 13px;
	line-height: 2.05;
}

.surgery-introduction__text p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   LINK・フッターの回り込み防止
   ========================================================= */

.surgery-page #link {
	clear: both;
}

.surgery-page footer {
	clear: both;
}


/* =========================================================
   タブレット
   ========================================================= */

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

	.surgery-introduction {
		grid-template-columns: 45% minmax(0, 1fr);
		gap: 25px;
	}

}


/* =========================================================
   スマートフォン
   ========================================================= */

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

	.surgery-page #undercommon {
		width: auto;
		margin-right: 15px;
		margin-left: 15px;
	}

	.surgery-page #undercommon h2.mainimg {
		margin-bottom: 35px;
	}

	.surgery-page #undercommon h2.mainimg img {
		display: block;
		width: 100%;
		height: auto;
		min-height: 92px;
		object-fit: cover;
	}

	.surgery-page #undercommon section {
		margin-bottom: 60px;
	}

	.surgery-page #animals h3 {
		font-size: 22px;
		line-height: 1.45;
		letter-spacing: .04em;
	}

	.surgery-page #animals > h4 {
		margin-bottom: 0;
	}


	/* 外科紹介 */

	.surgery-introduction {
		display: flex;
		flex-direction: column;
		gap: 28px;
		margin-top: 55px;
	}

	.surgery-introduction__image {
		width: 100%;
	}

	.surgery-introduction__image img {
		width: 100%;
		height: auto;
	}

	.surgery-introduction__text {
		width: 100%;
		padding: 0;
	}

	.surgery-introduction__text p {
		margin-bottom: 23px;
		font-size: 13px;
		line-height: 1.95;
	}

}