﻿@charset "UTF-8";

/* ============================== Hide Text */
.hide { position: absolute; left: -9999px; }

/* ============================== wide */
/* title blue_arrow */
h2.section_title:before{
	content: "";
	display: inline-block;
	vertical-align:middle;
	width:12px;
	height:8px;
	background:url("/-/Media/Ricoh/Sites/co_jp/mfp/funcguide/image/open_arrow_wide.png") 0 0 no-repeat;
	background-size:12px 8px;
	margin-right:10px;
}

div.box a.wide.grow {
	position: relative;
	z-index: 0;
}
div.box a.wide.grow:after {
	display: block;
	content: "";
	width: 168px;
	height: 12px;
	position: absolute;
	top: 28px;
	left: 12px;
	background: #fff;
	opacity: 0.8;
	box-shadow: 0px 0px 50px 21px rgba(255,255,255,1);
	z-index: -1;
}