@charset "utf-8";

/* recoBox */
.l-content .recoBox{
  letter-spacing: -0.4em;
width: 1120px;
    margin: 0 auto 30px;
}
.l-content .recoBox .inner{
	width: 358px;
	border: 2px solid #bfbfbf;
	letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
	margin-left: 23px;
	box-sizing: border-box;
	padding: 20px;
}
.l-content .recoBox .inner:first-child {
	margin-left: 0;
}
.l-content .recoBox .inner .ttl{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #bfbfbf;
}
.l-content .recoBox .inner .txt{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
}
