@charset "UTF-8";

/* CSS Document */

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

/*//////////////////////////////////////////////////
    食事
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    メイン見出し
-------------------------------------------------- */
.kv:before {
	content: '食事';
}

/* --------------------------------------------------
    トップのメニュー一覧
-------------------------------------------------- */
.meal .indexMenu li:first-child a .imgBox img {
	width: 160px;
}
.meal .indexMenu li:nth-child(2) a .imgBox img {
	width: 115px;
}
.meal .indexMenu li:nth-child(3) a .imgBox img {
	width: 150px;
}

/*//////////////////////////////////////////////////
    食事について
///////////////////////////////////////////////////*/
#aboutMeal .topBox {
	margin-bottom: 45px;
}
#aboutMeal .topBox > p {
	margin-bottom: 20px;
	padding: 35px 0;
}
	#aboutMeal .topBox > p img {
		width: 260px;
	}
#aboutMeal .aboutList {
	padding: 40px 20px;
}
#aboutMeal .contBg {
	padding: 40px 20px;
}
#aboutMeal .contBg dd {
	padding: 20px;
}

/*//////////////////////////////////////////////////
    子犬・子猫期の食事
///////////////////////////////////////////////////*/
#upto1yearoldGive h3 + p{
	margin-bottom: 40px;
}
.setOs #upto1yearoldGive .mealSec > ol .num span{
	width: 40px;
	height: 40px;
	font-size: 24px;
	top: -20px;
	left: -20px;
}
#upto1yearold .mealSec {
	padding: 40px 20px;
}
#upto1yearold .mealSec ol dl dt {
	display: inline-block;
}
#upto1yearoldGive .wetFood .imgBox dd + dd{
	margin-top: 23px;
}
#upto1yearold .mealSec ol dl dd .txtBox {
	width: 260px;
	margin: 0 auto 20px;
}
#upto1yearold .recommend {
	padding: 40px 20px;
}
#upto1yearold .recommend dd {
	width: 260px;
	margin: 20px auto 0;
}
/*//////////////////////////////////////////////////
    子犬・子猫期までの食事の与え方
///////////////////////////////////////////////////*/
#upto1yearoldGive .mealSec {
	padding: 40px 20px;
}
#upto1yearoldGive .mealSec ol dl dt {
	display: inline-block;
}
#upto1yearoldGive .mealSec ol dl dd .txtBox {
	width: 260px;
	margin: 0 auto 20px;
}
#upto1yearoldGive .mealSec > ol dl dd .flow li + li {
	margin-top: 30px;
}
#upto1yearoldGive .mealSec > ol li{
	position: relative;
}
#upto1yearoldGive .mealSec > ol > li + li{
	margin-top: 44px;
}
#upto1yearoldGive .mealSec > ol li:nth-child(-n+2)::after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	width: 20px;
	height: 12px;
	margin: 0 auto;
	background: url("../../image/common/icon_arrow_bottom_pink.png") no-repeat;
	background-size: 20px auto;
}
#upto1yearoldGive .attention {
	padding: 40px 20px;
}
#upto1yearoldGive .attention > dl {
	margin-bottom: 20px;
}
#upto1yearoldGive .attention > p {
	width: 260px;
	margin: 10px auto 0;
}
	#upto1yearoldGive .attention > p img {
		width: 140px;
	}
#upto1yearoldGive .wetFood section .imgBox {
	width: 100%;
}
#upto1yearoldGive .wetFood section .imgBox dt{
	text-align: center;
}
	#upto1yearoldGive .wetFood section .imgBox dd {
		justify-content: space-evenly;
	}
	#upto1yearoldGive .wetFood section .imgBox dd figure + figure{
		margin-left: 15px;
	}

/*//////////////////////////////////////////////////
    1日の平均給餌量
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    1日の平均給餌量
-------------------------------------------------- */
#upto1yearoldQuantity .secQuantity .ttlDogTbl em,
#upto1yearoldQuantity .secQuantity .ttlCatTbl em  {
	margin: 0 0 10px 0;
}
#upto1yearoldQuantity .secQuantity .supplementary {
	margin-top: 30px;
}

/* --------------------------------------------------
    食事の注意点
-------------------------------------------------- */
#upto1yearoldQuantity .secCaution > div {
	padding: 40px 20px;
}
#upto1yearoldQuantity .secCaution .imgBox {
	padding: 16px;
}
#upto1yearoldQuantity .secCaution .imgBox h4 {
	font-size: 16px;
}
#upto1yearoldQuantity .secCaution .imgList {
	justify-content: center;
	margin: -20px -16px 0;
	padding: 20px 0;
}
#upto1yearoldQuantity .secCaution .imgList li {
	margin: 10px 16px 0;
}
#upto1yearoldQuantity .secCaution .imgList li p {
	font-size: 12px;
}
#upto1yearoldQuantity .secCaution .secSnack {
	padding: 40px 20px;
}

/*//////////////////////////////////////////////////
    おすすめの食事
///////////////////////////////////////////////////*/
#upto1yearoldRecommended .product + .product {
	margin-top: 10px;
}

#upto1yearoldRecommended .product > dl > dd{
	padding: 20px 0;
}
#upto1yearoldRecommended .product > dl dd div {
	width: 100%;
}
#upto1yearoldRecommended .product + .product dl dt {
	display: block;
}
#upto1yearoldRecommended .product > dl > dd div{
	padding: 0 14px 0;
}
#upto1yearoldRecommended .product > dl > dd .imgBox {
	max-width: none;
	padding: 45px 10px 45px;
}
#upto1yearoldRecommended .product .rightBox .boxWrap,
#upto1yearoldRecommended .product .rightBox dl {
	display: block;
	width: 100%;
}
#upto1yearoldRecommended .product .rightBox dl + dl {
		width: 100%;
}
#upto1yearoldRecommended .product > dl > dt,
#upto1yearoldRecommended .product .rightBox dl dt{
	padding: 5px 0;
}

/*//////////////////////////////////////////////////
    成犬、成猫の食事
///////////////////////////////////////////////////*/
#from1yearold .ttlType1 + div > p {
	max-width: 600px;
	margin: 0 auto 20px;
}
#from1yearold .sec02 .ttlType1 + div > p img {
	width: 270px;
}
#from1yearold .contBg {
	padding: 40px 20px;
}
#from1yearold .contBg .secBasic .imgBox,
#from1yearold .contBg .secCheck .imgBox,
#from1yearold .sec02 h4 + .imgBox,
#from1yearold .sec02 .recommend .imgBox,
#from1yearold .sec02 .pickMeal .imgBox {
	width: 100%;
	margin: 10px auto 20px;
}
#from1yearold .sec01 .secCheck .imgBox,
#from1yearold .sec02 .recommend .imgBox {
	margin-bottom: 0;
}
#from1yearold .sec02 .riskList {
	background-position: center bottom 30px;
}
#from1yearold .sec02 .pinkBg {
	padding: 40px 20px;
}
#from1yearold .sec02 .pickMeal ul {
	padding-bottom: 40px;
	background: url("../../image/common/icon_arrow_bottom_pink.png") no-repeat center bottom 20px;
	background-size: 20px;
}
#from1yearold .sec02 .pickMeal .imgBox {
	margin-top: 0;
}
#from1yearold .sec02 .pickMeal div:last-of-type .imgBox {
	margin-bottom: 0;
}