@charset "utf-8";
/*
Theme Name:AIDER child
Description:フェロー独自カスタマイズ
Author:fellow
Template: aider_tcd115
*/

:root , ::before , ::after {
	/* base */
	--tcd-root-font-color: #323740;
}


/*.pointer_none a {
	pointer-events: none;
}*/


.text_ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.l-footer {
	border-top: 1px solid #707070;
}
@media screen and (min-width: 992px) {
	.l-header {
		position: fixed;
		top: 0;
	}
	.admin-bar .l-header {
		top: 32px;
	}
	.p-header-nav__list > li:nth-last-of-type(-n+2) {
		display: none;
	}
	.l-outer {
		padding-top: 160px !important;
	}
}
@media screen and (max-width: 991px) {
	.p-header-cta__button .p-header-button_item:nth-last-of-type(1) {
		background-color: #f04219;
	}
}

@media screen and (max-width: 767px) {
	.p-cb {
		row-gap: 55px;
	}
}
@media screen and (min-width: 501px) {
	.break_enter {
		display: none;
	}
}
