/*============================================
お客様の声（上部）
===========================================*/
#voiceWrapper01 {
overflow: hidden;
}

#voiceWrapper01 .voiceBox {
width: 49%;
margin-bottom: 15px;
border: 1px solid #666;
padding: 5px;
box-sizing: border-box;
}

#voiceWrapper01 .voiceBox h3 {
background: #0068B7;
color: #FFF;
padding: 10px;
font-size: 1.3em;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.4;
box-sizing: border-box;
}

#voiceWrapper01 .voiceBox h3 span {
display: block;
text-align: right;
}

#voiceWrapper01 .voiceBox .voiceSheet {
border: 1px solid #666;
padding: 5px;
}

#voiceWrapper01 .fLeft {
float: left;
}

#voiceWrapper01 .fRight {
float: right;
}

/*============================================
お客様の声（下部）
===========================================*/
#voiceWrapper02 {
overflow: hidden;
}

#voiceWrapper02 .voiceBox {
margin-bottom: 15px;
border: 5px solid #999;
box-sizing: border-box;
overflow: hidden;
position: relative;
}

#voiceWrapper02 .voiceBox .voiceHumanIcon {
width: 150px;
float: left;
}

#voiceWrapper02 .voiceBox h3 {
margin-left: 170px;
text-align: right;
font-size: 1.2em;
line-height: 1.4;
padding-top: 25px;
margin: 0;
padding-right: 180px;
}

#voiceWrapper02 .voiceBox p {
margin-left: 170px;
font-size: 0.95em;
line-height: 1.7;
padding-right: 180px;
}

#voiceWrapper02 .voiceBox .voiceSheet {
width: 153px;
position: absolute;
right: 6px;
top:5px;
}

#voiceWrapper02 .voiceBox .voiceSheet img {
position: relative;
z-index: 1;
display: block;
border: 1px solid #CCC;
}

#voiceWrapper02 .voiceBox .voiceSheet a {
color: #FFF;
text-decoration: none;
}

#voiceWrapper02 .voiceBox .voiceSheet strong {
position: absolute;
bottom:10px;
right: 10px;
z-index: 10;
width: 24px;
height: 24px;
background: #00A0E9;
border-radius: 12px;
display: block;
text-align: center;
color: #FFF;
line-height: 20px;
opacity: 0.5;
transition: all 0.3s ease;
}

#voiceWrapper02 .voiceBox .voiceSheet a:hover strong {
opacity: 1;
}