@charset "UTF-8";
.voice{margin-bottom: 10vw;}
.voice > li{margin-bottom:8%; border:1px solid #ccc;}
.voice > li:last-child{margin-bottom:0;}
.voice > li:nth-child(3n+1){background: url(../images/voice/icon01@2x.png)no-repeat top 4vw left 5vw,#ffffff6e;background-size: 70px;}
.voice > li:nth-child(3n+2){background: url(../images/voice/icon02@2x.png)no-repeat top 4vw left 5vw,#ffffff6e;background-size: 70px;}
.voice > li:nth-child(3n+3){background: url(../images/voice/icon03@2x.png)no-repeat top 4vw left 5vw,#ffffff6e;background-size: 70px;}
.voice .customer {padding: 5vw;position: relative;}
.voice .customer .name{display:inline-block;width: 70%;margin: 0 0 2vw 22vw;vertical-align: middle;font-size: 5vw;line-height: 1.4;font-family: var(--gothic);padding: 4vw 0;}
.voice .customer .name span{font-weight: 500;}
.voice .customer p:last-child{margin-bottom:0;}
.voice .customer p span {font-weight: bold;}
.voice .name span{display:block;font-size: 64%;color: var(--pink01);}
.voice .name small{font-size: 64%;}
.voice .hyoka{background: #fdf9e3a3;padding: 3.4vw 5vw;margin: 0 auto 3vw;border-radius: 60px;}
.voice .hyoka li{padding: 3%;border-bottom:1px dotted #ccc}
.voice .hyoka li:last-child{border:none;padding: 0;letter-spacing: .06em;margin: 0;}
.voice .hyoka i{display:inline-block;margin:0 1%;}
.voice .hyoka i:first-child{margin-left:5%;}
.voice .hyoka i:before{content: '\f005';font-family: 'icon';color: var(--pink02);}
.voice .staff{background: #fff8f7;padding: 5vw;border-top: 1px dashed #ddd;}
.voice .staff .ttl{border-left: 3px solid var(--pink02);padding-left: 2vw;line-height: 1.6;color: var(--pink02);font-size: 3.8vw;margin-bottom: 3vw;font-weight: bold;}
.voice .staff p { font-size: 3.4vw;}
.voice .staff p:last-child{margin-bottom:0;}


/* ========================================
 pc
==========================================*/
@media screen and (min-width: 736px) { 
.voice{margin-bottom: 100px;}
.voice > li{margin-bottom: 40px;}
.voice > li:nth-child(3n+1){background: url(../images/voice/icon01.png)no-repeat top 20px left 30px,#ffffff6e;background-size: 70px;}
.voice > li:nth-child(3n+2){background: url(../images/voice/icon02.png)no-repeat top 20px left 30px,#ffffff6e;background-size: 70px;}
.voice > li:nth-child(3n+3){background: url(../images/voice/icon03.png)no-repeat top 20px left 30px,#ffffff6e;background-size: 70px;}
.voice .customer{padding: 28px;}
.voice .customer .info{display:inline-block;width: 100%;margin-bottom: 20px;padding-left: 88px;}
.voice .customer .name{width: auto;font-size: 22px;text-align: left;margin: 0 0 10px 0;padding: 0;}
.voice .customer p{margin-bottom: 20px;}
.voice .name span{display:inline-block;}
.voice .hyoka{padding: 16px 22px;margin: 0;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;}
.voice .hyoka li{padding: 0;font-size: 14px;letter-spacing: -0.5px;border: none;display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;white-space: nowrap;margin-right: 2vw;margin-bottom: 1vw;}
.voice .hyoka i{display: inline;margin:0 1%;}
.voice .hyoka i:before{font-size: 12px;}
.voice .hyoka i:first-child{margin-left: 3px;}
.voice .staff{padding:30px;}
.voice .staff .ttl{padding-left: 10px;margin-bottom: 12px;font-size: 17px;}
.voice .staff p { font-size: 14px;margin-bottom: 14px;}


}
 
 
/* ========================================
 retina
==========================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
.voice > li:nth-child(3n+1){background-image: url(../images/voice/icon01@2x.png);}
.voice > li:nth-child(3n+2){background-image: url(../images/voice/icon02@2x.png);}
.voice > li:nth-child(3n+3){background-image: url(../images/voice/icon03@2x.png);}
}





