@charset "UTF-8";
/* voice
----------------------------------------------- */
.voice-intro-text { text-align: center;}
.voice-items p{margin-bottom:0;}
.voice-items>li{border:1px solid #ccc;margin-bottom:8%;}
.voice-items .customer{padding: 15% 5% 8% 5%;background: #fff;}
.voice-items .customer .info {position: relative;}
.voice-items .customer .name{margin: 4% 0;vertical-align: middle;font-family: var(--mincho);font-weight: 600;font-size: 5.8vw;line-height: 1.4;}
.voice-items .customer .txt{margin-bottom:5%;text-align: justify;}
.voice-items .customer .txt:nth-last-child(1){margin-bottom:0;}
.voice-items .customer .tag {background: var(--brown01);font-family: "aw-conqueror-didot";font-weight: 400;color:#fff;text-align: center;border-radius: 0 40px 40px 0;font-size: 3vw;padding: 1vw;margin-bottom: 1vw;font-weight: 600;letter-spacing: .06em;display: inline-block;-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);position: absolute;left: -6vw;z-index: 2;top: -10vw;width: 40vw;}
.voice-items .customer .tag::before{position: absolute;bottom: -8px;left: 0;width: 0;height: 0;content: '';border-top: 8px solid var(--gold02);border-left:8px solid transparent;}
.voice-items .name small{display: block;font-size: 3.4vw;}
.voice-items .hyoka{background: #f5f4f0;padding: 5%;margin: 3% 0;}
.voice-items .hyoka li{padding: 3%;border-bottom:1px dotted #ccc}
.voice-items .hyoka li:nth-child(1){padding-top:0;}
.voice-items .hyoka li:nth-last-child(1){border:none;padding-bottom: 0;}
.voice-items .hyoka i{display:inline-block;margin:0 1%;}
.voice-items .hyoka i:nth-child(1){margin-left:5%;}
.voice-items .hyoka i:before{content: '\f005';font-family: 'icon';}
.voice-items .staff-com{background: #f5f4f1;padding: 7% 5%;border-top:1px dashed var(--gray);}
.voice-items .staff-com .tit{border-left: 3px solid var(--brown01);padding: 0 0 0 5%;line-height: 1.4;font-size: 118%;margin-bottom: 3%;font-weight: bold;}
.voice-items .staff-com .txt{margin-bottom:5%;font-size:90%;text-align: justify;}
.voice-items .staff-com .txt:nth-last-child(1){margin-bottom:0;}
.voice-items .menu {font-size: 84%;}
.voice-items .menu span {background: #f5f4f1;padding: 0 8px;margin-bottom: 1vw;display: block; font-weight: normal !important; font-size: 94%;text-align: center;}

/* ============================================= 
    pc
================================================*/
@media screen and (min-width: 736px) { 
/* voice
----------------------------------------------- */
.voice-items {width: 80%; max-width: 1200px; margin: auto;}
.voice-items>li{margin-bottom:30px;}
.voice-items .customer{padding: 25px;}
.voice-items .customer .info{margin: 0;}
.voice-items .customer .tag{display:inline-block;font-size: 13px;padding: 2px 15px 0 15px;margin: 0 6px 0 0;vertical-align: middle;position: relative;width:180px;left:-43px;top:-10px;margin-bottom: 0;}
.voice-items .customer .name{width:100%;display:block;font-size: 23px;text-align: left;margin: 0;}
.voice-items .name small{display:inline-block;font-size:15px;}
.voice-items .name span{display:inline-block;font-size: 15px;padding: 2px 20px;margin: 0 6px 0 0;vertical-align: middle;position: relative;top: -4px;}
.voice-items .customer .txt{margin-bottom:20px;}
.voice-items .hyoka{padding: 4% 4% 2% 4%;margin: 12px 0;}
.voice-items .hyoka li{padding: 0;display:inline-block;font-size: 14px;width: 48%;border: none;margin-bottom: 2%;}
.voice-items .hyoka i:before{font-size: 12px;}
.voice-items .hyoka i:nth-child(1){margin-left: 3px;}
.voice-items .staff-com{padding:30px;}
.voice-items .staff-com .tit{padding-left:20px;margin-bottom: 10px;}
.voice-items .staff-com .txt{margin-bottom:20px;}
.voice-items .menu span { display: inline-block;margin: 0 8px 0 0;}
}

/* @media screen and (min-width: 1000px) {
.voice-items .customer img{width: 16%;}
}  */

@media screen and (min-width: 1100px) {
/* .voice-items .customer img{width: 16%;} */
/* .voice-items .customer .info{width: 80%;} */
.voice-items .hyoka{padding: 14px;}
.voice-items .hyoka li{width: 180px;margin-bottom: 0;}
} 