@charset "UTF-8";

.zv-star-svg {
  height: 18px;
  width: 20.250px;
  line-height: 0;
  fill: #ef8137;
  margin-right: -3px;
}
.zv-star-svg-main {
  fill: #ef8137;
}
.zv-star-svg-grey {
  fill: #bdc3c7;
}

#ZVListUser {
  font-size: 13px;
}

#ZVListUser .zv-user-left {
  display: inline-block;
  margin: 10px;
}

#ZVListUser .zv-user-right {
  display: inline-block;
  margin: 10px;
}

#ZVListUser .zv-user-image{
  width: 80px;
  height: 80px;
  display: inline-block;
  fill: #bdc3c7;
}

#ZVListUser .zv-user-name {
  font-size: 20px;
}

#ZVListUser .zv-review-count,
#ZVListUser .zv-feedback-count {
  display: inline-block;
  margin: 10px;
}

#ZVListUser .zv-count-number {
  font-size: 20px;
  display: block;
  text-align: center;
}

#ZVListUser .zv-count-title {
  text-align: center;
}

#ZVListUser table tr th, #ZVListUser table tr td {
  padding-bottom: 5px;
}
#ZVListUser table.zv-counts-table {
  margin-top: 5px;
  margin-bottom: 5px;
}
#ZVListUser table.zv-counts-table > tbody > tr > th {
  padding-right: 15px;
  text-align: right;
  font-weight: normal;
}
#ZVListUser table.zv-counts-table > tbody > tr > td {
  width: 150px;
  min-width: 100px;
}

/* Reviews */
#zv-top-reviews {
  margin-top: 20px;
}

#ZVListUser .zv-review-sort {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#zv-review-filter {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
}

#ZVListUser .zv-select-wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    background: #ffffff;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 1px 2px rgba(0, 0, 0, 0.2);
}
#ZVListUser .zv-select-wrap::before {
    position: absolute;
    top: 0.9em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bdc3c7;
}
#ZVListUser .zv-select {
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 38px 4px 8px;
    font-size: 13px;
}
#zv-review-filter-link {
  display: none;
}
@media screen and (max-width: 767px){
  #zv-review-filter {
    display: none;
  }
  #zv-review-filter-link {
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
  #zv-review-filter-text {
    margin: 20px 0 0 20px;
    display: inline-block;
  }
  #ZVListUser .zv-select {
    padding: 10px 38px 10px 8px;
    width: 100%;
  }
  #ZVListUser .zv-select-wrap::before {
    top: 1.25em;
  }
}
#ZVListUser .zv-modal-select {
    display: block;
    margin: 20px;
}
#ZVListUser .zv-pagination {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#ZVListUser .zv-page-btn {
  color: #333;
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 13px;
  height: 20px;
  text-decoration: none;
  box-sizing: unset;
  vertical-align: middle;
  display: table-cell;
}
#ZVListUser .zv-page-btn:hover {
  cursor: pointer;
  border: solid 1px #adadad;
  background-color: #e6e6e6;
}
#ZVListUser .zv-page-btn[disabled] {
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  border: none;
}
#ZVListUser .zv-page-btn[disabled]:hover {
  background-color: #fff;
  border: none;
}
#ZVListUser .zv-number[disabled] {
  border: 2px solid #ef8137;
  color: #ef8137;
  font-weight: bold;
  opacity: 1;
}
#ZVListUser .zv-number[disabled]:hover {
  border: 2px solid #ef8137;
}
.zv-link {
    cursor: pointer;
    color: #3E58A4;
}
#zv-apply {
    margin: auto;
    display: block !important;
    width: 90%;
}


#zv-top-reviews > .zv-top-customer-review {
  margin-bottom: 30px;
  margin-left: 20px;
}
#zv-top-reviews > .zv-top-customer-review:last-child {
  margin-bottom: 0;
}

#ZVListUser p.zv-heading {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
#ZVListUser p.zv-top-customer-review-heading {
  margin-top: 30px;
}
#ZVListUser .zv-row > div {
  padding-left: 35px;
  padding-right: 35px;
}
#ZVListUser > .zv-top-customer-review {
  margin-bottom: 30px;
  margin-left: 20px;
}
#ZVListUser > .zv-top-customer-review:last-child {
  margin-bottom: 0;
}
#ZVListUser p.zv-heading + .zv-top-customer-review {
  margin-top: 10px;
}
#ZVListUser .zv-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#ZVListUser .zv-basic-info {
  color: #555;
}
#ZVListUser .zv-item-info {
  margin-bottom: 5px;
  color: #555;
}
#ZVListUser .zv-without-item-info {
  margin-bottom: 5px;
}
#ZVListUser .zv-basic-info > .zv-posted-at {
  font-size: 13px;
}
#ZVListUser .zv-answer {
  margin-bottom: 5px;
}
#ZVListUser .zv-answer > label {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
#ZVListUser .zv-answer > p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  word-break: break-word;
}

#ZVListUser .zv-message-when-edited {
    font-style: italic;
    font-size: 10px;
    color: #999;
}

#ZVListUser .zv-bipolar-summary {
  width: 90%;
  margin: auto;
}

#ZVListUser .zv-bipolar-bar {
    background: #EBEBEB;
    width: 100%;
    border-radius: 10px;
    height: 4px;
    position: relative;
}
#ZVListUser .zv-bipolar-separator {
  background: #ccc;
  width: 4px;
  height: 4px;
  border: solid #fff;
  border-width: 0px 1px;
  position: absolute;
}
#ZVListUser .zv-bipolar-dot {
    background: #ef8137;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    position: relative;
    top: -4px;
    left: -4px;
}
#ZVListUser .zv-bipolar-left {
  font-size: 12px;
  color: #999;
}
#ZVListUser .zv-bipolar-right {
  float: right;
  font-size: 12px;
  color: #999;
}

@media (max-width: 767px) {
  #ZVListUser .zv-bipolar {
    width: 90%;
    max-width: 360px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  #ZVListUser .zv-bipolar-title {
    max-width: 150px;
    clear: both;
    float: left;
  }
  #ZVListUser .zv-bipolar {
    width: 300px;
    margin-left: 150px;
  }
}

#ZVListUser .zv-answer > ul > li {
  margin-top: 3px;
  margin-left: 40px;
}
#ZVListUser .zv-helpful-form {
  margin-top: 5px;
  display: inline-block;
  color: #555;
}
#ZVListUser .zv-helpful-form > div.zv-helpful {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
#ZVListUser .zv-helpful-form > div.zv-helpful:hover {
  cursor: pointer;
  border: solid 1px #adadad;
  background-color: #e6e6e6;
}
#ZVListUser .zv-helpful-form > div > span {
  margin-left: 3px;
}
#ZVListUser .zv-helpful-form > p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
}
#ZVListUser span.zv-separator {
  width: 14px;
  display: inline-block;
  text-align: center;
  color: #bdc3c7;
}
#ZVListUser .zv-staff-reply {
  border: 1px solid #eee;
  margin-top: 5px;
  padding: 10px;
}
#ZVListUser .zv-comment-body {
  display: block;
}
#ZVListUser .zv-comment-p {
  margin: 0;
  line-height: 1.4;
}
#ZVListUser .zv-comment-info {
  display: block;
  margin-top: 10px;
}

#ZVListUser .zv-a {
    color: #3E58A4;
    text-decoration-line: none;
}

#ZVListUser .zv-popupModal1 {
  display: inline-block;
}

#ZVListUser .zv-popupModal1 label {
  color: #555;
}

#ZVListUser .zv-popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
#ZVListUser .zv-popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
}
#ZVListUser .zv-modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 {
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2{
         width: 500px;
         height: 300px;
         padding: 30px;

    }
#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 230px !important;
     margin-top: -160px !important;
}
}

#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .zv-modalPopup2 > div > img {
max-width: 100%;
}
#ZVListUser .zv-popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */
}
#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
#ZVListUser .zv-popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

#ZVListUser .zv-popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .zv-modalPopup2,
.zv-popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .zv-modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


#ZVListUser .zv-modalPopup2 {
    animation: zv-fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
}

@keyframes zv-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes zv-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#ZVListUser .zv-popupModal1 .zv-modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
#ZVListUser .zv-popupModal1 .zv-modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
     margin-top: 30px;
}

#ZVListUser .zv-modalMain .zv-btn {
  margin-top: 30px;
}

#ZVListUser .zv-btn {
  border:solid 1px #bdc3c7;
  padding:10px 15px;
  text-transform:uppercase;
  cursor:pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  display: inline-block;
}

#ZVListUser .btn {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 13px;
  height: 20px;
  text-decoration: none;
}
#ZVListUser .btn:hover {
  cursor: pointer;
  border: solid 1px #adadad;
  background-color: #e6e6e6;
}
#ZVListUser .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  border: none;
}
#ZVListUser .btn[disabled]:hover {
  background-color: #fff;
  border: none;
}
#ZVListUser .number[disabled] {
  border: 2px solid #ef8137;
  color: #ef8137;
  font-weight: bold;
  opacity: 1;
}
#ZVListUser .number[disabled]:hover {
  border: 2px solid #ef8137;
}
#ZVListUser hr {
  height: 1px;
  background-color: #eee;
  border: none;
}
#ZVListUser .ellipsis {
  display: inline-block;
  margin-right: 5px;
  color: #333;
  padding: 4px 8px;
  background-color: #fff;
  font-size: 13px;
  height: 30px;
}
.loading {
  opacity: 0.3;
}

#ZVListUser video.zv-video {
  height: 180px;
  vertical-align: top;
}

#ZVListUser img.zv-img {
  height: 90px;
  cursor: pointer;
  vertical-align: top;
  display: unset;
}

img.zv-img-reviewerattribute {
  height: 36px;
  vertical-align: top;
  display: unset;
}

#zv-modal-root {
    z-index: -1;
    position: absolute;
}
#zv-modal {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: auto;
    position: fixed;
    visibility: hidden;
    z-index: 1009;
}
#zv-lightbox {
    visibility: visible;
    position: absolute;
    margin: 0px;
    top: 20%;
    left: 10%;
    opacity: 1;
    display: block;
    z-index: 1010;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.2);
    height: 60%;
    width: 80%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    background-color: #fff;
}
#zv-lightbox-header {
    text-align: left;
    background: #f2f2f2;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
    position: relative;
    height: 35px;
}
#zv-lightbox-body {
    height: 94%;
    overflow-y: auto;
    background-color: #fff;
    padding: 10px 18px;
    text-align: left;
    overflow-x: hidden;
    box-sizing: border-box;
}
#zv-lightbox-info {
    width: 40%;
    height: 100%;
    background-color: #fff;
    float: right;
    padding-left: 18px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}
#zv-lightbox-img {
    height: 100%;
    width: 60%;
    float: left;
    position: relative;
    background: black;
    box-sizing: border-box;
}
#zv-lightbox-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#zv-lightbox-info img.zv-img {
  height: 60px;
  vertical-align: unset;
}
#zv-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1008;
    opacity: 0.75;
    display: block;
}
#zv-close-button {
    height: 25px;
    width: 25px;
    position: absolute;
    background-color: inherit;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#zv-lightbox-header .close-icon {
  color: #555;
  left: 6px;
  position: absolute;
}
#zv-lightbox-header .close-icon:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#zv-lightbox-header .close-icon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#ZVListUser .zv-hidden {
  display: none;
}
#zv-modal-container {
    animation: zv-fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: zv-fadeIn 0.5s ease 0s 1 normal;
}
@media screen and (max-width: 767px){
  #zv-lightbox {
    top: 5%;
    height: 90%;
    left: 0;
    width: 100%;
  }
  #zv-lightbox-body {
    padding: 0;
  }
  #zv-lightbox-img {
    height: 50%;
    width: 100%;
  }
  #zv-lightbox-info {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
