@charset "UTF-8";
/* CSS Document */
/* ttlArea */
body {
	background-color: #EEE6E7;
}
.ttlArea {
	margin-top: 115px;
	height: 166px;
	background-image: url("../images/sub/ttl_bg.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
}
.ttlArea .inner {
	padding: 0 20px;
	margin: 0 auto;
	height: 166px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ttlArea .inner .h1_bg {
	background-repeat: no-repeat;
    background-position: center center;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 125px;
    background-size: cover;
    width: 348px;
}
.ttlArea .inner .h1_bg h1 {
	display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
/* 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: 14px;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #004396;
}@media screen and (max-width: 1000px) {
/* ttlArea */
.ttlArea {
	margin-top: 70px;
	height: 160px;
}
.ttlArea .inner {
	padding: 0 3vw;
	height: 160px;
}
/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	padding: 12px 3vw;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
}
}	

@media screen and (max-width: 600px) {
/* ttlArea */
.ttlArea {
	height: 120px;
}
.ttlArea .inner {
	height: 120px;
}
.ttlArea .inner .h1_bg {
	height: 90px;
	background-size: contain;
}
.ttlArea .inner .h1_bg h1 {
	font-size: 16px;
}
/* breadArea */
.breadArea,
.breadArea02 {
	display: none;
}
}	
