@charset "UTF-8";
/* CSS Document */

.p-kinribnr--cap {
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
	padding: 0 0.75em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: var(--ncb-orange);
}
.p-kinribnr--cap::before, 
.p-kinribnr--cap::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	width: 1px;
	height: 100%;
	background: var(--ncb-orange);
}
.p-kinribnr--cap::before {
	left: 0;
	transform: rotate(-15deg);
}
.p-kinribnr--cap::after {
	right: 0;
	transform: rotate(15deg);
}
.p-present {
	border: solid 2px #efd767;
}
.p-present > li {
	display: flex;
	gap: 1em;
	padding: 1em;
}
.p-present > li + li {
	border-top: solid 2px #efd767;
}
.p-present__left {
	position: relative;
	width: 18%;
	flex-shrink: 0;
}
.p-present__right {
	flex: 1;
 }
.p-present__circle {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 6em;
	padding: 0.5em 1em;
	text-align: center;
	line-height: 1.2;
	font-size: 1.2em;
	font-weight: bold;
	color: #efd767;
	background: #df0615;
}
.p-present__con {
	margin-bottom: 0.75em;
}
.p-present__con1 {
	display: inline-block;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	padding: 0 0.2em;
	border: solid 1px #333;
}
.p-present__con1 span {
	position: relative;
	display: inline-block;
	font-size: 0.75em;
	transform: translateY(-1px);
}
.p-present__con2, 
.p-present__con3 {
	display: inline-block;
	margin-right: 0.25em;
	padding: 0 1em;
	border-radius: 0.7em;
	font-weight: bold;
	background: #5f67ae;
	color: #fff;
}
.p-present__con2.-green {
	background: #3eb36e;
}
.p-present__con3 {
	margin: 0.25em 0;
	background: #fff;
	color: #666;
}
.p-present__outer {
	display: flex;
	gap: 1em;
}
.p-present__outer.-column {
	flex-direction: column;
	gap: 0.5em;
}
.p-present__text {
	flex-shrink: 0;
}
.p-present__image {
	flex: 1;
}
.p-present__title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 0.5em;
	color: #df0615;
	width: auto;
}
.p-present__title .-sub, 
.p-present__title .-main, 
.p-present__title .-main2 {
	font-weight: bold;
}
.p-present__title .-main {
	line-height: 1.2;
	font-size: 1.75em;
}
.p-present__title .-main2 {
	line-height: 1.2;
	font-size: 1.6em;
}
.p-present__title .-sub {
	display: inline-block;
	margin-bottom: 0.25em;
}
.p-present__title .-num {
	font-size: 0.7em;
}
.p-present__title .-charge {
	margin-top: 2px;
	padding: 3px 2.25em;
	text-align: center;
	line-height: 1;
	font-size: 0.9em;
	background: #df0615;
	color: #fff;
}
.p-present__note li {
	font-size: 0.7em;
	text-indent: -1em;
	padding-left: 1em;
}
.p-present__image-grid {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.p-present__image-grid li {
	width: calc(25% - 5px);
}
.p-present__image-grid.-line3 li {
	width: calc(33% - 3.3px);
}
.p-present__cap {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
}
.p-btn-wide {
	width: 360px;
	max-width: none;
}

@media only screen and (max-width: 767.9px) {

	.p-kinribnr--cap {
		font-size: 1.25em;
	}
	.p-present {
		position: relative;
	}
	.p-present > li {
		flex-direction: column;
		padding: 1em 0.5em;
	}
	.p-present__left {
		width: auto;
	}
	.p-present__circle {
		position: relative;
	}
	.p-present__outer {
		flex-direction: column;
	}
	.p-present__title .-sub{
		font-size: 1.25em;
	}
	.p-present__title .-main {
		font-size: 1.75em;
	}
	.p-present__title .-num {
		font-size: 0.85em;
	}
	.p-present__image-grid li,
	.p-present__image-grid.-line3 li{
		width: calc(50% - 2.5px);
	}

}

.p-dl {
	display: flex;
	gap: 0.5em;
	font-size: 0.9em;
}
.p-dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	flex-shrink: 0;
	padding: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	color: #fff;
}
.p-dl.-orange dt {
	background: #ee7800;
}
.p-dl.-blue dt {
	background: #5f67ae;
}
.p-dl__inner li + li {
	margin-top: 0.5em;
}
.p-dl__inner li {
	display: flex;
	gap: 0.5em;
	padding: 0.5em;
	border-radius: 0.5em;
}
.p-dl__inner li > span {
	flex: 1;
}
.p-dl__inner li > span:first-of-type {
	padding-left: 1em;
	text-indent: -1em;
}
.p-dl__inner li > span:last-of-type {
	display: flex;
	align-items: center;
	padding-left: 0.5em;
	border-left: solid 1px #b3b3b3;
}
.p-dl.-orange .p-dl__inner li {
	background: #fff4cd;
}
.p-dl.-blue .p-dl__inner li {
	background: #dfeaf8;
}

@media only screen and (max-width: 767.9px) {

	.p-dl__inner li {
		flex-direction: column;
	}
	.p-dl__inner li > span:last-of-type {
		align-items: start;
		padding-top: 0.5em;

		border-top: solid 1px #b3b3b3;
		border-left: none;
	}

}
@media only screen and (min-width: 768px) {
.p-width-pc--48{
	width: 49%;
}

