@charset "utf-8";
/* ------------------------------
 page.css
------------------------------ */
/* タイトル */
article .ttl {
	order: 2;

	width: 100%;
	background-color: var(--color-impact);
	background-image: url(../../images/common/wave.png);
	background-position: center bottom;
	background-size: auto 50px;
	background-repeat: repeat-x;
	font-size: x-large;
	font-weight: bold;
	color: var(--color-x-pale);
}

article .ttl span {
	display: block;
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px 5px;
	line-height: 50px;
}

/* パンくず */
article .pankuzu {
	order: 1;

	width: 100%;
	background-color: var(--color-impact);
	font-size: small;
	color: var(--color-x-pale);
}

article .pankuzu ol {
	max-width: 1000px;
	padding: 0px 5px;
	margin: auto;
}

article .pankuzu ol li {
	display: inline-block;
	padding: 5px 0px;
}

article .pankuzu ol li:not(:last-child)::after {
	content: ">";
	padding: 0px 5px;
}

article .pankuzu ol li a {
	text-decoration: underline;
}

article .content {
	order: 10;
}


/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {
	article .ttl {
		background-size: auto 95px;
	}

	article .ttl span {
		line-height: 100px;
	}
}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {
}
