#ins-wrapper {
  width: 996px;
  background: #fff;
  color: #333;
  font-family:
    "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.62;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: normal;
}

#ins-wrapper a {
  border: none;
  transition: opacity 0.2s ease;
}
#ins-wrapper a:hover {
  opacity: 0.7;
}
#ins-wrapper img {
  vertical-align: bottom;
}

#ins-wrapper li {
  list-style: none;
}

/*---------------------------------------------------------*/

.container {
  margin-bottom: 80px;
}

.title__01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}

.title__02 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.3;
  color: #511e16;
  position: relative;
  margin-bottom: 60px;
}

.title__02::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #511e16;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.title__02::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #511e16;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.container .lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.page-nav li a {
  width: 300px;
  height: 70px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: url(../images/nav-arrow.png) no-repeat right 20px center/19px auto;
  background-color: #511e16;
  margin: 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-nav {
  width: 800px;
  height: 70px;
  border-radius: 35px;
  background-color: #1a86c3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.cart-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

.cart-nav span::after {
  display: block;
  content: "";
  background: url(../images/nav-arrow.png) no-repeat center center/19px auto;
  width: 19px;
  height: 12px;
  margin-left: 17px;
}

#ins-wrapper #ins-Topvisual {
  margin: 0 0 30px;
}

#ins-wrapper #ins-wrappingbox {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #dfddd5;
  display: flex;
  align-items: center;
}
#ins-wrapper #ins-wrappingbox .header {
  width: 320px;
}
#ins-wrapper #ins-wrappingbox h2 {
  margin: 0 0 20px;
  padding: 30px;
  background-color: #a49456;
  text-align: center;
}
#ins-wrapper #ins-wrappingbox .txt {
  text-align: left;
  margin: 0;
}
#ins-wrapper #ins-wrappingbox .inner {
  margin: 15px 0 0;
  padding: 0;

  display: table;
  width: 600px;
  table-layout: fixed;
}
#ins-wrapper #ins-wrappingbox .inner p {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: bottom;
  width: calc(100% / 3);
  text-align: center;
  font-weight: bold;
}
#ins-wrapper #ins-wrappingbox .inner p img {
  margin-bottom: 15px;
}

.course-box {
  width: 100%;
  padding: 20px 35px;
  margin-bottom: 80px;
  background: #fff0c8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.course-box a {
  width: 400px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/course-arrow.png) no-repeat center right 30px/22px
    auto;
  background-color: #511e16;
}

.course-box a:link,
.course-box a:visited {
  color: #fff;
}

.course-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 78px;
}

.course-text > p {
  font-size: 20px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000;
  margin-left: 30px;
  padding-left: 30px;
}

.course-select p {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  color: #000;
  display: flex;
  align-items: center;
}

.course-select p .num-bg {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.course-select p .num {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  color: #511e16;
  font-size: 80px;
  line-height: 1;
  position: relative;
  left: -5px;
  top: 5px;
}

#ins-wrapper #ins-goodsbox {
  margin-bottom: 60px;
}

#ins-wrapper #ins-goodsbox .inner {
  margin: 0 30px;
  font-size: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}
#ins-wrapper #ins-goodsbox .inner:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}
#ins-wrapper #ins-goodsbox .inner dl {
  display: inline-block;
  width: 290px;
}
#ins-wrapper #ins-goodsbox .inner dl dt {
  margin: 0;
  padding: 8px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}
#ins-wrapper #ins-goodsbox .inner dl dt span {
  font-size: 0.6em;
}
#ins-wrapper #ins-goodsbox .inner dl.koto dt {
  background-color: #636d7a;
}
#ins-wrapper #ins-goodsbox .inner dl.mono dt {
  background-color: #618668;
}
#ins-wrapper #ins-goodsbox .inner dl.gourmet dt {
  background-color: #8c566d;
}
#ins-wrapper #ins-goodsbox .inner dl dd {
  margin: 10px 0 0;
  padding: 0;
}

#ins-wrapper #ins-catlist {
}
#ins-wrapper #ins-catlist #catlist_towel {
  margin-top: 60px;
}

#ins-wrapper #ins-catlist ul {
  text-align: center;
}
#ins-wrapper #ins-catlist li {
  width: 240px;
  padding: 25px 20px;
  margin: 20px 10px 0;
  border: #ccc 1px solid;
  display: inline-block;
  box-sizing: border-box;
}

#ins-wrapper #ins-catlist li p {
  margin: 0px;
  text-align: left;
}
#ins-wrapper #ins-catlist li .img {
  text-align: center;
  margin-bottom: 10px;
}
#ins-wrapper #ins-catlist li .img img {
  max-width: 100%;
  height: auto;
}
#ins-wrapper #ins-catlist li .name {
  color: #0654ba;
  font-weight: bold;
  text-decoration: none;
}
#ins-wrapper #ins-catlist li .name span {
  display: inline-block;
  font-size: 0.7em;
  margin-left: 5px;
}
#ins-wrapper #ins-catlist li .price {
  color: #b30000;
}
#ins-wrapper #ins-catlist li .small {
  font-size: 0.9em;
  color: #666;
}
#ins-wrapper #ins-catlist li .btn {
  margin: 10px 0 0 0;
}
#ins-wrapper #ins-catlist li .btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 93%;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
#ins-wrapper #ins-catlist li .btn a:hover {
  opacity: 0.7;
}

.reason__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.reason-contents {
  width: 290px;
  margin: 0 18px;
}

.reason-contents .num {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-size: 50px;
  color: #b1891d;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.reason-sub {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.reason-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

.reason-contents > img {
  display: block;
  margin-bottom: 20px;
}

.reason-text {
  font-size: 15px;
  line-height: 1.7;
}

.serai-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serai-about {
  padding: 0 28px;
}

.about__text {
  width: 534px;
}

.about__text .lead {
  text-align: left;
}

.about__text .lead + .lead {
  margin-top: 40px;
}

.brand-giftset {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #eecfa1;
  padding: 40px 35px 20px;
  margin-bottom: 30px;
  position: relative;
}

.brand-giftset::after {
  display: block;
  content: "";
  width: 366px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #e7bb79;
  position: absolute;
  bottom: 0;
  right: 0;
}

.giftset__text {
  margin-right: 30px;
}

.giftset__text h3 {
  color: #513316;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: -0.1em;
  margin-bottom: 20px;
}

.giftset__text p {
  font-size: 15px;
  line-height: 1.7;
}

.giftset__text p strong {
  font-size: 16px;
}

.giftset__text p + p {
  margin-top: 10px;
}

.brand-giftset > img {
  position: relative;
  z-index: 2;
}

.gift-service {
  margin-top: 80px;
  margin-bottom: 0;
}

.gift-service .rb2019---gift-service__items {
  flex-wrap: wrap;
  justify-content: center;
}

.gift-service .rb2019---gift-service__items + .rb2019---gift-service__items {
  margin-top: 60px;
}

.gift-service .rb2019---gift-service__item {
  width: 360px;
  margin: 0 30px 50px;
}
.gift-service .rb2019---gift-service__image {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
}

/* レビュー */

.review__block {
  width: 938px;
  border-radius: 20px;
  background: #fff6b3;
  padding: 35px 50px;

  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.review__block + .review__block {
  margin-top: 40px;
}

.review-catalog__item {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid;
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#ins-wrapper .catalog-item__name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
}

.catalog-item__price {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.review-catalog__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-header span {
  font-size: 16px;
  font-weight: 700;
}

.review-header img {
  margin-right: 14px;
}

.review-catalog__text .score {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.review-catalog__text .score p {
  font-size: 28px;
  font-weight: 700;
  margin-left: 20px;
}

.user-title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.user-comment {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.user-data {
  font-size: 15px;
  font-weight: 700;
  margin-top: auto;
}

.rb2019---update {
  width: 938px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 599px) {
  #sp-contents * {
    color: #333;
    font-family:
      "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  #mv {
    margin-bottom: 2rem;
  }

  .container {
    padding: 1rem;
    margin-bottom: 2rem;
  }

  #sp-contents .title__01 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1rem;
  }

  #sp-contents .title__02 {
    font-size: 1.4em;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    line-height: 1.3;
    color: #511e16;
    position: relative;
    margin-bottom: 3rem;
  }

  .title__02::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #511e16;
    position: absolute;
    bottom: -1rem;
    left: 0;
  }

  .title__02::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #511e16;
    position: absolute;
    bottom: -1.3rem;
    left: 0;
  }

  .container .lead {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
  }

  .page-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }

  .page-nav li {
    width: 32%;
    margin: 0 0.2em 0.2em;
  }

  .page-nav li:first-child {
    margin-left: 0;
  }
  .page-nav li:nth-child(3) {
    margin-right: 0;
  }

  #sp-contents .page-nav li a {
    width: 100%;
    height: 5rem;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    background: url(/serai/2024/images/nav-arrow.png) no-repeat bottom 0.8rem
      center/1rem auto;
    background-color: #511e16;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding-top: 1em;
    box-sizing: border-box;
    margin: 0 0 0.2rem;
  }

  #sp-contents .page-nav li:nth-child(4) a,
  #sp-contents .page-nav li:last-child a {
    padding-top: 1.5em;
  }

  .cart-nav {
    width: 100%;
    height: 3rem;
    border-radius: 35px;
    background-color: #1a86c3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
  }

  #sp-contents .cart-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
  }

  .cart-nav span::after {
    display: block;
    content: "";
    background: url(/serai/2024/images/nav-arrow.png) no-repeat center
      center/1rem auto;
    width: 1rem;
    height: 12px;
    margin-left: 0.5rem;
  }

  .reason__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .reason-contents {
    width: 100%;
    margin: 0;
  }

  .reason-contents + .reason-contents {
    margin-top: 2rem;
  }

  .reason-contents > img {
    width: 70%;
    margin: 0 auto;
  }

  #sp-contents .reason-contents .num {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-size: 3em;
    color: #b1891d;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .reason-sub {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
  }

  .reason-title {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2rem;
  }

  .reason-contents > img {
    display: block;
    margin-bottom: 20px;
  }

  .reason-text {
    font-size: 1.2em;
    line-height: 1.7;
  }

  .serai-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .serai-about > img {
    width: 60%;
    margin: 2rem auto 0;
  }

  .serai-about {
    padding: 0 1rem;
  }

  .about__text {
    width: 100%;
  }

  .about__text .lead {
    text-align: left;
  }

  .about__text .lead + .lead {
    margin-top: 2em;
  }

  .brand-giftset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: #eecfa1;
    padding: 3rem 2rem;
    margin-bottom: 30px;
    position: relative;
  }

  .brand-giftset::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #e7bb79;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .brand-giftset > img {
    width: 80%;
    margin: 2rem auto 0;
  }

  .giftset__text {
    margin-right: 0;
    position: relative;
    z-index: 2;
  }

  #sp-contents .giftset__text h3 {
    color: #513316;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: -0.1em;
    margin-bottom: 2rem;
  }

  .giftset__text p {
    font-size: 1.1em;
    line-height: 1.7;
  }

  .giftset__text p strong {
    font-size: 1.1em;
  }

  .giftset__text p + p {
    margin-top: 1em;
  }

  .brand-giftset > img {
    position: relative;
    z-index: 2;
  }

  #ins-wrappingbox {
    margin-bottom: 3rem;
    background-color: #dfddd5;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #ins-wrappingbox .header {
    width: 100%;
  }
  #ins-wrappingbox h2 {
    margin: 0 0 2rem;
    padding: 2.4rem;
    background-color: #a49456;
    text-align: center;
  }
  #ins-wrappingbox .txt {
    text-align: left;
    margin: 0;
    padding-right: 2rem;
    font-size: 1em;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
  #ins-wrappingbox .inner {
    margin: 2rem 0 6rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  #ins-wrappingbox .inner p {
    margin: 0 0.5rem 1rem;
    vertical-align: bottom;
    width: 42%;
    text-align: center;
    font-weight: bold;
  }
  #ins-wrappingbox .inner p img {
    width: auto;
    height: 8rem;
    margin-bottom: 1rem;
  }

  .course-box {
    width: 100%;
    padding: 2rem;
    margin-bottom: 3rem;
    background: #fff0c8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
  }

  #sp-contents .course-box a {
    width: 100%;
    height: 4rem;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/course-arrow.png) no-repeat center right 2rem/1rem
      auto;
    background-color: #511e16;
  }

  .course-box a:link,
  .course-box a:visited {
    color: #fff;
  }

  .course-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  #sp-contents .course-text > p {
    font-size: 1.4em;
    color: #000;
    font-family: "Noto Serif JP", serif;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: unset;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #000;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
  }

  #sp-contents .course-select p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6em;
    color: #000;
    display: flex;
    align-items: center;
  }

  #sp-contents .course-select p .num-bg {
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
  }

  #sp-contents .course-select p .num {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    color: #511e16;
    font-size: 2em;
    line-height: 1;
    position: relative;
    left: -0.3rem;
    top: 0.3rem;
  }

  #ins-goodsbox.container {
    padding-left: 0;
    padding-right: 0;
  }

  #sp-contents #ins-goodsbox .title__02 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #ins-goodsbox .inner dl {
    padding: 2rem;
  }

  #sp-contents #ins-goodsbox .inner dl dt {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1rem;
  }

  #sp-contents #ins-goodsbox .inner dl dt span {
    color: #fff;
    font-size: 1em;
  }

  .koto {
    background: #636d7a;
  }

  .mono {
    background: #618668;
  }

  .gourmet {
    background: #8c566d;
  }

  #ins-catlist {
    padding: 0 2rem;
  }

  #ins-catlist ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #ins-catlist ul li + li {
    margin-top: 2rem;
    border-top: 1px solid #e9e9e9;
    padding-top: 2rem;
  }

  #ins-catlist ul li .img {
    width: 25%;
  }

  #ins-catlist ul li .cc_desc {
    width: 70%;
  }

  #sp-contents #ins-catlist li .name {
    color: #0654ba;
    font-size: 1.2em;
    font-weight: 700;
  }
  #sp-contents #ins-catlist li .name span {
    color: #0654ba;
    display: inline-block;
    font-size: 0.7em;
    margin-left: 5px;
  }
  #ins-catlist li .price {
    color: #b30000;
    font-size: 1.2em;
  }
  #ins-catlist li .small {
    font-size: 0.9em;
    color: #666;
  }
  #ins-catlist li .cata-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  #ins-catlist li .btn {
    margin-top: 0;
    width: 49%;
  }
  #ins-catlist li .btn a {
    display: block;
    padding: 0.6rem;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-size: 0.8em;
    line-height: 1;
    text-decoration: none;
  }

  .gift-service {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .gift-service .rb2019---gift-service__items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gift-service .rb2019---gift-service__item {
    width: auto;
    margin: 0 15px 50px;
  }
  .gift-service .rb2019---gift-service__image {
    width: auto;
  }

  #sp-contents .gift-service .rb2019---gift-service__link {
    color: #fff;
  }

  /* レビュー */

  .catalog-review {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }

  .review__block {
    width: auto;
    border-radius: 20px;
    background: #fff6b3;
    padding: 2rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .review__block + .review__block {
    margin-top: 2rem;
  }

  .review-catalog__item {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
    width: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .review-catalog__item > img {
    width: 30%;
    flex-shrink: 0;
    margin-right: 0.5rem;
  }

  .catalog-item__name {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    margin: 0 0 0.8rem;
    line-height: 1.5;
  }

  .catalog-item__price {
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }

  .review-catalog__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .review-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 0.8rem;
  }

  .review-header span {
    font-size: 0.9em;
    font-weight: 700;
  }

  .review-header img {
    width: 2rem;
    height: auto;
    margin-right: 1rem;
  }

  .review-catalog__text .score {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
  }

  .review-catalog__text .score img {
    width: 12rem;
  }

  .review-catalog__text .score p {
    font-size: 1.8em;
    font-weight: 700;
    margin-left: 1rem;
  }

  .user-title {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
  }

  .user-comment {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .user-data {
    font-size: 1em;
    font-weight: 700;
    margin-top: auto;
    text-align: left;
    width: 100%;
  }

  .rb2019---update {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
