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

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

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

.c-button--enter .c-button__inner {
	background-color: #34B597;
}

.c-qa::before {
	background-color: #F1FAF8;
}
.c-qa__a::before {
	color: #34B597;
}

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

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

/*----------
	cisa header & nav
----------*/
@media (min-width: 768px) {
	.l-mainnav-cisa__global > ul > li > a.current, .l-mainnav-cisa__global > ul > li > a:hover {
		background-color: #34B597;
	}
}

/*----------
	cisa home
----------*/
.s-subhome-subtitle::before {
	background-color: #34B597;
}

.s-subhome-overview {
	background-color: #34B597;
	background-image: url("/cisa/images/home/overview-bg.jpg");
}
.s-subhome-overview__inner {
	background-color: #34B597;
	background-image: url("/cisa/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: #34B597;
}
/*
* タブLINE
*/
.l-infosession-schedule .c-infosession-list {
	border-top: 2px solid #34B597;
}

.c-tm {
	display: table;
}

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

/*--------------------
	Common layout
---------------------*/

@media (min-width: 768px) {
  .c-imageset__image {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(35% - 16px);
		margin-right: 32px;
	}
}