@charset "UTF-8";
/* CSS Document */
.p-frame1 {
	margin-bottom: 1em;
}
.p-frame1__head {
	padding: 0.25em;
	border-radius: 0.5em 0.5em 0 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background: #540900;
	color: #fff;
}
.p-frame1__head span {
	display: block;
	font-size: 0.5em;
}
.p-frame1__body {
	padding: 1em;
	border-radius: 0 0 0.5em 0.5em;
	border: solid 3px #540900;
}
.p-frame1__bodybox {
	position: relative;
	display: flex;
	gap: 3em;
	width: 100%;
	margin-bottom: 2.5em;
	text-align: center;
}
.p-frame1__bodybox::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #540900;
}
.p-frame1__bodybox > div {
	flex: 1;
}
.p-frame1__bodybox > div p:first-of-type {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #540900;
	font-size: 1.1em;
	font-weight: bold;
}
.p-frame1__bodybox2 {
	display: flex;
	gap: 1em;
	width: 100%;
}
.p-frame1__bodybox2 > div:first-of-type {
	display: flex;
	align-items: center;
	padding: 0.75em;
	border-radius: 0.5em;
	text-align: center;
	background: #e1cabe;
	white-space: nowrap;
}
.p-frame1__bodybox2 ol li {
	font-size: 0.95em!important;
}
.p-frame2 {
	margin-bottom: 2em;
}
.p-frame2__head {
	padding: 0.25em 1em;
	border-radius: 0.5em 0.5em 0 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	background: #ea5532;
	color: #fff;
}
.p-frame2__body {
	padding: 1em;
	border-radius: 0 0 0.5em 0.5em;
	border: solid 3px #ea5532;
	background: #fffbc2;
}
.p-frame2__body > p {
	margin-bottom: 2em;
	text-align: center;
	font-weight: bold;
	color: #ea5532;
}
.p-frame2__body > p span {
	display: block;
	font-size: 2em;
}
.p-frame2__body > ul li {
	font-size: 0.95em!important;
}
.module-hoge-item {
	width: 1050px;
}
.module-hoge-item2 {
	width: 750px;
}
.p-step {
	display: flex;
	gap: 30px;
	margin-bottom: 0.5em;
}
.p-step li {
	position: relative;
	width: 150px;
}
.p-step--short li {
	width: 165px;
}
.p-step li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 22px;
	border-color: transparent transparent transparent var(--ncb-orange);
	left: calc(100% + 10px);
	top: 120px;
}
.p-step li:last-child::after {
	content: none;
}
.p-step li p {
	margin-top: 0.5em;
	text-align: center;
}

@media only screen and (max-width: 767.9px) {

	.p-frame1__body {
		border-width: 2px;
	}
	.p-frame1__bodybox {
		flex-direction: column;
	}
	.p-frame1__bodybox::after {
		top: 50%;
		left: 0%;
		width:100%;
		height: 2px;
	}
	.p-frame2__body {
		border-width: 2px;
	}
	.p-frame2__body > p span {
		font-size: 1.75em;
	}
	.p-frame1__bodybox2 {
		flex-direction: column;
	}
	.p-frame1__bodybox2 > div:first-of-type {
		text-align: center;
		white-space: normal;
	}

}


