@charset "utf-8";

/*------------------------------------------------
グローバルナビ設定
------------------------------------------------*/

:root {
    --category-color: #ff2e65;
    --category-second: #fff3f6;
}

#headerContainer nav ul li.gnavi01 a {
	background: var(--category-color);
	color: #fff;
	border-radius: 1rem 1rem 0 0;
}

.titleArea {
    background: var(--category-second);
}

h3.title {
	background: url(/images/common/icon_title1_cat1.png) 0 2px no-repeat;
}

h3.title2 {
	background: url(/images/common/bg_title02_cat1.png) no-repeat left center #ebebeb;
}

h4.title {
	background: url(/images/common/bg_title03_cat1.png) no-repeat left 0.05em;
}


.btn {
	margin-top: 30px;
}