@import url("../../../promotion_assets/css/page-top_news.css");
@import url("../../../promotion_assets/css/special-nav.css");
@import url("../../../promotion_assets/css/conversion-area.css");
@import url("../../../promotion_assets/css/breadcrumb.css");
@import url("../../../promotion_assets/css/promotion_common.css");
@import url("../../../promotion_assets/css/product_links.css");
@import url("../../../promotion_assets/css/product_links_other.css");
/*--------------------------------------------------------------------------------------*/
/*専用CSS*/
.l-footer {
	margin-top: 0px;
}

#product_links{
	margin-bottom:0;
}

#product .pagelinks a::after {
	content: "";
	display: inline-block;
	position: relative;
	left: calc(1em * 0.5);
	top: calc(1rem * 0.2 * -1);
	width: calc(1em * 0.7);
	height: calc(1em * 0.7);
	box-sizing: border-box;
	border-bottom: rgba(0,94,184,1.0) solid 1px;
	border-right: rgba(0,94,184,1.0) solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#product .pagelinks{
	display: flex;
	justify-content: space-between;
	width: 65rem;
	margin: 1em auto 0 auto;
}

/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product header div.indexpage img {
		top: 1.5rem;
	}
	#product header div.indexpage img {
		right: 4rem;
	}
}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	#product .pagelinks{
		width: 80%;
	}
}

