.pi1 {
	margin-top: -30px;
}

.pi1top {
	width: 100%;
	padding-bottom: 0;
}

.pi1top .i2aline {
	margin: 15px auto;
}

.pi1top h1 {
	margin: 0;
}

.pil {
	width: 20%;
	margin-right: 20px;
	border-left: 1px solid #def2e2;
}

.pil li {
	padding-left: 23px;
	border-left: 4px solid rgba(0, 0, 0, 0);
	line-height: 42px;
	cursor: pointer;
	transition: 0.25s;
}

.pil li.active {
	border-left: 4px solid #20a53a;
	color: #20a53a;
	font-size: 26px;
	margin: 5px 0;
}

.pia {
	background-size: 100% !important;
}

.pia:first-child {
	margin-top: 0;
}

.pia:nth-of-type(even) .piw {
	flex-flow: row-reverse;
}

.pia:nth-of-type(even) .pil {
	margin-left: 20px;
	margin-right: 0;
}

.pibox .i1ta {
	text-align: center;
}

.pibox .pir img {
	border: 1px solid #f2f2f2;
}

@media only screen and (max-width: 1399px) {
	.pil li.active {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.pil li {
		line-height: 36px;
		padding: 0 15px;
	}

	.pil li.active {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.piw {
		display: flex !important;
		margin-top: 20px;
	}

	.pil {
		width: auto !important;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.pia:first-child {
		margin-top: 25px;
	}

	.pia:nth-child(even) .pil {
		margin-left: 8px !important;
	}

	.pil li {
		line-height: 26px;
		padding: 0 8px;
		font-size: 12px;
	}

	.pil li.active {
		line-height: 26px;
		font-size: 14px;
		border-left: 2px solid #20a53a;
		margin: 0;
	}
}
