@charset "utf-8";

#site-info .ax_header.on-pc > div {
	background: #000;
}

#site-info .on-pc .hx_gnavi >*>*>*>* > .teaser.no-img h2 a ,
#site-info .on-pc .hx_gnavi >*>*>*>* > .external-teaser.no-img h2 a {

	color: #fff;
}

#site-info .on-pc .hx_logo .teaser ,
#site-info .on-pc .hx_logo .external-teaser {
	display: none;
}

#site-info .on-pc .hx_logo .teaser.style2 ,
#site-info .on-pc .hx_logo .external-teaser.style2 {
	display: block;
}

#site-info .on-sp .hx_panel {
	background: #000;
}

#site-info .on-sp .hx_logo .teaser,
#site-info .on-sp .hx_logo .external-teaser {
	display: none;
}

#site-info .on-sp .hx_logo .teaser.style2 ,
#site-info .on-sp .hx_logo .external-teaser.style2 {
	display: block;
}


.bread-crumb {
    background-color: #000;
}

.page-intro-wrapper {
	background-color: #000;
	position: relative;
}

.page-intro {
	position: relative;
}

@media print, screen and (min-width: 768px) {
	.page-intro-wrapper {
		max-width: inherit;
		margin-right: auto;
	}
	
	.page-intro-wrapper::before {
		content: '';
		background: none;
		height: 205px;
		width: 52%;
		bottom: 60px;
		left: auto;
		right: 0;
		background: url("../../resources/sw_img/bg/bg_h1_black.png") no-repeat left center;
		background-size: auto 100%;
		z-index: 120;
		display: block;
		position: absolute;
	}
}


@media screen and (max-width: 767px) {
	.panel2-btn-icon1 ,
	.panel2-btn-icon2 ,
	.panel2-btn-icon3 {
		background-color: #fff;
	}
	
	.panel2-btn-icon2::before,
	.panel2-btn-icon2::after {
		background-color: #fff;
	}
	
	.page-intro-wrapper::before {
		content: '';
		display: block;
		position: absolute;
		height: 32.8vw;
		width: 93.6vw;
		bottom: 0;
		left: auto;
		right: 0;
		background: url("../../resources/sw_img/bg/bg_h1_black.png") no-repeat left center;
		background-size: auto 100%;

	}
}

body.multi3[data-page-marker~="news-folder"] .page-intro > .h0 ,
.page-intro > .h1 {
	color: #fff;
}













