@charset "UTF-8";
/*--------------------------------------

for about.html

--------------------------------------*/
.headRenkeiImg{
	background: url(../images/head_renkei.jpg) no-repeat top center;
	height: 220px;
	text-indent: -9999px;
}
.headRenkei{
	background: url(../images/head_title_renkei.jpg) no-repeat;
	width: 960px;
	height: 75px;
	text-indent: -9999px;
}

.mb40 {
	margin-bottom: 40px;
}
.renkeiListContents {
	margin: 10px 0;
	padding: 12px 15px;
	border: 1px solid #888;
	width: 440px;
}
.renkeiListContents li {
	font-size: 90%;
}
.renkeiListContents li:not(:last-child) {
	margin-bottom: 7px;
}
.renkeiListContents li:before {
	content: "●";
	color: #AACC01;
	padding-right: 3px;
}
.usageGuide {
	margin-bottom: 20px;
}
.usageGuide dt {
	border-left: 7px solid #40AE46;
	padding-left: 10px;
	color: #535353;
	font-weight: 900;
	font-size: 98%;
	line-height: 1.3;
	margin-bottom: 5px;
}
.usageGuide dd {
	font-size: 90%;
	line-height: 1.6;
}
.renkeiIndex {
	font-weight: 900;
	color: #535353;
	font-size: 98%;
	line-height: 1.5;
}
.contentsLeft {
	width: 440px;
}
.contentsRight {
	float: right;
}
.fl {
	float: left;
}

.flowWrap div:not(:last-child) {
	margin-right: 20px;
}
.flowWrap div:not(:last-child):after {
    content: url(../images/right_triangle.png);
    position: absolute;
    top: 50%;
    right: -16px;
	margin-top: -11px;
}
.gairaiFlowBox {
	width: 210px;
	height: 259px;
	position: relative;
	background: url(../images/monowasure_flow_bg.png) 0 0 no-repeat;
	float: left;
	margin-bottom: 20px;
}
.gairaiFlowStep {
	position: relative;
	padding-top: 15px;
	margin-bottom: 15px;
}
.gairaiFlowStep dt {
	background: #40AE46;
	font-weight: 900;
	color: #fff;
	text-align: center;
	width: 37px;
	padding: 5px 0;
	display: inline-block;
}
.gairaiFlowStep dd {
	display: inline-block;
	font-weight: 900;
	color: #525252;
	font-size: 107%;
	line-height: 1.4;
	width: 150px;
	vertical-align: text-top;
	padding: 1px 0 0 5px;
}
.gairaiFlowContents {
	padding: 0 15px;
}
.gairaiFlowText {
	font-size: 90%;
	line-height: 1.4;
	color: #000;
	margin-bottom: 10px;
}
.gairaiFlowDetail {
	font-size: 90%;
}
.gairaiFlowDetail dt {
	font-weight: 900;
}
.gairaiFlowDetail dt,
.gairaiFlowDetail dd {
	display: inline-block;
	margin-bottom: 5px;
	color: #000;
}
.gairaiFlowDetail dd:before {
	content: "/";
	padding: 0 5px 0 3px;
}
.gairaiFlowImg img {
	display: block;
	margin: 35px auto 0;
}
.motimonoList li {
	font-size: 90%;
	margin-bottom: 8px;
}