@charset "utf-8";

:root {
	--mainColor: #eb6499;
	--subColor: #fff2f4;
}

/* header
----------------*/
header .grandemio {
	margin-bottom: -1px;
	border-bottom: solid 1px var(--whiteColor);
}
header .grandemio a {
	border-top: 0.6rem solid var(--mainColor);
	height: calc(8rem - 0.6rem);
}
@media (max-width: 768px) {
	header .grandemio {
		margin-bottom: 0;
		border-bottom: 0.8rem solid var(--mainColor);
	}
	header .grandemio a {
		border-top: none;
		height: 9.5rem;
	}
}


/* main
----------------*/
/* btnType04 */
.btnType04 a::after {
	background-image: url(/grandemio/common/img/icon_blank.svg);
}

/* linkTxt02 */
.linkTxt02 a::after {
	background-image: url(/grandemio/common/img/icon_blank.svg);
}

