@charset "utf-8";

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

　   下層ページ全体

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

body.page {
	background: url('../../img/sub_page_bg.png') no-repeat right top;
}
#sub_page_ttl h1 {
	text-align: center;
}
#sub_page_ttl h1 span {
	display: block;
}
#pankuzu,
#pankuzu a {
	color: #ff695c;
}
#pankuzu a:after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 10px;
	background: url('../../img/arrow.png') no-repeat center center;
}

@media only screen and ( max-width : 767px ) {
	#pankuzu a:after {
		margin: 0 10px;
	}
	#sub_page_ttl h1 .en {
		font-size: 32px;
	}
	#sub_page_ttl h1 .jp {
		font-size: 14px;
	}
}

@media only screen and ( max-width : 480px ) {
	body.page {
		background-size: 180px auto;
	}
	#sub_page_ttl h1 {
		margin-bottom: 30px;
		padding: 0;
	}
}

@media print, screen and ( min-width : 768px ) {
	#pankuzu a:after {
		margin: 0 20px;
	}
	#sub_page_ttl h1 {
		margin-bottom: 100px;
		padding: 50px 0;
	}
	#sub_page_ttl h1 .en {
		font-size: 16px;
	}
	#sub_page_ttl h1 .jp {
		font-size: 32px;
		color: #ff695c;
	}
}

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

　   動物事業

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

.animal_flow li .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.animal_flow li .inner:after {
	display: block;
	content: "";
	width: 100%;
	background: url('../img/arrow.png') no-repeat center center;
}
.animal_flow li .inner .ttl {
	font-weight: bold;
}
.animal_box {
	display: flex;
	align-items: center;
}
.animal_box.pink {
	margin-top: 20px;
}
.animal_box .inner {
	width: 100%;
	position: relative;
}
.animal_box.gray .inner {
	background: linear-gradient(to right,  #d0d0d0 1%,#e0e0e0 100%);
}
.animal_box.pink .inner {
	background: linear-gradient(to right,  #ff695c 1%,#ffa69e 100%);
}
.animal_box .inner p {
	position: absolute;
	font-weight: bold;
}
.animal_box.pink .inner p {
	color: #ff695c;
}
.animal_box .inner p span {
	background: #fff;
}
.animal_box .inner ul {
	margin: 2px;
	background: #fff;
}
.animal_box.gray .inner ul li {
	background: url('../img/icon_check_gr.png') no-repeat left center;
    font-size: 16px;
}
.animal_box.pink .inner ul li {
	background: url('../img/icon_check_pk.png') no-repeat left center;
    font-size: 16px;

}
.animal_img {
	text-align: center;
}
.animal_img img {
	max-width: 100%;
}




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


	.animal_flow li .inner:after {
		height: 40px;
		background-size: 18px auto;
	}
	.animal_flow li .inner .number {
		width: 35px;
		margin-right: 10px;
	}
	.animal_flow li .inner .ttl {
		font-size: 16px;
	}
	.animal_box .img {
		width: 100px;
		margin-right: 3%;
	}
	.animal_box.gray .img img {
		max-width: 47px;
	}
	.animal_box .inner p {
		left: 10px;
		top: -8px;
		font-size: 15px;
	}
	.animal_box .inner p span {
		padding: 0 10px;
	}
	.animal_box .inner ul {
		padding: 15px 15px 10px;
	}
	.animal_box .inner ul li {
		font-size: 13px;
		padding: 5px 0 5px 20px;
	}
	.animal_box.gray .inner ul li,
	.animal_box.pink .inner ul li {
		background-position: left 11px;
		background-size: 10px auto;
	}
}

@media only screen and ( max-width : 480px ) {
	.animal_flow li:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media print, screen and ( min-width : 768px ) {
	.animal_flow li:nth-child(n+2) {
		margin-top: 50px;
	}
	.animal_flow li .inner:after {
		height: 60px;
	}
	.animal_flow li .inner .number {
		margin-right: 30px;
	}
	.animal_flow li .inner .ttl {
		font-size: 24px;
	}
	.animal_flow li .txt {
		font-size: 16px;
	}
	.animal_box .img {
		width: 240px;
		margin-right: 5%;
	}
	.animal_box .inner p {
		left: 30px;
		top: -13px;
		font-size: 18px;
	}
	.animal_box .inner p span {
		padding: 0 15px;
	}
	.animal_box .inner ul {
		padding: 35px 20px 25px;
	}
	.animal_box .inner ul li {
		padding: 5px 0 5px 40px;
	}
}

