@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 img{
	right:-1rem;
}

#product .pagelinks a {
	margin-bottom:1rem;
	display:block;
	/*line-height:1.7;*/
	text-indent:-1em;
	margin-left:1em;
}
#product .pagelinks a:nth-of-type(3) {
	margin-bottom:0rem;
}

#product section .spanbox {
	display: block
}
#product section .spanbox span{
	width:7em;
}

#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 section.contents .type_disc li{
	display:flex;
	margin-left: 0em;
	align-items: center;
}
#product section.contents .type_disc li::before {
	content: "";
	display:block;
	width: 0.25em;
	height: 0.25em;
	border-radius: 50%;
	margin-right:0.5em;
	background-color:#333;
	margin-top: 0.2em;
}
#product section div.w1000-t {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
#product section.contents.bg_gray {
	background-color: #f5f5f5;
}
#product section.contents.bg_gray .title {
	padding: 7.2rem 0 7.2rem 0;
	text-align:center;
}
#product section.contents.bg_gray .title h1,
#product section.contents.bg_gray .title h2,
#product section.contents.bg_gray .title h3{
	margin-bottom:0;
}
#product section.contents .w1000.block2{
	padding-top: 7.2rem;
}
/*
#product section span.problem, 
#product section span.solution
	width: 9.2rem;
*/

/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {

}
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	#product header div.indexpage div h1 {
		margin-bottom: 1.5rem;
	}
	#product section div.w1000-t {
	  width:auto;
	}
	#product section.contents .spanbox {
		line-height:1.7;
	}
	#product .pagelinks a {
		text-indent: 0em;
		margin-left: 0em;
	}
}
