@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea {
	margin-top: 70px;
	background-image: url("../img/sub/ttl_bg.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlArea .inner {
	height: 300px;
	padding: 0 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ttlArea .inner h1 {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	text-shadow: 1px 1px 4px #000;
}
/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 12px 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: 26px;
}
.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: 16px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 16px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 26px;
}
.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;
	font-weight: 500;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #003366;
}

@media screen and (max-width: 1000px) {
/* ttlArea */
	.ttlArea {
		margin-top: 60px;
	}
	.ttlArea .inner {
		height: 260px;
		padding: 0 6vw;
	}
	.ttlArea .inner h1 {
		font-size: 26px;
	}
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
}	

@media screen and (max-width: 767px) {
/* ttlArea */
	.ttlArea .inner {
		height: 200px;
	}
	.ttlArea .inner h1 {
		font-size: 22px;
	}
}	

@media screen and (max-width: 600px) {
/* ttlArea */
	.ttlArea .inner {
		height: 180px;
	}
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
}	
