/* ---------------------------- */
/* Common */
/* ---------------------------- */



/* ---------------------------- */
/* Age-item */
/* ---------------------------- */

.age__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.age__h2 .active {
	padding-top: 120px;
}
.age h2 {
	width: 450px;
	margin-right: 50px;
	position: sticky;
	top: 100px;
	left: 0;
	height: 300px;
}
.age h2 img {
	width: 100%;
	height: auto;
}
.age__item-list {
	width: calc(100% - 500px);
	margin-top: 20px;
}
.age dl {
	margin-bottom: 60px;
}
.age dl dt {
	display: flex;
	background: #fee5b2;
	padding: 10px 20px;
	border-radius: 3px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.age dl dt p {
	font-size: min(5.5vw, 24px);
}
.age h4 {
	font-size: min(6vw, 22px);
	width: 100%;
	margin: 0 0 15px 2%;
}
.age .weight {
	display: inline-flex;
	border: 2px solid #222;
	background: #fff;
	border-radius: 20px;
	line-height: 1.4;
	padding: 5px 20px;
	min-height: 40px;
	align-items: center;
}
.age .weight__title {
	width: auto;
	padding-right: 15px;
}
.age .weight__kg {
	width: auto;
	border-left: 1px solid #111;
	padding-left: 15px;
	font-size: 18px;
}
.age dl .dd__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.age dl dd ul {
	width: 65%;
	margin: 0 2%;
	column-count: 2;
	margin-bottom: auto;
	font-size: 18px;
}
.age dl dd li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.age dl dd li::before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px solid #f8b100;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.age dl .age__item-img {
	text-align: center;
	width: 31%;
}
.age dl.age__item--list01_1 .age__item-img img {
	max-width: 230px;
}
.age dl.age__item--list01_2 .age__item-img img {
	max-width: 190px;
}
.age dl.age__item--list01_3-4 .age__item-img img {
	max-width: 135px;
	margin-top: -60px;
}
.age dl.age__item--list02_1-2 .age__item-img img {
	max-width: 130px;
	margin-top: -60px;
}
.age dl.age__item--list03_3 .age__item-img img {
	max-width: 140px;
	margin-top: -85px;
}
.age dl.age__item--list03_6 .age__item-img img {
	max-width: 130px;
	margin-top: -85px;
}
.age dl dd .age__item-img img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.age__item-memo {
	background: #fee5b2;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 60px;
}
.age__item-memo__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.age__item-memo h4 {
	width: auto;
	margin-bottom: 0;
	line-height: 2.4;
}
.age__item-memo .weight {
	margin: 0 0 0px 20px;
}
.age__item-memo__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.age__item-memo__inner img {
	max-width: 300px;
	width: 30%;
	display: block;
	border-radius: 3px;
}
.age__item-memo__inner p {
	width: 67%;
	line-height: 1.8;
}

@media (max-width: 1400px) {
	.age dl .dd__inner {
		align-items: flex-end;
	}
	.age dl dd ul {
		column-count: 1;
		width: 50%;
	}
	.age dl .age__item-img {
		width: 46%;
	}
}

@media (max-width: 1024px) {
	.age h2 {
		width: 100%;
		height: auto;
		background: #fff;
		margin: 0px auto 0;
		text-align: center;
		z-index: 1;
		position: relative;
		top: inherit;
		overflow: hidden;
	}
	.age h2 img {
		width: 100%;
		margin-right: 30px;
		max-width: 480px;
	}
	.age__item {
		border-bottom: 2px solid #f8b100;
	}
	.age__item-list {
		width: 100%;
	}
	.age dl dd ul {
		column-count: 2;
		width: 60%;
		margin-bottom: auto;
	}
	.age dl dd .age__item-img {
		width: 36%;
	}
	.age dl .dd__inner {
		align-items: center;
	}
}
@media (max-width: 768px) {
	.age dl .dd__inner {
		justify-content: flex-end;
	}
	.age dl dd ul {
		width: 100%;
		margin-bottom: 30px;
	}
	.age dl dd .age__item-img {
		width: 100%;
		text-align: center;
	}
	.age dl .age__item-img img {
		margin-top: 0 !important;
	}
	.age__item-memo__inner {
		justify-content: center;
	}
	.age__item-memo__inner img {
		width: 100%;
		margin-bottom: 20px;
	}
	.age__item-memo__inner p {
		width: 100%;
	}
	.age__item-memo__top {
		justify-content: center;
	}
}

@media (max-width: 425px) {
	.age dl dt {
		padding: 5px 5px 5px 10px;
		margin-bottom: 25px;
	}
	.age dl dt .weight {
		padding: 0 10px;
		height: 30px;
		line-height: 24px;
	}
	.age dl dd ul {
		column-count: 1;
	}
}
