@charset "UTF-8";

.v3-borderBlockA01 > .v3-decorationTextB01.kikan {
	position: absolute;
	top: -24px;
	left: 38%;
	background: #fff;
	text-align: center;
}
.v3-borderBlockA01 > .v3-decorationTextB01.tokuten {
	position: absolute;
	top: -24px;
	left: 28%;
	background: #fff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.v3-borderBlockA01 > .v3-decorationTextB01.kikan {
		top: -18px;
		left: 24%;
	}
	.v3-borderBlockA01 > .v3-decorationTextB01.tokuten {
		top: -28px;
		left: 20%;
	}
	.v3-decorationTextB01.tokuten > span:before {
		top: 0.8em;
	}
	.v3-decorationTextB01.tokuten > span:after {
		top: 0.8em;
	}
}

