@charset "UTF-8";

/* レビュー */

#static-content .wrap section.review {
  max-width: 900px;
  margin: 0px auto;
}

#static-content .wrap section.review h2 {
  text-align: center;
  margin: 0 auto 20px auto;
}

#static-content .wrap section.review h2 img {
  max-width: 300px;
}

#static-content .wrap section.review .lead-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#static-content .wrap section.review .review-contents {
  background: #fff;
  margin-bottom: 10px;
}

#static-content .wrap section.review .review-contents .review-box {
  display: none;
  font-size: 1.4rem;
  border-top: 1px solid rgb(221, 221, 221);
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  padding: 3%;
}

#static-content .wrap section.review .review-contents .review-box:last-of-type {
  border-bottom: 1px solid rgb(221, 221, 221);
}

#static-content .wrap button:disabled {
  cursor: default;
  opacity: 0.5;
}

#static-content .wrap section.review .navigation-buttons {
  width: fit-content;
  margin: auto;
}

#static-content .wrap section.review .navigation-buttons #prevBtn,
#static-content .wrap section.review .navigation-buttons #nextBtn {
  font-size: 1.4rem;
  border: none;
  outline: none;
  background: transparent;
  margin: 0 1em;
  position: relative;
}

#static-content .wrap section.review .navigation-buttons #prevBtn:before,
#static-content .wrap section.review .navigation-buttons #nextBtn:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

#static-content .wrap section.review .navigation-buttons #prevBtn:before {
  left: -10px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

#static-content .wrap section.review .navigation-buttons #nextBtn:before {
  right: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#static-content .wrap section.review .review-contents .review-box .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
}

#static-content .wrap section.review .review-contents .review-box .review-header .person img {
  width: 14px;
  margin-right: .5em;
  vertical-align: -2px;
}

#static-content .wrap section.review .review-contents .review-box .review-header .name b {
  font-weight: bold;
}

#static-content .wrap section.review .review-contents .review-box dl {
  display: flex;
  align-items: center;
  margin-bottom: .25em;
}

#static-content .wrap section.review .review-contents .review-box dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0.5em 0 0;
}

#static-content .wrap section.review .review-contents .review-box dl dd {
  font-size: 1.4rem;
  margin: 0;
}

#static-content .wrap section.review .review-contents .review-box dl dd ul {
  display: flex;
}

#static-content .wrap section.review .review-contents .review-box dl dd ul li {
  margin: 0 0.2em 0 0;
}

#static-content .wrap section.review .review-contents .review-box dl dd ul li img {
  width: 11px;
  vertical-align: -1px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(6489%) hue-rotate(322deg) brightness(101%) contrast(87%);
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(6489%) hue-rotate(322deg) brightness(101%) contrast(87%);
}

#static-content .wrap section.review .review-contents .review-box dl dd ul li.gray img {
  filter: brightness(0) saturate(100%) invert(77%) sepia(2%) saturate(14%) hue-rotate(332deg) brightness(105%) contrast(97%);
}

#static-content .wrap section.review .review-contents .review-box .review-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1em;
}

#static-content .wrap .vote-container {
  background-image: url(https://cdn.osoujihonpo.com/campaign/images/221201-11/img/section/recommend/good.svg);
  background-size: 12px 11px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: .25em .5em .25em 2.25em;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 4px;
  background-position: 7px center;
}

#static-content .wrap .vote-container button:focus {
  outline: 0;
}

#static-content .wrap .vote-container .vote-count {
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {

  #static-content .wrap section.review .review-contents .review-box:nth-child(2n) {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
}


@media screen and (min-width: 768px) {

  #static-content .wrap section.review .review-contents .review-box:nth-child(4n) {
    border-bottom: 1px solid rgb(221, 221, 221);
  }

  #static-content .wrap section.review .review-contents .review-box dl dd ul li img {
    width: 13px;
  }

  #static-content .wrap section.review .navigation-buttons #prevBtn,
  #static-content .wrap section.review .navigation-buttons #nextBtn {
    font-size: 1.6rem;
  }

  #static-content .wrap section.review .navigation-buttons #prevBtn:before,
  #static-content .wrap section.review .navigation-buttons #nextBtn:before {
    top: 10px;
    width: 10px;
    height: 10px;
  }

  #static-content .wrap section.review .navigation-buttons #prevBtn:before {
    left: -15px;
  }

  #static-content .wrap section.review .navigation-buttons #nextBtn:before {
    right: -15px;
  }

  #static-content .wrap section.review .review-contents .review-box {
    font-size: 1.4rem;
    padding: 20px;
  }

  #static-content .wrap section.review .review-contents .review-box .review-header .person img {
    width: 16px;
    vertical-align: -2px;
  }

  #static-content .wrap .vote-container {
    background-size: 16px 15px;
    padding: .25em .5em .25em 2em;
  }
}

#static-content .wrap .newiine_thanks .newiine_box p {
  text-align: center;
  margin: auto;
}

#static-content .wrap button.newiine_btn {
  font-size: 1.2rem;
  color: #555;
  border-color: #555;
  padding-left: 2.2em;
}

#static-content .wrap button.newiine_btn.newiine_clickedtoday .newiine_count {
  padding: .05em;
}

#static-content .wrap button.newiine_btn div.newiine_thanks {
  color: #555;
  font-size: 1.4rem;
  min-width: max-content;
  padding: 10px 15px;
  filter: drop-shadow(0 2px 2px #eee);
  border-radius: 100vh;
}

#static-content .wrap button.newiine_btn div.newiine_thanks_up:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}


@media screen and (min-width: 768px) {
  #static-content .wrap button.newiine_btn {
    background-size: 13px 13px;
  }
}