@charset "UTF-8";
/* CSS Document */
.ttlArea .h2_img {
	width: 100%;
	height: 480px;
	text-align: center;
	background-image: url("../img/sub/h2_img.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ttlArea .h2Area {
	text-align: center;
	padding: 0 0 20px;
}
.ttlArea .h2Area h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-start;
	padding: 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: 400;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #0092d0;
}

footer .f_top {
	width: 100%;
	height: 250px;
	background-image: url("../img/top/f_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}




@media screen and (max-width: 767px) {
	.breadArea,
	.breadArea02 {
		display: none;
	}
	.ttlArea .h2_img {
		height: 250px;
	}
	.ttlArea .h2Area {
		text-align: center;
		padding: 20px 0;
	}
	.ttlArea .h2Area h2 {
		font-size: 25px;
	}
	footer .f_top {
		height: 100px;
	}

}
