/*----------
solution/psokai
----------*/
@media (min-width: 768px) {
	.un-grid {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.un-grid .c-figure {
		flex: 0 0 400px;
	}
	.un-grid .g-panel-container {
		flex: 0 0 570px;
	}
}
@media (max-width: 767px) {
	.un-grid .c-figure {
		max-width: 200px;
		margin: 0 auto 30px;
	}
}

.un-mt-xxxl {
	margin-top: 100px !important;
}
@media (min-width: 768px) {
	.un-mt-xxxl {
		margin-top: 160px !important;
	}
}

.un-arrow li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.un-arrow li i {
	position: absolute;
	font-size: 12px;
	bottom: -8px;
	left: 60px;
	text-align: center;
}
@media (max-width: 767px) {
	.un-arrow li i {
		left: 0;
		right: 0;
		margin: auto;
	}
}

.un-w800 {
	max-width: 800px;
}

.un-point {
	color: var(--color-text);
	padding: 32px;
	border: 1px solid var(--color-border);
}
@media (min-width: 768px) {
	.un-point {
		padding: 40px;
	}
}
.un-point h5 {
	font-family: var(--font-serif);
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
@media (min-width: 768px) {
	.un-point h5 {
		font-size: 20px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
}
.un-point h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 1px;
	background-color: #707070;
}
@media (min-width: 768px) {
	.un-point h5::after {
		width: 25px;
	}
}

.un-checklist > li {
	padding-left: 3em;
	position: relative;
	text-indent: 0;
}
.un-checklist > li + li {
	margin-top: 14px;
}
.un-checklist > li i {
	position: absolute;
	left: 0;
	top: 0.2em;
	font-size: 24px;
}
@media (min-width: 768px) {
	.un-checklist > li + li {
		margin-top: 16px;
	}
}

.un-panel-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 15px;
}
/*# sourceMappingURL=psokai.css.map */
