@charset "utf-8";

/* =========================================================
   猫の伝染性腹膜炎ページ
   ========================================================= */

.feline-page #undercommon section {
	margin-bottom: 90px;
	overflow: visible;
}

.feline-content {
	margin-top: 95px;
}

.feline-content p,
.feline-content li,
.feline-content td,
.feline-content th {
	font-size: 13px;
	line-height: 1.9;
}

.feline-main-title {
	margin: 0 0 55px;
	font-size: 19px;
	line-height: 1.5;
	font-weight: normal;
}


/* =========================================================
   STEP
   ========================================================= */

.fip-steps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 75px;
}

.fip-step {
	display: flex;
	align-items: flex-start;
	width: 292px;
	min-width: 0;
}

.fip-step__number {
	width: 64px;
	min-width: 64px;
	margin-right: 15px;
	text-align: center;
}

.fip-step__number span {
	display: block;
	margin-bottom: 2px;
	font-family: Quicksand, sans-serif;
	font-size: 17px;
	line-height: 1;
	letter-spacing: .08em;
}

.fip-step__number strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-family: Quicksand, sans-serif;
	font-size: 35px;
	line-height: 1;
	font-weight: normal;
}

.fip-step__text {
	flex: 1;
	min-width: 0;
}

.fip-step__text h5 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: normal;
	white-space: nowrap;
}

.fip-step__text p {
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 1.6 !important;
}

.fip-step-arrow {
	position: relative;
	width: 0;
	height: 0;
	margin: 0 14px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #d5d5d5;
}


/* =========================================================
   導入部分
   ========================================================= */

.feline-introduction {
	display: grid;
	grid-template-columns: 490px minmax(0, 1fr);
	gap: 25px;
	align-items: center;
	margin: 0 0 35px;
}

.feline-introduction__image {
	overflow: hidden;
	background: #f3f3f3;
}

.feline-introduction__image img {
	display: block;
	width: 100%;
	height: 324px;
	object-fit: cover;
}

.feline-introduction__text {
	padding-right: 10px;
}

.feline-introduction__text h5,
.feline-section__title {
	margin: 0 0 20px;
	font-size: 19px;
	line-height: 1.6;
	font-weight: normal;
}

.feline-introduction__text p {
	margin: 0 0 13px !important;
}

.feline-introduction__text p:last-child {
	margin-bottom: 0 !important;
}


/* =========================================================
   各コンテンツ
   ========================================================= */

.feline-section {
	margin-top: 45px;
}

.feline-section + .feline-section {
	margin-top: 55px;
}

.feline-section p {
	margin: 0 !important;
}

.feline-section__title--line {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}


/* =========================================================
   症状テーブル
   ========================================================= */

.fip-table-wrap {
	width: 100%;
	margin-top: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.fip-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.fip-table th,
.fip-table td {
	padding: 10px 14px;
	border: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 14px;
}

.fip-table thead th {
	padding: 5px 14px;
	border-color: #333;
	background: #333;
	color: #fff;
	text-align: center;
}

.fip-table thead th:first-child {
	width: 185px;
}

.fip-table tbody th {
	width: 185px;
	text-align: center;
}


/* =========================================================
   リスト
   ========================================================= */

.fip-medicine-list {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: medicine-number;
}

.fip-medicine-list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 22px;
	font-size: 14px;
	counter-increment: medicine-number;
}

.fip-medicine-list li::before {
	content: counter(medicine-number) ".";
	position: absolute;
	top: 0;
	left: 0;
}

.fip-medicine-list li:last-child {
	margin-bottom: 0;
}

.fip-treatment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: treatment-number;
}

.fip-treatment-list li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 0;
	counter-increment: treatment-number;
	font-size: 14px;
}


/* =========================================================
   LINKエリア
   ========================================================= */

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

.feline-page footer {
	clear: both;
}


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

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

	.feline-page #undercommon {
		width: auto;
		margin: 0 15px;
	}

	.feline-page #undercommon h2.mainimg {
		margin: 0 0 35px;
	}

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

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

	.feline-page #undercommon section h3.ttl {
		font-size: 22px;
		line-height: 1.45;
		letter-spacing: .04em;
	}

	.feline-page #undercommon section > h4 {
		margin-bottom: 20px;
	}

	.feline-content {
		margin-top: 55px;
	}

	.feline-content p,
	.feline-content li,
	.feline-content td,
	.feline-content th {
		font-size: 13px;
		line-height: 1.85;
	}

	.feline-main-title {
		margin-bottom: 35px;
		font-size: 18px;
	}


	/* STEP */

	.fip-steps {
		display: block;
		margin-bottom: 55px;
	}

	.fip-step {
		position: relative;
		width: 100%;
		padding: 0 0 25px;
	}

	.fip-step + .fip-step {
		padding-top: 25px;
		border-top: 1px solid #ddd;
	}

	.fip-step__number {
		width: 58px;
		min-width: 58px;
		margin-right: 13px;
	}

	.fip-step__number span {
		font-size: 14px;
	}

	.fip-step__number strong {
		width: 50px;
		height: 50px;
		font-size: 28px;
	}

	.fip-step__text h5 {
		margin-bottom: 5px;
		font-size: 16px;
		white-space: normal;
	}

	.fip-step__text p {
		font-size: 12px !important;
	}

	.fip-step-arrow {
		display: none;
	}


	/* 導入 */

	.feline-introduction {
		display: flex;
		flex-direction: column;
		gap: 25px;
		margin-bottom: 40px;
	}

	.feline-introduction__image {
		width: 100%;
	}

	.feline-introduction__image img {
		height: auto;
		aspect-ratio: 490 / 324;
	}

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

	.feline-introduction__text h5,
	.feline-section__title {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1.6;
	}


	/* 各セクション */

	.feline-section {
		margin-top: 40px;
	}

	.feline-section + .feline-section {
		margin-top: 45px;
	}


	/* テーブル */

	.fip-table {
		min-width: 680px;
	}

	.fip-table-wrap::after {
		content: "横にスクロールできます";
		display: block;
		margin-top: 6px;
		color: #777;
		font-size: 10px;
		text-align: right;
	}

	.fip-table thead th:first-child,
	.fip-table tbody th {
		width: 145px;
	}


	/* リスト */

	.fip-medicine-list li {
		padding-left: 20px;
	}

	.fip-treatment-list li {
		margin-bottom: 7px;
		padding-left: 0px;
	}

}


/* かなり幅の狭い端末 */

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

	.fip-step__number {
		width: 52px;
		min-width: 52px;
		margin-right: 10px;
	}

	.fip-step__number strong {
		width: 46px;
		height: 46px;
		font-size: 26px;
	}

	.fip-step__text h5 {
		font-size: 15px;
	}

}