@charset "UTF-8";
.c5-info {
	display: block;
	padding: 5% 4%;
}
.c5-info a:hover {
	opacity: 0.7;
}
.c5-info h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 14px 0;
	text-align: center;
}
.c5-badge--color {
	color: #fff;
    background: linear-gradient(to right, #641ED7 0, #2869FF 100%);
}
.c5-badge {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 15px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    backface-visibility: hidden;
}
.c5-size--l {
	width: 100%;
	max-width: 310px;
	height: 40px;
    font-size: 15px;
    border-radius: 20px;
}
.c5-detail {
	margin: 14px 0;
	font-size: 15px;
	text-align: center;
	display: block;
}
.c5-page-kv__patch {
	display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.c5-patch {
	line-height: 1.3 !important;
    display: flex !important;
    justify-content: center !important;
	flex-direction: column !important;
    text-align: center !important;
	margin-left: 0 !important;
	color: #333 !important;
	background: rgba(255,255,255,1.00) !important;
}
.c5-patch::before {
    background: linear-gradient(to right, #641ED7 0, #2869FF 100%) !important;
}
.c5-patch::after {
	position: absolute !important;
    right: 15px !important;
    top: calc(50% - 2px) !important;
    content: "" !important;
    display: block !important;
    height: 7px !important;
    width: 7px !important;
    border-right: solid 2px #333 !important;
    border-bottom: solid 2px #333 !important;
    transform: rotate(-45deg) translateY(-50%) !important;
}
.c5-patch:hover {
	color: rgba(255,255,255,1.00) !important;
}
.c5-patch:hover::after {
    border-right: solid 2px rgba(255,255,255,1.00) !important;
    border-bottom: solid 2px rgba(255,255,255,1.00) !important;

}
.c5-patch span {
	display: block;
}
.c5-patch span:last-of-type {
	font-size: 12px;
}
/*
.c5-patch {
	color: #333;
    background: linear-gradient(to right, rgba(233, 233, 233, 1.00) 0, rgba(172, 172, 172, 1.00) 100%);
	margin-left: 0;
	border-radius: 50%;
	width: fit-content;
    height: 120px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    text-align: center;
	border: solid 1px #333;
	padding: 0 15px;
}
.c5-patch span {
	font-size: 12px;
}
.c5-patch:hover {
	color: #333;
    background: linear-gradient(to right, rgba(233, 233, 233, 0.8) 0, rgba(172, 172, 172, 0.8) 100%);
	transition: 0.8s;
	text-decoration: none;
}
@media (max-width: 767px) {
	.c5-page-kv__patch {
		justify-content: center;
	}
}*/