
.pointcp-mv {
	margin-bottom: 0;
}

.pointcp-box {
	margin-bottom: 40px;
	padding: 30px 20px 40px;
	background-color: #aef0ff;
}

.pointcp-video {
	width: 100%;
	max-width: 570px;
	aspect-ratio: 16 / 9;
	margin-inline: auto;

	iframe {
		width: 100%;
		height: 100%;
	}
}

.pointcp-head {
	margin-top: 40px;
	margin-bottom: 16px;
	padding-inline: 20px;
	text-align: center;
}
.pointcp-box .pointcp-head {
	padding-inline: 0;

	&:first-child {
		margin-top: 20px;
	}
}

.pointcp-desc {
	margin-bottom: 13px;
	text-align: center;
}

.pointcp-lead,
.link-catch {
	color: #1d2088;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;

	span {
		display: inline-block;
	}
}

.pointcp-text {
	color: #1d2088;
	font-size: 13px;
	text-align: center;

	span {
		display: inline-block;
	}
}

.pointcp-text,
.guide {

	a {
		color: #2193ff;

		&:hover {
			color: #1d2088;
			text-decoration: underline;
		}
	}
}

.pointcp-period {
	margin-top: 25px;
	text-align: center;
}

.pointcp-mark {
	margin-top: 40px;
	margin-bottom: 13px;
	text-align: center;
}

.pointcp-button {
	text-align: center;

	a {
		display: inline-block;
		width: 100%;
		max-width: 420px;
		padding: 0.8em 1.2em;
		background-color: #0086ca;
		border-radius: 999px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
	}
}

.link-catch {
	position: relative;
	width: fit-content;
	max-width: calc(100% - 4em);
	margin-inline: auto;

	&::before,
	&::after {
		content: '';
		position: absolute;
		top: 0.1em;
		bottom: 0.1em;
		width: 2px;
		background-color: currentColor;
	}

	&::before {
		right: calc(100% + 0.75em);
		transform: rotate(-45deg);
	}

	&::after {
		left: calc(100% + 0.75em);
		transform: rotate(45deg);
	}
}

.link {
	display: grid;
	gap: 24px;
	margin: 20px 0 20px
}

.link__box {
	background: #F2F7FD;
	padding: 25px 8%;
	text-align: center;
	border-radius: 20px
}

.link__ttl {
	font-weight: 700;
	font-size: 1.5rem;
	border-bottom: 1px solid #B5B1D1;
	line-height: 1.5;
	padding-bottom: 8px
}

.link__list {
	display: flex;
	gap: 6px;
	margin: 0 !important
}

.link__list li {
	list-style-type: none !important
}

.guide {
	background: #eaeaea;
	padding: 30px 4%;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1rem
}
.guide + .guide {
	margin-top: 1rem;
}

.guide ul {
	margin: 10px 0 0!important
}

.guide li {
	list-style-type: none!important;
	text-indent: -1em;
	padding-left: 1em
}

@media screen and (min-width: 768px) {

	.pointcp-box {
		margin-bottom: 60px;
		padding: 44px 10.91% 60px;
	}

	.pointcp-head {
		margin-top: 50px;
		margin-bottom: 20px;
		padding-inline: 44px;
	}
	.pointcp-box .pointcp-head {
		padding-inline: 0;

		&:first-child {
			margin-top: 34px;
		}
	}

	.pointcp-desc {
		margin-bottom: 15px;
	}

	.pointcp-lead,
	.link-catch {
		font-size: 20px;
	}

	.pointcp-period {
		margin-top: 30px;
	}

	.pointcp-mark {
		margin-top: 60px;
		margin-bottom: 15px;
	}

	.pointcp-button {

		a {
			font-size: 14px;
		}
	}

	.link {
		grid-template-columns: repeat(2, 1fr);
		margin: 25px 0 24px;
	}

	.link__box {
		padding: 40px 10%;
	}

	.link__ttl {
		font-size: 1.8rem;
	}

	.guide {
		padding: 40px 6%
	}
}
