@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
    病気や予防
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    メイン見出し
-------------------------------------------------- */
.kv:before {
	content: '病気や予防';
}

/* --------------------------------------------------
    トップのメニュー一覧
-------------------------------------------------- */
.prevention .indexMenu li:first-child a .imgBox img {
	width: 200px;
}
.prevention .indexMenu li:nth-child(2) a .imgBox img {
	width: 80px;
}
.prevention .indexMenu li:nth-child(3) a .imgBox img {
	width: 140px;
}
.prevention .indexMenu li:nth-child(4) a .imgBox img {
	width: 125px;
}
.prevention .indexMenu li:nth-child(5) a .imgBox img {
	width: 170px;
}

/* --------------------------------------------------
    ウェルネスセンター
-------------------------------------------------- */
.healthcare {
	padding: 40px 20px;
}
/*//////////////////////////////////////////////////
    動物からの感染症への注意
///////////////////////////////////////////////////*/
#attention .topBox > p {
	margin-bottom: 20px;
}
	#attention .topBox > p img {
		width: 200px;
	}
#attention table th {
	padding: 10px;
}
#attention table th:first-child,
#attention table th:nth-child(2) {
	width: 30%;
}
#attention table tbody td {
	padding: 5px;
}

#attention .attentionBox {
	padding: 40px 20px;
}
#attention .attentionBox:before {
	background-size: 48px auto;
}
#attention .apa {
	padding: 35px 20px;
}

/*//////////////////////////////////////////////////
    検査済証について
///////////////////////////////////////////////////*/
/* --------------------------------------------------
    検査済証発行からお店に移動するまでに行なうこと
-------------------------------------------------- */
#inspection .flow li {
	position: relative;
}
#inspection .flow li + li {
	margin: 60px 0 0 0;
}
#inspection .flow li:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 33px;
	height: 20px;
	margin: 0 auto;
	background: url("../../image/common/icon_arrow_bottom_grey.png") no-repeat;
	background-size:33px auto; 
}
#inspection .flow li:last-child:after {
	background: none;
}

/* --------------------------------------------------
    検査済証に記載されている項目の説明
-------------------------------------------------- */
#inspection .explain {
	padding: 40px 20px;
}
#inspection .explain01 > div,
#inspection .explain02 > div {
	margin-bottom: 20px;
}

/*//////////////////////////////////////////////////
    動物病院でできること
///////////////////////////////////////////////////*/
#animalHospital .topBox {
	margin-bottom: 40px;
}
#animalHospital .topBox > p {
	margin-bottom: 20px;
}
	#animalHospital .topBox > p img {
		width: 160px;
	}
/* --------------------------------------------------
   混合ワクチン
-------------------------------------------------- */
#animalHospital .mix {
	padding: 40px 20px;
}

/* --------------------------------------------------
   主な感染症とワクチン接種の組み合わせ
-------------------------------------------------- */
#animalHospital .combination dl + dl {
	margin-top: 60px;
}

/* --------------------------------------------------
   デビュー
-------------------------------------------------- */
#animalHospital .debut {
	padding: 40px 20px;
}
#animalHospital .debut:before {
	background-size: 48px auto;
}
/* --------------------------------------------------
   ワクチン接種・目安の時期
-------------------------------------------------- */
#animalHospital .timing {
	padding: 40px 20px;
}

/* --------------------------------------------------
 	section  
-------------------------------------------------- */
#animalHospital .box1,
#animalHospital .box2,
#animalHospital .supplement,
#animalHospital .caution {
	padding: 40px 20px;
}
#animalHospital .box2 ul li:first-child p img {
	width: 75px;
}
#animalHospital .box2 ul li:nth-child(2) p img {
	width: 60px;
}
#animalHospital .box2 ul li:nth-child(3) p img {
	width: 60px;
}
#animalHospital .box2 ul li > p {
	margin-bottom: 20px;
}
#animalHospital .box2 dl dd + dd {
	margin-top: 10px;
}
/*//////////////////////////////////////////////////
    ワクチンで予防できる病気
///////////////////////////////////////////////////*/
#vaccine .box,
#vaccine .caution {
	padding: 40px 20px;

}
#vaccine .box dl dt span {
	font-size: 12px;
}
/*//////////////////////////////////////////////////
    気になる内部寄生虫と皮膚病の話
///////////////////////////////////////////////////*/
#parasite .box {
	padding: 40px 20px;
}




















