@charset "UTF-8";
/* CSS Document */
.mainArea .inner {
	max-width: 1920px;
}
/* ttlArea */
.ttlArea {
	padding: 60px 0 60px;
	background-image: url("../img/sub/sub_titArea.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
}
.ttlArea h1 {
	width: 100%;
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
	padding: 10px 0;
	font-size: 32px;
	letter-spacing: .1em;
	color: #FFF;
	background-color: #ff3a63;
}
.ttlArea .h1tit {
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
	font-size: 32px;
	letter-spacing: .1em;
	color: #FFF;
}

/* breadArea */
.breadArea .inner,
.breadArea02 .inner {
	display: flex;
	justify-content: flex-end;
	padding: 5px 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
	font-weight: 700;
	color: #333;
}
.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-weight: 700;
	color: #333;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #FF3A63;
}

@media screen and (max-width: 1000px) {
/* ttlArea */
/* breadArea */
	.breadArea .inner,
	.breadArea02 .inner {
		padding: 12px 3vw;
	}
	.breadArea .inner li, 
	.breadArea .inner li a,
	.breadArea02 .inner li, 
	.breadArea02 .inner li a {
		font-size: 12px;
	}
}	

@media screen and (max-width: 767px) {
}	

@media screen and (max-width: 600px) {
/* ttlArea */
	.ttlArea {
		padding: 40px 0;
	}
	.ttlArea h1 {
		font-size: 7.5vw;
		letter-spacing: 0;
	}
/* breadArea */
	.breadArea,
	.breadArea02 {
		display: none;
	}
}	

@media screen and (max-width: 400px) {
}	