@charset 'UTF-8';

.section{
	margin-bottom: 90px;
	max-width: 800px;
}
.section .box .image{
	width: 200px;
}
.section .box +.box{
	margin-top: 70px;
	position: relative;
}
.section .box +.box:before{

	background: url("../image/icon03.jpg") center no-repeat;
	width: 20px;
	height: 11px;
	top:-40px;
	left: 90px;
	position: absolute;
	content: '';
}

.section .box .text span{
	font-weight: bold;
	color: #ee913d;
	font-size: 1.6rem;
}
.section .box .text span.note{

	font-weight: normal;
	color: #fc8b8b;
	font-size: 1.4rem;
}
