@charset "UTF-8";
/*==================================================================*/
/* voice css　*/
/*==================================================================*/
.voiceWrap__title {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
}

.voiceArticle {
  margin-bottom: 3em;
}
.voiceArticle__titles {
  margin-bottom: 1em;
  padding-left: 2em;
  border-left: 1px solid #ff9900;
}
.voiceArticle__review a {
  color: #ff9900;
  font-size: 1.1rem;
  letter-spacing: -1px;
  text-decoration: none;
}
.voiceArticle__title a {
  color: #000;
  font-size: 1rem;
  text-decoration: underline;
}
.voiceArticle__title a:hover {
  text-decoration: none;
}
.voiceArticle__tax a {
  color: #666;
  font-size: 0.7rem;
  text-decoration: none;
}
.voiceArticle__read {
  flex: 5;
  padding-left: 1.5em;
  font-size: 1rem;
}
.voiceArticle .voice-wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
}
.voiceArticle__img {
  flex: 1;
}
.voiceArticle__img img {
  height: auto;
}

.productInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.productInfo .reviewWrap {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.productInfo .reviewGraph {
  width: 70%;
}
.productInfo .reviewGraph ul li {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.productInfo .reviewGraph__label {
  width: 6%;
  margin: 0;
  font-size: 0.95rem;
}
.productInfo .reviewGraph__bar {
  height: 8px;
  width: 94%;
  background-color: #d2d2d2;
  border-radius: 30px;
}
.productInfo .reviewGraph__bar span {
  display: block;
  height: 100%;
  border-radius: 30px;
  background-color: #ff9900;
}
.productInfo .reviewScore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  text-align: center;
}
.productInfo .reviewScore__average {
  margin-bottom: 1em;
}
.productInfo .reviewScore__average dt {
  font-size: 1.8rem;
  line-height: 1;
}
.productInfo .reviewScore__average dd img {
  max-height: 15px;
}
.productInfo .reviewScore__total {
  font-size: 0.85rem;
}
.productInfo .productWrap {
  display: flex;
  justify-content: space-between;
  width: 49%;
}
.productInfo .productWrap__img {
  width: 27%;
}
.productInfo .productWrap__img a {
  display: block;
}
.productInfo .productWrapIn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
}
.productInfo .productWrapIn__name a {
  font-size: 1rem;
  text-decoration: none;
}
.productInfo .productWrapIn__spec {
  display: flex;
  flex-wrap: wrap;
}
.productInfo .productWrapIn__spec:after {
  display: none;
}
.productInfo .productWrapIn__spec li:not(:last-of-type):after {
  content: "/";
  margin: 0 0.3em;
  color: #999;
}

#single-voice .productInfo {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: none;
}
#single-voice .productInfo .reviewGraph ul li {
  line-height: 1.3;
}
#single-voice .productInfo .reviewGraph__label {
  font-size: 0.85rem;
}
#single-voice .productInfo .reviewGraph__bar {
  height: 6px;
}
#single-voice .productInfo .reviewScore__average {
  margin-bottom: 1em;
}
#single-voice .productInfo .reviewScore__average dt {
  font-size: 1.8rem;
  line-height: 1;
}
#single-voice .productInfo .reviewScore__average dd img {
  max-height: 15px;
}
#single-voice .productInfo .reviewScore__total {
  font-size: 0.85rem;
}
#single-voice .productInfo .productWrap {
  display: flex;
  justify-content: space-between;
  width: 49%;
}
#single-voice .productInfo .productWrap__img {
  width: 27%;
}
#single-voice .productInfo .productWrap__img a {
  display: block;
}
#single-voice .productInfo .productWrapIn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
}
#single-voice .productInfo .productWrapIn__name a {
  font-size: 1rem;
  text-decoration: none;
}
#single-voice .productInfo .productWrapIn__spec {
  display: flex;
  flex-wrap: wrap;
}
#single-voice .productInfo .productWrapIn__spec:after {
  display: none;
}
#single-voice .productInfo .productWrapIn__spec li:not(:last-of-type):after {
  content: "/";
  margin: 0 0.3em;
  color: #999;
}

.btn-specsearch {
  margin-bottom: 40px;
}
.btn-specsearch a {
  display: block;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #aaa;
  background: linear-gradient(#fff, #eee);
  color: #333 !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.btn-specsearch a:hover {
  opacity: 0.7;
}

.kanren_box a p {
  font-size: 10px !important;
  line-height: 1 !important;
}
.kanren_box a p.btn-link {
  display: none;
}

#main_content .related {
  padding: 15px;
  border: 1px solid #ccc;
}
#main_content .related * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#main_content .related__ttl {
  margin-bottom: 5px;
  text-align: center;
}
#main_content .related-in {
  padding: 20px;
  background-color: #F9f9f9;
}
#main_content .related-in ul {
  background: none;
}
#main_content .related-in ul li {
  background: none;
}
#main_content .related-in ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#main_content .related-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
}
#main_content .related-top__star {
  color: #FF9900;
  font-size: 16px;
}
#main_content .related-top__date {
  font-size: 13px;
}
#main_content .related__main a {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

#contents {
  overflow: inherit;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#contents #main_content {
  float: none;
}
#contents #common_content {
  float: none;
}
#contents #common_content .side-cat-menu-box {
  position: sticky;
  top: 80px;
}
#contents #common_content .side-cat-menu-box .box-in-title select {
  padding: 6px;
  border-radius: 3px;
  -webkit-appearance: none;
  outline: none;
}
#contents #common_content .side-cat-menu-box .box-in-title select:focus {
  background-color: rgba(255, 153, 0, 0.1);
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .voiceWrap__title {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
  .voiceArticle__titles {
    padding-left: 1em;
  }
  .voiceArticle__review a {
    font-size: 1rem;
  }
  .voiceArticle__tax {
    line-height: 1.2;
  }
  .voiceArticle__tax a {
    color: #777;
  }
  .voiceArticle__read {
    padding-left: 1em;
  }
  .productInfo {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 1.3em;
    padding-bottom: 1.3em;
  }
  .productInfo .reviewWrap {
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
  }
  .productInfo .reviewGraph {
    width: 225px;
  }
  .productInfo .reviewGraph ul li {
    line-height: 1.3;
  }
  .productInfo .reviewGraph__label {
    width: 5%;
    font-size: 0.8rem;
  }
  .productInfo .reviewGraph__bar {
    height: 6px;
    width: 95%;
  }
  .productInfo .reviewScore {
    width: 110px;
  }
  .productInfo .reviewScore__average dt {
    font-size: 1.4rem;
    line-height: 1;
  }
  .productInfo .productWrap {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.2em 0.5em;
    border: 1px solid #ccc;
  }
  .productInfo .productWrap__img {
    width: 60px;
  }
  .productInfo .productWrapIn {
    width: calc(100% - 80px);
  }
  .productInfo .productWrapIn__name a {
    font-size: 0.85rem;
    text-decoration: none;
  }
  .productInfo .productWrapIn__spec li {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .kanren_box .box-title {
    text-align: center;
  }
  .kanren_box .row > div {
    width: 100%;
    margin-bottom: 0 !important;
    min-height: 70px;
  }
  .kanren_box .row > div:not(:last-of-type) {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  }
  .kanren_box .row > div > a {
    display: flex;
    justify-content: space-between;
    gap: 50px 0;
    text-decoration: none !important;
  }
  .kanren_box .row > div > a .box-img {
    flex-basis: 23%;
  }
  .kanren_box .row > div > a .box-img img {
    margin-bottom: 0 !important;
  }
  .kanren_box .row > div > a .box-img + div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 74%;
    align-items: flex-end;
    text-align: left;
    line-height: 1.5;
  }
  .kanren_box .row > div > a .box-img + div p {
    margin: 0 0 7px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .kanren_box .row > div > a .box-img + div p.btn-link {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 2px 18px 2px 10px !important;
    background-color: #ff6600;
    border-radius: 5px;
    color: #fff;
    font-size: 12px !important;
  }
  .kanren_box .row > div > a .box-img + div p.btn-link:after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1;
  }
  #main_content .related-in {
    padding: 15px;
  }
  #main_content .related-top__star {
    font-size: 15px;
  }
  #main_content .related-top__date {
    font-size: 12px;
  }
  #main_content .related__main a {
    font-size: 13px;
  }
}/*# sourceMappingURL=voice.css.map */