@charset "UTF-8";
/* CSS Document */
/* sub共通 */
.content_bg {
	background-image: url("../img/common/content_bg.png");
	background-position: top center;
	background-repeat: repeat-y;
}
/* mainArea */
.mainArea {
	background-image:url("../img/sub/h1_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
}
.mainArea .inner {
	padding: 40px 100px 0;
	background-image:url("../img/denki/h1_main.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
}
.mainArea .inner h1 {
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	filter: drop-shadow(2px 2px 2px rgba(0,73,142,.3));
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 15px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #ffcb00;
}

/* bnrArea */
.bnrArea .inner {
	padding: 0 20px 100px;
	text-align: center;
}
.bnrArea .inner .bnr {
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.4));
}
.bnrArea .inner .bnr a {
	display: inline-block;
}
.bnrArea .inner .bnr a:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 1250px) {
	.mainArea .inner {
		max-width: 850px;
		margin: 0 auto;
		padding: 40px 80px 0;
		min-height: 350px;
	}
}

@media screen and (max-width: 1000px) {
	.mainArea {
		padding-top: 60px;
		min-height: 250px;
	}
	.mainArea .inner {
		max-width: 600px;
		margin: 0 auto;
		padding: 30px 20px 0;
		min-height: 250px;
	}
	.mainArea .inner h1 {
		font-size: 33px;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
	}
	.content_bg {
		background-image: none;
	}

	.mainArea {
		padding-top: 60px;
		min-height: 220px;
	}
	.mainArea .inner {
		max-width: 500px;
		padding: 25px 20px 0;
		min-height: 220px;
	}
	.mainArea .inner h1 {
		font-size: 28px;
		font-weight: 700;
	}
	.breadArea,
	.breadArea02 {
		display: none;
	}
	
	/* bnrArea */
	.bnrArea .inner {
		padding: 0 8vw 60px;
	}
}

@media screen and (max-width: 600px) {
	.mainArea .inner {
		max-width: 400px;
	}
}


@media screen and (max-width: 500px) {
	.mainArea {
		padding-top: 60px;
		min-height: 180px;
	}
	.mainArea .inner {
		max-width: 280px;
		padding: 23px 10px 0;
		min-height: 180px;
	}
	.mainArea .inner h1 {
		font-size: 20px;
		font-weight: 900;
		filter: drop-shadow(2px 2px 2px rgba(0,73,142,.6));
	}
}












