@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*/
#product header div.indexpage div h1 span{
	line-height:1.2;
}
#product .flexbox_cj{
	display: flex;
	justify-content: space-between;
}
#product .flexbox_cj article{
	width:calc(100% / 3 - 2rem);
}

#product .step {
	font-size:1.4rem !important;
	margin-bottom:0.5rem!important;
}
#product .step span{
	background-color:rgba(0,94,184,1.0);
	color:#fff;
	display:inline-block;
	padding:0.1rem 1rem 0.2rem;
}
.l-footer {
	/*margin-top: 0px;*/
}
	#product_links{
		margin-top:0;
	}

/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {

}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {

	#product .flexbox_cj{
		display:block;
	}
	#product .flexbox_cj article{
		width:100%;
	}
	#product .flexbox_cj figure{
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}
	#product section.contents .smallText td,
	#product section.contents .smallText th{
		font-size:1.2rem;
	}

}

