@charset "utf-8";

/* =======================================
	card CSS
========================================== */

/* PC用グローバルナビ トップに固定＆カレント表示
------------------------------------------ */
@media screen and (min-width: 600px) {
	div#gnav {
		position: fixed;
		top: 0;
		z-index: 120;
	}
	div#gnav div#gnavInner ul li#gnav05 {background: url(../../img/gnav05_o.png) no-repeat}
}

/* ページタイトル
------------------------------------------ */
@media screen and (min-width: 600px) {
	div#pgTtl {
		box-sizing: border-box;
		width: 100%;
		height: 150px;
		background: #B80500;
		padding: 42px 0 0;
		margin: 94px 0 60px;
	}
	div#pgTtl h1 {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		height: 67px;
		background: url(../../img/icnCard.png) no-repeat;
		padding: 16px 0 0 73px;
	}
}
@media screen and (max-width: 599px) {
	div#pgTtl {
		clear: both;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		background: #B80500;
		padding: 13px 0 0;
		margin-bottom: 20px;
	}
	div#pgTtl h1 {
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		box-sizing: border-box;
		height: 34px;
		background: url(../../img/icnCard.png) no-repeat;
		background-size: auto 34px;
		padding: 6px 0 0 37px;
	}
}

