@charset "UTF-8";

/*
**************************************************************************
*	hokkaido-butter knowledge.css
**************************************************************************/


/* --------------------------------------------------
		override
-------------------------------------------------- */
.p-links__list li[data-id="5"] {
	display: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		p-visual
-------------------------------------------------- */
.p-visual {
	background-image: url(../img/visual_01.webp);
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		p-lead
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		recommend
-------------------------------------------------- */
.recommend .p-panel__list {
	overflow: visible;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		articles
-------------------------------------------------- */
.knowledge-sort {
	border-top: 1px solid #17206D;
	padding-top: 40px;
	margin-bottom: 80px;
}
.knowledge-sort .c-list--a {
	justify-content: center;
}
.articles .p-panel__list > li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.articles-sort__button-more {
	margin-top: 80px;
	display: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.knowledge-sort {
		padding-top: 30px;
		margin-bottom: 40px;
	}
	.knowledge-sort .c-list--a {
		justify-content: flex-start;
	}
	.articles-sort__button-more {
		margin-top: 40px;
	}
}
