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

.pointcp-box {
	padding: 30px 20px 20px;
	background-color: #D7250F;
}

p.pointcp-contentTitle {
	text-align: center;

	img {
		display: inline-block;
		width: 100%;
		max-width: 500px;
	}
}

p.pointcp-contentTimes {
	text-align: center;

	img {
		display: inline-block;
		width: 100%;
		max-width: 580px;
	}
}

p.pointcp-contentText {
	margin-bottom: 1.6rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;

	.inner {
		display: inline-block;
	}

	.emp {
		display: inline-block;
		padding-inline: 1.1em;
		position: relative;

		&::before,
		&::after {
			content: '';
			width: 1em;
			height: 1.5px;
			background-color: #fff;
			position: absolute;
			top: 1em;
		}

		&::before {
			left: 0;
			rotate: 45deg;
		}

		&::after {
			right: 0;
			rotate: -45deg;
		}
	}

	strong {
		display: inline-block;
		margin-inline: 0.2em;
		padding-inline: 0.3em;
		background-color: #e64343;
	}
}

p.pointcp-contentTimes {
	margin-bottom: 1.5em;
}

.pointcp-panel {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}

.pointcp-head {
	padding: 1.8rem 1.6rem 1.6rem;
	background-color: #F4C95B;
}

.pointcp-headTitle {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}

.news__article-content p.pointcp-headText {
	margin-bottom: 0;
	font-size: 1.3rem;
	text-align: center;
}

.pointcp-body {
	padding: 20px;
}

.pointcp-logo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;

	figure {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
}

.pointcp-2col {
	display: grid;
	grid-template-columns: 80%;
	justify-content: center;
	gap: 15px;

	figure {
		margin-bottom: 0;
	}
}

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

.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
}

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

	.pointcp-box {
		padding: 50px 30px 30px;
		background-color: #D7250F;
	}

	p.pointcp-contentText {
		font-size: 2rem;
	}

	.pointcp-panel {
		margin-top: 50px;
	}

	.pointcp-body {
		margin-bottom: 35px;
		padding: 40px;
	}

	.pointcp-logo {
		gap: 40px 67px;
	}

	.pointcp-2col {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

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

	.link__box {
		padding: 40px 10%
	}

	.link__ttl {
		font-size: 1.8rem
	}
}

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

	p.pointcp-contentText {
		font-size: 2.4rem;
	}
}
