@charset "utf-8";

/*============

npc.css

=============*/

/*============

Nav

=============*/

/*-------------

bottom-nav-list

--------------*/

.bottom-nav-list > li:not(.bottom-nav-list__service),
.bottom-nav-list__service > ul > li:not(.bottom-nav-list__business),
.bottom-nav-list__service .bottom-nav-list__first-title,
.bottom-nav-list__business .bottom-nav-list__second-title,
.bottom-nav-list__business .bottom-nav-list__second-level > li:not(.bottom-nav-list__business__npc) {
	display: none;
}

.bottom-nav-list__first-level,
.bottom-nav-list__second-level {
	padding-left: 0;
}

/* title */
.bottom-nav-list__third-title {
	font-size: max(2.0rem, 18px);
}

.bottom-nav-list .bottom-nav-list__third-title a {
	padding: 1.6rem 1.6rem 1.6rem 3.2rem;
}

.bottom-nav-list .bottom-nav-list__third-title a:before {
	width: 2.4rem;
	height: 0.6rem;
	top: 2.9rem;
}

/*-------------

secondary-nav

--------------*/

.secondary-nav-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: solid 0.2rem #ccc;
}

.secondary-nav-list li {
	width: calc(100%/4);
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.secondary-nav-list li:not(:first-of-type) {
	border-left: solid 0.2rem #ccc;
}

.secondary-nav-list li a {
	display: block;
	padding: 2rem 0.5rem;
	width: 100%;
	height: 100%;
}

.secondary-nav-list__item--active {
	border-top: solid 0.2rem #ccc;
	border-bottom: solid 0.2rem #fff;
	margin-bottom: -0.2rem;
	position: relative;
}

.secondary-nav-list__item--active:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5.6rem;
	height: 0.4rem;
	background-color: #e60012;
}

.secondary-nav-list li:not(.secondary-nav-list__item--active) {
	background-color: #efefef;
	color: #999;
}

.secondary-nav-list__item--active:first-of-type {
	border-left: solid 0.2rem #ccc;
}

.secondary-nav-list__item--active:last-of-type {
	border-right: solid 0.2rem #ccc;
}

/*============

Layout

=============*/


/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {

}

/*-------------

スマホ

--------------*/

@media (max-width: 519px) {

}
