@charset "utf-8";


#reason{

}


#reason .table .cell{
	text-align:left;	
}

#reason .table .title{
font-size:24px;
line-height:1.6;
margin-bottom:25px;
}

#reason .table .title+p {
	line-height:1.6;
}

#reason .table .pr{
padding-right:50px;
}
#reason .btn-blue{
padding:15px;
background-color:#00b4e3;
display:inline-block;
color:#fff;
border-radius:5px;
margin-top:15px;
margin-right:15px;
text-align:center;
width:230px;
}

#reason .btn-blue:hover{
	opacity:0.5;
text-decoration:none;	
}

#reason #voice li{
	border-radius:7px;
display:inline-block;
width:320px;
background-color:#faebef;
padding:15px 10px;
 position: relative;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

#reason #voice li .title{
padding-bottom:15px;
margin-bottom:15px;
border-bottom:1px #B5B4B4 solid;	
}
#reason #voice li .text{
	text-align:left;
	line-height:1.8;
}
#reason #voice li.center{
margin-right:10px;	
margin-left:10px;	
}




#reason #voice li:before{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #faebef transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px 5px 5px;
    bottom: -12px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;

}


#reason .pic{
	margin-bottom:10px;
}

