@charset "UTF-8";

/*
[DB1]基本栄養パック 5518a
-------------------------------------------------- */
.db5518a {
	width:1200px;
}
.db5518a img {
	width:100%;
}
.wrap {
	padding:30px;
	background-color:#fdefd7;
}
.title {
	display:flex;
	align-items:flex-end;
}
.title p:nth-of-type(1) {
	width:430px;
}
.title p:nth-of-type(2) {
	width:400px;
	margin-left:15px;
}
.wrap_about {
	position:relative;
	margin-top:30px;
	padding:0 10px;
}
.about {
	width:565px;
}
.about_canvas {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:40px;
}
.about_image:nth-of-type(1) {
	width:224px;
}
.about_image:nth-of-type(2) {
	width:330px;
	margin-left:20px;
}
.tree {
	position:absolute;
	top:0px;
	right:0px;
	width:519px;
	margin-left:35px;
}
.wrap_table {
	display:flex;
	position:relative;
	margin:60px 75px 0;
}
.wrap_table li:not(:first-of-type) {
	margin-left:40px;
}