/*----------
	components override
----------*/
.l-title-lv4 {
	background-color: #F6F8DE;
}

.c-bg-rect::before {
	background: #F6F8DE;
}

.c-button__inner,
.l-infosession-schedule .c-button-container__item .c-button__inner {
	border-color: #9BAA34;
	color: #9BAA34;
}
@media (min-width: 768px) {
	.c-button__inner:hover {
		background-color: #9BAA34;
	}
}

.c-button--enter .c-button__inner {
	background-color: #9BAA34;
}

.c-qa::before {
	background-color: #F6F8DE;
}
.c-qa__a::before {
	color: #9BAA34;
}

.c-button-tab__item > a,
.c-button-tab__item > button {
	border-bottom-color: #9BAA34;
}
.c-button-tab__item > a.active,
.c-button-tab__item > button.active {
	background-color: #9BAA34;
}

.c-infosession-list__title {
	color: #9BAA34;
}
.c-infosession-list__cond > li.active > button {
	border-bottom-color: #9BAA34;
	color: #9BAA34;
}
.c-infosession-list__cond > li.active > button::before {
	background-color: #9BAA34;
}
@media (min-width: 768px) {
	.c-infosession-list {
		border-top-color: #9BAA34;
	}
}

/*----------
	cfe header & nav
----------*/
@media (min-width: 768px) {
	.l-mainnav-cfe__global > ul > li > a.current, .l-mainnav-cfe__global > ul > li > a:hover {
		background-color: #9BAA34;
	}
}

/*----------
	cfe home
----------*/
.s-subhome-subtitle::before {
	background-color: #9BAA34;
}

.s-subhome-overview {
	background-color: #9BAA34;
	background-image: url("/cfe/images/home/overview-bg.jpg");
}
.s-subhome-overview__inner {
	background-color: #9BAA34;
	background-image: url("/cfe/images/home/overview-bg2.png");
}
@media (min-width: 768px) {
	.s-subhome-overview__inner {
		background-color: transparent;
	}
}

/*--------------------
	Common layout
---------------------*/
/*
 * ボタン
 */
 .c-button-tab__infosession__item > a.active, .c-button-tab__infosession__item > button.active {
	background-color: #9BAA34;
}
/*
* タブLINE
*/
.l-infosession-schedule .c-infosession-list {
	border-top: 2px solid #9BAA34;
}

.c-tm {
	display: table;
}

.c-tm .t-tm {
	vertical-align: top;
	font-size: 10px;
}

.l-section .c-lead--small.c-tm {
	display: table;
}
.l-section .c-lead--small.c-tm .t-tm {
	vertical-align: top;
	font-size: 10px;
}

.c-heading-seco .c-tm {
	display: table;
}
.c-heading-seco .c-tm .t-tm {
	vertical-align: top;
	font-size: 14px;
}

.c-heading-tert h3.c-tm {
	display: table;
}
.c-heading-tert h3.c-tm .t-tm {
	vertical-align: top;
	font-size: 12px;
}

.c-imageset__text p.c-tm {
	display: table;
}
.c-imageset__text  p.c-tm .t-tm {
	vertical-align: top;
	font-size: 10px;
}

/*----------
	2025.05 講師紹介（一覧ページ）
----------*/

@media (min-width: 768px) {
  .c-button__inner:hover {
    background-color: #9BAA34;
  }
  .c-imageset__image {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(35% - 16px);
		margin-right: 32px;
	}
  .l-title-lv4 {
		padding: 20px 0 40px;
	}
	.l-title-lv4__inner {
		padding-left: 32px;
		padding-right: 32px;
	}
  .l-layout-regular .l-section > [class^=c-] {
    margin-top: 40px;
  }
}

/*----------
	講師紹介（詳細ページ）
----------*/
.lec-badge {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	background-color: #9BAA34;
  border-radius: 5px;
}
.lec-badge > span {
	display: block;
	max-width: 100%;
	min-width: 50px;
	padding: 10px 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 12px;
	color: #fff;
}
.lec-badge__gry {
  background-color: #e0e0e0;
  padding: 1px 10px;
}
.c-separator {
	display: block;
	margin: 10px auto;
	border-top: 1px solid #ddd;
}

.c-heading-quin::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #9BAA34;
	position: absolute;
	top: 0.8em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

