.p-system__item:not(:last-child) {
	margin-bottom: 2.8rem;
}

.p-system__item .ttl {
	font-size: 1.8rem;
	border-bottom: 1px solid #0E582A;
	font-weight: 700;
	line-height: 1.4583333333;
	padding-bottom: 1.2rem;
	margin-bottom: 1.6rem;
}

.p-system__item .box {
	background-color: #fff;
	border-radius: 0.6rem;
	border: 1px solid #D0DBD7;
	padding: 2.4rem 1.5rem 3.2rem;
}

.p-system__item .box-ttl {
	line-height: 1.4;
}

.p-system__item .lst-logo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 1.2rem;
}

.p-system__item .lst-logo li {
	background-color: #fff;
	border: 1px solid #D0DBD7;
	border-radius: 0.4rem;
	box-shadow: 0 0.4rem 0 #E2E2E2;
	height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-system__item .lst-system {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 1.2rem;
}

.p-system__item .lst-system li {
	border: 1px solid #D0DBD7;
	border-radius: 0.6rem;
	overflow: hidden;
}

.p-system__item .lst-system li .media {
	height: 10.1rem;
	border-bottom: 1px solid #D0DBD7;
	position: relative;
}

.p-system__item .lst-system li .media img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.p-system__item .lst-system li .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 10.1rem);
	padding: 1rem;
}

.p-system__item .lst-system li .tag {
	color: #8F96A2;
	font-size: 1.2rem;
}

.p-system__item .lst-system li .name {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 5.4rem;
	overflow: hidden;
}

.p-system__item .lst-system li .btns {
	margin-top: 0.8rem;
}

.p-system__item .lst-system li .btns .btn-info,
.p-system__item .lst-system li .btns .btn-detail {
	border: 1px solid #D0DBD7;
	border-radius: 0.5rem;
	color: #008A4E;
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 1rem 1rem;
	width: 100%;
}

.p-system__item .lst-system li .btns .btn-detail::after {
	content: "";
	background: url("../images/common/ic_blank_blue.svg") no-repeat center/contain;
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 0.4rem;
}

.single-media {
	margin-bottom: 3rem;
}

.setting-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 2rem;
	text-align: center;
}

.setting-list.setting-list--top {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.setting-list.setting-list--top::after {
	content: "";
	background-color: #F6F6F6;
	height: 0.4rem;
	position: absolute;
	left: -6.4rem;
	right: -6.4rem;
	bottom: 0;
}

.setting-list .name {
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 1rem;
}

@media (min-width: 768px) {

.p-system__item:not(:last-child) {
	margin-bottom: 5.6rem;
}

.p-system__item .ttl {
	font-size: 2.4rem;
	padding-bottom: 2.4rem;
	margin-bottom: 3.2rem;
}

.p-system__item .box {
	padding: 5.6rem 6.4rem;
}

.p-system__item .box-ttl {
	font-size: 1.5rem;
}

.p-system__item .lst-logo {
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
	margin-top: 2.4rem;
}

.p-system__item .lst-system {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 2.4rem;
}

.p-system__item .lst-system li .media {
	height: 15.2rem;
}

.p-system__item .lst-system li .content {
	padding: 1.4rem 1.1rem 1.2rem;
	height: calc(100% - 15.2rem);
}

.p-system__item .lst-system li .name {
	font-size: 1.6rem;
	height: 7rem;
}

.p-system__item .lst-system li .btns {
	margin-top: 1.6rem;
}

.p-system__item .lst-system li .btns .btn-info,
.p-system__item .lst-system li .btns .btn-detail {
	font-size: 1.5rem;
	padding: 1.25rem 1.5rem;
}

.p-system__item .lst-system li .btns .btn-detail::after {
	margin-left: 0.8rem;
}

}

