@charset "UTF-8";

/* ▼workflow▼ */

.flow_box{
	border-radius: 10px;
	padding: 10px;
	background-color: #FFF3CE;
	border: 1px dotted #C63;
}

.flow_box strong{
	font-size: 24px;
	color: #C93;
	line-height: 35px;
}

.flow_yajirusi{
	font-size: 36px;
	text-align: center;
	padding: 10px;
	display: block;
	color: #9C9;
}


.float_right{
	float: right;
}

.both_clear{
	clear: both;
}


/*	�A�N�Z�X
------------------------------*/
.flow #lead h2 {
	height: 31px;
	margin: 3px 24px 18px 24px;
	background: url(./images/bg/t-flow.png) center;
	text-indent: -9999em;
	overflow: hidden;
	}

.flow .section {
	margin-bottom: 0;
	}

.flow #lead h3,
.flow .section h3 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	font-size: 116%;
	line-height: normal;
	}

.flow #main p {
	margin-bottom: 1.5em;
	}
	

/* ▼function▼ */

.function_box{
	border-radius: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #F93;
	line-height: 1.7em;
}

.function_box strong{
	font-size: 24px;
	color: #333;
	line-height: 35px;
}

.function_box em{
	font-size: 18px;
	color: #333;
	line-height: 35px;
	font-style: normal;
	font-weight: bolder;
}


.function_yajirusi{
	font-size: 36px;
	text-align: center;
	padding: 10px;
	display: block;
	color: #9C9;
}
/* ▼function2▼ */

.function_box2{
	border-radius: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 1.7em;
	border: 1px solid #9CC;
}

.function_box2 strong{
	font-size: 24px;
	color: #333;
	line-height: 35px;
}

.function_box2 em{
	font-size: 17px;
	color: #333;
	line-height: 35px;
	font-style: normal;
	font-weight: bolder;
}

.function_box2 .imgbox{
	font-size: 13px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	padding: 2px;
	width: 174px;
	text-align: center;
	line-height: 200%;
}




/*	�A�N�Z�X
------------------------------*/
.function #lead h2 {
	height: 31px;
	margin: 3px 24px 18px 24px;
	background: url(./images/bg/t-function.png) center;
	text-indent: -9999em;
	overflow: hidden;
	}

.function .section {
	margin-bottom: 0;
	}

.function #lead h3,
.function .section h3 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	font-size: 116%;
	line-height: normal;
	}

.function #main p {
	margin-bottom: 1.5em;
	}
	
/* お客様の声*/
.voice_box{
	text-align:center;
	margin:10px 0 40px 0;
}

.voice_box h4{

}

.voice_box img {
max-width:100%;
}




.ribbon1 {
  display: inline-block;
  position: relative;
  width:100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 40px 0 18px;
  margin:15px 0;
  font-size: 21px;
  font-weight: bold; 
  background: #745030;
  color: #fff;
  box-sizing: border-box;
}

.ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
