@charset "UTF-8";
/* CSS Document */

.p-btn-cv {
	width: 80%!important;
}
.p-piriod {
	display: flex;
	justify-content: center;
	gap: 1.5em;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
}
.p-piriod span:first-of-type {
	position: relative;
	margin-bottom: 1em;
	padding: 0.25em 0.5em;
	text-align: center;
	background: #F07800;
	color: #fff;
	white-space: nowrap;
}
.p-piriod span:first-of-type::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	width: 10px;
	height: 100%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #F07800;
}
.p-piriod span:last-of-type {
	font-size: 1.3em;
}
.p-keihin {
	display: flex;
	margin-top: 10px;
	border: solid 1px #ddd;
	border-radius: 4px;
}
.p-keihin dt {
	display: flex;
	align-items: center;
	padding: 0.5em;
	border-radius: 4px 0 0 4px;
	text-align: center;
	background: #F07800;
	color: #fff;
	white-space: nowrap;
}
.p-keihin dd {
	padding: 0.5em;
}
.p-btn-inline {
	position: relative;
	display: inline-block;
	margin-right: 0.25em;
	padding: 0 1.5em 0 0.5em;
	border-radius: 5px;
	background: #415AAA;
	color: #fff!important;
	text-decoration: none!important;
}
.p-btn-inline::after {
	content: '';
	position: absolute;
	display: block;
	top: calc(50% - 3px);
	right: 0.75em;
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 767.9px) {

	.p-piriod {
		align-items: center;
		flex-direction: column;
		gap: 0.25em;
	}
	.p-piriod {
		font-size: 1.1em;
	}
	.p-piriod span:first-of-type {
		margin-bottom: 0.75em;
		padding: 0.25em 4em;
	}
	.p-piriod span:first-of-type::after {
		top: 100%;
		left: calc(50% - 10px);
		width: 20px;
		height: 15px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.p-piriod span:last-of-type {
		font-size: 1.15em;
	}
	.p-keihin {
		flex-direction: column;
	}
	.p-keihin dt {
		border-radius: 4px 4px 0 0;
	}

}
.p-charabox{
	position: relative;
	padding-right: 100px;
}
.p-charabox .c-text::after{
	content: "";
	display: block;
	position: absolute;
	border-top:3px solid #ddd;
	border-right:3px solid #ddd;
	background-color: #fff;
	width: 20px;
	height: 20px;
	right: -13px;
	top: calc((100% - 24px) * 0.5);
	transform: rotate(45deg);
}
.p-charabox .c-text{
	border: 3px solid #ddd;
	border-radius: 10px;
	padding: 5px 10px;
}
.p-charabox .p-charabox-img{
	width: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 767.9px) {
	.p-charabox{
		padding-right: 0;
		text-align: center;
	}
	.p-charabox .p-charabox-img{
		width: 75px;
		position: relative;
		right: auto;
		bottom: auto;
		margin: 0 auto;
		margin-top: 20px;
	}
	.p-charabox .c-text::after{
		top: auto;
		bottom: -15px;
		right: calc((100% - 24px) * 0.5);
		transform: rotate(135deg);
	}
}