@charset "utf-8";

/* CSS Document */


.course_box {
	height: 100%;
	position: relative;
}

/* 240605追加分 */

/* .course_box .course_off {
	position: absolute;
	top: 48.5%;
	transform: translateY(-55%);
	font-size: 20px;
	color: #f00;
	text-align: left;
	line-height: 0.5;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-weight: bold;
	width: 100%;
	z-index: 0;
	text-shadow: #fff000 2px 0px 0px, #fff000 -2px 0px 0px, #fff000 0px -2px 0px, #fff000 0px 2px 0px, #fff000 2px 2px 0px, #fff000 -2px 2px 0px, #fff000 2px -2px 0px, #fff000 -2px -2px 0px, #fff000 1px 2px 0px, #fff000 -1px 2px 0px, #fff000 1px -2px 0px, #fff000 -1px -2px 0px, #fff000 2px 1px 0px, #fff000 -2px 1px 0px, #fff000 2px -1px 0px, #fff000 -2px -1px 0px, #fff000 1px 1px 0px, #fff000 -1px 1px 0px, #fff000 1px -1px 0px, #fff000 -1px -1px 0px;
} */

/* .course_box .course_off::before {
	content: "";
	width: 100%;
	height: 45px;
	position: absolute;
	top: -12px;
	left: 0;
	background: #fff000;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 50% 100%);
	margin-bottom: 5px;
	z-index: -1;
} */

/* 240605追加分 */

.course_box .course_off em {
	font-size: 130%;
}

.course_box .course_box_price {
	padding-top: 0;
}

.course_box .course_price {
	font-size: 14px;
	text-align: left;
	color: #333;
}

.course_box .course_price p {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 13px;
}

.course_box .course_price p.course_installment {
	font-size: 14px;
	text-align: left;
	color: #333;
}

.course_box .course_price p em {
	font-size: 40px;
	color: #E6340C;
	line-height: 0.8em;
}

.course_box .course_price p span {
	font-size: 18px;
	color: #333;
}

.course_box .course_price p span .tax {
	font-size: 50%;
}

.course_box .course_price p span .yen {
	margin-right: 4px;
}

.course_box .course_price p b {
	font-size: 22px;
	color: #333;
	line-height: 0.9em;
}

.price_details {
	margin-bottom: 10px;
}

.price_details a {
	margin-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}

.pr_price {
	background: #ff0;
	color: #E6340C;
	padding: 5px;
	width: 90%;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem !important;
	line-height: 1.2;
	margin: 0 auto;
	margin-top: 5px;
	border-radius: 20px;
}

.course_box_ttl.mini {
	font-size: 14px;
	line-height: 120%;
}

.course_box_ttl.mini2 {
	font-size: 13px;
	line-height: 120%;
	letter-spacing: -0.5px;
}

.course_timesale {
	color: #f00;
	font-size: calc(200px / 13);
	font-weight: bold;
	width: 90%;
}

.mv_cpcode {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	color: #f00;
	max-width: 400px;
	width: 100%;
	background: url(../img/mv-code_pc@2x.png) no-repeat;
	background-size: 100%;
	padding: 30px 0 15px;
}

.mv_cpcode .cpcode_text {
	font-size: 4rem;
	padding-top: 10px;
}

@media (max-width: 767px) {
	#study #courselist {
		padding: 2vw 0 15vw;
	}

	#study .coupon_line__navs ul li.-select {
		height: 50px;
	}

	.course_list {
		margin-top: 2vw;
	}

	.course_box .course_box_ttl {
		padding: 0;
		min-height: 11vw;
	}

	.course_box {
		padding-bottom: 0;
	}

	.course_box .course_box_area {
		position: relative;
	}

	/* .course_box .course_off {
		position: absolute;
		top: -14px;
		font-size: 15px;
		color: #f00;
		text-align: left;
		line-height: 0.5;
		margin-bottom: 5px;
		padding: 5px 10px;
		font-weight: bold;
		width: 100%;
		z-index: 0;
		text-shadow: #fff000 2px 0px 0px, #fff000 -2px 0px 0px, #fff000 0px -2px 0px, #fff000 0px 2px 0px, #fff000 2px 2px 0px, #fff000 -2px 2px 0px, #fff000 2px -2px 0px, #fff000 -2px -2px 0px, #fff000 1px 2px 0px, #fff000 -1px 2px 0px, #fff000 1px -2px 0px, #fff000 -1px -2px 0px, #fff000 2px 1px 0px, #fff000 -2px 1px 0px, #fff000 2px -1px 0px, #fff000 -2px -1px 0px, #fff000 1px 1px 0px, #fff000 -1px 1px 0px, #fff000 1px -1px 0px, #fff000 -1px -1px 0px;
	} */

	/* .course_box .course_off::before {
		content: "";
		width: 100%;
		height: 40px;
		position: absolute;
		top: -15px;
		left: 0;
		background: #fff000;
		display: block;
		clip-path: polygon(0 0, 0% 100%, 80% 100%);
		margin-bottom: 5px;
		z-index: -1;
	} */

	.course_box .course_off em {
		font-size: 120%;
	}

	.course_box .course_price {
		font-size: 10px;
		color: #333;
	}

	.course_box .course_price p {
		font-size: calc(32vw / 15);
		font-weight: normal;
	}

	.course_box .course_price p em {
		font-size: calc(40vw / 6);
		padding: 0 0.5vw 0;
	}

	.course_box .course_price p span {
		font-size: calc(32vw / 15);
	}

	.course_box .course_price p span .tax {
		font-size: calc(32vw / 18.5);
		white-space: nowrap;
		line-height: 1em;
		font-weight: normal;
	}

	.course_box .course_price p span .yen {
		font-size: calc(32vw / 8);
		margin-right: 2px;
		font-weight: normal;
	}

	.course_box .course_price p b {
		font-size: calc(32vw / 11);
		font-weight: normal;
		margin-left: 2px;
	}

	.price_details {
		margin: 2px 0 0;
		font-size: calc(32vw / 15);
		white-space: nowrap;
	}

	.price_details a {
		display: inline;
	}

	.course_box .btn {
		padding-top: 0;
	}

	.course_price .txt_blank {
		padding: 1vw;
	}

	.pr_price {
		font-size: 1rem !important;
	}

	.course_timesale {
		font-size: calc(35vw / 13);
	}

	.mv_cpcode {
		bottom: 0vw;
		max-width: 70vw;
		width: 100%;
		padding: 6vw 0 7vw;
	}

	.mv_cpcode .cpcode_text {
		font-size: 2.4rem;
	}

	.course_box_ttl.mini {
		font-size: calc(40vw / 13);
	}

	.course_box_ttl.mini2 {
		font-size: calc(40vw / 14);
	}
}






/* 250221追加 */

@media (min-width: 768px) {
	.l-headerPcNav {
		color: #000;
		font-size: 15px;
		font-weight: 600;
		background-color: #fff;
		border-bottom: 1px solid #bcbcbc;
		background-color: #fff;
		padding-left: 50px;
		padding-right: 30px;
		min-height: 45px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.l-headerPcNav__mainList {
		list-style: none;
		display: flex;
		gap: 32px;

	}

	.l-headerPcNav__mainList {
		list-style: none;
		display: flex;
		gap: 32px;
	}

	.l-headerPcNav__mainList a {
		position: relative;
		padding-right: calc(7px + 15px);
	}

	.l-headerPcNav__mainList a::after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 9px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4yNzUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1LjI3NSA5Ij4KICA8cGF0aCBpZD0iY2hldnJvbl9yaWdodF9GSUxMMF93Z2h0NDAwX0dSQUQwX29wc3o0OF8zXyIgZGF0YS1uYW1lPSJjaGV2cm9uX3JpZ2h0X0ZJTEwwX3dnaHQ0MDBfR1JBRDBfb3BzejQ4ICgzKSIgZD0iTTMzNC43MjUtNzE0LjM2MywzNDEtNzIwLjYzNywzMzkuNjM3LTcyMiwzMzItNzE0LjM2M2w3LjYzNyw3LjYzN0wzNDEtNzA4LjA4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyMiAzNDEpIHJvdGF0ZSgtOTApIiBmaWxsPSIjZjY3OTIxIi8+Cjwvc3ZnPgo=);
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.l-header__bottom {
		background-color: var(--color-bg-base);
		display: flex;
		align-items: center;
		height: 67px;
		padding-left: 50px;
		padding-right: 30px;
		border-bottom: 1px solid #bcbcbc;
	}

	.l-container {
		width: 100%;
		max-width: 1344px;
		margin: auto;
	}

	.l-headerBottomContainer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	header .breadList {
		display: none;
	}

	.worry {
		text-align: center;
		font-size: 35px;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.worry::before,
	.worry::after {
		content: '';
		width: 3px;
		height: 90px;
		background-color: #000;
	}

	.worry::before {
		margin-right: 50px;
		transform: rotate(-35deg)
	}

	.worry::after {
		margin-left: 50px;
		transform: rotate(35deg)
	}

	/* .course_box .btn a.info {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		height: 50px;
		margin-bottom: 10px;
		background: #F14950 url(../img/icon_btn-arrow_transparent01.png) no-repeat center left 8px;
		background-size: 16px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 0 3px 0px rgba(241, 73, 80, 0.3);
		border-radius: 5px;
		transition: .3s;
		padding-left: 20px;
		margin-top: 5px;
	} */

	/* .course_box .btn a.info {
		background: #ff791f url("../223tmae-assets/common/img/icon_btn-arrow_transparent01.png") no-repeat center left 8px;
		color: #fff;
		box-shadow: 0 3px 0px rgba(241, 129, 73, 0.3);
		background-size: 16px;
	} */

	.p-pageTopNav,
	.p-pageTopNews {
		display: none;
	}

	.course_box .btn a.application {
		margin-bottom: 10px;
	}


.course_price_premium p {
	text-align: left;
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: bold;
}

#study #consultation .consultation_list ul {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

#study #consultation .consultation_list {
	max-width: 700px;
	width: 100%;
	margin: 60px auto;
}

#study #consultation .consultation_list ul li {
	width: 22%;
	background: none;
	border-radius: 10px;
	margin-bottom: 0px;
}

#study #consultation .consultation_list {
	max-width: 900px;
	width: 100%;
	margin: 40px auto;
}

#study {
    padding-top: 133px !important;
}

.breadList li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 3px;
}

.breadList li:before {
    content: ">";
    display: inline-block;
    padding-right: 3px;
}

.breadList li:first-child:before {
    content: "";
}

.coupon_line__txt p {
	font-size: 13px;
	line-height: 1.5;
}

#study .course_box figure.rank1::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank2::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank3::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank4::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank5::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank6::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank7::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank8::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank9::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank10::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank11::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank12::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank13::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank14::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank15::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank16::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank17::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank18::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank19::after {
	width: 55px;
	height: 55px;
}

#study .course_box figure.rank20::after {
	width: 55px;
	height: 55px;
}
}

.kakaku_box {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 5px;
	position: relative;
	padding-right: 18px;
}

.course_box .course_price_premium {
	display: block;
	text-align: right;
}

.course_box .course_price_premium span.price_small {
	position: absolute;
	top: 32px;
}

.course_box .course_price_premium span.price_small span:nth-of-type(2) {
	font-size: 24%;
}

.course_box .course_price_premium em {
	padding: 5px 0 0 0;
	font-size: 45px;
}

.course_box .course_box_price {
	padding: 18px 0 0;
}

.course_box .course_off em {
	display: contents;
	font-size: 140%;
	color: #ff0;
}

.course_box .course_off {
	color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight: bold;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Hind", serif;
	line-height: 0.9;
	font-size: 19px;
}


.percent::before {
	content: "";
	display: block;
	height: 70px;
	width: 70px;
	background: url(../223tmae-assets/img/pickup_discount.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.percent {
	position: relative;
}

.pickup_lead {
	color: #000;
	border-left: none;
	font-weight: bold;
	line-height: 1.2;
}

.course_box .course_price_premium span.price_small span:nth-of-type(2) {
	font-size: 23%;
}

.course_box .course_price_premium {
	display: block;
	text-align: right;
	position: relative;
}

.course_box .course_price_premium span.price_small {
	position: absolute;
	top: 36px;
}

.course_box .course_box_price {
	padding: 5px 0 0;
}


@media (max-width: 767px) {
	.course_pickup_listbox .btn {
		margin: 0;
	}

	.pickup_imanara {
		font-size: 12px;
		padding: 0px 10px;
		line-height: 1.5;
	}

	.pickup__detail figure picture {
		height: 28vw;
	}

	.course_pickup_listbox {
		gap: 3vw;
		margin: 2vw 0 3vw;
	}

	/* .course_box .btn a.info {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40px;
		padding: 0 1vw 0 6vw;
		background: #ff791f url(../223tmae-assets/common/img/icon_btn-arrow_transparent01.png) no-repeat center left 10px;
		background-size: 3vw;
		font-size: calc(32vw / 9);
		color: #fff;
		font-weight: bold;
		letter-spacing: 1px;
		box-shadow: 0 3px 0px rgba(241, 129, 73, 0.3);
		border-radius: 5px;
		transition: .3s;
		line-height: 1.2;
		text-align: center;
	} */

	.course_pickup_listbox .btn a.info {
		margin-bottom: 5px;
	}

	.course_pickup_listbox .btn a.application {
		margin-bottom: 5px;
	}

	.pickup_normal {
		line-height: 1.2;
	}

	/* ナビゲーション */
	.p-pageTopNav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 5px;
        position: relative;
        z-index: 2;
        padding-top: 10px;
    }

	.p-pageTopNavItem {
		text-align: left;
		position: relative;
	}

	.p-pageTopNavItem.p-pageTopNavItem--01 {
		background-color: #EA672D !important;
	}

	.p-pageTopNavItem__link {
		position: relative;
	}

	.p-pageTopNavItem.p-pageTopNavItem--01 .p-pageTopNavItem__link,
	.p-pageTopNavItem.p-pageTopNavItem--02 .p-pageTopNavItem__link,
	.p-pageTopNavItem.p-pageTopNavItem--03 .p-pageTopNavItem__link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		padding: 5px 0 5px 22px;
	}

	.p-pageTopNavItem__link .icon {
		top: 50% !important;
		left: 10px;
		transform: translateY(-50%);
		position: absolute;
	}

	.p-pageTopNavItem__upperText {
		border: none;
		border-radius: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
		font-size: 10px;
		font-weight: bold;
		line-height: calc(13 / 10);
		color: #fff;
		display: inline-block;
	}

	.p-pageTopNavItem.green .p-pageTopNavItem__upperText {
		background: transparent;
	}

	.p-pageTopNavItem::after {
		content: "";
		width: 100%;
		height: 5px;
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
	}

	.p-pageTopNavItem.p-pageTopNavItem--01::after {
		background-color: #C45226 !important;
	}

	.p-pageTopNavItem.p-pageTopNavItem--02 {
		background-color: #59B7C1 !important;
	}

	.p-pageTopNavItem.p-pageTopNavItem--02 .p-pageTopNavItem__link {
		padding: 5px 0 5px 24px;
	}

	.p-pageTopNavItem.p-pageTopNavItem--02::after {
		background-color: #489599 !important;
	}

	.p-pageTopNavItem.p-pageTopNavItem--03 {
		background-color: #D6A538 !important;
	}

	.p-pageTopNavItem.p-pageTopNavItem--03::after {
		background-color: #B2862F !important;
	}

	.worry {
		text-align: center;
		font-size: 25px;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.worry::before,
	.worry::after {
		content: '';
		width: 2px;
		height: 50px;
		background-color: #000;
	}

	.worry::before {
		margin-right: 20px;
		transform: rotate(-35deg)
	}

	.worry::after {
		margin-left: 20px;
		transform: rotate(35deg)
	}

	.course_box .course_price_premium em {
		padding: 5px 0 0 0;
		font-size: 25px;
	}

	.percent::before {
		content: "";
		display: block;
		height: 50px;
		width: 50px;
		background: url(../223tmae-assets/img/pickup_discount.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
	}

	.course_box .course_off {
        color: #fff;
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        font-weight: bold;
        line-height: 1;
        font-size: 13px;
    }

	.course_box .course_price_premium span.price_small span:nth-of-type(1) {
		font-size: 80%;
		font-weight: 500;
	}

	.course_box .course_price_premium span.price_small span:nth-of-type(2) {
		font-size: 32%;
		font-weight: 500;
	}

	.course_box .course_box_price {
		padding: 0;
	}

	.kakaku_box {
		padding-bottom: 5px;
		padding-right: 12px;
gap: 3px;
	}


	#study .coupon_line__navs ul li.-select:nth-of-type(1):after,
	#study .coupon_line__navs ul li.-select:nth-of-type(2):after {
		width: 15px;
		height: 15px;
		border-radius: 0;
	}

	h2.pickup_chl {
		/* margin-bottom: 30px; */
		max-width: 90vw;
		margin: 0 auto 10px;
	}

	.course_box .course_price_premium span.price_small {
		position: absolute;
		top: 24px;
	}


.course_price_premium p {
	text-align: left;
	font-size: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}

#study #consultation .consultation_list ul li {
	background: none;
}

#study {
    padding-top: 105px !important;
}

#study .course_box figure.rank1::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank2::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank3::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank4::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank5::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank6::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank7::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank8::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank9::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank10::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank11::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank12::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank13::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank14::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank15::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank16::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank17::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank18::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank19::after {
	width: 40px;
	height: 40px;
}

#study .course_box figure.rank20::after {
	width: 40px;
	height: 40px;
}
}

.pickup_lead {
	border-bottom: none;
}

#study .coupon_line__navs ul li.-select::before {
	color: #ec275f;
}

.course_box .course_off {
    color: #3e3a39;
}

.course_box .course_off em {
    color: #e71f19;
font-weight: bold !important;
font-family: "Hind", serif;
}

#study .coupon_line__txt p {
	color: #3e3a39;
}


.l-header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

.course_box .btn a.info {
	text-decoration: underline;
}

#select_reset,#select_reset03 {
	background-color: #ffe6ef;
	color: #ec275f;
}

 #select_reset02 {
	color: #ec275f;
 }