.p-courseDetailTitle {
	margin: 0;
	font-size: 24px;
}

.p-courseDetailInformation {
	background-color: var(--color-bg-base);
	padding: 0;
}

.p-courseDetailInformation02 {
	background-color: var(--color-bg-main);
	padding: 3vw 5vw 5vw;
	margin-bottom: 3vw;

}

.p-courseDetailPriceWrapper {
	background: #fff;
	padding: 3vw;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 3vw;
}

.p-courseDetailTextContents {
	font-size: calc(90vw / 24);
	margin: 1vw auto 0;
	line-height: 1.6;
}

.p-courseDetailInformation .p-courseDetailshadow_btn {
	padding: 1vw 0 1vw 2vw;
	box-shadow: 0 0 8px #ddd;
	border-radius: 8px;
	margin: 3vw 0 1vw;
	position: relative;
	justify-content: left;
	font-size: 14px;
}

.p-courseDetailInformation .p-courseDetailshadow_btn02 {
	padding: 2.5vw 0 2.5vw 2vw;
}

.p-courseDetailInformation .p-courseDetailshadow_btn::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #ddd;
	border-right: solid 2px #ddd;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 3vw;
	bottom: 0;
	margin: auto;
}

.p-courseDetailInformation .p-courseDetailshadow_btn02::after {
	display: none;
}

.starRating span.ukmcustomfont::before {
	font-size: 16px !important;
}

.review-summary-container .starRating span.reviewNumber {
	font-size: 12px !important;
	padding-bottom: 2px;
}

.p-courseDetailPrice_rt01 {
	margin-top: 15px;
	font-size: 9px;
}

.p-mv__tps {
	display: flex;
	justify-content: flex-start;
	max-width: 90vw;
	margin: 0 auto;
	gap: 2vw;
}

.p-mv__tps__list {
	list-style-type: none;
	max-width: 32vw;
	font-size: calc(30vw / 12);
	border-radius: 5px;
	color: #fff;
	padding: 3px 6px;
	background: rgba(246, 121, 33, 0.8);
}

.p-Cta___mv .p-bottomCtaButton {
	padding: 30px 0;
	font-size: 18px;
	align-items: flex-end;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(1) {
	width: 100%;
}

.p-Cta___mv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0 4vw;
	gap: 3vw 0;
}
.p-Cta___mv.p-Cta___mv01 {
    padding: 5vw 0;
	    flex-direction: column;
}

.p-Cta___mv .p-bottomCtaButton .p-bottomCtaButton__upperText {
	font-size: 12px;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(1),
.p-Cta___mv .p-bottomCtaButton02:nth-of-type(1) {
	/* box-shadow: 0 8px 0px rgba(116, 198, 33, 0.3); */
	/* background:linear-gradient(-30deg, #9be15d 0%, #009c49 100%); */
	box-shadow: 0 8px 0px rgba(241,73,80,0.3);
	background: #F14950;
	position: relative;
}
#paternb .p-Cta___mv .p-bottomCtaButton:nth-of-type(1),
#paternb  .p-Cta___mv .p-bottomCtaButton02:nth-of-type(1) {
	background: rgba(47, 134, 213,1);
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(1) .p-bottomCtaButton__upperText {
    /* color: rgba(76, 199, 100, 1);
    border: 1px solid rgba(76, 199, 100, 1); */
	color: #F14950;
    border: 1px solid #F14950;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(2),
.p-Cta___mv .p-bottomCtaButton:nth-of-type(3) {
	background: rgba(47, 134, 213,1);
	position: relative;
	box-shadow: 0 6px 0 rgba(47, 134, 213,0.3);
	margin-top: 8.5vw;
	display: flex;
	padding: 25px 0 15px 0px;
	font-size: 15px;
	align-items: center;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(2)::after,
.p-Cta___mv .p-bottomCtaButton:nth-of-type(3)::after {
	background-position: center center;
	transform: translateY(0%);
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText,
.p-Cta___mv .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__upperText {
	color: rgba(47, 134, 213, 1);
    background: #fff;
    border: 1px solid rgba(47, 134, 213, 1);
}

.p-bottomCtaButton__mainText {
	color: #fff;
}


.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__mainText {
	font-size: 16px;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__mainText span {
	background: #fff;
	border-radius: 4px;
	color: rgba(47, 134, 213,1);
	padding: 0px 4px 2px;
	margin-right: 5px;
}

.p-Cta___mv .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__subText {
	background: #ffff00;
	border-radius: 4px;
	font-size: 12px;
	padding: 4px 8px;
}

.free_test {
	background: #fff;
	color: rgba(47, 134, 213,1);
	border-radius: 5px;
	padding: 1px 3px;
	margin-right: 3px;
}

.p-Cta___mv .sns_img {
	max-width: 8vw;
	margin-right: 1vw;
	display: inline-block;
	vertical-align: middle;
}

.p-bottomCta .p-bottomCtaButton {
	padding: 27px 4px 15px 9px;
	/* background-image: linear-gradient(-30deg, #9be15d 0%, #009c49 100%) !important; */
	background:  #F14950!important;
	position: relative;
}

.p-bottomCta .p-bottomCtaButton:last-of-type {
	background: rgba(47, 134, 213,1) !important;
	position: relative;
}

#paternb .p-bottomCta .p-bottomCtaButton:last-of-type {
	background: #F14950 !important;
	position: relative;
}

.p-bottomCta .p-bottomCtaButton:last-of-type .p-bottomCtaButton__mainText span {
	background: #fff;
	color: rgba(47, 134, 213,1);
	padding: 1px 3px;
	border-radius: 2px;
	margin-right: 3px;
}

.p-bottomCta .p-bottomCtaButton__upperText:nth-of-type(1) {
	/* color: rgba(76, 199, 100, 1); */
	background: #fff;
	/* border: 1px solid rgba(76, 199, 100, 1); */
	border: 1px solid #F14950;
	color: #F14950;
}

#paternb .p-bottomCta .p-bottomCtaButton__upperText:nth-of-type(1) {
	border: 1px solid rgba(47, 134, 213,1);
	color: rgba(47, 134, 213,1);
}

.p-bottomCta .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText {
	border: 1px solid rgba(47, 134, 213,1);
	color: rgba(47, 134, 213,1);
}

#paternb .p-bottomCta .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText {
	border: 1px solid #F14950;
	color: #F14950;
}

.p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
	position: inherit;
	display: inline-block;
	font-size: 14px;
	line-height: 1.0;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.p-courseDetailPrice__web .p-courseDetailPrice__web__CPprice {
	text-align: center;
	line-height: 0.9;
	background: #ffff3f;
	padding: 15px 20px 8px 10px;
	border-radius: 5px;
	margin-right: 5px;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.p-courseDetailPrice__web .CPprice_imdk {
	position: absolute;
	background: #fff;
	padding: 2px 10px;
	font-size: 55%;
	border-radius: 13px;
	border: 2px solid;
	top: -3px;
	left: 10%;
	z-index: 10;
}

.p-courseDetailPrice__web .p-courseDetailPrice__web__CPprice .CPprice_percent {
	font-size: 30px;
	color: #ff481a;
	margin-right: 0;
}

.p-courseDetailPrice__web .p-courseDetailPrice__web__CPprice .CPprice_percent_txt {
	color: #ff481a;
}

.p-courseDetailPrice__web {
	width: 100%;
	display: flex;

}

.p-courseDetail___fps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	margin: 20px auto;
	gap: 1%;
}

.p-courseDetail___fps .p-courseDetail___fps__list {
	list-style-type: none;
	width: 49%;
	font-size: 11px;
	position: relative;
	padding: 3vw;
	background: #fff;
	text-align: center;
	line-height: 1.4;
	min-height: 80px;
	border-radius: 8px;
	display: flex;
	justify-content: left;
	gap: 1%;
	margin-bottom: 2%;
}


.p-courseDetail___fps .p-courseDetail___fps__list::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #ff8c00;
	border-radius: 0 0 8px 0;
}

.p-courseDetail___fps .p-courseDetail___fps__list_icon {
	max-width: 20%;
	width: 100%;
	height: fit-content;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.p-courseDetail___fps .p-courseDetail___fps__list_txt {
	max-width: 80%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	display: inline-block;
	height: fit-content;
}

.p-courseDetail___fps .p-courseDetail___fps__list span {
	font-size: 150%;
	color: #f67921;
}


.p-coursetopmv.p-courseDetailLessonFee__introduction {
	justify-content: center;
	margin-bottom: 0;
}

.p-coursetopmv.p-courseDetailLessonFee__introduction .label {
	width: 100%;
	text-align: center;
	margin-right: 0;
	padding: 2vw 0;
	font-size: calc(90vw / 22);
	background: linear-gradient(45deg, rgba(255, 155, 33, 1) 0%, rgba(255, 72, 26, 1) 75%) !important;
	position: relative;
}

.p-courseDetailcp_lead .p-coursetopmv.p-courseDetailLessonFee__introduction .label {
	background: transparent !important;
	padding: 0.5vw 0;
	font-size: calc(90vw / 30);
	letter-spacing: 0.5px;

}

.p-coursetopmv.p-courseDetailLessonFee__introduction .label::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid rgb(255, 122, 33);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transform: translateX(-50%);
}

.p-courseDetailcp_lead .p-coursetopmv.p-courseDetailLessonFee__introduction .label:after {
	display: none;
}

.p-courseDetailInformation02 .p-coursetopmv.p-courseDetailLessonFee__introduction .label::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 10px solid rgba(255, 155, 33, 1);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transform: translateX(0%);
}

.p-topSwiper {
	padding-bottom: 35px;
}

.p-courseDetailLessonFee__introduction .label span {
	font-size: 140%;
	color: #ffff00;
}

.p-bottomCta {
	display: flex;
	justify-content: space-between;
	visibility: hidden;
}

.p-courseDetailTitle small {
	font-size: 13px;
}

/* .p-ttlSp{
	display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 100%;
    margin-bottom: 0;
    font-size: calc(80vw / 22);
}

.p-ttlSp__list{
	position: relative;
	background:#fff;
	border-radius: 5px;
	list-style: none;
	padding: 5px 5px 5px 20px;
}
.p-ttlSp__list::before{
	content: '';
	background: #f67921;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 10px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.p-ttlSp__list::after{
    display: none;
}

.p-ttlSp__list em{
    font-style: normal;
    font-weight: bold;
    color: #ed4f0f;

} */
.p-ttlSp {
	display: flex;
	gap: 2vw;
	width: 90%;
	margin-bottom: 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	flex-direction: row;
}

.p-ttlSp__list {
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	list-style: none;
	padding: 5px;
	min-height: 12vw;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	max-width: 30vw;
	width: 100%;
	justify-content: space-evenly;
}

.p-ttlSp__list__lead {
	font-size: calc(26vw / 11);
	text-align: center;
	line-height: 1.2;
	max-width: 70%;
	width: 100%;
}

.p-ttlSp__list::before {
	content: '';
	display: block;
	position: absolute;
	top: -4%;
	left: -2%;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ff8c00;
	border-radius: 5px 0 0 0;
	background: none;
	width: 0;
	height: 0;
}

.p-ttlSp__list::after {
	content: '';
	display: block;
	position: absolute;
	top: -4%;
	left: -2%;
	width: 100%;
	height: 100%;
	border: 1px solid #ff8c00;
	border-radius: 5px;
	transform: rotate(0deg);
}

.p-ttlSp__list__ico {
	max-width: 20%;
	width: 100%;
}

.p-ttlSp__list__lead em {
	font-style: normal;
	font-weight: bold;
	font-size: 160%;
	display: inline-block;
	color: #ed4f0f;
}

.p-bottomCtaButton::after {
	width: 15px;
	height: 15px;
	    transform: translateY(0%);
	background-image: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg);
}


/*
.p-courseDetailPrice__web__rt01 {
    position: initial;
max-width: 90vw;
margin: 0 auto;
line-height: 1.1;
font-size: calc(90vw / 11);
}
*/

.p-courseDetailPrice__web__rt01 {
	position: initial;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.1;
	font-size: calc(90vw / 11);
	text-align: right;
}

.p-courseDetailPrice__web em {
	font-size: 38px;
}

.p-courseDetailcp_lead.p-courseDetailcp_lead02 {
	visibility: visible !important;
}


/*========= 流れるテキスト ===============*/
.p-courseDetailMain_rn {
	position: relative;
}

.p-courseDetailMainImage {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.p-courseDetailMainCopy {
	top: 6vw;
	left: 5vw;
	max-width: 90vw;
	display: inline-flex;
	color: #fff;
	/* background: #6cc227; */
	line-height: 1.8;
	position: absolute;
	z-index: 5;
	overflow: hidden;
	font-weight: bolder;
}

.p-courseDetailMainCopy .slide-in_inner.leftAnimeInner {
	margin-bottom: 2vw;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 0.2vw;
	padding: 8px;
	border-radius: 5px;
	display: inline-flex;
	background: linear-gradient(30deg, rgba(255, 155, 33, 1) 0%, rgba(255, 72, 26, 1) 75%);
	min-height: 8vw;
	align-items: end;
}

.p-courseDetailMainCopy em {
	font-size: 150%;
	font-style: normal;
	color: #ffff00;
}

.p-courseDetail__pay {
	border-top: 1px solid #ddd;
	padding: 2vw;
	font-size: 12px;
	text-align: center;
}

.p-courseDetail__pay_listbox {
	display: flex;
	justify-content: space-between;
}

.p-courseDetail__pay_listbox li {
	max-width: 8%;
	width: 100%;
	list-style-type: none;
	vertical-align: middle;
	display: inline-flex;
	height: fit-content;
}

.p-courseDetail__pay_listbox .payment_logo {
	width: 100%;
	max-width: 20%;
}

.p-courseDetail__pay_listbox .payment_logo02 {
	width: 100%;
	max-width: 45%;
}

/*全共通*/

.slide-in {
	overflow: hidden;
	display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/* 左右のアニメーション
.leftAnime {
	opacity: 0;
	事前に透過0にして消しておく
} */

.slideAnimeLeftRight {
	animation-name: slideTextX100;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes slideTextX100 {
	from {
		transform: translateX(-100%);
		/*要素を左の枠外に移動*/
		opacity: 0;
	}

	to {
		transform: translateX(0);
		/*要素を元の位置に移動*/
		opacity: 1;
	}
}

.p-bottomCtaButton__wasshoi_text {
	font-size: 11px;
	position: absolute;
	color: rgba(47, 134, 213,1);
	top: -12px;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	background: #fff;
	border: 2px solid rgba(47, 134, 213,1);
	display: block;
	padding: 3px 5px;
	border-radius: 20px;
}

.p-bottomCtaButton__free {
	background: #fff;
	color: rgba(47, 134, 213,1);
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 5px;
}

.ancer_form_b {
	color: rgb(0, 0, 238);
	font-size: 14px;
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	margin: 0 auto;
	padding: 2vw 0;
	margin-top: 3vw;
	position: relative;

}

.ancer_form_b::after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid rgb(0, 0, 238);
	border-right: 0;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.main-flex-container .l-main.--slimHeader .p-courseDetailContainer .p-courseDetailMain .p-courseDetailMainVisual {
		border: 1px solid #D3D3D3;
		border-radius: 8px;
		padding: 0;
		margin-bottom: 30px;
		max-height: 250px;
		overflow: hidden;
	}

	.p-courseDetailMainCopy {
		top: 65px;
		left: 65px;
		max-width: 350px;
		flex-direction: column;
	}

	.p-courseDetailMainCopy .slide-in_inner.leftAnimeInner {
		padding: 5px 10px;
		font-size: 20px;
		border-radius: 5px;
	}

	.p-courseDetailTitle {
		margin-top: 20px;
		font-size: 20px;
		line-height: 1.1;
	}

	.p-courseDetailPriceWrapper {
		background: #fff;
		padding: 10px;
		margin-bottom: 20px;
	}

	/* .p-ttlSp{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	margin:  0 auto 10px !important;
    width: 100% !important;
}

.p-ttlSp__list{
	padding: 5px 10px 5px 40px;
        width: 100%;
        font-size: calc(255px / 17);
        background: #fffad8;
}
.p-ttlSp__list::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.p-ttlSp__list::after{
	content: '';
    display: block;
    position: absolute;
	top: 40%;
    left: 8px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
} */
	.p-ttlSp {
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: space-between;
		margin: 0 auto 10px !important;
		width: 100% !important;
		position: relative;
	}

	.p-ttlSp__list {
		padding: 10px 10px 10px 40px;
		width: 100%;
		background: #fffad8;
		min-height: fit-content;
		justify-content: left;
	}

	.p-ttlSp__list::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 100%;
		border: none;
		background: #ff8c00;
		border-radius: 5px 0 0 5px;
	}

	.p-ttlSp__list::after {
		content: '';
		display: block;
		position: absolute;
		top: 40%;
		left: 8px;
		width: 16px;
		height: 8px;
		border: none;
		border-left: 3px solid #fff;
		border-bottom: 3px solid #fff;
		transform: rotate(-45deg);
		border-radius: 0;
	}

	.p-ttlSp__list__lead {
		font-size: calc(255px / 17);
		text-align: left;
		max-width: 100%;
	}

	.p-ttlSp__list__lead em {
		font-size: 100%;
	}

	.p-courseDetailPrice__web {
		font-size: 14px;
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(2)::after {
		background-position: center center;
		transform: translateY(10%);
	}

	.p-courseDetailPrice__web__rt01 {
		max-width: 350px;
		font-size: calc(260px / 16);
		        margin: 0 0 0 auto;
	}

	.p-courseDetailPrice_rt01 {
		margin-top: 10px;
		font-size: 9px;
	}

	.p-courseDetailInformation {
		background-color: var(--color-bg-main);
		padding: 0;
	}

	.p-mv__tps {
		max-width: 100%;
		flex-wrap: wrap;
		gap: 10px;
	}

	.p-mv__tps__list {
		max-width: fit-content;
		font-size: 11px;
		padding: 3px 6px;
	}

	.p-courseDetailTextContents {
		font-size: calc(260px/ 24);
		margin: 10px auto !important;
		padding-bottom: 10px !important;
	}

	.p-Cta___mv {
		padding: 0;
		margin: 10px 0;
		gap: 0;
	}

	.p-Cta___mv .p-bottomCtaButton {
		padding: 22px 4px 23px 10px;
		max-width: 100%;
		width: 100%;
		font-size: 16px;
		margin-top: 15px;
		box-shadow: none !important;
	}

	.p-Cta___mv .sns_img {
		max-width: 30px;
	}

	.p-Cta___mv .p-bottomCtaButton .p-bottomCtaButton__upperText {
		font-size: 10px;
		top: -5px;
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__upperText {
		border: 1px solid #4CC764;
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) {
		margin-top: 25px;
		padding: 25px 4px 20px 4px;
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(3) {
		margin-top: 20px;
		border: 1px solid #4CC764;
		padding: 20px 4px 10px 10px;
	}

	#pc_section8 .p-Cta___mv .p-bottomCtaButton:nth-of-type(2),
	#pc_section8 .p-Cta___mv .p-bottomCtaButton:nth-of-type(3) {
		width: 48%;
	}

	#pc_section8 .p-Cta___mv .p-bottomCtaButton:nth-of-type(2) {
		margin-top: 20px;
	}

	#pc_section8 .p-Cta___mv .sns_img {
		margin-right: 5px;
	}

	.p-coursetopmv.p-courseDetailLessonFee__introduction .label {
		padding: 5px 0;
		font-size: calc(250px / 23.5);
		background: linear-gradient(45deg, rgba(255, 155, 33, 1) 0%, rgba(255, 72, 26, 1) 75%) !important
	}

	.p-coursetopmv.p-courseDetailLessonFee__introduction .label::after {
		left: 30px;
		border-top: 10px solid rgba(255, 155, 33, 1);
	}

	.p-courseDetailInformation .p-courseDetailEvaluation {
		padding: 10px 10px 5px 20px;
		box-shadow: 0 0 5px #ddd;
		margin: 20px 0 10px;
		background: #fff;
		position: relative;
		z-index: 100;
		flex-wrap: wrap;
		gap: 0;
	}

	.p-courseDetailInformation02 {
		padding: 0;
		margin-bottom: 0;
	}

	.p-courseDetail___fps {
		max-width: 260px;
		margin: 20px auto 10px;
		gap: 5px;
	}

	.p-courseDetail___fps .p-courseDetail___fps__list {
		width: 100%;
		font-size: 10px;
		padding: 10px;
		min-height: fit-content;
		justify-content: left;
		gap: 15px;
	}

	.p-courseDetail___fps .p-courseDetail___fps__list_icon {
		max-width: 12%;
	}

	.p-courseDetail___fps .p-courseDetail___fps__list_txt {
		max-width: 75%;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.p-courseDetailPrice__web em {
		font-size: 28px;
	}


	.p-courseDetailInformation .p-courseDetailEvaluation::after {
		right: 20px;
	}

	.sp {
		display: none !important;
	}

	.starRating span.ukmcustomfont::before {
		font-size: 18px !important;
	}

	.review-summary-container .starRating span.reviewNumber {
		padding-bottom: 0px;
		padding-top: 4px;
	}

	.p-courseDetailInformation .p-courseDetailEvaluation p {
		font-size: 12px;
		display: block;
		line-height: 1;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn::before {
		width: 3px;
		height: 75%;
		left: 10px;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn {
		margin: 15px 0px 0;
		font-size: 12px;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn.p-courseDetailshadow_btn02 {
		padding: 10px 35px 10px 20px;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn::after {
		right: 20px;
	}

	.p-courseDetail__pay {
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}

	.p-courseDetail__pay_listbox {
		display: flex;
		justify-content: space-between;
	}

	.p-courseDetail__pay_listbox li {
		max-width: 9.5%;
		width: 100%;
		list-style-type: none;
		vertical-align: middle;
		display: inline-flex;
		height: fit-content;
	}

	.p-courseDetail__pay_listbox .payment_logo {
		width: 100%;
		max-width: 22%;
	}

	.p-courseDetail__pay_listbox .payment_logo02 {
		width: 100%;
		max-width: 48%;
	}
}



@media (min-width: 768px) {
	.p-Cta___mv .p-bottomCtaButton02:nth-of-type(1) {
		margin-top: 35px;
	}

	.p-bottomCtaButton__wasshoi_text {
		font-size: 12px;
		position: absolute;
		color: rgba(47, 134, 213,1);
		top: -12px;
		left: 50%;
		width: 95%;
		transform: translateX(-50%);
		background: #fff;
		border: 2px solid rgba(47, 134, 213,1);
		display: block;
		padding: 5px 10px;
		border-radius: 20px;
	}

	.ancer_form_b {
		display: block;
		text-decoration: underline;
		text-align: center;
		padding: 5px 0;
		margin-top: 5px;
		font-size: 12px;
		width: 50%;
	}

	.ancer_form_b::after {
		width: 0;
		height: 0;
		content: "";
		position: absolute;
		border-style: solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 5px solid rgb(0, 0, 238);
		border-right: 0;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
	}


}



/* 20240724追加 */
.p-courseDetailPrice__web strong {
	margin-right: 4px;
	margin-left: 4px;
	    display: inline-block;
}

/*バクダン付きの見出し*/
.burst span.outer,
.burst span.outer:after,
.burst span.outer:before,
.burst span.outer span {
	width: 40px;
	height: 40px;
	background-color: #fe0000;
	position: absolute;
	top: 0px;
}

.burst span.outer span em {
	font-size: 140%;
	color: #ffff00;
	    font-style: normal;
}

.burst,
.burst span.outer,
.burst span.outer:after,
.burst span.outer:before {
	-webkit-transform: rotate(27.5deg);
	-moz-transform: rotate(27.5deg);
	transform: rotate(27.5deg);
}

.burst span.outer span {
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	transform: rotate(-55deg);
	text-align: center;
	z-index: 10;
	line-height: 16px;
	color: #ffff00;
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 3px;
}

.burst {
	left: 5px;
	top: -5px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #fe0000;
	margin: 1rem 0 1rem 10px;
}

.burst::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 22px;
	background: url(../images/price_arrow.png) no-repeat;
	background-size: cover;
	bottom: -30px;
	left: 15px;
}



.p-courseDetailPrice__special {
	color: #fe0000;
	font-size: 60% !important;
}

.p-courseDetailPrice__normal {
	font-size: 140%;
}


.CPprice_bnkt_rn {
	/* background: rgba(255, 255, 0, 0.6); */
	/* border-radius: 10px; */
	padding: 4% 4% 0% 4%;
	border-top: 1px solid #ddd;
	margin-top: 5%;
	position: relative;
	font-size: 0.8em;
	text-align: center;
}

.CPprice_bnkt_rn_sub {
	position: absolute;
	border-radius: 50px;
	background: #ddd;
	padding: 0.5%;
	font-size: 12px;
	max-width: 60%;
	width: 100%;
	border: 2px solid #ddd;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
}

.CPprice_bnkt_rn_txt span {
	background: linear-gradient(0deg, rgba(255, 255, 0, 1) 0%, rgba(255, 255, 0, 1) 40%, rgba(255, 255, 0, 0) 40%, rgba(255, 255, 0, 0) 100%);
}

.CPprice_bnkt_rn_ex {
	font-size: 1.2em;
}

.CPprice_bnkt_rn_ex span {
	color: #fe0000;
}

.CPprice_bnkt_rn_ex span em {
	font-style: normal;
	font-size: 130%;
	margin-left: 1%;
	margin-right: 1%;
}

#section8 .CPprice_bnkt_rn_sub {
	background: #fff;
	border: 2px solid #000;
}

#section8 .CPprice_bnkt_rn {
	border-top: 1px solid var(--color-border-lightGray2);
	    border-bottom: 1px solid var(--color-border-lightGray2);
	padding-bottom: 4%;
}



@media (min-width: 768px) {
	/*バクダン付きの見出し*/

	#pc_section8 .burst span.outer,
	#pc_section8 .burst span.outer:after,
	#pc_section8 .burst span.outer:before,
	#pc_section8 .burst span.outer span {
		width: 50px;
		height: 50px;
	}

	.burst {
		left: 0;
	}

	#pc_section8 .burst {
		left: 5px;
		top: 5px;
		width: 50px;
		height: 50px;
	}

	.burst::after {
		bottom: -25px;
		left: 0px;
	}

	#pc_section8 .burst span.outer span {
		line-height: 18px;
		font-size: 16px;
		padding-top: 6px;
	}

	.p-courseDetailPrice__special {
		font-size: 75% !important;
	}

	.p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		line-height: 1.2;
		margin-top: 8px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.CPprice_bnkt_rn_ex {
		font-size: 1.0em;
	}

	#pc_section8 .p-coursetopmv.p-courseDetailLessonFee__introduction .label {
		font-size: calc(350px / 23.5);
	}

	#pc_section8 .CPprice_bnkt_rn_sub {
		background: #fff;
		border: 2px solid #000;
	}


	#pc_section8 .CPprice_bnkt_rn {
		border-top: 1px solid var(--color-border-lightGray2);
		border-bottom: 1px solid var(--color-border-lightGray2);
		padding-bottom: 3%;
	}

	#pc_section8 .CPprice_bnkt_rn_ex {
		font-size: 1.6em;
	}

	#pc_section8 .p-courseDetailPrice__web em {
		font-size: 170%;
	}

	#pc_section8 .p-courseDetailPrice__web__rt01 {
		font-size: calc(350px / 16);
		        margin-right: 30px;
	}

	#pc_section8 .burst::after {
		bottom: 42px;
		left: 65px;
		transform: rotateZ(45deg);
	}
}


/* 0816追加分 */
@media (max-width: 768px) {

	/* ボタン上部部分 */
	/* .p-bottomCtaButton_b .p-bottomCtaButton02 .p-bottomCtaButton__last {
		width: 100%;
	} */

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(1) {
		/* background: linear-gradient(-30deg, #9be15d 0%, #009c49 100%); */
		/* box-shadow: 0 8px 0px rgba(116, 198, 33, 0.3); */
		border: none;
		position: relative;
	box-shadow: 0 8px 0px rgba(241,73,80,0.3);
	background: #F14950;
		margin-top: 2vw;
		padding: 24px 0 20px 0px;
		font-size: 14px;
		align-items: center;
		width: 48%;
	}

	#paternb .p-Cta___mv .p-bottomCtaButton:nth-of-type(1) {
		background: rgba(47, 134, 213,1);
		box-shadow: 0 8px 0 rgba(47, 134, 213,0.3);
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) {
		background: rgba(47, 134, 213,1);
		box-shadow: 0 6px 0 rgba(47, 134, 213,0.3);
		margin-top: 2vw;
		display: flex;
		padding: 20px 0 10px 0px;
		font-size: 15px;
		align-items: center;
		        width: 48%;
	}

	#paternb .p-Cta___mv .p-bottomCtaButton:nth-of-type(2) {
		box-shadow: 0 8px 0px rgba(241,73,80,0.3);
		background: #F14950;
	}

	.p-Cta___mv .p-bottomCtaButton:nth-of-type(2)::after {
		background-position: center center;
		transform: translateY(0%);
		background-image: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg);
	}

	
	.p-Cta___mv .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText {
		color: rgba(47, 134, 213,1);
		background:  #fff;
		border: solid 1px rgba(47, 134, 213,1);
	}

	.p-bottomCtaButton__mainText {
		color: #fff;
	}

	.p-courseDetailInformation02 {
		background-color: var(--color-bg-main);
		padding: 3vw 5vw 5vw;
		margin-bottom: 0;
	}

	.p-courseDetailPrice__web em {
		font-size: 42px;
	}

	/*バクダン付きの見出し*/
	.burst span.outer,
	.burst span.outer:after,
	.burst span.outer:before,
	.burst span.outer span {
		width: 55px;
		height: 55px;
		background-color: #fe0000;
		position: absolute;
		        top: 0px;
        left: 0px;
	}

	.burst::after {
		content: "";
		position: absolute;
		width: 23px;
		height: 25px;
		background: url(../images/price_arrow.png) no-repeat;
		background-size: cover;
bottom: 30px;
left: 85px;

	}

	#section8 .burst::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 27px;
		background: url(../images/price_arrow.png) no-repeat;
		background-size: cover;
        bottom: 30px;
        left: 84px;
	}

	.burst {
		left: 10px;
        top: 5px;
		position: absolute;
		width: 55px;
		height: 55px;
		background-color: #fe0000;
		margin: 1rem 0 1rem 10px;
	}

	.burst span.outer span {
		-webkit-transform: rotate(-55deg);
		-moz-transform: rotate(-55deg);
		transform: rotate(-55deg);
		text-align: center;
		z-index: 10;
		line-height: 20px;
		color: #ffff00;
		font-weight: 600;
		font-size: 18px;
		vertical-align: middle;
		padding-top: 7px;
	}

	.p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		position: inherit;
		display: inline-block;
		font-size: 12px;
		line-height: 1.0;
		left: auto;
	}

	.p-courseDetailInformation .p-courseDetailInformation02 .p-courseDetailPrice__web__rt01 .tax {
		font-size: 9px;
		position: absolute;
		top: 10px;
	}

	.p-courseDetailPrice__special {
		color: #000000;
		font-size: 70% !important;
	}

	.p-courseDetailInformation .p-courseDetailInformation02 .p-courseDetailPrice__web__rt01 .tax {
	        position: absolute;
        top: 61px;
        right: 15px;
	}

	#section8 .tax {
		font-size: 9px;
		position: absolute;
		        top: 62px;
        right: 23px;
	}

	.p-courseDetailPrice {
		margin: 5px 0 5px;
	}

	.p-courseDetailPriceWrapper {
		margin-top: 5px;
	}

	.p-courseDetailInformation02 {
		background-color: var(--color-bg-main);
		padding: 2vw 5vw 1vw;
		margin-bottom: 0;
	}

	#section8 .p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		font-size: 13px;
	}

	.p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

/*	.p-courseDetailLessonFeeSplit__note {
		border-top: 1px solid var(--color-border-lightGray2);
		padding: 12px 0 0;
	}*/

	/* 下部ボタン部分 */
	#section8 .p-bottomCtaButton:nth-of-type(1) {
		        margin-top: 8.5vw;
		padding: 0;	}


	#section8 .p-bottomCtaButton:nth-of-type(2),
	#section8 .p-bottomCtaButton:nth-of-type(1) {
		background: #fff;
		border: rgba(76, 199, 100, 1) 1px solid;
		position: relative;
		box-shadow: 0 6px 0 rgba(76, 199, 100, 1);
		margin-top: 8.5vw;
		display: flex;
		padding: 25px 0 15px 0px;
		font-size: 15px;
		align-items: center;
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(2)::after,
	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(3)::after {
		background-position: center center;
		transform: translateY(0%);
		background-image: url(../images/arrow_line.png);
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__upperText,
	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__upperText {
		color: #fff;
		background: #4CC764;
		border: none;
	}

	#section8 .c-anchorSection .p-bottomCtaButton__mainText {
		color: #fff;
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__mainText,
	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__mainText {
		color: rgba(76, 199, 100, 1);
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__mainText {
		font-size: 10px;
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(2) .p-bottomCtaButton__mainText span {
		background: #4CC764;
		border-radius: 4px;
		color: #fff;
		padding: 0px 4px 2px;
		margin-right: 5px;
	}

	#section8 .c-anchorSection .p-bottomCtaButton:nth-of-type(3) .p-bottomCtaButton__subText {
		background: #ffff00;
		border-radius: 4px;
		font-size: 12px;
		padding: 4px 8px;
	}

	.p-courseDetailPrice__web__rt01 {
		margin-right: 0;
		text-align: center;
		justify-content: flex-end;
	}

	.p-coursetopmv.p-courseDetailLessonFee__introduction .label {
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding: 1vw 0;
		font-size: calc(90vw / 22);
		background: linear-gradient(45deg, rgba(255, 155, 33, 1) 0%, rgba(255, 72, 26, 1) 75%) !important;
		position: relative;
	}

	.p-courseDetailPriceWrapper {
		background: #fff;
		padding: 2vw 3vw 1vw;
		border-radius: 5px;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
		margin-bottom: 3vw;
	}

	.p-courseDetailPrice_rt01 {
		margin-top: 12px;
		font-size: 9px;
	}

	.p-courseDetailPrice {
		margin: -5px 0 5px;
	}

	.p-Cta___mv sp .p-courseDetailPriceWrapper .p-courseDetailPrice .p-courseDetailPrice_rt01 p {
		padding: 10px 0 0;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn {
		margin: 10px 0px 10px;
	}

	.ancer_form_b {
		color: rgb(0, 0, 238);
		font-size: 14px;
		display: inline-block;
		text-decoration: underline;
		text-align: center;
		margin: 0 auto;
		padding: 2vw 0;
        margin-top: 0;
		position: relative;
	}

	.ancer_form_b::after {
		width: 0;
		height: 0;
		content: "";
		position: absolute;
		border-style: solid;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 10px solid rgb(0, 0, 238);
		border-right: 0;
		top: 50%;
		right: -15px;
		transform: translateY(-50%);
	}

	.p-courseDetailTitle {
		margin: 0;
		font-size: 20px;
		line-height: 0.9;
		padding: 8px;
	}

	#paternb .p-bottomCtaButton:nth-of-type(1) {
		width: 100%;
	}

	#paternb .p-bottomCta .p-bottomCtaButton:nth-of-type(1) {
		width:48%;
		background: rgba(47, 134, 213,1)!important;
	}
}



@media (min-width: 768px) {

	/*バクダン付きの見出し*/
	.burst span.outer,
	.burst span.outer:after,
	.burst span.outer:before,
	.burst span.outer span {
		width: 45px;
		height: 45px;
		background-color: #fe0000;
		position: absolute;
		top: 0px;
	}

	.burst {
        left: 0px;
        top: 5px;
		position: absolute;
		width: 45px;
		height: 45px;
		background-color: #fe0000;
		margin: 1rem 0 1rem 10px;
	}

	.burst span.outer span {
		-webkit-transform: rotate(-55deg);
		-moz-transform: rotate(-55deg);
		transform: rotate(-55deg);
		text-align: center;
		z-index: 10;
		line-height: 18px;
		color: #ffff00;
		font-weight: 600;
		font-size: 16px;
		vertical-align: middle;
		padding-top: 4px;
	}

	.burst::after {
bottom: 50px;
        left: 45px;
		width: 22px;
		height: 24px;
		transform: rotate(45deg);
	}

	.p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 20px;
		font-size: 13px;
	}

	#pc_section8 .p-courseDetailPrice__web .p-courseDetailPrice__web__rt02 {
		line-height: 1.2;
		margin-top: 8px;
		margin-bottom: 10px;
		        font-size: 12px;
	}

	.p-courseDetailTitle {
		margin-top: 0px;
		font-size: 20px;
		line-height: 1.1;
	}

	#pc_section8 .burst span.outer em {
		font-size: 180%;
	}

	#pc_section8 .p-courseDetailPrice__web em {
		        font-size: 200%;
	}


	#section8 .p-Cta___mv .p-bottomCtaButton {
		padding: 30px 0;
		font-size: 18px;
	}

	.p-courseDetailPriceWrapper {
		background: #fff;
		padding: 10px;
		margin-bottom: 0;
	}

	.p-courseDetailInformation .tax {
		font-size: 8px;
		position: absolute;
		top: 65px;
		right: -6px;
	}

	.p-courseDetailPrice__special {
		font-size: 125% !important;
	}

	.p-courseDetailPrice__special {
		color: #000000;
	}

	.p-courseDetailPrice__web em {
		        font-size: 36px;
	}

	#pc_section8 .tax {
		font-size: 11px;
		position: absolute;
		top: 60px;
		right: -8px;
	}

	#pc_section8 .burst span.outer,
	#pc_section8 .burst span.outer:after,
	#pc_section8 .burst span.outer:before,
	#pc_section8 .burst span.outer span {
		width: 55px;
		height: 55px;
		background-color: #fe0000;
		position: absolute;
		top: 0px;
		left: 0
	}

	#pc_section8 .burst {
		        left: 20px;
        top: 5px;
		position: absolute;
		width: 55px;
		height: 55px;
		background-color: #fe0000;
		margin: 1rem 0 1rem 10px;
	}

	#pc_section8 .burst::after {
        bottom: 38px;
        left: 75px;
        transform: rotateZ(20deg);
		width: 27px;
		height: 30px;
	}

	#pc_section8 .burst span.outer span {
		line-height: 22px;
		font-size: 18px;
		padding-top: 5px;
	}

	.p-courseDetailInformation .p-courseDetailshadow_btn {
		margin: 10px 0px 10px;
		font-size: 12px;
	}

}

.p-courseTopBanner {
    display: block;
    width: 95%;
	margin: 0 auto;
    margin-bottom: 20px;
}

.p-courseDetailLessonOverview {
    margin-bottom: 10px;
}

/*20240924追加*/
span.p-courseDetailPrice__special02{
	font-size: 12px;
	position: absolute;
	    top: 45px;
}
	
#section8 span.p-courseDetailPrice__special02 {
    top: 40px;
    /* color: #fe0000; */
}

.label02 {
position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #6bc7ca;
    width: 100%;
    letter-spacing: -0.5px;
    left: -3vw;
    font-size: calc(100vw / 23);
	text-align: center;
}

/* .label02:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #1D4928;
  border-left: 10px solid transparent;
} */

.p-courseDetailcp_lead .p-coursetopmv.p-courseDetailLessonFee__introduction .label02{
    padding: 0.5vw 0;
    font-size: calc(90vw / 25);
    letter-spacing: -0.5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-right: 0;
    position: relative;
    background: transparent;
    left: 0;
}

#section8 .label02 {
    left: 0;
	background: linear-gradient(-30deg, #9be15d 0%, #009c49 100%) !important;
}

#section8 .label02::before,
.p-courseDetailcp_lead .p-coursetopmv.p-courseDetailLessonFee__introduction .label02::before,
	#pc_section8 .label02::before{
    display: none;
}


.p-courseDetailcp_lead {
	background: linear-gradient(-30deg, rgba(155, 225, 93, 0.85) 0%, rgba(0, 156, 73, 0.85) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.5vw 1vw 6vw;
    height: fit-content;
    position: fixed;
    top: 124px;
    left: 0;
    display: block;
    z-index: 1000;
    width: 100%;
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
}
.p-courseDetailLessonFee__introduction .label02 span  {
    font-size: 140%;
    color: #ffff00;
	font-weight:bold; 
}

@media (min-width: 768px) {
	    span.p-courseDetailPrice__special02 {
        top: 48px;
    }
#pc_section8 span.p-courseDetailPrice__special02{
        top: 30px;
}
	
.label02 {
    left: -10px;
    font-size: calc(350px / 22);
	text-align: center;
}
	
	#pc_section8 .label02 {
    left: 0;
    font-size: calc(350px / 19);
	background: linear-gradient(-30deg, #9be15d 0%, #009c49 100%) !important;
}

.c-modalContainerScrollContents__mainContents._text {
  overflow: initial;
}

.c-modalContainer__closeButton._text {
	overflow: initial;
  position: initial;
  transform: none;
  margin: 50px auto 0;
}

.c-modalContainer {
  top: 56%;
}
	
}

.p-coursecp__support_txt {
	text-align: center;
    font-size: 18px;
    padding: 8px 0;
    /* border-bottom: #ccc dotted 1px; */
    align-items: flex-end;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.p-coursecp__support_txt span.support_txt{
	color: #fe0000;
	border-radius: 5px;
	padding: 3px 8px;
	display: inline-block;
    margin-right: 8px;
}
.p-coursecp__support_txt span.marker{
	background: linear-gradient(0deg, rgba(255,253,136,1) 0%, rgba(255,253,136,1) 60%, rgba(255,253,136,0) 60%);
}


.p-coursecp__support_txt span.support_course{
	text-align: center;
    background: #fff;
    font-size: 12px;
    position: absolute;
    left: 50%;
    max-width: 75%;
    width: 100%;
    bottom: -10px;
    padding: 2px;
    transform: translateX(-50%);
}

.p-coursecp__support_txt em{
	color: #fe0000;
	font-size: 150%;
	font-style: normal;
}

.p-rank_new_rt {
    font-size: 12px;
    text-align: center;
}

.price_course__listbox {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    margin: 3vw auto;
    list-style-type: none;
	column-gap: 20px;
	text-align: center;
	position: relative;
	    gap: 5vw;
}

.price_course__listbox li {
    box-shadow:0 0 6px rgba(76,199,100,0.3);
	padding: 3vw 3vw 6vw;
	background: #fff;
	width: 100%;
	border-radius: 5px;
}

.price_course__listbox li.price_course__list_cp{
	border: 3px solid #fe0000;
	padding: 0 0 6vw;
}


.price_course__listbox .price_course__btn {
    width: 90%;
	margin: 0 auto;
    display: block;
	position: relative;
    padding: 4vw 0;
    background: linear-gradient(-30deg, #9be15d 0%, #009c49 100%);
    border-radius: 5px;
    box-shadow: 0 6px 0px rgba(116, 198, 33, 0.3);
	/* box-shadow: 0 6px 0px rgba(241,73,80,0.3);
	background: #F14950; */
    color: #fff;
}

li.price_course__list_cp .price_course__btn{
	width: 84%;
}
.price_course__listbox .price_course__btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    background-size: cover;
}

.price_course__list_web01{
	    position: relative;
        align-items: center;
    line-height: 1;
    margin: 1vw auto 3vw;
    display: inline-flex;
}


.price_course__list_web01 .price_course__list_web02{
	font-size: 26px;
}

.price_course__list_ttl span{
    display: inline-block;
    color: rgba(76, 199, 100, 1);
    background: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    border: 1px solid rgba(76, 199, 100, 1);
    margin: 0 auto 1vw;
}

li.price_course__list_cp .price_course__list_ttl{
    color: #fff;
    background: #fe0000;
    line-height: 1.3;
    padding: 1.5vw 0px;
}

li.price_course__list_cp .price_course__list_ttl span{
    color: #fe0000;
    background: #fff;
    border:none;
    margin: 2vw auto 1vw;
}

.price_course__list_ttl em{
    font-size: 120%;
	color: #fe0000;
	font-style: normal;
}
li.price_course__list_cp .price_course__list_ttl em{
	color: #ff0;
}

.price_course__list_tax{
	position: relative;
    display: inline-flex;
    flex-direction: column-reverse;
    justify-content: center;
    font-size: 18px;
    line-height: 1.2;
	 vertical-align: middle; 
}

.price_course__list_tax span:nth-of-type(1){
	font-size: 70%;
}
.price_course__list_tax span:nth-of-type(2){
	font-size: 30%;
}


.price_course__list_web01 small {
    border: 1px solid #333;
    padding: 2vw;
    color: #333;
    border-radius: 5px;
}

.price_course__list_cta{
	display: flex;
	justify-content: space-between;
}
.price_course__list_cta_btn{
background: #fff;
    border: rgba(76, 199, 100, 1) 1px solid;
    box-shadow: 0 6px 0 rgba(76, 199, 100, 1);
    margin-top: 1.5vw;
    display: flex;
    padding: 6vw 4vw 4vw 0;
    font-size: 14px;
    line-height: 1.0;
    text-align: center;
    align-items: center;
    width: 49%;
    border-radius: 8px;
    position: relative;
    justify-content: center;
	}

.price_course__list_cta_btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background: url(../images/arrow_line.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    background-size: cover;
}

.price_course__list_cta .price_course__list_cta_sub {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 90%;
    height: 24px;
    background-color: rgba(76, 199, 100, 1);
    border: 1px solid rgba(76, 199, 100, 1);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -7px);
}

.price_course__list_cta .sns_img {
    max-width: 8vw;
    width: 100%;
}


.price_course__list_cta .price_course__list_cta_main{
    color: rgba(76, 199, 100, 1);
}


.price_course__list_cta .price_course__list_cta_main span{
	background: rgba(76, 199, 100, 1);
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	margin-right: 5px;
}

@media screen and (min-width: 767px) {
.p-coursecp__support_txt {
    font-size: 15px;
}
	.price_course__listbox {
    margin: 20px auto 0;
    gap: 20px;
}
	.price_course__listbox li {
    padding: 15px 0px 20px;
}
	.price_course__list_ttl span {
    margin: 0 auto 0;
    margin-right: 10px;
}
	.price_course__list_web01 {
    margin: 5px auto 15px;
}
	.price_course__list_web01 small {
    padding: 10px 20px;
}
	.price_course__listbox .price_course__btn {
    padding: 15px 0;
}
	.price_course__listbox li.price_course__list_cp {
    padding: 0 0 20px;
}
	li.price_course__list_cp .price_course__list_ttl {
    padding: 10px 0px;
}
	li.price_course__list_cp .price_course__list_ttl span {
    margin: 0 auto;
}
	    #pc_section8 li .price_course__list_tax {
        font-size: 24px;
        text-align: center;
    }
	.price_course__list_cta_btn {
    padding: 20px 15px 10px 5px;
}
	.price_course__list_cta .sns_img {
    max-width: 35px;
}
	
li.price_course__list_cp .price_course__btn{
	width: 90%;
}

.p-coursecp__support_txt span.support_course {
    font-size: calc(260px / 25);
    max-width: 92%;
}
}

.p-modalTopSwiperThumbnailWrapper {
    display: none;
}

.c-modalContainerScrollContents.other {
    padding: 20px 0 90px;
	width: 100%;
}

.p-modalSwiper__text {
    display: none;
}

@media screen and (max-width: 767px) {
	.c-modalContainerScrollContents__mainContents {
			overflow: scroll;
	}
	.p-modalSwiper__text{
			text-align: center;
			position: relative;
			display: inline-block;
			width: 100%;
	}
	.p-modalSwiper__text span{
			padding-left: 30px;
	}
	.p-modalSwiper__text span::before{
        content: "";
        position: absolute;
        top: -4px;
        left: calc(50% - 75px);
        background-image: url(../images/ico_zoom.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 30px;
    
	}
	.swiper.p-modalSwiper.js-modalMaterialSwiper.swiper-horizontal {
			touch-action: pinch-zoom;
	}
}

.hl_002::after{
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}


.price_course__listbox .price_course__btn.price_course_btn02{
	background: rgba(241,73,80,1);
	box-shadow: 0 6px 0px rgba(241,73,80,0.3);
}
.price_course__list_cta_btn:nth-of-type(1) {
    border: none;
    background: rgba(47, 134, 213, 1);
    box-shadow: 0 6px 0 rgba(47, 134, 213, 0.3);
    color: #fff;
}
.price_course__list_cta_btn:nth-of-type(1) .price_course__list_cta_sub {
    background-color: #fff;
    border: rgba(47, 134, 213, 1) 1px solid;
    color: rgba(47, 134, 213, 1);
}
.price_course__list_cta_btn:nth-of-type(1) .price_course__list_cta_main {
    color: #fff;
}
.price_course__list_cta .price_course__list_cta_main span:nth-of-type(1) {
    background: #fff;
    color: rgba(47, 134, 213, 1);
    padding: 1px 3px;
    border-radius: 2px;
    margin-right: 3px;
}
.price_course__list_cta .price_course__list_cta_btn:nth-of-type(1)::after {
    background-image: url(https://www.c-c-j.com/assets/img/rn_cp/arrow.svg) !important;
}

/*=========250228===========*/

.p-courseDetailLessonFee__introduction .label02 span.label-white{
	color:white;
}
.p-courseDetailPrice__web .margin-bottom {
	margin-bottom: 10px;
}

.p-courseDetailHeading strong{
	color: var(--color-accent-orange);
}

.mgt40{
	margin-top: 40px;
}

@media (min-width: 768px) {
.label02{
	font-size:calc(350px / 26);
}      
.mgt40{margin-top: 40px;}  
}


@media screen and (max-width: 767px) {
.p-courseDetailcp_lead .p-coursetopmv.p-courseDetailLessonFee__introduction .label02 {
	font-size: calc(100vw / 23);
}
.p-courseDetailPrice__web__rt01 .margin-bottom{
	margin-bottom: 3vw;
}
}

/*=========250327===========*/
@media (min-width: 768px) {
	.label02 {
					font-size: calc(350px / 30);
	}
}

